.catalog_inline_page .item .item_price span,
.cart_page .item .item_price span {
    font-size: 22px;
}

.catalog_inline_page .item .price_sect .item_btn a, .cart_page .item .price_sect .item_btn a {
    
    
  	padding: 13px 70%;

}

@media screen and (max-width: 991px) {
    .item .item_price span {
        font-size: 30px !important;
    }

 .catalog_inline_page .item, .cart_page .item {
    
    border: 0px solid #ebebeb;
  
    margin-top: 10px;
    
}
  
  #carousel-example-generic .carousel-caption {
    position: absolute;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 20px;
    max-width: 200px;
    z-index: 10;
    background: #ffffff5e;
    left: 8%;
    bottom: auto;
    color: #3b3b3b;
    padding: 15px 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    
}
  
  
  

@media screen and (max-width: 767px) {
    #carousel-example-generic .carousel-caption {
        max-width: 230px;
       background: #ffffff5e;
      font-size: 20px;
    }
}
@media screen and (max-width: 992px) {
    #carousel-example-generic .carousel-caption {
        max-width: 330px;
        left: 15%;
       background: #ffffff5e;
        height: auto;
      font-size: 20px;
    }
 }