/******************************************
  overrides
******************************************/

.fullwidth {
    width: 100%;
}

.mt-40 {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .mt-40-lg {
        margin-top: 40px;
    }
}

.roundtop {
    border-radius: 20px 20px 0 0;
}

.roundbtm {
    border-radius: 0 0 20px 20px;
}

/*.shop_content_section .hero__img-and-cta, .shop_content_section .hero--image__wrapper {
    background-image: url('../../../images/mast.jpg');
    margin-bottom: 0;
}*/
.shop_content_section .helpline-cta__title:active, .shop_content_section .helpline-cta__title:focus, .shop_content_section .helpline-cta__title:hover {
    color: #33a3aa;
}

.shop_content_section .helpline-cta__title {
    padding-bottom: 0;
}

.shop_content_section .main-nav__bg {
    margin-top: 0;
}

.shop_content_section .main-nav {
    margin-top: 0;
}

.shop_content_section .main-nav a {
    text-decoration: none;
    line-height: 0.9;
    display: block;
    text-align: center;
}

.shop_content_section .main-nav__link-inner {
    padding-top: 6px;
    padding-bottom: 6px;
}

.shop_content_section .main-nav__cta {
    padding-top: 0.7em;
    width: 10em;
}

.shop_content_section .mobile-nav a {
    text-decoration: none;
}

.shop_content_section .breadcrumb {
    /*margin-bottom: 0;*/
}

.shop_content_section .feature-panel {
    margin-bottom: 0;
}

.shop_content_section .site-footer {
    margin-top: 0;
}

.shop_content_section .mobile-nav__link:visited {
    color: #008c95 !important;
}

.shop_content_section .mobile-nav__link:hover, .shop_content_section .mobile-nav__link.item-active {
    color: #005c62 !important;
}

@media (min-width: 1100px) {
    .shop_content_section .main-nav__cta {
        width: 8.7em;
    }
}

/******************************************
  shop-specific styles
******************************************/

/* mobile-first */

.shop_content_section .shopcontainer {
    position: relative;
    margin: 0 auto;
    text-align: left;
    padding-right: 32px;
    padding-left: 32px;
}

.shop_content_section .related-content__title {
    text-align: center;
    margin: 0;
    line-height: 1em;
    padding: 0.5em 0;
    color: #4a0947;
    background: #fbf0ea;
}

.shop_content_section .shopcontainer div, .shop_content_section #productform {
    margin-top: 0;
}

.shop_content_section .shopcontainer strong {
    font-weight: normal;
}

.shop_content_section .shopcontainer img {
    max-width: 100%;
}

.shop_content_section .shopcontainer.shop_checkout, .shop_content_section .shopcontainer.marginbottom {
    margin-bottom: 3.2em;
}

.shop_content_section .shopcontainer a {
    /*color: #e57730;*/
    text-decoration: none;
}

.shop_content_section .shopcontainer p {
    margin-top: 0;
}

/*.shop_content_section .shopcontainer a:hover{
    color: #ba6127;
}*/
.shop_content_section span.span {
    display: block;
    overflow: hidden;
    text-indent: -1500px;
    font-size: 1px;
}

.shop_content_section .warn {
    font-weight: bold;
    color: #fff;
    background-color: #d7262e; /* cwc red */
    padding: 0.2em 0.5em;
}

.shop_content_section .productbanner p.price_and_btn {
    float: left;
    font-size: 1.8em;
    margin-right: 1em;
    margin-top: 0;
    color: #1c8c94;
}

.shop_content_section .productbanner p.imagebtn {
    margin: 0;
}

.shop_content_section .productbanner .imagebtn button {
    margin-top: 0;
}

.shop_content_section .js-clickable {
    cursor: pointer;
}

/* cart and account */

.shop_content_section .cart-account-holder {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3em;
}

.shop_content_section .cart-account-holder a, .shop_content_section #account {
    text-decoration: none;
}

/* cart */

.shop_content_section #cart {
    position: absolute;
    bottom: 0;
    right: 5em;
    margin: 0;
    padding: 0;
}

.shop_content_section #cart #btn {
    font-weight: bold;
    line-height: 2.3em;
    height: 2.3em;
    display: block;
    color: #fff;
    background: #1c8c94;
    width: 5em;
}

.shop_content_section #cart #btn:hover {
    background-color: #1a7379 !important;
}

.shop_content_section #cart .cartitemwrapper {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    margin-left: 0.5em;
}

.shop_content_section #cart svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    vertical-align: middle;
}

/* cart preview */

/*header .top-bar {
    z-index: 100;
}
header .navbar #logo img {
    z-index: 1000;
}*/

.cartpreviewholder .container .row {
    position: relative;
}

#cartpreview {
    font-weight: normal;
    position: absolute;
    right: 30px;
    background: #fff;
    padding: 0.7em 1em;
    width: 10em;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    display: none;
    margin-top: 0;
    z-index: 100;
}

