/*Add Css Custom Here*/
.text-red{
  color:#ee3f22;
}
.text-green{
  color:#71bf45;
}
.newsletter-footer1{
  margin: 30px 0 20px 0;
}
footer .so-page-builder .container{
  padding: 0 !important;

}
.newsletter-footer1 .signup{
  border:solid 2px #2c443a;
  border-radius: 4px;
  clear: both;
  background: #fff;
}
footer .so-page-builder .input-box{
  float: left;
  width: 85%;
}
footer .so-page-builder .input-box input[type='email']{
  background: #fff;
  border:none !important;
  width: 100%;
}
footer .so-page-builder .subcribe{
  float: left;
  width: 15%;
  text-align: center;
}
footer .so-page-builder .subcribe button{
  /* text-indent: -9999px; */
  padding: 9px;
  width: 100%;
  background: #fff;
  color:#2c443a;
}
/* footer .so-page-builder .subcribe button::before{
  font-family: 'FontAwesome';
  content: '\f002';
  font-size: 16px;
} */

.top-link .login .link-lg{
  background: #2c443a;
  border-radius: 6px;
  padding: 6px 12px;
  color:#fff !important;
  text-transform: uppercase;
  font-weight: bold;
}
.top-link .login .link-lg:hover{
  background: #71bf45;
  color:#2c443a !important;
}
.register_banner .container{
  background:rgb(255,255,255,0.8);
  border-radius: 8px;
  margin: 24px auto;
  color:#000;
  padding: 60px 30px !important;
  text-align: center;
}
.register_banner .container h1{
  color:#000;
  font-size: 40px;
  font-family: 'Playfair Display', serif;
  margin: 0 0 24px 0;
}
.register_banner .container ul{
  list-style: none;
  font-size: 24px;
  margin: 0 0 24px 0;
}
.register_banner .container ul li{
    color:#000;
    margin: 0 0 10px 30px;
}
.register_banner .container #form-signup{
  width: 40%;
  margin: 0 auto;
}
.register_banner .container #form-signup input[type=email]{
  width: 100%;
}
.register_banner .container #form-signup button{
  margin:10px 0 0 0;
  width: 100%;
  background: #71bf45;
  color:#000;
  display: block;
}
.register_banner .container #form-signup button:hover{
  background: #87e353;
}
/*home icon*/
.home_icon{
  padding: 30px 0;
}
.home_icon .col-md-4{
  text-align: center;
}
.home_icon .col-md-4 img{
  margin: 0 0 20px 0;
}
.home_icon .col-md-4 h3{
    margin: 0 0 10px 0;
    font-size: 22px;
}

/*home product*/
.so-super-category-ltr .spcat-wrap{
  margin: 0 0 20px 0;
}

.owl2-carousel .product-layout {
  background: #fff;
}
.so-super-category-ltr.module h3.modtitle{
  margin: 0 0 10px 0;
  color: #764d2a !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  text-align: left !important;
  text-transform:capitalize !important;
  font-weight: normal a !important;
}
.so-sp-cat .owl2-controls .owl2-next{
    right: 10px;
}
.so-sp-cat .owl2-controls .owl2-prev,
.so-sp-cat .owl2-controls .owl2-next{
  background: rgba(0,0,0,0.8);
  color:#fff !important;
}
.so-sp-cat .owl2-controls .owl2-prev:before {
  font: normal normal normal 14px/1 FontAwesome;
	content:"\f106";
}
.so-sp-cat .owl2-controls .owl2-prev:hover,
.so-sp-cat .owl2-controls .owl2-next:hover{
    background: #7fc558;
}
.so-super-category-ltr .product-layout{
  margin: 0 10px 0 0;
  border-radius: 4px;
}
.so-super-category-ltr .product-layout .caption{
  min-height: 100px;
  height: 150px;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
}
.so-super-category-ltr .product-layout .caption h4{
  font-size: 16px;
  height: 50px;
  color:#764d2a;
}
.so-super-category-ltr .product-layout .caption .price,
.so-super-category-ltr .product-layout .caption .price .price-new, .price span.price{
  font-size: 23px;
  display: block;
}
.spcat-items .cart .btn-button.addToCart{
  display: block !important;
  border:none;
  background: #7fc558;
  color:#fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.so-super-category-ltr .product-layout:hover .cart .btn-button.addToCart{
  background: #ee3f22;
}

/*table*/
.table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>th, .table-bordered>thead>tr>td{
  background: #000;
  color:#fff;
}
.so-onepagecheckout .img-thumbnail{
  height: 50px !important;
  width: auto  !important;
}


.table-delivery th{
  background: #ddd;
  color:#333;
  text-align: left;
}
/*whatsapp*/
.float_wasp{
  z-index: 40;
  position: fixed;
  bottom:  20px;
  right:  80px;
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.float_wasp img{
  width: 40px;
  height: 40px;
}
