
.sc-whats-in-the-bag{margin:30px 0;}
.sc-whats-in-the-bag-menu{list-style:none;margin:10px 0;padding:0;}
.sc-whats-in-the-bag-menu li{display:block;float:left;margin:0 5px 5px 0;}
.sc-whats-in-the-bag-menu li a{background:#ab0520;border:1px solid #ab0520;border-radius:50%;box-sizing:border-box;color:#FFF;display:block;font-size:12px;height:45px;line-height:45px;padding:0;text-align:center;text-decoration:none;transition:background-color 0.25s ease-out;width:45px;}
.sc-whats-in-the-bag-menu li a.active,
.sc-whats-in-the-bag-menu li a:hover{background:#fff;color:#000;}
.sc-whats-in-the-bag-info-wrapper{max-width:280px;position:relative;}
.sc-whats-in-the-bag-info-wrapper:after{background:#fff;border:1px solid #ab0520;border-right:none;border-top:none;content:"";display:block;left:-15px;height:30px;position:absolute;top:30px;transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);width:30px;}
.sc-whats-in-the-bag-info{background:#fff;border:1px solid #ab0520;padding:20px 25px;}
.sc-whats-in-the-bag-info h4{color:#ab0520;font-size:22px;margin:0 0 10px 0;text-transform:uppercase;}
.sc-whats-in-the-bag-specs{border:2px dotted #999;border-left:none;border-right:none;margin:0 0 10px 0;padding:10px 0;}

/* tablet */
@media only screen and (min-width: 788px) and (max-width: 1028px) {
    .sc-whats-in-the-bag-menu li a{height:40px;line-height:40px;width:40px;}
}

/* mobile */
@media only screen and (max-width: 788px) {
    .sc-whats-in-the-bag-info-wrapper{max-width:100%;}
    .sc-whats-in-the-bag-info-wrapper:after{display:none;}
}

/* mobile landscape */
@media only screen and (min-width: 460px) and (max-width: 788px) {

}

/* mobile portrait */
@media (max-width:460px) {
    .sc-whats-in-the-bag-menu li{margin:0 2px 5px 0;}
    .sc-whats-in-the-bag-menu li a{font-size:12px;height:35px;line-height:35px;width:35px;}
}