#cartpreview p {
    font-size: 0.7em;
    margin: 0 0 0.5em 0;
    text-align: right;
}

#cartpreview p.item {
    float: left;
}

#cartpreview a {
    font-weight: bold;
    text-decoration: none;
}

#cartpreview a:hover {
    color: #333;
}

@media screen and (max-width: 768px) {
    .cartpreviewholder {
        display: none;
    }
}

/* account btn */

.shop_content_section #account {
    font-weight: bold;
    position: absolute;
    /*bottom: 2.4em;*/
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.shop_content_section #account a {
    display: block;
    background: #8562bc;
    color: #fff;
    width: 5em;
    text-align: center;
    line-height: 2.3em;
    height: 2.3em;
}

.shop_content_section #account a:hover {
    background: #6c5099;
}

.shop_content_section #account svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    vertical-align: middle;
    margin-right: 0.2em;
}

.shop_content_section #account span {
    font-size: 0.9em;
}

.shop_content_section #account span.youraccount {
    font-size: 0.85em;
}

/* main */

.shop_content_section .shopcontainer h1, .shop_content_section .shopcontainer h2, .shop_content_section .shopcontainer h3 {
}

.shop_content_section .shopcontainer .prefs h3 {
    line-height: 1em;
}

.shop_content_section .shopcontainer .prefs h3 label {
    font-size: 1em;
    color: #1c8c94;
}

.shop_content_section .prefs .last {
    margin-bottom: 2em;
}

.shop_content_section .shopcontainer h1 {
    font-size: 2.2em;
    margin: 0 0 0.45em;
    color: #4a0947;
    font-weight: normal;
    /*font-family: "BlsW-Bd" !important;*/
    line-height: 1.55em;
}

.shop_content_section .shopcontainer h2 {
    font-size: 1em;
}

.shop_content_section .shopcontainer h3 {
    font-size: 1.35em;
    margin: 0 0 0.1em;
    color: #4a0947; /* cwc red */
}

.shop_content_section .shopcontainer p {
    margin: 0 0 0.7em;
}

.shop_content_section #homemain h1 {
    font-size: 1.2em;
    margin-bottom: 0;
    font-weight: bold;
}

.shop_content_section .shopfront p {
    font-size: 1.2em;
}


/* sidebar */

.shop_content_section #sidebar {
    display: none;
    background: #fbf0ea;
    width: 19%;
    padding: 2%;
    float: left;
    margin-top: 0;
    border-radius: 20px;
}

.shop_content_section #sidebar h3 {
    color: #4a0947;
    line-height: 1em;
    margin-bottom: 0.5em;
}

.shop_content_section #sidebar nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.shop_content_section #sidebar nav li {
    margin-bottom: 1em;
    font-family: "WorkSans-SemiBold";
}

.shop_content_section #sidebar nav a {
    color: #333;
    font-weight: normal;
    font-family: "BlsW-Rg";
}

/*.shop_content_section #sidebar nav a:hover, .shop_content_section #sidebar nav a.sel{*/
/*}*/

/* grid */

.shop_content_section .crumb {
    font-size: 0.9em;
    margin: 1em 0;
}

.shop_content_section .crumb, .shop_content_section .crumb a {
    font-weight: normal;
    color: #333;
}

.shop_content_section .crumb a:hover {
    color: #a1aeae;
}

.shop_content_section #packgrid {
    float: left;
    width: 570px;
}

.shop_content_section #grid h1, .shop_content_section .middlepanel h1 {
    margin-top: -0.35em;
}

.shop_content_section .product {
    margin: 1.5em 1% 1.5em;
    text-align: center;
}

.shop_content_section .product img, .shop_content_section .middlepanel img, .shop_content_section .interested img, .shop_content_section table .img img {
    border-radius: 0.25em;
}

.shop_content_section #promos .product {
    margin-bottom: 0;
    background: none;
}

.shop_content_section #packgrid .product {
    width: 176px;
}

.shop_content_section .detail strong {
    color: #d7262e; /* cwc red */
    font-weight: normal;
}

.shop_content_section .product p {
    color: #333;
    margin: 0;
    height: 3em;
}

/* quick buy */
.shop_content_section .product form p {
    height: 2em;
}

.shop_content_section .product p.imagebtn {
    margin: 0 0 2em 0;
}

.shop_content_section .product .imagebtn.fullwidth button {
    margin: 0 15%;
    width: 70%;
}

.just-added {
    background: #fff;
    color: #4a0947;
    border: 2px solid #4a0947;
    border-radius: 1em;
    padding: 0 0.4em;
    position: absolute;
    right: 0;
    top: -0.75em;
    font-size: 0.8em;
}


/* product detail */

