@charset "utf-8";
/* CSS for new Shop (CRO Project) */
.product-filter-wrapper, .product-filter-wrapper1 {
  background-color: #fff !important;
  padding: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.product-filter-item {
  background-color: #fff !important;
  border-radius: 5px;
  padding: 10px 10px 13px 10px;
  text-align: center;
  margin: 0px 5px 3px 5px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  transition: all 0.5s;
}
.product-filter-item-wrapper.active .product-filter-item, .product-filter-item:hover, .product-filter-item:focus, .product-filter-item:active {
  background: #fff !important;
  border: 3px solid #006736 !important;
}
.product-filter-item .item-text {
  color: #006736 !important;
  font-weight: 600
}
.active-icon:before {
  color: #47B824 !important;
}
.prod-box {
  padding: 30px
}
.prod-img{
	display:none;
}
.shop-bx {
  border-radius: 0 !important;
  padding: 0 0 24px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #87A319
}
.shop-bx-img {
  padding: 0
}
.shop-bx-img img {
  border-radius: 0px 3px 3px 3px;
  border: none !important;
}
.sh-tag {
  font-size: 16px !important;
  max-width: 100px;
  margin-left: 0 !important;
  margin-top: 0 !important;
  background: #fff !important;
  color: #137100
}
.prod-features {
	
}
.prod-features ul {
  list-style: none
}
.prod-features li {
  list-style: none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 7px 0
}
.prod-features li span.icon {
  font-size: 20px;
  display: inline-block;
  width: 25px;
  font-family: 'Font Awesome 5 Free';
  color: #50AD13;
  margin-right: 20px;
}
.sh-bx-content-middle {
  border: none !important;
  padding: 15px 10px 0px 10px !important;
}
h3.sh-price {
  color: #000;
  font-weight: bold;
  padding-left: 0 !important
}
.prod-section h4{
	font-weight: bold;
	font-size: 12px;
	margin-top: 20px
}
.sh-v-details {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 80px;
  text-decoration: underline;
  float: left;
  margin-left: 15px;
}
.btn-shop {
  width: 160px !important;
  float: right;
  margin-right: 15px;
}
.shop-bx-img {
  background-image: url('../images/support-bg.jpg');
}
.prod-box .img-responsive{display:none}
.card-columns {
  column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}
.prod-section {
  border: 1px solid #B7C1A4;
  margin-top: 10px -webkit-border-radius:5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.prod-section .row {
  margin: 0 !important
}
.prod-section .prod-features li {
  margin-bottom: 30px
}
.prod-section .prod-features li span.icon {
  display: block;
}
.prod-section .prod-features li span.feature-desc {
  margin-bottom: 12px;
  color: #2D2D2D;
  font-size: 13px;
  line-height: 18px;
  display: block;
  font-weight: normal
}
.prod-section .col-md-4 {
  box-sizing: border-box;
  margin: 0 !important
}
.buy-box {
  background: #f4f9eb;
  padding: 0 30px;
  box-sizing: border-box
}
.buy-box .product-item-price-wrapper {
  border-top: none !important;
  box-sizing: border-box;
	margin-top: 0!important
}
.product-item-price-wrapper .item-price {
 color: #000000
}
.item-price span {
  display: block;
  font-size: 12px;
}
.price-charges p, .product-select-package p {
  font-size: 12px;
	margin: 3px 0;
}
.price-charges p span{
	float: right
}
.product-buy-now {
  text-align: center
}
.product-buy-now a {
  width: 100%;
  margin-top: 30px
}
.prod-more-det {
  font-weight: bold
}
.prod-more-list {
  list-style-position: inside;
  font-size: 13px
}
/* Form */
#form-outer {
  position: relative;
}
#frm-contact {
  display: none;
  margin-top: 30px;
  box-sizing: border-box
}
.demoInputBox {
  border: solid 1px #5f7d8b;
  width: 100%;
  margin-bottom: 25px;
  padding: 6px;
  border-radius: 5px;
  display: block;
  box-sizing: border-box;
  font-size: 14px !important
}
.btnAction {
  width: 100%
}
.txt-content {
  text-align: left;
  padding: 50px 20px;
}
#mail-status {
  height: 40px;
}
#mail-status p {
  border-radius: 5px;
  color: #545454;
  padding: 10px;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  display: block;
}
#mail-status p.success {
  background: #c7e0c7;
  border: solid 1px #268c26;
}
#mail-status p.error {
  background: #f7dddd;
  border: solid 1px #dc9d9d;
}

@media only screen and (max-width: 991px) {
  .hm-hero-cont-inside, .page-hero-cont-inside {
    height: auto !important;
  }
}
@media only screen and (max-width: 480px) {
.prod-img{
	display: block;
	width: 100%;
	}
	.container-fluid{display: none}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
	.buy-box{
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		margin: 0
	}
	.price-charges, .product-select-package{display:none}	
	.product-buy-now{
		position: absolute;
		right: 30px;
		bottom: 30px;
		width: 40%
	}
}
