body {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    background: #eeeddb;
}
.spacer1
{
    height:1px;
    clear:both;
}
.spacer5
{
    height:5px;
    clear:both;
}

.spacer10
{
    height:10px;
    clear:both;
}

.spacer15
{
    height:15px;
    clear:both;
}

.spacer20
{
    height:20px;
    clear:both;
}

.spacer30
{
    height:30px;
    clear:both;
}

.spacer40
{
    height:40px;
    clear:both;
}
ul { margin: 0px !important;  padding: 0px !important; }


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}
h1, h2 {
    font-size: 26px;    
    text-transform: uppercase;
    color:#33323a; padding-bottom:10px;
    font-weight: bold;
}
h5{
    font-size: 16px;    
    text-transform: normal;
    color:#33323a; padding-bottom:30px;
    font-weight: normal;
}
label { font-weight: normal; }

h3 { font-family: 'Roboto', sans-serif; color:#33323a; padding-bottom: 20px;
     font-weight:600; font-size: 18px; line-height: 24px; }
h4 {
    color: #007a45;
    text-transform: uppercase;
    font-size: 18px; line-height: 24px; 
    font-weight: 600;
    margin-bottom: 0px;
}
p { 
    padding-bottom: 17px;
}

.padding-top-30 {
    padding-top: 30px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.padding-2 { padding-left: 2px; padding-right: 2px; }
.clear {
    clear: both;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}



.btn-green {
    background-color: #59b210;	
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 3px;
    display: inline-block;
    line-height: 38px;
    padding: 0px 20px;
    text-decoration: none !important;
    border:0;

}
.btn-green:hover {
    background-color: #323231;	
    color: #fff !important;
}

.btn-black {
    background-color: #323231 !important;	
    color: #fff !important;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 3px;
    display: inline-block;
    line-height: 38px;
    padding: 0px 20px;
    text-decoration: none;

}
.btn-black:hover {
    background-color: #59b210 !important;	
    color: #fff !important;
}

.btn-green2 {
    background-color: #59b210;	
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 3px;
    display: inline-block;
    padding:8px 25px;
    text-decoration: none !important;
    border:0;

}
.btn-green2:hover {
    background-color: #323231;	
    color: #fff;
}

.btn-black2 {
    background-color: #323231;	
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 3px;
    display: inline-block;
    padding:8px 25px;
    text-decoration: none !important;
    border:0;

}
.btn-black2:hover {
    background-color: #59b210;	
    color: #fff;
}
.btn-cartnew {
    background-color: #59b210;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none !important;
    border: 0;
    margin-top: 22px;

}
.btn-cartnew:hover {
    background-color: #323231;	
    color: #fff;
}
.margin-bottom-10 { margin-bottom: 10px; }
.pad-30 { padding: 30px 0px; }
.pad-40 { padding: 40px 0px; }
/* top section */
.topp { width: 100%; background: #59b210; padding: 10px 0px; }
.top-left ul { width: 100%; }
.top-left li { list-style: none; display: inline-block; padding-right: 30px; }
.top-left li:last-child { padding-right: 0px; }
.top-left a { color: #fff; text-decoration: none; }
.top-left a:hover { color: #000; }
.top-left a i { margin-right: 10px;}

.top-right ul { width: 100%; text-align: right; }
.top-right li { list-style: none; display: inline-block; padding-left: 30px; }
.top-right a { color: #fff; text-decoration: none; }
.top-right a:hover { color: #000; }
.top-right a i { margin-right: 10px;}

.middle { background: #ffffff; padding: 10px 0px; }

.search-textbox { background: #ecf0f1; border:none;  -webkit-border-top-left-radius: 3px;
                  -webkit-border-bottom-left-radius: 3px;
                  -moz-border-radius-topleft: 3px;
                  -moz-border-radius-bottomleft: 3px;
                  border-top-left-radius: 3px;
                  border-bottom-left-radius: 3px; outline: none; width: 85%; height: 36px !important; float: left; padding-left: 10px;  }

.search-btn { background: #59b210 url(../images/search-btn.png)  no-repeat center center; float: left; 
              width:41px; height: 36px !important; border:none; cursor: pointer; -webkit-border-top-right-radius: 3px;
              -webkit-border-bottom-right-radius: 3px;
              -moz-border-radius-topright: 3px;
              -moz-border-radius-bottomright: 3px;
              border-top-right-radius: 3px;
              border-bottom-right-radius: 3px; 
              border-top-left-radius: 0px;
              border-bottom-left-radius: 0px;
              -webkit-border-top-left-radius: 0px;
              -webkit-border-bottom-left-radius: 0px;
              -moz-border-top-left-radius: 0px;
              -moz-border-bottom-left-radius: 0px;
              margin-left: -5px;}

.cart { background: #59b210; -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; height: 38px;   }

.cart-left { width: 40% !important; float: left; text-align: center; padding-top: 3px;  }
.cart-left i { font-size: 28px; color: #fff; }
.cart-right { width: 60%; float: left; color: #fff; padding-top: 9px; font-weight: 600; text-align: left; }

.item-cart { padding: 0px 3px; background: #34495e; color: #fff; width: 20px; border-radius: 50px; 
             position: absolute; z-index: 2; left:50px; top:13px; }

.middle-right { padding-top: 20px; }


.nav { width: 100%; background: #000; position: relative; z-index:99; }
.testmonial-pad { padding: 40px 0px 0px 0px; }
.pad-60 { padding: 60px 0px; }
.pad-60-bg { padding: 60px 0px; background: #fff; color: #666666; }
.pad-60-bg h2 { color: #33323a; }
.pad-60-bg h3 { color: #33323a; }

.color-bg { background: #eeeddb; }

.pad-60-btmless { padding: 80px 0px 60px 0px; }
.cartnew{width: 136px;float: right; padding-left: 0px;}


/* products start*/
.product-box  /*06.02.2017*/
{ width: 100%; padding: 15px;
  border: 1px solid #d8d8d8;
  border-width: 1px 1px 2px;    
  position: relative; overflow: hidden;    
  position: relative;
  text-align: center; margin-bottom: 15px; }

.product-box2 { width: 100%; padding: 15px;
                border: 1px solid #d8d8d8;
                border-width: 1px 1px 2px;    
                position: relative; overflow: hidden;    
                position: relative;
                text-align: center; background: #eeeddb; }
.product-img {   text-align: center; }
.product-img img { width: 100%;}
.product-title { font-weight: 600; padding: 5px 0px 5px 0px; text-align: left; height: 90px; }
.product-title a { color: #666666; text-decoration: none; }
.product-title a:hover { color: #000; }
.product-btns { width: 100%; }
.reating { width: 100%;  text-align: left; }
.product-price { width: 100%; padding-top: 10px; font-weight: 600; text-align: left; border-radius: 3px; color: #59b210; font-size: 18px;  } 
.product-price span { font-size: 14px; color: #a30002;  margin-right: 10px; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active 
> a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination 
> .active > span:hover { background-color:#59b210 !important;}


.pagination>.active>a:hover {
    border-color: #478e0d !important;
}

.product-box:hover .caption { display: block !important; }
.product-box:hover .caption-text { display: block !important; }
.caption {   
    display: none;     
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0px;
}
.caption-text {  display: none; }
.caption-text a {  
    background-color: #333;
    color: #fff; 
    letter-spacing: 1px;
    text-align: center;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 3;
    text-decoration: none;  
    border-radius: 3px;
}
.caption-text a:hover { background-color: #59b210; }

.tick-list ul { width: 100%; padding-bottom: 30px; padding-left: 0px; }
.tick-list li { list-style: none; padding-left: 30px; background: url(../images/tick.png) 0px 7px no-repeat; line-height: 30px;   }
.tick-list a { color: #666666; text-decoration: none; display: block; }
.tick-list a:hover {color: #d74bb9;	}

.top-product{font-family: 'Open Sans'; color:#33323a; font-size:14px;  padding-bottom:10px; margin-bottom:10px;}
.top-product img{width:30%; height:auto; margin-right:3%; float:left;}
.product-list li {border-bottom: 1px solid #dad9cb; list-style:none;}
.product-list li:last-child {border-bottom: 0px solid #dad9cb;}
.top-txt{width:66%; vertical-align:top; float:left; margin:0px; height:66px; overflow:hidden;}
.top-txt a{color:#33323a ; text-decoration:none; width:100%;  font-size: 15px;
           font-weight: normal;  }
.top-txt a:hover{color:#4c9c0a; text-decoration:none; }
.top-txt-price {color:#59b210; text-decoration:none; margin: 0px; font-size: 17px; margin: 4px 0px;
                float: left;
                font-weight: 600;
}
.product-box2 {
    width: 99.5%;
    padding: 15px;
    border: 1px solid #d8d8d8;
    border-width: 1px 1px 2px;
    position: relative;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.tabul{margin-left:30px !important;}
.tabul li{list-style-type: disc;}
.cartlft{float:left;}
.cartrgt{float:right;}
/* products end*/
.home-blog-text p { padding-bottom: 8px; }

.home-blog-pad { padding-bottom: 30px; }

.footer-top h3 { padding-bottom: 8px; }

.footer-top {  padding: 20px 0px;  background: #1d1d1d; }
.footer-top h2 { color: #fff; font-size:16px; padding-top: 8px; margin-bottom: 0px; padding-bottom: 0px; }

.newsletter-textbox { background: #fff; border-radius: 3px; line-height:35px; width: 100%; 
                      border: none; outline: none; padding-left: 10px; }
.newsletter-btn {border: none; outline: none;
                 background: #59b210 url(../images/news.png) 15px 11px no-repeat; border-radius: 3px; 
                 line-height:38px; color: #fff; text-transform: uppercase;
                 font-weight: 600; display: inline-block; padding: 0px 20px 0px 40px; margin-top: 0px; }
.footer-bottom {position: relative;
                z-index: 2;}
.footer-bottom h3 { text-transform: uppercase; font-size:16px;  color: #fff;

}
.footer-bottom-bg {background: #000 url(../images/dog-bg.jpg) no-repeat; background-size: cover;}
.copyright {     background: #dfddc8;
                 padding: 20px 0px;
                 color: #000000;
                 font-size: 14px;
                 font-weight: 600; }
.copyright a {color: #000000; text-decoration: none; font-weight: bold; }
.copyright a:hover { text-decoration: underline; }
.cright { text-align: right; }
.footer-box-body { width:100%; color: #d1d1d1; padding-bottom: 30px; }
.footer-box-body ul { width: 100%; padding-left: 0px; }
.footer-box-body li { list-style: none; line-height: 28px;   }
.footer-box-body li a { color: #d1d1d1; text-decoration:none;  background: url(../images/right-white.png) -5px 2px no-repeat; padding-left:15px;  }
.footer-box-body li a:hover { text-decoration:underline; color: #fff; }

.footer-address { width: 100%; padding-bottom: 15px; }
.footer-address-left { float: left; width: 50px; }
.footer-address-right { float: left; width: 78%; }
.footer-address-right a { color: #d1d1d1; text-decoration:none;}
.footer-address-right a:hover { text-decoration:underline; color: #fff; }

.padding-8 { padding-top: 8px; }

.footer-left {
    margin-top: -288px;
    position: absolute;
    left: 0;    
    z-index: 1;
}
.footer-right {
    margin-top: -241px;
    position: absolute;
    right: 0;    
    z-index: 1;
}

.top-cancel { position:absolute; width:16px; height:16px; right:20px; top:10px; cursor:pointer; }

.border-field { border:1px solid #5b4436; padding-left: 35px; margin-bottom: 10px; 
                background: transparent url(../images/envelope.png) no-repeat center left; line-height: 34px; width: 99%; }
.news-btn { /*06.02.2017*/
    background-color: #59b210;	
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 3px;
    display: block; 
    text-decoration: none;
    width: 100%;
    border:none; padding: 9px 50px; /*margin-bottom:10px; */

}
.news-btn:hover {
    background-color: #323231;	
    color: #fff;
}

.news-btn2 { /*06.02.2017*/
    background-color: #323231;	
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 3px;
    display: block; 
    text-decoration: none;
    width: 100%;
    border:none; margin-top: 0px; padding: 9px 40px; 

}
.news-btn2:hover {
    background-color: #59b210;	
    color: #fff;
}

.social-footer {  
    width: 100%;
    padding-top:30px;
}
.social-footer ul {
    text-align: left;
}
.social-footer li {
    list-style: none;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-left: 3px;
}
.social-footer a { text-decoration: none;}
.twitter a, .facebook a, .gplus a, .linkedin a {
    background: url(../images/social.png) no-repeat;
    width: 28px;
    height: 28px;
}
.twitter a {
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0px 0px;
}
.twitter a:hover {
    width: 28px;
    height: 28px;
    background-position: 0px -28px;
    text-decoration: none;
}
.facebook a {
    width: 28px;
    height: 28px;
    display: block;
    background-position: -28px 0px;
}
.facebook a:hover {
    width: 28px;
    height: 28px;
    background-position: -28px -28px;
    text-decoration: none;
}
.gplus a {
    width: 28px;
    height: 28px;
    display: block;
    background-position: -56px 0px;
}
.gplus a:hover {
    width: 28px;
    height: 28px;
    background-position: -56px -28px;
    text-decoration: none;
}
.linkedin a {
    width: 28px;
    height: 28px;
    display: block;
    background-position: -84px 0px;
}
.linkedin a:hover {
    width: 28px;
    height: 28px;
    background-position: -84px -28px;
    text-decoration: none;
}
.indicator { display: none; }

.footer-social { border-top: 1px solid #444444; padding: 30px 0px 0px 0px; position: relative;
                 z-index: 2; }
.align-left { text-align: left; }
.align-right { text-align: right; }

.copyright-text {position: relative;
                 z-index: 2; }


/* breadcrumbs start */
.breadcrumbs { width: 100%; background: #f2f4f5; padding: 12px 0px; color: #fff; }
.breadcrumbs ul { width: 100%; color: #6c6c6c; }
.breadcrumbs li { list-style: none; padding-right: 18px; margin-right: 5px; display: inline; background: url(../images/arrow.jpg) right center no-repeat; }
.breadcrumbs li:last-child{ background:none;}
.breadcrumbs a { color: #6c6c6c; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }

.sitebar { width: 100%; padding-bottom: 30px; }
.sitebar-header { background: #000; -webkit-border-top-left-radius: 3px;
                  -webkit-border-top-right-radius: 3px;
                  -moz-border-radius-topleft: 3px;
                  -moz-border-radius-topright: 3px;
                  border-top-left-radius: 3px;
                  border-top-right-radius: 3px; }
.sitebar-header h2 { padding: 15px 10px; color: #fff; font-size: 18px; text-transform: capitalize; font-weight: normal; }
.sitebar-body { border-left:1px solid #ecf0f1; -webkit-border-bottom-right-radius: 3px;
                -webkit-border-bottom-left-radius: 3px;
                -moz-border-radius-bottomright: 3px;
                -moz-border-radius-bottomleft: 3px;
                border-bottom-right-radius: 3px;
                border-bottom-left-radius: 3px; border-top:none; border-right:1px solid #ecf0f1; 
                border-bottom:1px solid #ecf0f1; padding: 10px; }
/* breadcrumbs end */

/* Left Navigation Start */
.mainNav {

    width: 100%;
}
/* First Level */
.mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ecf0f1;
}
.mainNav ul li {
    border-top: 1px solid #ecf0f1;
}
.mainNav ul li a {
    color: #5b4436;
    display: block;
    font-size: 1.1em;
    line-height: normal;
    padding:9px 0px;
    text-decoration:none;
    font-weight: 600;
}
.mainNav ul li a:hover {
    background: #fff;
    text-decoration: none;
}
/* Second Level */
.mainNav ul ul {
    border-bottom: none
}
.mainNav ul ul li {
    border-top: 1px solid #ecf0f1;
    background: #fff;
}
.mainNav ul ul li a {
    color: #333;
    display: block;
    font-size: 1em;
    line-height: normal;
    padding: 0.5em 1em 0.5em 1em;
    font-weight: normal;
}
.mainNav ul ul li a:hover {
    background: #fff;
}
/* Third Level */
.mainNav ul ul ul {
    border-top:1px solid #ecf0f1;
}
.mainNav ul ul ul li {
    border:none;
}
.mainNav ul ul ul li a {
    padding-left:3.5em; 
    padding-top:0.25em; 
    padding-bottom:0.25em;
}
/* Accordion Button */
ul li.has-subnav .accordion-btn {
    color:#333; 
    background:#ecf0f1; font-size:12px; font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .mainNav {width: 40%;}
}
@media screen and (max-width: 700px) {
    .mainNav {width: 100%;}
}
/* Left Navigation End */

.bestsellers ul { width:100%; }
.bestsellers li { list-style: none; padding-bottom: 20px; margin-bottom: 20px; border-bottom:1px solid #ecf0f1;  }
.bestsellers li:last-child {  padding-bottom: 0px; margin-bottom: 0px; border-bottom:none; }

.bestsellers-left { width: 80px; float: left; }
.bestsellers-right { width: 58%; float: left; padding-left: 10px; }

.bestsellers-right a { color: #333; text-decoration: none; }
.bestsellers-right a span { color:#de0b0b; }

.inner-banner {  -webkit-border-top-left-radius: 3px;
                 -webkit-border-top-right-radius: 3px;
                 -moz-border-radius-topleft: 3px;
                 -moz-border-radius-topright: 3px;
                 border-top-left-radius: 3px;
                 border-top-right-radius: 3px; }

.inner-banner img { -webkit-border-top-left-radius: 3px;
                    -webkit-border-top-right-radius: 3px;
                    -moz-border-radius-topleft: 3px;
                    -moz-border-radius-topright: 3px;
                    border-top-left-radius: 3px;
                    border-top-right-radius: 3px; }

.inner-banner-description { -webkit-border-bottom-right-radius: 3px;
                            -webkit-border-bottom-left-radius: 3px;
                            -moz-border-radius-bottomright: 3px;
                            -moz-border-radius-bottomleft: 3px;
                            border-bottom-right-radius: 3px;
                            border-bottom-left-radius: 3px; padding: 30px; color: #fff; background: #5b4436; 
                            margin-bottom: 20px; }





.product-filter {
    padding: 12px 15px;
    background-color: #5b4436;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.product-filter span { color: #fff; }

.product-compare, .limit, .sort { display: inline-block; }

.product-compare a { background: #fff; text-decoration: none; color: #333; display: block; line-height: 23px; padding: 0px 15px;  }
.filter-right { text-align: right; }
.product-grid { padding-top: 20px; }

.product-info h2 { text-transform: capitalize; font-weight: 400; font-size:20px; }

.facls {
    color: #33323a;
    font-size: 14px;
    border: 1px solid #33323a;
    padding: 5px;
    margin-right: 5px;
    width: 24px;
    text-align: center;
}
.facls:hover {
    border: 1px solid #59b210;
    color: #59b210;
}
.product-info .text-price {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #59b210;
}
.text-stock { color: #007a45; font-weight: 600; }
.quantitylabel { padding-top: 6px; }

/* tab */

.content-tab {background: #f7f7f7; color: #373737; border-top: 1px solid #dedede;}
.content-tab > div {display: none; padding: 20px;}

.tab input {display: none;}
.tab label {background: #f1f1f1; display: inline-block; padding: 15px 25px; font-weight: 600; text-align: center;}
.tab label:hover {color: #333; cursor: pointer; background: #f1f1f1;}
.tab input:checked + label {background: #59b210; color: #fff;}

#tab1:checked ~ .content-tab #content1,
#tab2:checked ~ .content-tab #content2,
#tab3:checked ~ .content-tab #content3,
#tab4:checked ~ .content-tab #content4 {
    display: block;
}

@media screen and (max-width: 400px) { label {padding: 15px 10px;} }

/* tab */

/* all */

.border-field::-webkit-input-placeholder { color:#5b4436; opacity:1; }
.border-field::-moz-placeholder { color:#5b4436;  opacity:1;} /* firefox 19+ */
.border-field :-ms-input-placeholder { color:#5b4436; opacity:1; } /* ie */

/* Login */
.brown-bg { background: #59b210; padding: 20px; -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px; }
.brown-bg h2 { color: #fff; font-size: 20px; text-transform: capitalize; }
.brown-bg h3 { color: #fec17a; font-size: 16px; text-transform: none; font-weight: 400; padding: 7px 0px; }
.brown-bg p { color: #fff; }

.gray-bg { background: #dcdbca; padding: 20px; }
.gray-bg h2 { color: #25160f; font-size: 20px; text-transform: capitalize; }
.gray-bg h3 { color: #474747; font-size: 16px; text-transform: none; font-weight: 400; }
.gray-bg p { color: #474747; }
.gray-bg a { color: #474747; text-decoration: none; }
.gray-bg a:hover { color: #5b4436; }

.height-342 { height: 342px; } 
.text-red { color: #e80000;  }

.contact-form input { margin-bottom: 15px; }
.contact-form textarea { resize: none; height: 180px; margin-bottom: 15px;   }


/* Blog */

.blog-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.blog-post img { padding-bottom: 15px; }

.border-bottom {
    border-bottom: 1px solid #f0f0f0;
}
.margin-bottom-20 { margin-bottom: 20px; }

.widget { width: 100%; padding-bottom: 30px; }
.widget-title { background: #5b4436; -webkit-border-top-left-radius: 3px;
                -webkit-border-top-right-radius: 3px;
                -moz-border-radius-topleft: 3px;
                -moz-border-radius-topright: 3px;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px; }
.widget-title h3 { padding: 15px 10px; color: #fff; font-size: 18px; text-transform: capitalize; font-weight: normal; }
.widget ul { border-left:1px solid #ecf0f1; -webkit-border-bottom-right-radius: 3px;
             -webkit-border-bottom-left-radius: 3px;
             -moz-border-radius-bottomright: 3px;
             -moz-border-radius-bottomleft: 3px;
             border-bottom-right-radius: 3px;
             border-bottom-left-radius: 3px; border-top:none; border-right:1px solid #ecf0f1; 
             border-bottom:1px solid #ecf0f1; padding: 10px; }


.widget ul { width: 100%; }
.widget li { border-bottom: 1px dashed #f1f1f1; list-style: none;  }
.widget li a { color: #6d6d6d; display: block; text-decoration: none;  padding: 10px 10px 10px 25px;  background: url(../images/right-gray.png) no-repeat center left; }
.widget li a:hover { color: #455963;  background: #f9f9f9 url(../images/right-gray.png) no-repeat center left; }
.widget li:last-child { border-bottom: none; }

/* Login */

.list-link { width:100%; color: #5b4436; padding-bottom: 30px; }
.list-link ul { width: 100%; padding-left: 0px; }
.list-link li { list-style: none; line-height: 28px; background: url(../images/right-white.png) no-repeat center left; padding-left: 20px;   }
.list-link a { color: #fff; text-decoration:none;   }
.list-link a:hover { text-decoration:underline; }
/* Cart Box */
.tiptext {

}
.description {
    display:none;
    position:absolute;
    border:1px solid #000;
    width:300px;
    height:300px;
    background:#fff;
    z-index: 99999;
}
.close { width:20px; height:20px; position:relative; z-index:10;}

/* shoppingcart */
.shoppingcart ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.shoppingcart ul li {
    display: inline-block;
}
.shoppingcart ul.title {
    border: 1px solid #eaeaea;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.shoppingcart ul.title a {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.shoppingcart ul.title .text1 {
    padding-left: 135px;
    text-align: left;
    width: 62%;
}
.shoppingcart ul.title .text2 {
    margin: 0 40px;
}
.shoppingcart ul.nav-mid {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #eaeaea #eaeaea;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #666;
}
.shoppingcart ul.nav-mid li {
    border-right: 1px solid #eaeaea;
    height: 120px;
    line-height: 120px;

}
.shoppingcart ul.nav-mid li:last-child {
    border-right: medium none;
}
.shoppingcart ul.nav-mid img {
    padding: 10px;
}
.shoppingcart ul.nav-mid .item-title {
    padding-left: 16px;
    width: 47%;
}
.shoppingcart ul.nav-mid .icon1 {
    padding: 0 9px;  color: #16a765;
}
.shoppingcart ul.nav-mid .price1 {
    text-align: center;
    width: 14%;
}
.shoppingcart ul.nav-mid .number {
    text-align: center;
    width: 10%;
}
.shoppingcart ul.nav-mid .price2 {
    padding-right: 10px;
    text-align: right;
    width: 10%;
}
.shoppingcart ul.nav-mid .icon2 {
    padding: 0 10px;  color: #ca413b;
}
.cart-select { width: 60px; }

.shoppingcart form .form-bd {
    border: 1px solid #eaeaea;    
    padding: 27px 20px 38px;
    margin-top: 30px;
}
.shoppingcart .form-right .form-bd {
    /* border: 3px solid #e34444; */
    padding: 27px 20px 16px;
} 
.shoppingcart .form-right .form-bd p { padding-bottom: 0px; }
.shoppingcart .form-right h3 {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 44px !important;
    padding-bottom: 27px;
}
.shoppingcart .form-right h3 .text4 {
    color: #e34444;
    font-size: 20px;
}
.shoppingcart .form-right h3 {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 38px !important;
    padding-bottom: 27px;
}
.shoppingcart .form-right .subtotal {
    text-transform: uppercase;
}
.shoppingcart .form-right .subtotal .text1 {
    color: #333;
    font-size: 16px;
    margin-right: 25px;
}
.shoppingcart .form-right .subtotal .text2 {
    color: #333;
    font-size: 16px;
}
.shoppingcart ul.nav-bot {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #eaeaea #eaeaea;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    height: 80px;
    line-height: 80px;
}
.shoppingcart ul.nav-bot .continue {
    margin-left: 20px;
}
.shoppingcart ul.nav-bot .clear, .shoppingcart ul.nav-bot .update {
    float: right;
    margin-right: 20px;
}
.shoppingcart ul.nav-bot li a {
    border: 1px solid #eaeaea;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 17px 8px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}
.shoppingcart ul.nav-bot li a:hover {
    background: #e34444 none repeat scroll 0 0;
    border: 1px solid #e34444;
    color: #fff;
}
.about-img img { width: 100%; border-radius: 3px; }
.text-large {    
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
}

.testimonial { text-align: center;}
.testimonial h3 {    
    color: #59b210;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}


.green-box { background: #59b210; padding: 50px 35px 35px;
             text-align: center; }

.green-box  h3 { height:60px;overflow:hidden; }

.green-box:hover { background: #499a07; }
.green-box:hover .leaf { background: #499a07; }

.green-box p { color: #dfffc4;height:70px; }
.green-box a { color: #33323a; font-weight: 600; text-decoration: none; }
.green-box a:hover { color: #fff; }
.leaf {    
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    left: 42%;
    margin: auto 0;
    padding: 13px 0;
    position: absolute;
    text-align: center;
    top: -10%;
    width: 50px;
}

/*owl-item start*/
.owl-item p {
    padding-bottom: 2px;
}	  
/*owl-item end*/	  

/*20-11-2017 Start*/ 
.slider-44 { position: absolute; left: 0px; z-index: 9999; width: 100%; padding-top: 50px; } 
.box-pro { float: left; width: 25%; text-align: center; }
.box-pro img { margin-bottom: 20px; }
.box-pro a { color: #fff; font-weight: bold; text-decoration: none; }
.box-pro a:hover { color: #fff; font-weight: bold; text-decoration: none; }
.box-pro1 { width: 94px; margin: 0 auto; }
.box-pro2 { width: 101px; margin: 0 auto; }
.box-pro3 { width: 210px; margin: 0 auto; padding-top: 146px; }
.box-pro4 { width: 150px; margin: 0 auto; padding-top: 90px; }

/*20-11-2017  end*/




/* ================= Responsive ====================== */
@media only screen and (max-width : 1024px) {
    #cssmenu > ul > li > a {

        padding: 10px !important;  
    }
    .search-textbox { width: 82%; }
    .search-textbox { line-height: 36px; }
    .footer-left, .footer-right { display: none; }
}

@media only screen and (max-width:768px) {

    .top-left ul { text-align: center; }
    .top-right ul { text-align: center; }
    .logo { text-align: center; }
    .search-textbox {  padding: none; }
    .banner-text h2 { color: #5b4436 !important; }
    .banner-text h1 { color: #5b4436 !important; }
    .banner-text p { color: #5b4436 !important; }
    .offer-box, .product-box { margin-bottom: 30px !important; }
    .copyright, .cright { text-align: center; }
    .top-right li { padding-left: 10px; padding-right: 10px; padding-top: 10px; }
    h1, h2 { font-size: 25px; }
    .banner-text h2 { font-size: 25px !important;  }
    .banner-text h1 { font-size: 25px !important; margin-top: 12px;  }  
    .about-text { padding-bottom: 20px; }
    .home-blog-section img { padding-bottom: 10px; }
    .sp-wrap { margin-bottom: 30px;  }
    .search-textbox { width: 92%; }
    .green-box {

        margin-bottom: 60px !important;

    }
    .pad-60-btmless { padding: 80px 0px 0px 0px; }
    .newsletter-textbox { margin: 10px 0px; text-align: left;}
    .height-342 { height: auto; }
    .brown-bg { margin-bottom: 30px; }

    label {
        padding: 0;
    }
    .align-left, .align-right { text-align: center; }

    #cssmenu > ul > li > a { height: auto !important; }
    .footer-box-body { height: 200px;}
    .topp {

        height: 65px !important;
    }
    .navUser {
        top: 47px !important;
    }
    .navUser, .ribbon {
        right: 36% !important;
    }
    #cssmenu > ul > li {
        float: left; max-width: 100% !important;
    }
    .cart-left {
        width: 45% !important;
        text-align: right !important;
    }
    .cart-right {
        width: 50% !important;
    }
    .address {
        width: 50% !important; float: left;
    }
    .account-body {
        padding: 0px;
    }
    .modal-body {
        height: 400px !important;
    }
    .popup-cartbtn{font-size:14px !important; }
    .productView {
        padding-top: 1rem !important;
    }
    .popup-continueshop{ text-align:right;}


    .box-pro1 { width: 23px; }
    .box-pro2 { width: 24px; }
    .box-pro3 { width: 45px;  padding-top: 40px; }
    .box-pro4 { width: 33px; padding-top: 25px; }
} 

@media only screen and (max-width : 755px) {

    .footer-box-body { height: auto;}
}

@media only screen and (max-width : 736px) {

    .search-textbox { width: 94%; }

} 


@media only screen and (max-width : 700px) {

    .footer-bottom { text-align: center !important;  }

    .footer-address-left { display: none; }
    .footer-address-right { width: 100%; }
    .leaf { left: 48%; }
}
@media only screen and (max-width : 667px) {

    .search-textbox { width: 93%; }

}
@media only screen and (max-width : 600px) {

    .popup-continueshop{ text-align:left; margin-bottom:10px !important;}
    .productView-title {
        font-size: 15px !important;

        line-height: 18px ;
    }
    .search-textbox { width: 92%; }
    .topp {
        height: 90px !important;
    }
    .top-left li {
        padding-right: 0px !important;
    }
    .cartnew{width:100% !important; float: none !important; padding-left: 0px;}
    .navUser-action {
        color: #4f4f4f;

        padding: 0 10px 0px !important;
    }
    .navUser {
        top: 25px !important;
    }
    .navUser, .ribbon {
        right: 0% !important;
    }
    .product-title p{height: auto !important; padding-bottom:0px !important;}
    .address {
        width: 100% !important;
    }

    .btn-green2 {
        width: 165px !important;
        margin-bottom: 10px !important;
    }
    .btn-black2 {
        width: 165px !important;
    }
    .rslides li img {
        /* height: 110px !important;  background-color:#000000 !important; */
        height: auto; 
    }

    .slider-44 { position: absolute; left: 0px; z-index: 9999; width: 100%; padding-top: 0px; } 
    .box-pro1 { width: 17px; }
    .box-pro2 { width: 18px; }
    .box-pro3 { width: 39px;  padding-top: 24px; }
    .box-pro4 { width: 25px; padding-top: 17px; }
}


@media only screen and (max-width : 568px) {

    .search-textbox { width: 92%; }
    .box-pro .btn-black { padding:0px 7px !important; font-size: 13px; }
    .box-pro img { margin-bottom: 5px; }
} 

@media only screen and (max-width : 480px) {

    .item-cart { left: 35px; }
    .cart-left { width: 10%; }
    .leaf { left: 42%; }

} 
@media only screen and (max-width : 414px) {

    .search-textbox { width: 88%; }

} 
@media only screen and (max-width : 384px) {

    .search-textbox { width: 87%; }

}

@media only screen and (max-width : 375px) {

    .search-textbox { width: 87%; }

} 

@media only screen and (max-width : 320px) {

    .search-textbox { width: 84%; }

}
@media screen and (min-width: 319px) and (max-width: 400px) {
    .topp {
        height: 110px !important;
    }
    .navUser ol li, .navUser ul li {
        float: none;
    }
    element.style {
    }
}

@media screen and (min-width: 565px) and (max-width: 601px) {
    .navUser, .ribbon {
        right: 20% !important;
    }
    .navUser {
        top: 47px !important;
    }
    .topp {
        height: 60px !important;
    }	
}	
@media screen and (min-width: 768px) and (max-width: 900px) {

    .newsletter-btn {
        margin-top: 9px !important;
    }
    .footer-top h2 {
        text-align: left !important;
    }
    .productView-title {
        margin-top: 0px;
        color: #33323a;
    }
    .productView-options .form-action { 
        width:30%;
    }
    .quickSearchResults {
        width: 95% !important; 

    }
}
	@media only screen and (min-width:1020px) and (max-width:1500px) {
	
	.slider-44 { padding-top: 40px; } 
	.box-pro1 { width: 74px; }
	.box-pro2 { width: 81px; }
	.box-pro3 { width: 140px;  padding-top: 140px; }
	.box-pro4 { width: 114px; padding-top: 81px; }
	
	}
/*inflexi start*/
.price-section--saving .price{color: #59b210;
                              font-size: 15px;
                              float: right;
                              font-weight:600; margin-top: -23px;}
.price--rrp{color: #33323a;
            font-weight: normal;}	

.sale{background: url(../images/sale.png) no-repeat;
      position: absolute;
      width: 76px;
      height: 56px;
      top: 50%;
      right: 10px;
      z-index: 1;
}
.categorybg{border: 1px solid #d8d8d8;
            padding: 15px;}
.sidebarBlock h5{font-size: 15px;
                 text-transform: normal;
                 color: #ffffff;
                 font-weight: normal;
                 background: black;
                 padding: 10px;
                 margin-bottom: 7px;}

.navList  li {
    list-style: none outside none;
    margin-left: 0px;
    padding: 1px 3px 3px 15px;
    text-align: left;
    background-image: url(../images/lft-arrow.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: 100;
}
.navList  li a { color:#33323a;}	
.navList  li a:hover { color:#59b210; text-decoration:none;}
.cart-item-name a{color:#33323a;}
.cart-item-name a:hover{ text-decoration: underline;}
.blog-title a{color:#59b210; font-size:20px; text-decoration:none;}
.blog-title a:hover{  color:#33323a; text-decoration:none;}
.tabs-style-topline ul{margin-left:30px !important;}
.tabs-style-topline ul li a{color:#33323a;}
.tabs-style-topline ul li a:hover{text-decoration:underline;}
.modal-content {
    border-radius: 0px !important; 
}
.modal-body {
    padding: none !important;
}
/* .writeReview-form,
   .writeReview-productDetails { 
       padding-left: .75rem;
       padding-right: .75rem;
       width: 50%;
       float: left
   } */
.writeReview-productDetails {text-align:center;}	
.sitemap-cnt li{ list-style:none; margin-left:15px;}
.sitemap-cnt li h3{padding: 10px 0px;}
.sitemap-cnt ul li {
    list-style: none outside none;
    margin-left: 0px;
    padding: 1px 3px 3px 15px;
    text-align: left;
    background-image: url(../images/lft-arrow.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: 100;
}
.sitemap-cnt  ul li a { color:#33323a;}	
.sitemap-cnt  ul li a:hover { color:#59b210; text-decoration:none;}
.panel-body {
    border-style: solid;
    border-width: 0px !important;
    border-color: #4f4f4f;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2.25rem;
    background: white !important;
    color: #454545;
    border-color: #4f4f4f;
    box-shadow: none;
}

.category-suggestion-list  li {
    list-style: none outside none;
    margin-left: 0px;
    padding: 1px 3px 3px 15px;
    text-align: left;
    background-image: url(../images/lft-arrow.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: 100;
}
.category-suggestion-list  li a:hover{ color:#33323a;}
.cartnew {width:100%;}
.search-popup-text span{
    color: #59b210;   
    font-size: 16px;
}

/*bootstrap start*/
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none !important;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*bootstrap end*/

/*inflexi end*/


.contact-form input { margin-bottom: 15px; }
.contact-form textarea { resize: none; height: 180px; margin-bottom: 15px;   }

.contact-tab h3 {color: #474747; font-size: 15px; text-transform: none; font-weight: 400; line-height: 22px; }
.contact-tab a{color: #59b210; text-decoration:none;}
.contact-tab a:hover{color: #33323a; text-decoration:none;}
