.social { clear: both; }

sup { font-size: .95em; vertical-align: super; margin-left: 2px; }

/*price*/
.price-box p { white-space:nowrap; }


/* product grid */
.products-list .minimal-price-link,
.products-grid .minimal-price-link { display: none; }
.products-grid .price-label { display: none; }
.products-grid .old-price { color: #757578; }
.products-grid .amstockstatus,
.products-list .amstockstatus { margin: 5px 10px 0px 0px; font-size: 10px;  }
.products-grid .actions .availability { text-align: right; font-size: 0px; }
.products-grid .actions .availability .label { display: none; }

/* temporary */
.products-grid li.item:hover .add-to-links { display: none; }
/*
.products-grid  .btn-cart {
    float: right;
}

.products-grid .add-to-links,
.std .block-highlight .add-to-links, 
.product-view .listing-suggest .add-to-links, 
.product-view .soldtogether-block .add-to-links {
    margin-top: 5px;
    display: block;
}
*/

/* product list */
.products-list .price-box { font-size: 1.1em; margin-top: 13px;}
.products-list .btn-cart { margin-top: 10px; }
.products-list .availability .label { display: none; }

.promo-home-content .products-grid .actions { display: block; }
.promo-home-content .minimal-price-link  { display: none; }
.promo-home-content .actions .availability { margin-bottom: 0px; }
.promo-home-content .mini-products-list .product-image { margin-right: 8px; border: none; }


.value.backordered,
.amstockstatus_3,
.amsts_3 {
    color: #CC0000;
}

.value.instock,
.amstockstatus_4,
.amsts_4 {
    color: #00B200;
}

.value[class*=left],
.amstockstatus_5,
.amsts_5 {
    color: #F18200;
}

#scroll-up { top: 70%; right: 19px; }

.aw-cat-perm-notify {
    color: #800000;
    font-weight: bold;
    font-size: 10px;
}

.products-list .aw-cat-perm-notify {
    padding: 17px 10px;
    background: #f4f4f4;
    border: 1px solid #eee;
    position: relative;
    margin-top: 25px;
}


.promo-home-content .col-1 { width: 62.5%; }
.promo-home-content .col-2 { width: 36.5%; }

.footer-cms .footer-links li { float: left; width: 20%; padding-right: 20px; box-sizing: border-box; }
.footer-cms .footer-links li.last { padding-right: 0; }

@media (max-width: 768px) {
    .footer-cms .footer-links li { width: 33%; margin: 0; }
}

@media (max-width: 640px) {
    .promo-home-content .col-1 { width: 100%; }
    .promo-home-content .col-2 { width: 100%; }

    .promo-home-content .block { border: none; }
}

@media (max-width: 480px) {
    .footer-cms { padding-top: 10px; }
    .footer-cms .footer-links { float: none; width: 100%; }
    .footer-cms .footer-links:after { content: ''; display: table; clear: both; }
    .footer-cms .footer-links li { width: 50% !important; margin: 0; }
    .footer-cms .footer-links li:nth-child(2n+1) { clear: left; }
    .footer-cms .footer-contacts { float: none; clear: both; width: 100%; text-align: center; }

    .footer-social { display: none; }
}

