#shop h1.header {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#shop h2 {
    margin-top: 1rem;
}

#shop .area-1 {
    width: 35rem;
    display: block;
    margin: 0 auto;
    clear: both;
}

#shop .area-2, #shop .area-3, #shop .area-4, #shop .area-5 {
    width: 105rem;
    display: block;
    margin: 0 auto;
    clear: both;
}

#shop .area-2.items-1 {
    width: 35rem;
}

#shop .area-2.items-2 {
    width: 70rem;
}

#shop .product-list {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

#shop .product-box {
    width: 32.8rem;
    float: left;
    list-style-type: none;
}

#shop ul.singlesubscriptions {

}

#shop ul.singlesubscriptions > li {
    border: 1px solid #ff0000;
    padding-left: 2rem;
}

#shop ul.packagesubscriptions > li {
    border: 1px solid #ff0000;
    padding-left: 2rem;
}

#shop .descriptionshort {
    width: auto;
}

#shop .packagesubscriptions .showhidedetails {
    right: 0;
}

#shop ul.singlesubscriptions .title {
    margin-right: 2rem;
    min-height: 12.5rem;
}

#shop ul.packagesubscriptions .title,
#shop ul.packagesubscriptions .descriptionshort {
    margin-right: 2rem;
}

#shop ul.singlesubscriptions .title > ul,
#shop ul.singlesubscriptions .descriptionlong > span {
    border-right: none;
}

#shop ul.packagesubscriptions .title > ul,
#shop ul.packagesubscriptions .descriptionlong > span,
#shop ul.packagesubscriptions .descriptionshort > span {
    border-right: none;
}

#shop .title > ul {
    min-height: 5rem;
}

#shop #summary > ul {
    width: 103rem;
    margin: 0 1rem;
}


#shop  .title > ul  > li:nth-of-type(2) {
    right: 2rem;
}

#shop .title .price {
    margin-right: -0.5rem;
}

#shop  .singlesubscriptions .showhidedetails {
    bottom: 0;
}

#shop .product-list .title > ul {
    padding-bottom: 2rem;
}

#shop .area-2 .product-list .title > ul {
    padding-bottom: 0;
}

#shop  .area-2 .singlesubscriptions .showhidedetails {
    bottom: -1rem;
}

#shop .dropdown {
    margin-left: -1rem;
    width: 12.2rem;
}

#shop .packagesubscriptions .title > ul > li > .save {
    top: 1rem;
    left: 0;
}

#shop .singlesubscriptions .package {
    margin-top: -2rem;
}

#shop .packagesubscriptions .title ul  > li:nth-of-type(1) {
    width: 20rem;
}

#shop .packagesubscriptions .title ul  > li:nth-of-type(2) {
    right: 0;
}

#shop .area-1 .product-box .subscriptions {
    color: white;
}

#shop .product-box .descriptionlong .dnone a {
    color: red;
    text-decoration: underline;
}