﻿.thumbnail {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: block;
}
.our-choice {
    padding: 0 15px 2px 15px;
    margin: 10px auto 5px auto;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-family: 'Segoe UI Semibold';
    font-size: 90%;
    /*border-left: 2px solid greenyellow;*/
    border-right: 3px solid greenyellow;
    box-shadow: inset 0 0 0 0 greenyellow;
    box-sizing: border-box;
    display: inline-block;
}

.free-shipping {
    margin: 3px auto;
    padding: 1px 15px;
    border-radius: 10px;
    color: #944c00;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
}

.free-shipping-2 {
    margin: 3px auto;
    padding: 1px 15px;
    border-radius: 10px;
    color: #ffe500;
    background-color: rgba(98, 50, 0, 0.8);
    text-align: center;
    font-family: 'Segoe UI Semibold';
    font-size: 100%;
    display: inline-block;
}

.item-wrap {
    padding: 10px !important;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.top-seller {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: block;
}

.best-seller-sticker {
    background-image: url('/website/images/best-seller.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.regular-price {
    font-size: 110%;
    font-weight: normal !important;
}

.sales-price {
    font-family: 'Segoe UI Semibold';
    font-size: larger;
}


.corner-ribbon {
    width: 100px;
    background: rgba(255,0,0,0.7);
    position: absolute;
    text-align: center;
    font-family: 'Segoe UI Semibold';
    font-size: 90%;
    letter-spacing: 1px;
    color: #f0f0f0;
    left: auto;
}

    .corner-ribbon.top-left {
        line-height: 20px;
        top: 15px;
        left: -25px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .corner-ribbon.top-right {
        line-height: 20px;
        top: 15px;
        right: -25px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .corner-ribbon.ribbon-s {
        line-height: 15px;
        top: 13px;
        right: -30px;
        font-size: 85%;
    }

    .corner-ribbon.sticky {
        position: fixed;
    }
