@font-face {
    font-family: 'arrows';
    src: url('../fonts/arrows.eot?13501990');
    src: url('../fonts/arrows.eot?13501990#iefix') format('embedded-opentype'),
    url('../fonts/arrows.woff2?13501990') format('woff2'),
    url('../fonts/arrows.woff?13501990') format('woff'),
    url('../fonts/arrows.ttf?13501990') format('truetype'),
    url('../fonts/arrows.svg?13501990#arrows') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?94289309#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "arrows";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    background: none;
}

.icon-right-circle:before {
    content: '\e800';
}

/* 'î €' */
.icon-left-circle:before {
    content: '\e801';
}

/* 'î ' */
.icon-right-circle-1:before {
    content: '\e802';
}

/* 'î ‚' */
.icon-left-circle-1:before {
    content: '\e803';
}

/* 'î ƒ' */
.icon-right-open-mini:before {
    content: '\e804';
}

/* 'î „' */
.icon-left-open-mini:before {
    content: '\e805';
}

/* 'î …' */
.icon-right-open-big:before {
    content: '\e806';
}

/* 'î †' */
.icon-left-open-big:before {
    content: '\e807';
}

/* 'î ‡' */
.icon-right-open:before {
    content: '\e808';
}

/* 'î ˆ' */
.icon-left-open:before {
    content: '\e809';
}

/* 'î ‰' */
.icon-left-open-1:before {
    content: '\e80a';
}

/* 'î Š' */
.icon-right-open-2:before {
    content: '\e80c';
}

/* 'î Œ' */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #222;
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