.shop_content_section .detailimg {
    margin-top: 1.5em;
}

.shop_content_section .links h3 {
    font-size: 1em;
    margin: 0;
}

.shop_content_section .links p {
    margin: 0;
}

.shop_content_section #mainimage {
    float: left;
}

.shop_content_section .thumbs a {
    float: left;
    width: 24%;
    margin: 2em 1.333% 2em 0;
}

.shop_content_section .thumbs a.end {
    margin-right: 0;
}

.shop_content_section .withline {
    background: url(../images/divide-big.gif) no-repeat bottom center;
    padding-bottom: 40px;
}

.shop_content_section #buypanel {
    padding: 0 1em;
    position: relative;
}

.shop_content_section #buypanel h3, .shop_content_section #buypanel h4 {
    color: #4a0947;
    font-size: 3em;
    /*font-family: "BlsW-Bd" !important;*/
}

.shop_content_section #buypanel h4 {
    font-size: 2em;
    margin-left: -0.5em;
}

.shop_content_section .fullwidth {
    padding: 0;
}

.shop_content_section .imagebtn.fullwidth button, .shop_content_section .imagebtn.fullwidth a {
    width: 100%;
    display: block;
}

.shop_content_section .maxorders {
    text-align: center;
    margin-top: -2em;
    margin-bottom: 2em;
    font-size: 0.8em;
}

.shop_content_section #readmore {
    text-align: right;
}

.shop_content_section .product-load-overlay {
    position: absolute;
    background: #fff url(../images/ajax-loader.gif) no-repeat 50% 50%;
    opacity: 0.5;
    top: 0;
    left: 1em;
    margin: 0;
}

/* download banner */

.shop_content_section .download-banner {
    background: #f2f2f2; /* cwc grey */
    padding: 1em 0;
}

.shop_content_section .download-banner-panel {
    text-align: center;
}

.shop_content_section .download-banner p {
    margin: 0 0 0.5em;
    padding: 0;
    font-size: 1.3em;
    color: #4a0947; /* cwc red */
}

.shop_content_section .download-banner .downloadbtn {
    margin: 0;
    padding: 0;
    font-size: 1.55em;
}

.shop_content_section .download-banner .downloadbtn a {
    margin: 0;
    padding: 0.3em 2em;
    font-size: 1em;
    width: 100%;
    display: inline-block;
    font-family: "BlsW-Rg";
}

/* interested */

.shop_content_section .interested h4 {
    text-align: center;
    color: #4a0947; /* cwc red */
    font-size: 1.4em;
    margin: 0.9em 0;
}

/* pack detail */

.shop_content_section #packfloatpanel {
    float: right;
    margin-right: -20px;
    width: 164px;
    padding: 8px;
    background: #d7262e; /* cwc red */
    color: #d0daea;
}

.shop_content_section #packfloatpanel h1 {
    color: #fff;
    margin: 0 0 0.5em 0;
    line-height: 1em;
}

.shop_content_section #packfloatpanel h2 {
    color: #fff;
    font-size: 0.95em;
    margin: 0 0 0.7em 0;
    line-height: 1.1em;
}

.shop_content_section #packfloatpanel h3 {
    color: #eff3f8;
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 0.9em 0;
    line-height: 1em;
}

.shop_content_section #packfloatpanel p {
    margin: 0 0 1em 0;
    font-size: 0.7em;
}


.shop_content_section #packaddpanel {
    color: purple;
    background: #fff;
    text-align: center;
    padding: 1em 10px;
    font-size: 1.4em;
    color: #58595b;
}

.shop_content_section #packaddpanel p {
    font-weight: bold;
    color: #d7262e; /* cwc red */
}

.shop_content_section #packaddpanel p.cost {
    color: #333;
}

.shop_content_section #packaddpanel p.imagebtn {
    margin: 0;
}


/* forms */

.shop_content_section .shopcontainer form {
    margin-top: 0;
}

.shop_content_section .zend_form {
    margin: 0 0 1em 0;
}

.shop_content_section .zend_form dt {
    margin: 0 0 0.1em 0;
}

.shop_content_section .zend_form dd {
    margin: 0 0 0.2em 0;
}

.shop_content_section .zend_form dd.imagebtn {
    margin-top: 1em;
}

.shop_content_section p.imagebtn {
    margin: 2em 0;
}

.shop_content_section .imagebtn button, .shop_content_section .imagebtn a, .shop_content_section #getaddress_button {
    color: #4a0947;
    background-color: #ffce00; /* cwc yellow */
    border: none;
    padding: 0.5em 1em;
    font-size: 1.25em;
    width: 100%;
    display: block;
    line-height: 1.2em;
    text-align: center;
    border-radius: 5px;
    font-family: "Epilogue-Bold", Helvetica, Arial, sans-serif;
    border: 1px solid transparent;
}

