.taWebCatalogueItem .taWebCatalogueItem_Body{
    background-color: #FFFFFF;
    padding: 5px;
    overflow: auto;
    height: 100%;
    position: relative;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item{
    margin: 3px;
    background-color: #FFFFFF;
    float: left;
    
    /*border: 1px solid #DDDDDD;*/
    overflow: hidden;

    width: 145px;
    height: 180px;
    text-align: center;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item img{
    width: 140px; /*210px;*/
    height: 140px;
    cursor: pointer;
    object-fit: contain;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item{
    width: 24.3%; /*320px;*/  /*210px;*/
    height: 260px;
}


.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item div{
    text-align: center;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Szin {
    vertical-align: top;
    padding-left: 10px;
    padding-top: 8px;
    
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCatalogueItem_Desc{
    margin: 3px;
    height: 40px;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCatalogueItem_Price{
    font-weight: bold;
    font-size: 14px;
    margin: 3px;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCatalogueItem_Qty{
    border: 1px solid #DDDDDD;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCatalogueItem_Button{
    /*background-image: url('http://localhost/taWebOrder_17_1/images/cart.png');*/ /* 16px x 16px */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    /*height: 22px; */          /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    content:"\f3f8";
    border: none;
    background-color: white;
}

.formardiv, .formbtndiv, .formselectdiv {
width: 33%;
float: left;
}

.taWebCatalogueItem_Button:before {
    font-family: "Ionicons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\f3f8";
   font-size: 24px;
    border: none;
    text-decoration: none;
    color: green;
    background-color: white;
}

.taWebCatalogueItem_Item:hover{
    /*box-shadow: 4px 5px 10px 2px #006cbb, -4px 5px 10px 2px #006cbb;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.taWebCatalogueItem .taWebCatalogueItem_Body div.Green {
    background-color: #CCF7CC;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item img.taWebCatalogueItem_Image2{
  content: url('../images/vigyel_vissza_Plus_50.jpg');
  width: 70px;
  height: 70px;
    position:relative;
  left: -70px;
    top: 0px;
    opacity: 0.7;
  /*! z-index: 9999; */
}



