﻿.product-list-div {
    display:inline-block;
    position:relative;
    width:-moz-calc(100% / 4);
    width:-webkit-calc(100% / 4);
    width:calc(100% / 4);
    vertical-align:top;
}
@media screen and (max-width: 800px) {
    .product-list-div {
        width:-moz-calc(100% / 3);
        width:-webkit-calc(100% / 3);
        width:calc(100% / 3);
    }
}
@media screen and (max-width: 660px) {
    .product-list-div {
        width:50%;
    }
}
@media screen and (max-width: 250px) {
    .product-list-div {
        width:100%;
    }
}
.product-list-a {
    display:block;
    /* padding:3px; */
    padding:6px; /* 230110 Add */
    line-height:20px;
    vertical-align:top;
    text-decoration:none !important;
}
.product-list-a:hover {
    /* background-color:#ff6a00; */
}
.product-list-a:hover img { /* 230110 Add */
    opacity:0.7 !important;
}
.product-list-a:hover .p { /* 230110 Add */
    color:#ff6a00;
    background:-webkit-linear-gradient(#ffffff,#FCF1E0);
    background:-o-linear-gradient(#ffffff,#FCF1E0);
    background:-moz-linear-gradient(#ffffff,#FCF1E0);
    background:linear-gradient(#ffffff,#FCF1E0);
}
.product-list-a span {
    background-color:#fff;
    display:block;
    color:#555;
}
.product-list-a .s { /* 230110 Add */
    border-radius:10px;
    box-shadow:3px 3px 5px 0px #ccc;
}
.product-list-a span img {
    vertical-align:top;
    width:100%;
    border-radius:10px 10px 0px 0px; /* 230110 Add */
}
.product-list-a span .t {
    padding:5px;
    height:45px;
    overflow:hidden;
    padding-top:3px;
}
.product-list-a span .bi { /* 240924 Add */
    padding:0px 10px 0px 10px;
    height:20px;
    overflow:hidden;
    font-style:italic;
    color:#dc3545;
    text-align:right;
}
.product-list-a span .bi:hover { /* 240924 Add */
    color:#ff6a00;
    text-align:center;
}
.product-list-a span .g {
    font-size:10pt;
    color:#aaa;
    padding:5px;
    height:24px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.product-list-a span .p {
    display:block;
    text-align:right;
    padding:15px 10px 10px 10px;
    font-size:20px;
    font-weight:bold;
    /* color:#ff6a00; */
    color:#7BA918; /* 230110 Add */
    height:45px;
    border-radius:0px 0px 10px 10px; /* 230110 Add */
}
.product-list-a span .p b {
    font-style:italic;
    color:#aaa;
    font-weight:normal;
    font-size:11pt;
    padding-right:10px;
    text-decoration:line-through;
}

.product-list-quick-buy {
    position:absolute;
    left:6px;
    bottom:6px;
    padding:5px 20px 5px 10px;
    font-size:1.6em;
    color:#7BA918;
    border-radius:0px 0px 0px 10px;
}
.product-list-quick-buy:hover {
    color:#ff6a00;
}

@media screen and (max-width: 450px) {
    .product-list-a span .t {
        font-size:10pt;
        line-height:15px;
        height:50px;
    }
    .product-list-a span .bi { /* 240924 Add */
        font-size:10pt;
    }
    .product-list-a span .t .badge {
        font-size:5pt;
    }
    .product-list-a span .p {
        font-size:16px;
        padding-top:10px;
        height:40px;
    }
    .product-list-a span .p b {
        font-size:11px;
    }
    .product-list-quick-buy {
        position:initial;
        left:0px;
        bottom:0px;
        padding:3px;
        font-size:1.2em;
        display:block;
        margin:-5px 6px 6px 6px;
        text-align:center;
        background-color:#fff;
        border-radius:10px;
        box-shadow:3px 3px 5px 0px #ccc;
    }
    .product-list-quick-buy:hover {
        color:#ff6a00;
        background:-webkit-linear-gradient(#ffffff,#FCF1E0);
        background:-o-linear-gradient(#ffffff,#FCF1E0);
        background:-moz-linear-gradient(#ffffff,#FCF1E0);
        background:linear-gradient(#ffffff,#FCF1E0);
    }
    .product-list-quick-buy .spinner-border {
        width:1em;
        height:1em;
    }
}
@media screen and (max-width: 350px) {
    .product-list-a span .t .badge {
        display:none;
    }
    .product-list-a span .p {
        font-size:14px;
        height:35px;
        line-height:15px;
    }
    .product-list-a span .p b {
        display:none;
    }
}