.shop_content_section .imagebtn button:hover, .shop_content_section .imagebtn a:hover, .shop_content_section #getaddress_button:hover {
    background-color: #4a0947;
    color: #ffce00;
    border: 1px solid #ffce00;
}

.shop_content_section .imagebtn .secondary {
    color: #4a0947; /* cwc blue */
    background: none;
    font-family: inherit;
    font-weight: normal;
}

.shop_content_section .imagebtn .secondary.bordered {
    /*padding: 0.3em 1em 0.35em;*/
    color: #fff;
    background: #1c8b99;
    font-weight: bold;
}

.shop_content_section .imagebtn .secondary:hover {
    background: none;
    color: #4a0947; /* cwc red */
}

.shop_content_section .imagebtn .secondary.bordered:hover {
    color: #fff;
    background: #1a7379;
}

/*.shop_content_section .imagebtn.account a{
    background-color: #8562bc;
}
.shop_content_section .imagebtn.account a:hover{
    background-color: #6c5099;
}*/

.shop_content_section .imagebtn.promo {
    margin: 1em 0;
}

.shop_content_section .imagebtn.promo button {
    padding: 0.25em 0.8em 0.2em;
}

.shop_content_section .imagebtn button:disabled, .shop_content_section .imagebtn button:disabled:hover {
    background: #f2f2f2; /* cwc grey */
    cursor: default;
}

.shop_content_section .zend_form .errors {
    list-style-type: none;
    color: #d7262e; /* cwc red */
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}

.shop_content_section input {
    /*font-family: 'Lato', sans-serif;*/
    border-radius: 10px;
}

.shop_content_section .zend_form input, .shop_content_section #promo, .shop_content_section .qty {
    /*width: 97.8%;*/
    width: 100%;
    color: #333;
    padding: 0.5em 1%;
    border: 1px solid #4a0947; /* cwc blue */
}

/*.shop_content_section #promo{
    width: 60%;
}*/

.shop_content_section .zend_form input[type="radio"],
.shop_content_section .zend_form input[type="checkbox"],
.shop_content_section input[type="radio"],
.shop_content_section input[type="checkbox"]{
    width: 1.3em;
    height: 1.3em;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #4a0947;
    -webkit-appearance: none;
    outline: none;
    margin-top: 0;
    padding: 0;
}

.shop_content_section .zend_form input:checked,
.shop_content_section input:checked{
    -webkit-box-shadow: inset 0px 0px 0px 2px #4a0947;
    -moz-box-shadow: inset 0px 0px 0px 2px #4a0947;
    box-shadow: inset 0px 0px 0px 2px #4a0947;
    background-color: #ffce00
}

.shop_content_section label em {
    font-style: normal;
    color: #d7262e; /* cwc red */
}

.shop_content_section label {
    color: #333;
    display: inline;
    font-weight: normal;
}

.shop_content_section .shopcontainer div.pullbox {
    background: #fbf0ea;
    margin-top: 1em;
    padding: 1em;
}

.shop_content_section .pullbox label.headline, .shop_content_section p.headline {
    font-size: 1.35em;
    color: #4a0947; /* cwc red */
    /*font-weight: 900;*/
    font-family: "WorkSans-SemiBold", Helvetica, Arial, sans-serif;
}

.shop_content_section p.headline {
    font-size: 1.25em;
    margin-top: 1em;
    margin-bottom: 0;
}

.shop_content_section .pullbox label em {
    font-size: 0.741em;
    font-weight: normal;
}

.shop_content_section .zend_form .big {
    margin: 1em 0;
    font-weight: bold;
}

.shop_content_section .zend_form .tight {
    margin-top: 0;
}


/* basket / confirm */

.shop_content_section table {
    /*margin-top: 1.3em;*/
    width: 100%;
}

.shop_content_section .shopcontainer table h1 {
    margin-top: 0;
}

.shop_content_section th {
    vertical-align: bottom;
    color: #1c8c94;
    text-align: center;
    padding: 0 0 14px;
    background: none;
}

.shop_content_section th h1 {
    margin: 0;
    line-height: 0.9em;
    text-align: left;
}

.shop_content_section td {
    padding: 1.5em 0 0;
    border-bottom: none;
}

.shop_content_section .lastrow td {
    padding-bottom: 1.5em;
}

.shop_content_section .standard {
    width: 20%;
    text-align: center;
    font-size: 1.25em;
}

.shop_content_section table .last {
    width: 10%;
    text-align: right;
    font-weight: bold;
}

.shop_content_section table td.last, .shop_content_section td.standard {
    color: #e57730;
}

.shop_content_section .standard.noqtyctrl {
    color: #333;
}

.shop_content_section .qtyctrl {
    color: #ff7600; /* cwc orange */
    font-size: 2em;
    margin: 0 0.1em;
}

