/* Shop slider */
.td_block_shop .td-block-title { text-align:center; }
#shopwidget { margin-bottom: 1.25em;  }
#shopwidget .btn-buy { margin-top:.5em; }
#shopwidget.frame {
        width: 100%;
            height: 340px;
                padding: 0;
                    overflow: hidden;
                        font-size: 12px;

}

#shopwidget.frame .slidee {
        margin: 0;
            padding: 0;
                height: 100%;
                    list-style: none;

}
#shopwidget .slidee li:before { display: none; }
#shopwidget .slidee li {
        border: 1px solid #efefef;
            border-radius: 8px;
                margin: 0 .5em 0 .5em;
                    padding: 0 .5em;
                        height: 100%;
                            text-align: center;
                                cursor: pointer;
                                    float:left;
                                        width: 250px;

}
#shopwidget .slidee li:hover {
        background: #f2f2f2;

}
#shopwidget a img:hover {
        box-shadow: none;

}
#shopwidget .td_module_4 {
        text-align: center;
            padding-bottom: 0;

}
#shopwidget .td_module_4 a {
        text-decoration: none;
            display: block;
                box-shadow: inherit;

}
#shopwidget img { margin: .5em auto .25em auto;  }
#shopwidget .entry-thumb {
        max-height: 200px;
            width: inherit;

}
#shopwidget .entry-title {
        font-size: 11px;
            text-align: center;
                white-space: nowrap;
                    overflow: hidden;
                        text-overflow: ellipsis;

}
#shopwidget .entry-title::first-letter {
        text-transform: uppercase;

}
#shopwidget .td-module-thumb {
    height: inherit;
    margin-bottom: .5em;
}
#shopwidget .td_module_4:hover {
    background: #f2f2f2;
    border: 1px dotted #d3d3d3;
}
#shopbox {
    position: relative;
    width: 100%;
    margin-bottom: 1em;
    padding-top: 1em;
}

#shopbox .td-block-title-wrap{
    text-align: center;
}
#shopbox .nexti, #shopbox .previ {
    position: absolute;
    top: 44%;
    padding:.25em .75em;
    background: white;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
}
#shopbox .nexti {
    right: 0;
}

.promo {
    position: absolute;
    top: 12px;
    right: 12px;
    font-weight: bold;
    font-size: 12px;
    width: 42px;
    height: 42px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 42px;
    z-index: 1;
}
.brand {
    text-transform: uppercase;
    font-size: 12px;
}

.orig_price {
    text-decoration: line-through;
    color: #777777;
}

