.bnt-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bnt-wrap .btn{
	font-family: 'Roboto';
    
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 2px;
    word-spacing: normal;
    text-transform: none;
   padding: 1em 2em 1em 2em;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0,0,0,1);
    border-radius: 3px;
  display: inline-block;
}
.bnt-wrap .btn-white{
 	color: #007bd0; 
  background: #fff;
  margin-right: 15px;
}
.bnt-wrap .btn-green{
 	color: #fff; 
  background: #5cba3c;
}

.bnt-wrap .btn:hover{
  background: rgba(255,255,255,0.39);
  color: #007bd0; 
}
.woocommerce .content-area{
	width: 100%;
  float: none;
}
.product-index__item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: linear-gradient(to right, RGBA(0,114,210,1) 0%,RGBA(0,182,195,1) 100%);
}
.product-index__item:nth-of-type(even){
 flex-direction: row-reverse; 
}
.product-index__item img{
	max-width: 100%;
}
.product-index__item .left-block{
 width: 50%; 
}
.product-index__item .right-block{
 margin-left: 25px; 
  color: #fff;
}
.product-index__item .right-block h2{
  color: #fff !important;
}
.product-index__item:nth-of-type(even) .right-block{
   margin-right: 25px; 
}
.panel-row-style.panel-row-style-for-2248-0{
 padding-top: 0 !important; 
}

.product-index__item .exl {
    display: inline-block;
    background: rgba(255,255,255, 0.4);
    padding: 3px 15px;
}

.woocommerce .products ul, .woocommerce ul.products{
      display: flex;
    flex-wrap: wrap;
}

@media (max-width: 996px){
  .product-index__item:nth-of-type(even),
  .product-index__item{
  	flex-direction: column;
  }
  .product-index__item .left-block{
   	width: 100%;
    margin-bottom: 10px;
  }
  .product-index__item{
   padding-bottom: 10px; 
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product,
  .left-block {
    width: 100%;
	}
  .product-index__item:nth-of-type(even) .right-block,
  .product-index__item .right-block{
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  
}