.shop_content_section .qtyctrl:hover {
    color: #c75300; /* cwc dark orange */
}

.shop_content_section .qtyctrl.disabled {
    color: #eee;
    cursor: default;
}

.shop_content_section .total {
    font-size: 1.6em;
    color: #1c8c94;
    text-align: right;
    vertical-align: top;
    padding-top: 0.2em;
    font-weight: bold;
}

.shop_content_section .sub {
    font-size: 1.3em;
    color: #1c8c94;
    text-align: right;
    vertical-align: top;
    padding-top: 0.2em;
}

.shop_content_section .sub.toprow, .shop_content_section .total.toprow {
    padding-top: 1em;
}

.shop_content_section table .img {
    width: 11%;
}

.shop_content_section table .desc {
    color: #1c8c94;
    padding-left: 1em;
    font-size: 1.3em;
    line-height: 1em;
}

.shop_content_section table .desc em {
    font-style: normal;
    font-size: 0.55em;
    color: #839995;
}

.shop_content_section table .promo td {
    padding-bottom: 1em;
}

.shop_content_section .line th {
    border-bottom: 1px solid #839995;
}

.shop_content_section .line td {
    border-top: 1px solid #839995;
}

.shop_content_section .line td td {
    border-top: none;
}

.shop_content_section .qty {
    text-align: center;
    width: 2.4em;
    display: inline-block;
    border-radius: 0;
    padding: 0.2em 0;
}

.shop_content_section .remove {
    margin-left: 0.2em;
}

.shop_content_section .remove svg {
    width: 26px;
    height: 26px;
    fill: #ff7600; /* cwc orange */
}

.shop_content_section .remove:hover svg {
    fill: #c75300; /* cwc dark orange */
}

.shop_content_section .left {
    float: left;
}

.shop_content_section .right {
    float: right;
}

.shop_content_section p.small {
    width: 200px;
}

.shop_content_section .smallcopy {
    font-size: 0.9em;
}

.shop_content_section .promolabel label {
    color: #4a0947; /* cwc red */
    font-size: 1.3em;
}

.shop_content_section .promolabel label em {
    color: #333;
    font-size: 0.77em;
    font-family: "BlsW-Rg";
}

/* basket product */
.shop_content_section .basketheadings p {
    display: none;
}

.shop_content_section .basketproduct, .shop_content_section .basketvouchercode {
    border-bottom: 1px solid #d9d9d9; /* cwc line grey */
    padding-bottom: 1em;
}

.shop_content_section .basketproduct, .shop_content_section .basketvouchercode, .shop_content_section .baskettotal {
    padding-top: 1em;
    clear: both;
}

.shop_content_section .basketproduct.nopad, .shop_content_section .basketvouchercode.nopad, .shop_content_section .baskettotal.nopad {
    padding-top: 0;
}

.shop_content_section .basketproduct-image {
    float: left;
    width: 50%;
}

.shop_content_section .basketproduct-desc {
    color: #4a0947; /* cwc blue */
    font-size: 1.2em;
    line-height: 1em;
    text-align: right;
}

.shop_content_section .basketproduct-desc em {
    font-style: normal;
    font-size: 0.65em;
    color: #4a0947; /* cwc blue */
    font-family: "BlsW-Rg";
}

.shop_content_section .basketproduct-desc p {
    font-style: normal;
    font-size: 0.65em;
    color: #839995;
    line-height: 1em;
}

.shop_content_section .basketproduct-subtotal, .shop_content_section .basketproduct-total {
    display: none;
}

.shop_content_section .basketproduct-subtotal, .shop_content_section .basketproduct-mobile-total, .shop_content_section .basketproduct-total {
    color: #4a0947; /* cwc red */
    text-align: right;
    font-weight: bold;
    font-size: 1.25em;
}

.shop_content_section .basketproduct-subtotal, .shop_content_section .basketproduct-total {
    display: none;
}

.shop_content_section .basketproduct-quantity {
    clear: both;
}

.shop_content_section .basketproduct-quantity.noqtyctrl {
    display: none;
}

.shop_content_section .basketvouchercode #promo {
    margin: 0;
    float: left;
    width: 63%;
}

.shop_content_section .basketvouchercode .imagebtn {
    float: right;
    width: 36%;
    margin: 0;
}

.shop_content_section .basketvouchercode .imagebtn button {
    padding: 0.45em 0.5em;
}

.shop_content_section .baskettotal-label, .shop_content_section .baskettotal-amount {
    font-size: 1.6em;
    color: #4a0947; /* cwc blue */
    font-weight: normal;
    float: left;
    /*font-family: "BlsW-Bd" !important;*/
}

.shop_content_section .basketsubtotal-label, .shop_content_section .basketsubtotal-amount {
    font-size: 1.3em;
    color: #1c8c94;
    float: left;
}

