@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?94289309');
    src: url('../fonts/fontello.eot?94289309#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff?94289309') format('woff'),
    url('../fonts/fontello.ttf?94289309') format('truetype'),
    url('../fonts/fontello.svg?94289309#fontello') 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: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 0.4em;
    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); */
}

.icon-angle-circled-left:before {
    content: '\e800';
}

/* '' */
.icon-angle-circled-right:before {
    content: '\e801';
}

/* '' */
.icon-right-open:before {
    content: '\e802';
}

/* '' */
.icon-left-open:before {
    content: '\e803';
}

/* '' */
.icon-angle-left:before {
    content: '\e804';
}

/* '' */
.icon-angle-right:before {
    content: '\e805';
}

/* '' */

* {
    -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;
}

.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 .container-image .info-hover {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0 5px;
    border-top: 1px solid #eee;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    background: rgba(0, 0, 0, .3);
    background: rgba(255, 255, 255, .8);
    /*
    background: rgba(0,0,0,.3);
    color: #fff;
    */
}

.item .container-image.hover:hover > .info-hover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

/*.item .container-image .info-hover a{
    color: #fff;
}*/

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

.item .title {
    width: 100%;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: normal;
    padding: 2px 4px;
    margin-bottom: 2px;
    text-align: center;
}

.item .title {
    font-size: 14px;
    height: 16px;
    line-height: 14px;
}

.item .title a {
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
}

.item .price {
    text-align: center;
    width: 100%;
    padding: 2px 4px;
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 15px;
}

.item .price .discount {
    text-align: center;
    width: 100%;
    padding: 2px 4px;
    margin-bottom: 2px;
    background: #CC0000;
    color: #fff;
    font-size: 12px;
    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: 6px 12px;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

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

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

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

.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 {
    background: rgba(255,255,255, .3);
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-left: 1px solid #ccc;
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    top: -22px;
}

.prev {
    left: 0;
    border-left: none;
    border-right: 1px solid #ccc;
}
.next {
    right: 0;
}

.prev:hover, .next:hover {
    color: #ffffff;
    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);
}