html,body{
  font-family: 'Roboto Condensed', sans-serif;
  color:#555555;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 700;
}
.logo{
  padding-top:15px;
  padding-bottom:15px;
}
.c-bg-grey{
  background-color:#f2f2f2;
}
.c-bg-red{
  background-color: #619c1c;
  color:#fff;
}
.c-menu-text p{
  margin:0;
}
.header-menu-list li .c-menu-btn,
.header-style-two .header-menu-list > li .c-menu-btn,
.c-menu-btn{
  text-transform: uppercase;
  color: #fff;
  background: #000;
}
.c-banner{
  background-size: cover;
  background-position: 40%;
}
.c-banner .slider-content{
  left:0;
}
.c-banner .slider-content h6,
.c-banner .slider-content h5,
.c-banner .slider-content h1{
  color:#fff;
  margin-bottom: 10px;
}
.c-banner .slider-content h1,
.c-banner .slider-content h5{
  text-transform: uppercase;
  font-weight: 700;
}
.c-banner .slider-content h6{
  padding-left:80px;
  margin-bottom:30px;
}
.c-banner .slider-content h5{
  font-size:32px;
}
.slider-style-two .slider-content h6::before{
  background: #fff;
}
.slider-content h6:before{
  width:70px;
}
.slider-style-two .slider-content p{
  color:#fff;
}
.c-btn{
  text-transform: uppercase;
  background: #fff;
  border-radius: 30px;
  border: 3px solid #000;
  font-weight: 700;
  padding:10px 30px;
}
.c-btn:hover {
    border-color: #fff;
    background: #000;
    color: #fff;
}
.golf-cart{
  background: url(../img/golf_cart_icon.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.section-title h2{
  color:#619c1c;
  padding: 0;
  margin-bottom: 10px;
}
.section-title h2::before,.section-title h2::after{
  width: 0;
}
.section-title h4{
  position: relative;
  width: 300px;
  margin: auto;
  font-size: 18px;
}
.section-title h4::before,.section-title h4::after{
  content:"";
  display: block;
  width:40px;
  height: 1px;
  background: #000;
  position:absolute;
  top:50%;
}
.section-title h4::before{
  left:-40px;
}
.section-title h4::after{
  right:-40px;
}
.block .card-body{
  padding: 1.5rem 0.5rem;
}
.block .card-text{
  margin-bottom: 5px;
}
.block .price, .woocommerce ul.products li.product .price{
  color:#619c1c;
  font-weight: 700;
}
.c-contact p{
  font-size:18px;
  font-weight: 700;
  margin-bottom:5px;
}
.c-contact .section-title h2,
.c-contact .section-title h4{
  color:inherit;
}
.c-contact .section-title h4{
  text-transform: none;
}
.c-contact .section-title h4::before,
.c-contact .section-title h4::after{
  background-color: #fff;
}
.c-contact .section-title h4{
  width:365px;
}
.c-btn-rev{
  background:#000;
  color:#fff;
}
.c-service{
  background:url("../img/bg-img1.jpg") no-repeat center center;
  background-size:cover;
  padding-top:100px;
  font-size:20px;
}
.c-service p{
  padding:15px;
  background:#fff;
  border-radius:10px;
  box-shadow: 0 0 10px #c6c6c6;
}
.c-service p>img{
  margin-right:10px;
  width: 25px;
}
.bg-image-6{
  background-image:url("../img/bg-img2.jpg");
}
.baby-stroller:before{
  background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}
.section{
  position:relative;
  z-index: 9;
}
.section .section-title h2{
  color:#fff;
  text-transform: none;
  font-weight: 400;
}
.section .c-btn-rev{
  background-color: #619c1c;
  border-color:#619c1c;
}
.section .c-btn-rev:hover{
  background-color: #fff;
  border-color:#fff;
  color:#619c1c;
}
.footer{
  background-color: #000;
  color:#fff;
  position: relative;
}
.footer-content{
  font-weight: 300;
  font-size:16px;
}
.footer-list li a:hover{
  color:#619c1c;
}
.footer-list li a{
  color:#fff;
}
.contact-area li:before{
  content:'/';
  color:#5c5c5c;
}
.contact-area li{
  display:inline-block;
  padding:0 10px;
}
.contact-area li:first-child::before{
  content:'';
}
.contact-area li:first-child{
  padding-left: 0;
}
.footer .icons{
  margin-top:10px;
}
.footer .icons li a{
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  justify-content: center;
  align-items: center;
}
.footer .icons li i{
  color:#000;
  font-size: 30px;
}
.footer .icons li{
  margin-right: 15px;
  display: inline-block;
}
.footer .icons a:hover,
.footer .icons a:focus{
  background: #619c1c;
}
.footer-contact{
  background-color:#282828;
  text-align: center;
  font-size:18px;
  padding: 20px;
  margin-top:30px;
}
.footer-contact i{
  font-size:40px;
  margin-top:10px;
}
.footer-contact p{
  margin-top:10px;
}
.footer-bottom{
  background:#282828;
  color:#fff;
  font-size:14px;
}
.breadcrumb-area{
  background-color: #619c1c;
}
.breadcrumb-area .breadcrumb{
  color:#fff;
}
.breadcrumb-item a, .breadcrumb-item{
  font-size:inherit;
  text-transform: none;
  color:inherit;
}
.breadcrumb-item+.breadcrumb-item::before{
  font-weight: 300;
  color:inherit;
}
.breadcrumb-item a:hover, .breadcrumb-item.active{
  color: inherit;
  font-weight: 600;
}
.product-thumbnail .thumb-menu div img,
.thumb-menu.owl-carousel .owl-item a{
  border-radius:0;
}
.thubnail-desc.section-title{
  text-align: left;
}
.thubnail-desc.section-title h2{
  color: #000;
  text-transform: none;
  line-height: initial;
}
.pro-thumb-price .special-price{
  color: #619c1c;
  font-weight: 500;
}
.pro-list-features{
  margin-top:15px;
}
.pro-list-features li{
  font-size:inherit;
  color:#000;
}
.pro-list-features li span{
  color:#555555;
}
.thubnail-desc .c-btn-rev{
  width:100%;
  background: #619c1c;
  border-color:inherit;
}
.thubnail-desc .c-btn-rev:hover,
.thubnail-desc .c-btn-rev:focus{
  background: transparent;
  border-color:#619c1c;
  color:#619c1c;
}
.thubnail-desc .link{
  color:#619c1c;
}
.thubnail-desc .dark{
  color:#000;
  margin-bottom: 0;
}
.thumnail-desc .section-title{
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 15px;
  margin: 0;
}
.thumnail-desc .section-title h4{
  text-transform: none;
  width:auto;
}
.thumnail-desc .section-title h4:before,
.thumnail-desc .section-title h4:after{
  content:none;
}
.feature-pro-active a:hover >.card,
.feature-pro-active a:focus >.card{
  color:#619c1c;
  border-color:#619c1c;
}
.thumnail-desc .img-blocks .section-title{
  padding: 0;
  border: none;
}
.thumnail-desc .img-blocks .section-title h2{
  text-transform: none;
  color:#000;
}
.thumnail-desc .img-blocks .section-title h2 span{
  color:#619c1c;
}
.img-blocks .row-box,
.img-blocks .col-box{
  display: flex;
}
.img-blocks .row-box{
  flex-direction: column;
}
.img-blocks .col-box{
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 35px;
}
.img-blocks .col-box div{
  width: 32%;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: initial;
}
.img-blocks .col-box img{
  margin-bottom: 10px;
}





@media(max-width:767px){
  .slider-content{
    text-align: center;
  }
  .slider-style-two .fullscreen::before{
    background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  }
  .c-banner .slider-content{
    margin:auto;
  }
  .c-banner .slider-content h6{
    padding:0;
  }
  .c-banner .slider-content h6::before,
  .c-contact .section-title h4::before,
  .c-contact .section-title h4::after{
    width: 0;
  }
}
@media(max-width:991px){
  .logo{
    padding-left: 15px;
    max-width: 140px;
  }
  .header-style-two .mean-container a.meanmenu-reveal {
    padding-right: 15px;
    padding-top: 5px;
  }
  .c-menu-btn{
    text-align: left;
  }
  .c-menu-text{
    color:#fff;
    text-align: center;
  }
  .slider-style-two .fullscreen{
    height: 400px;
    position: relative;
  }
  .slider-style-two .fullscreen::before{
    background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  }
  .c-btn{
    font-size:15px;
    padding: 5px 18px;
  }
}
@media(min-width:992px){
  .header-menu-list > li > a, .header-menu-list > li > ul.ht-dropdown li a{
    font-size:13px;
  }
  .header-menu-list > li > a:hover, .header-menu-list > li > ul.ht-dropdown li a:hover,
  .header-menu-list > li.active a{
    color:#619c1c;
  }
  .header-menu-list li .c-menu-btn:hover,
  .header-style-two .header-menu-list > li .c-menu-btn:hover, .c-menu-btn:hover{
    background-color: #619c1c;
  }
  .c-menu-text p:last-child{
    font-size:18px;
  }
  .slider-style-two .fullscreen{
    max-height: 650px;
  }
  .c-menu-text{
    text-align:right;
    vertical-align: middle;
  }
  .c-menu-text p:first-child{
    line-height: 14px;
    text-transform: uppercase;
  }
  .c-menu-text p:last-child{
    color:#619c1c;
    line-height: 22px;
    font-weight: 700;
    margin-top:8px;
  }
  .slider-style-two .slider-content h1{
    font-size: 48px;
  }
  .section-title h4{
    width: 400px;
    font-size: 24px;
  }
  .section-title h4::before,.section-title h4::after{
    width:65px;
    height: 2px;
  }
  .section-title h4::before{
    left:-65px;
  }
  .section-title h4::after{
    right:-65px;
  }
  .c-contact .section-title h4{
    width:500px;
  }
  .footer-contact{
    position: absolute;
    width: 100%;
    height: calc(100% + 65px);
    top: -65px;
    right: 90px;
    z-index: 10;
    margin: 0;
  }
}
@media(min-width:1200px){
  html,body{
    font-size:18px;
  }
  .header-menu-list .c-menu-text{
    padding-left: 13px;
  }
  .header-menu-list > li > a, .header-menu-list > li > ul.ht-dropdown li a{
    font-size:16px;
  }
  .slider-style-two .slider-content p{
    font-size: 18px;
  }
  .slider-style-two .slider-content{
    max-width: 480px;
  }
  .slider-style-two .slider-content h1{
    font-size: 56px;
  }
  .section-title h2{
    font-size:43px;
  }
  .c-contact p{
    font-size:24px;
  }
  .c-contact .c-btn-rev{
    font-size:24px;
  }
  .section .btn{
    font-size:20px;
  }
  .footer-contact{
    right: 150px;
  }
  .img-blocks .col-box div{
    font-size: 24px;
  }
}
@media(min-width:1300px){
  .container{
    max-width: 1250px;
  }
  .header-menu-list > li > a, .header-menu-list > li > ul.ht-dropdown li a{
    font-size:20px;
  }
  .c-menu-text p:last-child{
    font-size:22px;
  }
  .slider-style-two .slider-content{
    max-width:530px;
  }
  .slider-style-two .slider-content h1{
    font-size: 55px;
  }
  .pro-thumb-price .special-price{
    font-size:36px;
  }
  .thumnail-desc .img-blocks .section-title h2{
    font-size:50px;
  }
}
@media(min-width:1600px){
  .container{
    max-width: 1450px;
  }
}
.breadcrumb a{color: #ffffff;}
.woocommerce div.product .woocommerce-tabs ul.tabs{text-align: center;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border: none;background: none!important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after{border: none;width: auto;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a{color: #000000;font-size: 24px;}
.wc-tab > h2{
  display: none;
}
.related.products > h2{color: #000000;text-align: center;font-size: 24px;text-transform: none;border-bottom: 1px solid #d3ced2;margin-bottom: 40px;padding-bottom: 10px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{border: 1px solid rgba(0,0,0,.125);border-radius: .25rem; min-height: 440px;}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{border-color: #619c1c;}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title, .woocommerce-page ul.products li.product:hover .woocommerce-loop-product__title{color: #619c1c;}
.woocommerce-page ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .price{padding: 0 0.5rem;text-transform: none;font-weight: 500;margin-bottom: 15px;}
.single-product .summary .product_title{text-transform: none;font-size: 43px;margin-bottom: 10px;}
.single-product .summary .woocommerce-Price-amount.amount{color: #619c1c;font-weight: 500;font-size: 36px;}
.product_meta > span{display: block;color: #000000;}
.product_meta > span span, .product_meta > span a{color: #555555;}
.woocommerce-loop-product__title{text-transform: none;color: #555555; font-weight: 600; margin-left: 15px !important; margin-right: 15px !important;}
[type="submit"] {
  background: #619c1c;
  border-color: #619c1c;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  min-width: 120px;
  border-radius: 20px;
  border-width: 2px;
}

[type="submit"]:hover {
  background: transparent;
  border-color: #619c1c;
  border-width: 2px;
  color: #619c1c;
}
.widget_product_categories .select2-container:last-child, .widget_product_categories h2, .nice-select.orderby{
  display: none;
}
.select2-container {
  min-width: 200px;
  padding-left: 10px;
  right: 6px;
}
.select2-container--default .select2-selection--single {
  padding: 5px;
  height: 40px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px!important;
}
.select2-selection__placeholder {
  color: #444!important;
}

.logo img { width: auto !important; height: auto !important; }
.menu-item-108 { padding-left: 20px !important; }
.ht-dropdown { width: 270px; }
.submit-btn { font-size: 25px; text-transform: uppercase; border-radius: 50px; padding: 12px 38px; }
.woocommerce .products ul, .woocommerce ul.products { padding-top: 20px; margin-bottom: 0px; }
.woocommerce-loop-product__title { text-align: center; font-weight: 600 !important; }
.woocommerce-page ul.products li.product .price { text-align: center; }