.shop_content_section .baskettotal-amount, .shop_content_section .basketsubtotal-amount {
    float: right;
    color: #4a0947; /* cwc red */
    /*    font-family: "BlsW-Bd" !important;*/
}

.shop_content_section .baskettotal-amount em, .shop_content_section .basketsubtotal-amount em {
    display: none;
}

.shop_content_section .line {
    border-bottom: 1px solid #839995;
    padding-top: 1em;
    padding-bottom: 1em;
}

.shop_content_section .line.nopad {
    padding-top: 0;
}

/* checkout */

.shop_content_section .info {
    margin-bottom: 2em;
    font-weight: bold;
    font-size: 1.2em;

}

.shop_content_section .info svg {
    width: 20px;
    height: 20px;
    margin-right: 0.3em;
    vertical-align: middle;
}

.shop_content_section .banner:hover {
    background: #c75300; /* cwc blue */
}

.shop_content_section .banner {
    padding: 1em 0.9em;
    margin: 0.75em 0;
}

.shop_content_section .banner, .shop_content_section .banner.active, .shop_content_section .banner.active:hover {
    background: #4a0947; /* cwc red */
    border-radius: 20px;
}

.shop_content_section .banner.disabled {
    background: #fbf0ea; /* cwc pink */
}

.shop_content_section .shopcontainer .banner h2 {
    color: #fff;
    margin: 0;
}

.shop_content_section .shopcontainer .banner.disabled h2 {
    color: #4a0947;
}

.shop_content_section .banner h2 span {
    font-size: 2em;
    float: right;
    line-height: 0;
    margin-top: 0.5em;
    /*font-family: Lato,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;*/
}

.shop_content_section .shop_checkout .col {
    margin-bottom: 1em;
}

.shop_content_section .shop_checkout .col.border.last {
    border-top: 1px solid #1c8c94;
    padding-top: 1em;
}

.shop_content_section .shop_checkout .col.last h3.empty {
    display: none;
}


.shop_content_section .rightbtn {
    text-align: right;
}

/* donation */

.shop_content_section .donation_form {
    text-align: center;
}

.shop_content_section .donation_form label {
    font-weight: bold;
}

.shop_content_section .donation_form input {
    padding-left: 1em;
}

.shop_content_section .amount {
    display: inline-block;
    font-size: 2.5em;
    font-weight: bold;
    color: #4a0947; /* cwc blue */
    border: 1px solid #4a0947; /* cwc blue */
    width: 100%;
    margin: 0 0 0.4em;
    border-radius: 10px;
}

.shop_content_section .amount:hover, .shop_content_section .amount.sel {
    border-color: #ff7600; /* cwc blue */
    background: #ff7600; /* cwc blue */
    color: #fff;
}

.shop_content_section .amount:active {
    border-color: #ff7600; /* cwc blue */
    background: #ff7600; /* cwc blue */
    color: #fff;
}

.shop_content_section .amount_wrapper {
    position: relative;
}

.shop_content_section .amount_wrapper span {
    position: absolute;
    top: 1.95em;
    left: 0.45em;
}

.shop_content_section .giftaid-info {
    text-align: center;
}

.shop_content_section .giftaid-info img {
    width: 50%;
}

.shop_content_section .giftaid-info p {
    text-align: left;
}


/* confirm */

.shop_content_section .shopcontainer div.agreement {
    /*margin: 1em 0 2em;*/
    margin-bottom: 1em;
}


.shop_content_section .prefs strong {
    /*width: 25%;*/
    width: 50%;
    display: inline-block;
}

.shop_content_section .prefs p.smallprint {
    line-height: 1.3em;
    font-size: 80%;
}

.shop_content_section .addresses, .shop_content_section .addresses td {
    vertical-align: top;
}

.shop_content_section .addresses, .addresses table, .shop_content_section .addresses tr, .shop_content_section .addresses td {
    padding-top: 0;
    margin-top: 0;
}

.shop_content_section .addresses h3 {
    margin: 1em 0 0.2em;
}

.shop_content_section .addresses p {
    line-height: 1.19em;
}

.shop_content_section .paymentbanner {
    background: #f2f2f2;
    padding: 1.4em 4%;
    margin-top: 2em;
    text-align: center;
}

.shop_content_section .paymentbanner p.imagebtn {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.shop_content_section .paymentbanner strong {
    color: #4a0947; /* cwc red */
    font-size: 2.1em;
    line-height: 1em;
    padding-top: 0.25em;
}

.shop_content_section .paymentbanner em {
    display: block;
    padding-bottom: 1em;
    line-height: 2.1em;
    font-style: normal;
    padding-top: 0.5em;
    font-family: "BlsW-Rg";
}

.shop_content_section .shopcontainer h2 {
    font-size: 1.2em;
    color: #4a0947; /* cwc red */
}

/* form validation */

f.shop_content_section form label.error {
    font-weight: bold;
    color: #d7262e; /* cwc red */
    margin-left: 10px;
    font-size: 0.8em;
    /*background: url("../images/Red-Cross.gif") no-repeat 0px 0px;*/
}

.shop_content_section form label.checked {
    /*background: url("../images/Green-Tick.gif") no-repeat 0px 0px;*/
}

.shop_content_section #postcode_lookup {
    margin-top: 1.73em;
}

