/* Alternate stylesheet - prod display list layout */
#theme li a img#theme-list { display: none; }
#theme li a img#theme-list2 { display: inline; }
#theme li a img#theme-grid { display: none; }
#theme li a img#theme-grid2 { display: inline; }
#theme li a:hover img#theme-grid { display: inline; }
#theme li a:hover img#theme-grid2 { display: none; }

#prodlist .productframe {
    padding: 15px 0;
    width: 100% !important;
    height: auto;
    clear: both;
    text-align: left;
    background: none;
    border-bottom: 1px solid #c7c7c7;
}
#prodlist .productframe .productframe-inner {
    width: 100%;
    float: left;
    clear: both;
    padding: 15px 0;
    border: 0;
}
#prodlist .productframe.double {
	display: block;
}
#prodlist .productframe a{
	min-height: 0 !important;
}
#prodlist .productframe .thumb {
    float: left;
    width: 100%;
    min-height: 0;
    margin-right: 10px;
}
#prodlist .productframe .thumb .overlay img {
	width: 52px;
}
#prodlist .productframe .thumb-list-container .thumb .prodquickoptions {
    position: relative;
    float: left;
    bottom: 0;
    opacity: 1;
}
#prodlist .productframe .name {
    float: right;
    width: 100%;
    clear: none;
    margin: 0 0 15px;
    display: block;
    text-align: left;
    padding: 0 0 5px;
    border-bottom: 1px solid #7c7c7c;
    height: auto;
}
#prodlist .productframe .name a {
    width: 100%;
    float: left;
    font-size: 154%;
    font-weight: bold;
    clear: none;
    margin-top: 0;
    text-align: left;
    height: auto;
    text-overflow: inherit;
    white-space: normal;
}
#prodlist .productframe .longdesc {
    float: left;
    width: 55%;
    display: block;
    font-weight: normal;
    font-size: 107%;
}
#prodlist .productframe .longdesc img {
	margin-top: 15px;
}
#prodlist .productframe .longdesc img.starrating {
    margin-top: 0;
}
#prodlist .productframe .priceoptions, #prodlist .productframe .bottomtext {
    float: right;
    margin-top: 0;
    position: static;
    width: 40%;
    padding: 0;
}
#prodlist .productframe .bottomtext .prodcolouroptions {
    padding: 0 0 5px 0;
    text-align: right;
}
#prodlist .productframe .btn-container {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}
#prodlist .productframe .btn-container .inputbutton {
    width: 100%;
    margin-left: 0;
}
#prodlist .productframe:hover .btn-container {
    bottom: 0;
}
#prodlist .productframe .priceoptions .price {
	text-align: right;
	margin: 0 10px 5px 0;
}
#prodlist .productframe .buttons {
	left: auto;
	width: 33%;
    text-align: center;
}
#prodlist .productframe .buttons .addtobasket.multivars{
	display: none;
}
.productframe .buttons .inputbutton.listviewtoggle{
	display: block;
	opacity: 1;
}
#prodlist .productframe .listviewoptions{
	opacity: 1;
}
#prodlist .productframe .listviewoptions .row{
	padding: 8px;
	margin: 0;
	border-top: 1px dotted #CCCCCC;
	display: flex;
	align-items: center;
}
#prodlist .productframe .listviewoptions .row.row-end{
	justify-content: flex-end;
	padding-top: 15px;
	padding-bottom: 0;
}
#prodlist .productframe .listviewoptions .row .row-col{
	padding: 0 5px;
}
#prodlist .productframe .listviewoptions .row .row-col .qtywrap{
	width: 100%;
}
#prodlist .productframe .listviewoptions .row .row-col .qtywrap .qty{
	width: 100% !important;
}
#prodlist .productframe .listviewoptions .row .row-col .inputbutton{
	width: 100%;
}
#prodlist .productframe .priceoptions, #prodlist .productframe .bottomtext {
    width: 100%;
}
#prodlist .productframe .priceoptions .price {
    margin: 0 0 15px 0;
}
.productframe-inner .price {
    padding: 0;
}
#prodlist .productframe .priceoptions .price-container{
    text-align: right;
    width: 100%;
    float: left;
    clear: both;
}
#prodlist .productframe.featured-prod .priceoptions .price-container{
    text-align: left;
}
#prodlist .productframe .priceoptions {
    float: right;
    width: 40%;
    padding: 0;
    margin-top: 0;
    position: static;
}
.listvariants {
    float: left;
    width: 100%;
    margin: 0;
}
.listvariants ul {
    padding: 0;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}
.listvariants ul li {
    list-style: none;
    margin: 0 0 2px;
    float: left;
    width: 100%;
    font-size: 92%;
}
.listvariants span{
    width: 50%;
    text-align: left;
    font-weight: bold;
}
.listvariants span.listvariantprice {
    text-align: right;
}
#prodlist .productframe .priceoptions .price span.perpanellabel {
    font-size: 50%;
    display: block;
    text-transform: none;
}
.offer-price-container {
    margin:  0 0 15px 0;
}

@media (max-width: 767px) {
    #prodlist .productframe .content-list-container{
        width: 100%;
        float: left;
        clear: both;
        padding-top: 15px;
    }
    #prodlist .productframe .bottomtext {
        margin-top: 10px;
    }
    #prodlist .productframe .longdesc,
    #prodlist .productframe .btn-container,
    #prodlist .productframe .priceoptions {
        width: 100%;
        float: left;
        clear: both;
    }
    #prodlist .productframe .priceoptions, #prodlist .productframe .bottomtext, #prodlist .productframe .priceoptions .price {
        text-align: center;
    }
    .listvariants{
        display: none;
    }
}