.viewPlatformList.list {margin: 0 auto;}
.viewPlatformList.list a span {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.viewPlatformList.list a span img {
    vertical-align: middle;
    max-height: 30px;
}
.viewPlatformList.list a {
    text-decoration: none;
    display: inline-block;
    width: 92%;
    padding: 10px;
    height: 30px;
    border-bottom: 1px solid #ccc;
}
.viewPlatformList.list a:last-child {
    border: none;
}
.viewPlatformList.list a:hover {
    opacity: .6;
}
.viewPlatformList.list a span.instock:before {
    content: '\610';
    font-family: 'luma-icons';
    font-size: 22px;
}
.viewPlatformList.list a span.last {
    float: right;
}
.viewPlatformList.list a span.last:before {
    content: '\e608';
    font-size: 22px;
    font-family: 'luma-icons';
}
.wheretobuyTooltip.list .tooltip-content.list {
    display: none;
    background: #fff;
    width: 100%;

    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px #ccc;
    position: relative;
    top: 0;
    margin: 0 0 10px 0;
}
.wheretobuyTooltip.list .tooltip-content.list:after {
    content:'';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: solid 10px #666;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.wheretobuyTooltip.list .tooltip-toggle {
    padding:20px auto;
}
.wheretobuyTooltip.list { /*text-align: center;*/    
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
}
.wheretobuyTooltip.list button.action.primary {
    line-height: 1.2rem;
    padding: 14px 17px;
    width:100%;
    font-size: 14px;
}
/*    .products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner { padding-bottom: 60px;}*/
.product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 0;
}


.bundle-options-container .block-bundle-summary .box-tocart, .box-tocart { margin-bottom: 0;}
.box-tocart .action.tocart:not(:last-child) { margin-bottom: 10px;}