.shop_content_section #postcode_lookup #getaddress_input {
    width: 58%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0.2em;
}

.shop_content_section #postcode_lookup button {
    width: 40%;
    float: left;
    font-size: 0.7em;
    padding: 0.66em 0;
    line-height: 2.39em;
    margin-bottom: 0.2em;
}

.shop_content_section #postcode_lookup #getaddress_dropdown {
    margin-bottom: 0.2em;
}

/* cookie banner */

.shop_content_section #cookiebanner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff url(../../../images/cookiewarning.gif) no-repeat 19px 1.35em;
    z-index: 1000;
    padding: 1em 1em 1em 67px;

}

.shop_content_section .display {
    overflow-x: auto;
}

.shop_content_section .display table {
    margin: 0;
    padding-bottom: 1.5em;
    border-spacing: 0;
}

.shop_content_section .display table th, .shop_content_section .display table td {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 1em;
}

/* mobile */
@media (min-width: 480px) {
    .shop_content_section .shopcontainer {
        max-width: 480px;
    }
}

/* tablet */
@media (min-width: 768px) {
    .shop_content_section .shopcontainer {
        max-width: 768px;
    }

    .shop_content_section .product {
        width: 32%;
        float: left;
        margin-left: 0;
        margin-right: 2%;
    }

    .shop_content_section .product.end {
        margin-right: 0;
    }

    .shop_content_section .detailimg {
        float: left;
        margin-top: 1.5em;
        width: 45%;
    }

    .shop_content_section .detail {
        float: right;
        width: 52%;
        padding-left: 10%;
    }

    .shop_content_section .download-banner-panel {
        text-align: right;
    }

    .shop_content_section .download-banner p {
        margin-right: 0.5em;
        font-size: 1.55em;
        display: inline;
    }

    .shop_content_section .download-banner .downloadbtn a {
        padding-left: 3em;
        padding-right: 3em;
        width: auto;
        display: inline;
    }

    .shop_content_section .shopcontainer h2 {
        font-size: 1.54em;
    }

    .shop_content_section .banner {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .shop_content_section .shop_checkout .col {
        float: left;
        width: 50%;
        padding: 0 2% 0 3%;
    }

    .shop_content_section .shop_checkout .col.border {
        border-right: 1px solid #4a0947; /* cwc blue */
    }

    .shop_content_section .shop_checkout .col.last {
        padding: 0 3% 0 2%;
        border-right: none;
    }

    .shop_content_section .shop_checkout .col.border.last {
        border-left: 1px solid #4a0947; /* cwc blue */
        border-top: none;
        padding-top: 0;
    }

    .shop_content_section .imagebtn button, .shop_content_section .imagebtn a {
        width: auto;
        display: inline;
    }

    .shop_content_section .shop_checkout .col.last h3.empty {
        display: block;
    }

    .shop_content_section .noncheckout .col {
        padding-left: 0;
        width: 50%;
        padding: 0 2% 0 3%;
    }

    .shop_content_section .noncheckout .col.last {
        padding: 0 3% 0 2%;
    }

    .shop_content_section .wide_single_col {
        padding: 0 3%;
    }

    .shop_content_section .short {
        width: 75%;
    }

    .shop_content_section .cart-account-holder {
        margin-top: 27px;
    }

    .shop_content_section .productbanner p.price_and_btn {
        margin-top: 27px;
    }

    .shop_content_section .productbanner .imagebtn button {
        margin-top: 23px;
    }

    /* basket */
    .shop_content_section .basketheadings h1, .shop_content_section .basketheadings p {
        display: block;
        float: left;
        width: 15%;
        border-bottom: 1px solid #d9d9d9; /* cwc line grey */
    }

    .shop_content_section .basketheadings h1 {
        width: 50%;
    }

    .shop_content_section .basketheadings p {
        text-align: center;
        font-size: 1.25em;
        color: #4a0947; /* cwc red */
        font-weight: bold;
        line-height: 2.7em;
    }

    .shop_content_section .basketheadings p.qtyheading {
        width: 20%;
    }

    .shop_content_section .basketheadings p.totalheading {
        text-align: right;
    }

    .shop_content_section .basketproduct-image {
        float: left;
        width: 15%;
    }

    .shop_content_section .basketproduct-desc {
        float: left;
        width: 35%;
        text-align: left;
        padding-left: 1em;
        padding-top: 0.85em;
    }

    .shop_content_section .basketproduct-quantity {
        float: left;
        width: 20%;
        clear: none;
        text-align: center;
    }

    .shop_content_section .basketproduct-subtotal, .shop_content_section .basketproduct-total {
        float: left;
        width: 15%;
        display: block;
        padding-top: 0.5em;
    }

    .shop_content_section .basketproduct-quantity.noqtyctrl {
        display: block;
        padding-top: 0.5em;
        font-size: 1.25em;
    }

    .shop_content_section .basketproduct-desc span {
        display: none;
    }

    .shop_content_section .basketproduct-subtotal {
        text-align: center;
    }

    .shop_content_section .basketproduct-mobile-total {
        display: none;
    }

    .shop_content_section .voucher-totals-holder .clearfix:after, .shop_content_section .addresses-totals-holder .clearfix:after {
        clear: none;
    }

    .shop_content_section .basketvouchercode, .shop_content_section .baskettotal {
        float: left;
        border: none;
        clear: none;
        width: 60%;
    }

    .shop_content_section .baskettotal {
        width: 40%;
        float: right;
    }

    .shop_content_section .baskettotal-label, .shop_content_section .basketsubtotal-label {
        display: none;
    }

    .shop_content_section .baskettotal-amount em, .shop_content_section .basketsubtotal-amount em {
        display: inline;
        color: #4a0947; /* cwc blue */
        font-style: normal;
        font-family: "BlsW-Rg" !important;
        /*font-family: "BlsW-Bd" !important;*/
        /*margin-right: 0.5em;*/
    }

    .shop_content_section .totals-holder .baskettotal-amount, .shop_content_section .totals-holder .basketsubtotal-amount {
        float: none;
    }

    .shop_content_section .totals-holder .baskettotal {
        width: auto;
        float: none;
        text-align: right;
    }

    .shop_content_section .address {
        width: 29.5%;
        float: left;
    }

    .shop_content_section .totals-holder {
        width: 41%;
        float: right;
    }

    .shop_content_section .baskettotal span {
        width: 3.7em;
        display: inline-block;
    }

    .shop_content_section .baskettotal .basketsubtotal-amount span {
        width: 4.75em;
    }

    .shop_content_section .continue-btn {
        float: left;
    }

    .shop_content_section .checkout-btn {
        float: right;
    }

    .shop_content_section .imagebtn.continue-btn a {
        padding-left: 0;
    }

    .shop_content_section .donation_form {
        margin: 2.9em 0 4em;
    }

    .shop_content_section .donation_form input {
        width: auto;
    }

    .shop_content_section .amount {
        font-size: 4.5em;
        width: 170px;
        height: 170px;
        line-height: 170px;
        margin-left: 0.295em;
        margin-right: 0.295em;
    }

    .shop_content_section .amount_wrapper span {
        position: absolute;
        top: 0.5em;
        left: auto;
        margin-left: 0.35em;
    }

    .shop_content_section .donation_label {
        margin-right: 0.5em;
    }

    .shop_content_section .larger {
        font-size: 1.3em;
        line-height: 1.22em;
        margin-bottom: 1.3em;
    }

    .shop_content_section .giftaid-info {
        text-align: left;
    }

    .shop_content_section .giftaid-info img {
        float: left;
        margin-right: 2em;
        margin-bottom: 2.9em;
        width: auto;
    }

    .shop_content_section .paymentbanner strong {
        margin-right: 0.8em;
        float: left;
    }

    .shop_content_section .paymentbanner em {
        float: left;
    }

    .shop_content_section .paymentbanner .imagebtn button {
        float: right;
    }

    .shop_content_section .line {
        border: none;
    }
}

/* small desktop */
@media (min-width: 992px) {
    .shop_content_section .shopcontainer {
        max-width: 992px;
    }

    .shop_content_section #sidebar {
        display: block;
    }

    .shop_content_section #grid, .middlepanel, .shop_content_section .download-banner-panel {
        float: right;
        width: 77.7%;
    }

    .shop_content_section .short {
        width: 55%;
    }

    .shop_content_section .amount {
        margin-left: 0.32em;
        margin-right: 0.32em;
    }

    .shop_content_section .prefs strong {
        width: 35%;
        display: inline-block;
    }
}

/* mid desktop */
@media (min-width: 1100px) {
    .shop_content_section .shopcontainer {
        max-width: 1100px;
    }
}

/* large desktop */
@media (min-width: 1200px) {
    .shop_content_section .shopcontainer {
        max-width: 1200px;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
*/

.shop_content_section .clearfix:before,
.shop_content_section .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.shop_content_section .clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
*/

.shop_content_section .clearfix {
    *zoom: 1;
}

.shop_content_section label.required:after, .shop_content_section legend.required:after {
    content: " *";
    color: #d7262e; /* cwc red */
}
