.category-item {
    margin-bottom: 30px;
    background: #e4e6d9 none repeat scroll 0 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 15px;
}

.category-name {
    height: 45px;
    margin-bottom: 10px;
}

.category-name a {
    color: #d97203;
    font-size: 18px;
    font-weight: bold;
}

.category-name a:hover {
    text-decoration: none;
}

.category-image {
    background-color: #e4e6d9;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #f09a01;
    border-radius: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    max-width: 300px;
}



.product-cart {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}

.cart-amount-counter-wrapper {
    float:left;
    /*border: 1px solid red;*/
    width: 125px;
}

.product-list-cart {
    float:right;
    /*border: 1px solid green;*/
    font-size: 22px;
    margin-top: 5px;
}

.product-pack {
    margin-top: 10px;
}

.form-control.product-pack-select {
    font-size: 12px;
    height: 27px;
    padding: 4px 6px;
}

.product-price-div {
    padding: 10px 0 5px 0;
}

.category-item .product-price-div {
    text-align: center;
}

.product-price {
    color: #d97203;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Lobster-Regular', Arial, Helvetica, sans-serif;
    background-color: #e08602;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: white;
    padding: 2px 20px;
}

.product-original-price {
    font-style: italic;
    margin-right: 3px;
    margin-left: 10px;
    text-decoration: line-through;
    font-size: 14px;
}

.product-pack2 {
    color: #68635b;
    font-size: 13px;
    height: 30px;
    line-height: 15px;
    padding: 3px 0 0 5px;
    text-align: center;
}

/** Mouse overnél forogjon a kosár gomb **/
.rotate-cart:hover {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg); /* IE 9 */
}



.product-wrapper {
    background: #e4e6d9 none repeat scroll 0 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 10px;
}






/** Termék adatlap **/
.product-details-image {
    background-color: #e4e6d9;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #f09a01;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    max-width: 300px;
}

/** Termék adatlapon kisképek **/
.other-image-item {
    float: left;
    margin: 3px;
    border: 1px solid #f09a01;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 63px;
    height: 63px;
}

.other-image-item {
    height: 63px;
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
    position: relative;
    overflow: hidden;
}

.other-image-item:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.other-image-item img {
    display: inline-block;
    font: 16px/1 Arial sans-serif;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.product-name {
    color: #d97203;
    font-size: 18px;
    font-weight: bold;
}

.product-description {
    margin-top: 20px;
}

.product-data-price-div {
    padding: 10px 0 5px 0;
}

.product-data-price {
    color: #d97203;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Lobster-Regular', Arial, Helvetica, sans-serif;
    background-color: #e08602;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: white;
    padding: 2px 20px;
    float: left;
}

.product-data-pack2 {
    padding: 0;
    color: #d97203;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-data-unitprice {
    color: #68635b;
    font-size: 13px;
    line-height: 15px;
    padding: 3px 0 0 0px;
}

.product-details-extra {
    margin: 10px 0;
}

.extra-title {
    font-weight: bold;
}



.delivery_info {
    background-color: #f09a01;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
}

.delivery_info a {
}

.delivery_info a:hover, .delivery_info a:focus, .delivery_info a:visit, .delivery_info a:active {
    text-decoration: none;
}

.city-changer-link, .city-changer-link:hover, .city-changer-link:focus, .city-changer-link:active {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

.city-changer-link span {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

.noStock {
    float: left;
    display: none;
    margin-left: 10px;
}



.product-catalog .content_text.odd .category-item {
    background: #c9c7ad none repeat scroll 0 0;
}

.product-catalog .content_title_wrapper {
    padding: 0 10px 1px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.product-catalog .content_title_wrapper .content_title a
, .product-catalog .content_title_wrapper .content_title h1 {
    font-weight: normal;
    font-family: 'Lobster-Regular', Arial, Helvetica, sans-serif;
    font-size: 27px;
}

.product-catalog .content_title_wrapper.odd {
    background: #c9c7ad none repeat scroll 0 0;
}

.product-catalog .content_title_wrapper.even {
    background: #e4e6d9 none repeat scroll 0 0;
}


.product-catalog .content_title {
    background: none;
    margin-bottom: 5px;
}


/* Szállítási info doboz */
.delivery_info {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.delivery_info_title {
    font-family: 'Lobster-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin-top: 10px;
}

.delivery_info_subtitle_1, .delivery_info_subtitle_2, .delivery_info_subtitle_3 {
    color: #5D4D40;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.delivery_info_tel {
    font-size: 12px;
}