a {
    color: #222;
/ / #428bca;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #222;
/ / #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

/*.widget-container.horizontal:before,
.widget-container.horizontal:after {
  content: "";
  display: table;
}

.widget-container.horizontal:after {
  clear: both;
}

.widget-container.horizontal {
  zoom: 1;  ie 6/7
}*/

.widget {
    position: relative;
}

.widget-container {
    display: table;
    width: 100%;
}

.row {
    display: table-row;
}

.row > div {
    display: table-cell;
}

.row > .item {
    margin-left: 2%;
}

.row > .item:first-child {
    margin-left: 0;
}

.item {
    background: #fff;
    margin-bottom: 2%;
    position: relative;
}

.item.col-1 {
    width: 100%;
}

.item.col-2 {
    width: 49%;
}

.item.col-3 {
    width: 32%;
}

.item.col-4 {
    width: 23.5%;
}

.item.col-5 {
    width: 18.4%;
}

.item.col-6 { /**/
    width: 15%;
}

.item.col-7 {
    width: 12.555555555%;
}

.item.col-8 {
    width: 10.752604007%;
}

.item.horizontal {
    float: left
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.widget-pagination {
}

.widget-pagination-left {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9999;
}

.widget-pagination-right {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9999;
}

.next, .prev {
    padding: 0;
    border: none;
    color: #666;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    top: -22px;
    background: 0;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.prev:hover, .next:hover {
    color: #888;
    /*background: rgba(0, 0, 0, .7);*/
}

.next.disabled, .prev.disabled {
    color: #f2f2f2;
    cursor: not-allowed;
}

.next.disabled:hover, .prev.disabled:hover {
    color: #f2f2f2;
    cursor: not-allowed;
    /*background: rgba(0, 0, 0, .2);*/
}

/**
 *  searchKeyword
 **/

table {
    width: 100%;
    border-collapse: collapse;
}

/* Zebra striping */
/*tr:nth-of-type(odd) {
    background: #eee;
}*/

/*th {
    background: #ddd;
    color: white;
    font-weight: bold;
}*/

td, th {
    padding: 5px;
    /*border: 1px solid #ccc;*/
    border: none;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

td.logo {
    padding-right: 15px;
}

.fullprice {
    text-decoration: line-through;
}

.prices {
    white-space: nowrap;
}

.item .container-image img {
    /*height: 190px;*/
    margin: 5px 0;
    /*max-width: 200px;*/
    /*    max-width: 100%;*/
    max-height: 190px;
    vertical-align: middle;
}

.item .container-image {
    height: 200px;
    text-align: center;
    /* border: 1px solid #eee; */
    position: relative;
}

.item .merchant {
    /* text-align: center; */
    /* width: 100%; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /*white-space: nowrap;*/
    padding: 2px 15px 2px 5px;
    margin-bottom: 0;
}

.item .title {
    /* text-align: center; */
    /* width: 100%; */
    /* overflow: hidden; */
    /*text-overflow: ellipsis;*/
    white-space: normal;
    padding: 2px 10px;
    margin-bottom: 2px;
    /* Hack */
    height: 16px; /* 2px per linea */
    line-height: 13px; /* altezza font */
}

.item .title a {
    font-weight: 700;
    text-align: center;

}

.item .price {
    text-align: left;
    /* width: 100%; */
    padding: 2px 15px 2px 5px;
    margin-bottom: 2px;
    font-weight: 700;
}

.item .price .discount {
    text-align: center;
    width: 100%;
    padding: 2px 4px;
    margin-bottom: 2px;
    background: #c1e2b3;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin-left: 4px;
    font-style: normal;
}

.strike {
    text-decoration: line-through;
    font-weight: 400;
    color: #666;
    margin-right: 4px;
    font-size: 13px;
    font-style: normal;
}

.symbol-currency {
    margin: 0;
}

.item .button {
    text-align: center;
    margin: 10px 0;
}

.item .btn {
    padding: 5px 12px;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    white-space: nowrap;
}

.item .btn.rounded {
    border-radius: 4px;
}

.item .btn.buy-now {
    display: inline-block;
    background: rgba(114, 147, 49, 1);
    color: #fff;
}

.item .btn.buy-now:hover,
.item .btn.buy-now:active {
    background: rgba(114, 147, 49, .7);
    color: #fff;
    text-decoration: none;
}

/**
 + Mobile
 */

.mobile {
    padding-bottom: 5px;
}

.mobile .container-image img {
    /* height: 190px; */
    margin: 5px 0;
    /* max-width: 200px; */
    max-width: 100%;
    max-height: 90px;
    vertical-align: middle;
}

.mobile .container-image {
    height: 100px;
    text-align: center;
    /* border: 1px solid #eee; */
    position: relative;
}

.mobile .merchant {
    /* text-align: center; */
    /* width: 100%; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /*white-space: nowrap;*/
    padding: 2px 4px;
    margin-bottom: 0;
}

.mobile .title {
    /* text-align: center; */
    /* width: 100%; */
    /* overflow: hidden; */
    /*text-overflow: ellipsis;*/
    white-space: normal;
    padding: 4px 4px 2px;
    margin-bottom: 2px; /* Hack */
    /*height: 16px;*//* 2px per linea */
    line-height: 13px; /* altezza font */
}

.mobile .title a {
    font-weight: 700;
    text-align: center;

}

.mobile .price {
    text-align: left;
    /* width: 100%; */
    padding: 2px 4px;
    margin-bottom: 2px;
    font-weight: 700;
}

.mobile .price .discount {
    text-align: center;
    width: 100%;
    padding: 2px 4px;
    margin-bottom: 2px;
    background: #c1e2b3;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin-left: 4px;
    font-style: normal;
}

.strike {
    text-decoration: line-through;
    font-weight: 400;
    color: #666;
    margin-right: 4px;
    font-size: 13px;
    font-style: normal;
}

.symbol-currency {
    margin: 0;
}

.mobile .button {
    /* text-align: center; */
    margin: 10px 0;
    padding: 2px 4px;
}

.mobile .btn {
    padding: 6px 12px;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    white-space: nowrap;
}

.mobile .btn.rounded {
    border-radius: 4px;
}

.mobile .btn.buy-now {
    background: rgba(114, 147, 49, 1);
    color: #fff;
}

.mobile .btn.buy-now:hover,
.mobile .btn.buy-now:active {
    background: rgba(114, 147, 49, .7);
    color: #fff;
    text-decoration: none;
}

.image-box {
    float: left;
    width: 50%;
}

.text-box {
    float: left;
    width: 50%;
}

.ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

#list-view {
    display: none;
    padding-top: 20px;
}

.list-view-widget-pagination-left {
    float: left;
}

.list-view-widget-pagination-right {
    float: right;
}

.widget-title {
    margin-bottom: 10px;
}