/* Page with */
@media only screen and (min-width: 768px) {
    .navigation,.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container,.page-main {
        max-width: 1080px;
    }
}
/* End page with */

/*
* Top page bar, content -> blocks -> page_top_bar

#page_top_bar ul {
    margin: 0;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

#page_top_bar ul li {
    display: inline;
    margin-right: 20px;
}

#page_top_bar ul li em {
    margin-right: 3px;
}

@media only screen and (min-width: 1250px) {
    #page_top_bar ul li {
        margin-right: 75px;
    }
}

@media only screen and (max-width: 900px) {
    #page_top_bar {
        display: none;
    }
}
/*
* End top page bar
*/

/* Navigation bar */
@media only screen and (min-width: 768px) {
    .nav-sections {
        margin-bottom: 0px;
    }

    .navigation, .nav-sections {
        background: #1f4a23;
        color: #fff;
    }

    .navigation .level0 > .level-top, .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top:after {
        color: #fff;
        font-weight: 500;
    }

    .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
        color: #fff;
    }

    .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        color: #fff;
        border-color: #669940;
    }
}

@media only screen and (max-width: 767px) {
    .navigation .level0.active > a:not(.ui-state-active),
    .navigation .level0.has-active > a:not(.ui-state-active),
    .navigation .level0.active .all-category .ui-state-focus,
    .navigation .submenu:not(:first-child) .active > a {
        border-color: #1f4a23;
    }

    .nav-sections .level1.category-item {
        padding-left: 15px;
    }

    /* If were not using account / whislist etc, we can hide the top menu nav on mobile */
    .nav-sections .nav-sections-item-title {
        display: none;
    }

    .nav-sections .nav-sections-item-content {
        padding-top: 0;
        margin-top: 0;
    }
}
/* End navigation bar */

/* Page top bar */
#page_top_bar {
    width: 100%;
    max-width: 1079px;
    margin: 0 auto;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
    white-space: nowrap;
}

#page_top_bar ul {
    display: flex;
    padding: 0;
    list-style-type: none;
    margin-bottom: 0px;
}

#page_top_bar ul li {
    width: 25%;
    margin-bottom: 0px;
}

#page_top_bar .fas, #page_top_bar .far, #page_top_bar .fa, #page_top_bar strong, #page_top_bar b {
    color: #1f4a23;
}

@media only screen and (min-width: 768px) {
    .logo {
        margin: -8px auto 10px 0;
    }

    .header.content {
        padding: 20px 20px 0;
    }
}

@media only screen and (max-width: 1135px) {
    #page_top_bar {
        margin-bottom: 15px;
        text-align: center;
        padding-left: 0;
        font-size: 15px;
        margin-bottom: 0;
        overflow: hidden;
    }

    #page_top_bar ul li {
        flex-shrink: 0;
        width: 100%;
    }

    #page_top_bar ul {
        position: relative;
        top: 0;
        right: 0;
        animation: usp-slider linear 10s infinite;
    }

    @keyframes usp-slider {
        0% { right: 0; }
        30% { right: 0; }
        33% { right: 100%; }
        63% { right: 100%; }
        66% { right: 200%; }
        97% { right: 200%; }
        100% { right: 0; }
    }

    #page_top_bar ul:hover {
        animation-play-state: paused;
    }
}
/* End page top bar */

/*
* Product USP block, content -> blocks -> product_usp_block
*/
#product_usp_block ul li em {
    margin-right: 3px;
}

#product_usp_block strong, #product_usp_block b {
    color: #1f4a23;
}

#product_usp_block ul {
    padding-top: 10px;
    padding-left: 0px;
}

#product_usp_block ul li {
    list-style: none;
}
/*
* End product USP block
*/


/*
* Top banner block, content -> blocks -> top_banner_block
*/
#top_banner {
    font-size: 25px;
    text-align: right;
}

#top_banner img {
    vertical-align: middle;
    margin-top: -12px;
}

.page-layout-checkout #top_banner {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    #top_banner {
        font-size: 15px;
        padding-right: 10px;
    }

    #top_banner img {
        margin-top: -6px;
        max-height: 40px;
    }

    .page-layout-checkout #top_banner {
        padding-bottom: 19px;
    }
}
/*
* End top banner block
*/


/**
* Product compare button, since we can't disable them
*/
a.action.tocompare {
    display: none!important;
}
/**
* End product compare button
*/

/* Product staffels */
#product_discount_block table {
    border: 1px solid #c1c1c1;
    text-align: center;
}

#product_discount_block table th {
    border-bottom: 1px solid #c1c1c1;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#product_discount_block table tr:nth-child(4) {
    background: #ed9c38;
    color: #fff;
}

#product_discount_block table tr td, #product_discount_block table tr th {
    padding: 5px;
}

#product_discount_block table tr td:nth-child(1) {
    padding-right: 15px;
}

#product_discount_block table th:nth-child(1) {
    padding-left: 0px;
}
/* End product staffels */


/* Footer blocks */
#footer_menu {
    clear: both;
}

#footer_menu .footer_menu_block {
    float: left;
    width: 25%;
}

@media only screen and (max-width: 767px) {
    #footer_menu .footer_menu_block {
        float: none;
        width: 100%;
    }
}

.footer_menu_block a {
    color: #333;
}

.footer_menu_block a:hover {
    color: #669940;
}
/* Edd footer blocks */

/* Product disclaimer */
#product_disclaimer {
    font-size: 12px;
}
/* Product disclaimer */

/* Product qty field */
.product-add-form .box-tocart .field.qty {
    float: left;
}
/* End product qty field */

/* Product CTA button */
.product-add-form .box-tocart .actions {
    overflow: hidden;
}

.box-tocart #product-addtocart-button, .box-tocart #product-updatecart-button {
    margin-bottom: 0px;
    margin-left: 10px;
    width: 92%;
}
/* End product CTA button */

/* Product availability in stock */
.product-info-main .stock.available {
    color: #669940;
}
/* Product availability in stock */

/* Product price */
@media only screen and (min-width: 768px) {
    .product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
        font-size: 21px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 639px) {
    .product-info-main .product-info-price .price-box {
        padding-left: 10px;
    }
}
/* End product price */

/* Product title */
@media only screen and (max-width: 767px) {
    .product-info-main h1.page-title {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .product-info-main h1.page-title {
        font-size: 30px;
    }
}
/* End product title */

/* Page-header */
@media only screen and (max-width: 767px) {
    .page-header {
        margin-bottom: 0px;
    }
}
/* End page-header */

/* End product short description */
.product-info-main .product-info-price {
    border-top: 1px solid #c1c1c1;
    margin-bottom: 0px;
    padding-top: 10px;
    border-bottom: none;
}

.product-info-main .product.attribute.overview {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 10px;
    margin-top: 0px;
}

.product-info-main .product.attribute.overview ul {
    margin-bottom: 10px;
    margin-left: -20px;
    list-style: none;
}

.product-info-main .product.attribute.overview ul li {
    margin-bottom: 0px;
}

.product-info-main .product-info-price .product.attribute.overview ul>li:before {
    color: #669940;
    content: "\f058"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    font-size: 19px;
    display: inline-block;
    margin-left: -20px; /* same as padding-left set on li */
    width: 25px; /* same as padding-left set on li */
    vertical-align: middle;
}
/* End product short description */

/* Product buy button mobile */
@media only screen and (max-width: 767px) {
    .product-add-form .box-tocart {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999999;
        border-top: 1px solid #ccc;
        background-color: #fff;
        margin-bottom: 0px;
        padding-left: 6px;
        padding-top: 1px;
        height: 64px;
        box-shadow: rgb(0 0 0 / 35%) 0px 0px 15px 0;
    }

    .product-add-form .field.qty label {
        display: none;
    }

    .product-add-form .field.qty .control {
        margin-top: 5px;
    }

    .box-tocart #product-addtocart-button, .box-tocart #product-updatecart-button {
        margin-top: 5px;
    }
}
/* End product buy button mobile */

/* Product page, page messages */
@media only screen and (max-width: 767px) {
    .catalog-product-view .page.messages {
        bottom: 56px;
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 99999998;
        box-shadow: rgb(0 0 0 / 35%) 0px 0px 15px 0;
    }
}
/* Product page, page messages */

/* Product Qty input */
#custom-qty .custom-input-qty button {
    height: 52px;
    background-color: #edeef4;
    cursor: pointer;
    width: 35px;
    float: left;
    font-weight: bold;
}

#custom-qty #qty {
    height: 52px;
    float: left;
    font-size: 20px;
    width: 45px;
}

#custom-qty .button-qty-decrease {
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#custom-qty .button-qty-increase {
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
/* End product Qty input */

/* Product tier prices */
.prices-tier li.item {
    float: left;
    border-radius: 0.5rem;
    border: 2px solid #e6e6e6;
    padding: 0.5em;
    margin-right: 5px;
    font-size: 13px;
    margin-bottom: 5px;
    cursor: pointer;
}

.prices-tier .tier-price {
    font-weight: 600;
    line-height: 14px;
}

.prices-tier span.tier-price-total {
    color: #828282;
}

.prices-tier span.tier-price-save {
    color: #d12c2a;
    font-weight: 600;
}

.prices-tier .tier-price-option {
    display: none;
}

.prices-tier .item:last-child {
    margin-bottom: 5px;
}

input.tier-price-option:checked + label .item {
    border: 2px solid #1979c3;
}
/* End product tier prices */

/* Fix klarna product banner */
.catalog-product-view klarna-placement > div {
    clear: both;
}
/* Fix klarna product banner */

/* Hide brands */
.brand-label, .product-brands {
    display: none;
}
/* End hide brands */

/* Footer */
.page-footer {
    border-top: 5px solid #1f4a23;
    background-color: #fff;
}

.copyright {
    border-top: 1px solid #1f4a23;
    background-color: #fff;
    color: #333;
}

.footer .subscribe {
    background: #1f4a23;
    border: 1px solid #1f4a23;
}

.footer .subscribe:hover {
    background: #669940;
    border: 1px solid #669940;
}

/* Footer paymethod / shipping icons */
#paymethods_block {
    float: left;
}

#paymethods_block ul li {
    list-style: none;
    display: inline;
    margin-right: 3px;
}

#paymethods_block ul li img {
    max-height: 30px;
    height: 30px;
}
/* End Footer paymethod / shipping icons */

/* Clerk recommended slider */
.clerk-recom-slider-headline{
    color:inherit;
    font-size:2em;
    text-align:center;
    max-width: 100%;
}

.clerk-recom-slider-item-link {
    border-bottom: none;
    display: inherit;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.clerk-recom-slider-item-link:hover, .clerk-recom-slider-item-link:active, .clerk-recom-slider-item-link:visited {
    color: inherit;
}

.clerk-recom-slider-item {
    border-radius: 1em;
    padding: 1em;
    box-shadow: 0 .1em .2em 0 rgba(0,0,0,.08);
    margin: 1em;
    box-sizing: border-box;
    width: calc(25% - 2.1em);
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    display: inline-block;
    background-color: white;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .clerk-recom-slider-item {
        width:calc(100% - 2.1em);
    }
}

@media screen and (min-width: 481px) and (max-width: 800px) {
    .clerk-recom-slider-item {
        width:calc(50% - 2.1em);
    }
}

.clerk-recom-slider-item:hover {
    border: 1px solid #ccc;
}

.clerk-recom-slider-item-box {
    display: inherit;
    width: 100%;
}

.clerk-recom-slider-badge {
    display: flex;
    box-shadow: 0px 4px 8px rgba(105, 105, 105, 0.24);
    justify-content: center;
    align-items: center;
    position: absolute;
}

.clerk-recom-slider-top-right{
    top: 0.8em !important;
    left: initial !important;
    right: 0.8em !important;
    bottom: initial !important;
}

.clerk-recom-slider-item-sale {
    border-radius: 3px;
    font-size: 10px;
    right: -95px !important;
    color: white;
    top: 5px !important;
    transform: rotate(45deg);
    letter-spacing: 1px;
    padding: 5px 0;
    width: 170px;
    position: absolute;
    font-weight: inherit;
    margin: 20px 40px;
    display: inline-block;
    background-color: #fbc531;
    text-align: center;
}

.clerk-recom-slider-image {
    height: 8em;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.clerk-recom-slider-item-name {
    overflow: hidden;
    height: 2.8em;
    margin: 5px 10px;
}

.clerk-recom-slider-price-list {
    opacity: .8;
    flex: 1;
    font-size: 16px;
    font-weight: normal;
    color: gray;
    text-decoration: line-through;
    text-align: center;
    max-width: 100%;
}

.clerk-recom-slider-price-final {
    flex:1;
    font-size:16px;
    align-items:center;
    color: #575757;
    justify-content:center;
    font-weight: 600;
    display:flex;
    text-align:center;
    max-width: 100%;
}

.clerk-recom-slider-price-box {
    font-size: 1.4em;
    margin-bottom: 10px;
    display: flex;
    min-height: 25px;
    flex-direction: column;
    max-width: 100%;
}

.clerk-design-button {
    margin: 10px 10px 5px 10px;
    padding: 10px 20px;
    border-radius: 3px;
    line-height: 1em;
}

.clerk-recom-slider-button {
    border-radius: 3px;
    cursor: pointer;
    font-size: inherit;
    align-items: center;
    color: #fff;
    border: none;
    padding: 12px;
    margin: 0 auto;
    display: block;
    justify-content: center;
    white-space: nowrap;
    font-weight: 600;
    background-color: #1979c3;
    text-align: center;
    max-width: 100%;
}

.clerk-recom-slider-button:focus, .clerk-recom-slider-button:active, .clerk-recom-slider-button:hover {
    background: #006bb4;
}

@media only screen and (min-width: 769px) {
    .clerk-recom-slider {
        position: relative;
    }

    .clerk-recom-slider:before {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background: -moz-radial-gradient(center,ellipse cover,#fff 25%,#cecece 100%);
        background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(25%,#fff),color-stop(100%,#cecece));
        background: -webkit-radial-gradient(center,ellipse cover,#fff 25%,#cecece 100%);
        background: -ms-radial-gradient(center,ellipse cover,#fff 25%,#cecece 100%);
        background: radial-gradient(ellipse at center,#fff 25%,#cecece 100%);
        position: absolute;
        top: 15px;
        z-index: -1;
    }
}
/* End Clerk recommended slider */

/* Clerk powerstep */
.clerk-popup {
    border-radius: 0;
    border: 0;
}

#clerk_powerstep {
    padding: 0;
    z-index: 99999999;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: rgba(0,0,0,.5);
    overscroll-behavior: contain;
}

#clerk_powerstep #clerk_container {
    background-color: white;
}

#clerk_powerstep .clerk_powerstep_continue {
    margin-top: 15px;
    width: 100%;
    height: 50px;
}

#clerk_powerstep .clerk_powerstep_close {
    margin-top: 10px;
}

#clerk_powerstep .clerk_power_step_success_message {
    padding: 10px;
}

#clerk_powerstep .clerk_powerstep_close_text {
    margin-top: 15px;
}

#clerk_powerstep .clerk-recom-slider-headline {
    font-size: 20px;
}

#clerk_powerstep .clerk_power_step_bottom_actions {
    margin-top: 15px;
    padding-left: 10px;
    border-top: 1px solid #eee;
    padding-right: 10px;
    padding-bottom: 10px;
}

#clerk_powerstep .clerk-recom-slider-headline {
    margin-bottom: 0;
}

#clerk_powerstep #clerk_powerstep_logo {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#clerk_powerstep .clerk_powerstep_close_text a {
    cursor: pointer;
}

#clerk_powerstep .clerk-popup-close-custom {
    cursor: pointer;
    font-family: Arial;
    font-size: 50px;
    line-height: 1;
    color: gray;
    float: right;
    margin-right: 20px;
}

#clerk_powerstep .clerk-popup-close-custom:hover {
    text-decoration: underline;
}

#clerk_powerstep .clerk-popup-close {
    display: none;
}

@media only screen and (min-width: 768px) {
    #clerk_powerstep #clerk_container {
        margin-top: 20px;
        margin-left: 25%;
        width: 50%;
        height: 95%;
        box-shadow: -1px 1px 15px 15px rgb(0 0 0 / 20%);
        overflow-y: auto;
        border-radius: 3px;
    }
}

/*#clerk_powerstep {
    display: none!important;
}*/
/* End clerk powerstep */

/* Numbered list content / Checkmarks */
.product.info.detailed .product.attribute.description ol>li:before {
    color: #669940;
    content: "\f058";
    font-family: FontAwesome;
    font-size: 19px;
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -20px;
}

.product.info.detailed .product.attribute.description ol {
    list-style: none;
}

.product.info.detailed .product.attribute.description ol li {
    margin-bottom: 1px;
}

@media only screen and (max-width: 767px) {
    .product.info.detailed .product.attribute.description ol {
        padding-left: 30px;
    }

    .product.info.detailed .product.attribute.description ol>li:before {
        margin-right: 0px;
    }
}
/* End numbered list content / Checkmarks */

/* Cookie banner */
.message.global.cookie {
    box-shadow: rgb(0 0 0 / 35%) 0px 0px 15px 0;
    background: #f7f7f7;
    z-index: 99999999;
    border-top: 1px solid #1f4a23;
}

@media only screen and (max-width: 767px) {
    .catalog-product-view .message.global.cookie {
        bottom: 66px;
    }

    .message.global.cookie .actions {
        margin-top: 0;
        max-width: 38%;
        margin-left: 2%;
    }

    .message.global.cookie p {
        width: 60%;
    }

    .message.global.cookie {
        padding-right: 10px;
        padding-left: 10px;
    }

    .message.global.cookie p {
        float: left;
        
    }
    .message.global.cookie .actions {
        float: right;
    }
}
/* End Cookie banner */

/* Product image thumbnail */
.catalog-product-view .fotorama__thumb {
    background-color: transparent;
}
/* End product image thumbnail */

/* Primary checkout button */
#product-addtocart-button, #product-updatecart-button, .place-order .action.primary.checkout, #minicart-content-wrapper .action.primary.checkout, .checkout-cart-index .cart-summary .action.primary.checkout, #clerk_powerstep .clerk_powerstep_continue {
    background-color: rgb(255, 85, 85);
    color: rgb(255, 234, 234);
    border-color: rgb(255, 131, 131);
}

#product-addtocart-button:hover, #product-updatecart-button:hover, .place-order .action.primary.checkout:hover, #minicart-content-wrapper .action.primary.checkout:hover, .checkout-cart-index .cart-summary .action.primary.checkout:hover, #clerk_powerstep .clerk_powerstep_continue:hover {
    background-color: rgb(255, 131, 131);
    border-color: rgb(255, 131, 131);
    color: rgb(255, 240, 240);
}
/* End primary checkout button */

/* Klarna product page banner */
.product-info-main klarna-placement::part(osm-container) {
    background: rgb(255, 179, 199);
    max-width: none;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 4px;
}

.product-info-main klarna-placement {
    max-width: none!important;
}

.checkout-cart-index klarna-placement::part(osm-container) {
    background: rgb(255, 179, 199);
}
/* End product page banner */

/* Break long words (links) blogs */
#maincontent .category-content, #maincontent .post-content {
    word-wrap: break-word;
}
/* End break long words (links) blogs */

/* Table styling blogs */
#maincontent .category-content table,
#maincontent .post-content table,
#maincontent .category-content th,
#maincontent .post-content th,
#maincontent .category-content td,
#maincontent .post-content td {
    border: 1px solid #c3c3c3;
}
/* End table styling blogs */

/* Image position blogs */
#maincontent .category-content img:not(.clerk-recom-slider-image),
#maincontent .post-content .post-text-hld img:not(.clerk-recom-slider-image) {
    max-width: 100%;
    float: right;
    margin: 0;
    margin-left: 5px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    #maincontent .category-content img:not(.clerk-recom-slider-image),
    #maincontent .post-content .post-text-hld img:not(.clerk-recom-slider-image) {
        float: none;
        margin: 0;
    }
}

#maincontent .category-content p:nth-child(1) img:not(.clerk-recom-slider-image) {
    float: none;
    margin: 0;
}
/* End image position blogs */

/* Align paymethods checkout */
.items.payment-methods .payment-method-title .label img {
    vertical-align: middle;
    width: 55px;
}
/* End align paymethods checkout */

/* Remove paymethod border-bottom */
.payment-method+#hpp_actionModalWrapper {
    border-bottom: none!important;
}
/* End remove paymethod border */

/* Table horizontal scroll */
#maincontent .post-content table, #maincontent .category-content table {
    height: auto;
    width: 100%;
    display: block;
    overflow-x: auto;
    /* white-space: nowrap; */
    border: 0;
    border-right: 1px solid #c3c3c3;
}
/* End table horizontal scroll */

/* Sticky header mobile */
@media only screen and (max-width: 700px) {
    .page-wrapper .page-header {
        position: fixed;
        width: 100%;
        z-index: 10;
        background: white;
        top: 0px;
    }

    #page_top_bar {
        padding-top: 70px;
    }
}
/* End sticky header mobile */

/* Remove top usp bar on blog pages */
body.blog-page #page_top_bar {
    display: none;
}

body.blog-page .breadcrumbs {
    margin-top: 10px;
}
/* End remove top usp bar on blog pages */

/* Special price */
.price-box .special-price {
    display: inline-block;
}

.price-box .old-price {
    float: left;
    margin-right: 10px;
}

.price-box .old-price .price-label {
    display: none!important;
}

.price-box .old-price .price {
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
    font-size: 20px!important;
}

@media only screen and (max-width: 767px) {
    .price-box .special-price {
        margin-top: 2px;
    }
}
/* End special price */

/* Reviews */
#review-form {
    text-align: center;
    !*margin-top: -55px;*!
}

@media only screen and (max-width: 767px) {
    #review-form-block {
        !*margin-top: -40px;*!
    }
}

.review-add .block-title {
    display: inline;
    cursor: pointer;
}

.review-form {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    box-shadow: 0 0.1em 0.2em 0 rgb(0 0 0 / 8%);
    border-radius: 1em;
    border: 1px solid #eee;
    padding: 15px;
    text-align: left;
}

.reviews-aggregate-rating {
    padding-bottom: 11px;
}

#customer-reviews .review-items {
    margin-left: 1em;
}

.review-list {
    margin-bottom: 0!important;
}

.owl-carousel .review-ratings {
    float: none;
}

.owl-carousel .review-item {
    box-shadow: 0 0.1em 0.2em 0 rgb(0 0 0 / 8%);
    border-radius: 1em;
    border: 1px solid #eee;
    padding: 15px;
    margin-right: 20px;
}

.owl-carousel .review-item:hover {
    border: 1px solid #ccc;
}

.owl-carousel .review-title {
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

.owl-carousel .review-details {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-left: 0;
}

.owl-carousel .review-content {
    margin-bottom: 0;
    margin-left: 0;
}

.owl-stage-outer {
    margin-bottom: 10px;
}
.owl-nav {
    text-align: center;
}

.owl-nav .clerk-slider-nav {
    position: relative;
    margin-right: 15px;
}

#reviews .content-heading .title {
    font-size: 2em;
}

.review-list .block-title strong {
    font-size: 2em;
}

.review-list .block-title {
    text-align: center;
}

.review-list .block-content {
    margin-top: 15px;
}

.review-toolbar {
    border-top: none;
}

#customer-reviews {
    margin-top: 20px;
    margin-bottom: 0;
}

.product.info.detailed {
    margin-bottom: 10px;
}

#reviews {
    margin-top: 15px;
}

.review-toolbar {
    margin-bottom: 0;
}
/* End reviews */

/* Hide shipping cost calc cart */
.checkout-cart-index #block-shipping {
    display: none;
}
/* End ide shipping cost calc cart */

/* Billink checkout */
#form-billink {
	padding-right: 10px;
}

#form-billink > .fieldset {
    padding: 0;
}

#form-billink > .fieldset > .field .label, #form-billink > .fieldset #billing-address-details .label {
    font-weight: normal;
}
/* End Billink checkout */

/* Paypal review page */
.paypal-express-review header.page-header,
.paypal-express-review .sections.nav-sections,
.paypal-express-review #page_top_bar,
.paypal-express-review footer.page-footer {
    display: none;
}

.paypal-express-review main#maincontent {
    margin-top: 10px;
}
/* End paypal review page */

/* Temp homepage */
.home-main {
background-color: #ffae51;
}

.home-erin {
    background-color: lightpink;
    padding: 10px;
}
.contact-index-index .fieldset {
    margin-bottom: 20px
}

.contact-index-index .fieldset .legend {
    padding-bottom: 0
}

.contact-info-number {
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    font-weight: 300
}

@media only screen and (max-width: 767px) {
    .contact-info-number {
        font-weight:300;
        margin-bottom: 10px
    }
}

@media all and (min-width: 768px),print {
    ._rwd_width {
        min-width:0!important;
        max-width: auto!important
    }

    ._rwd_width_float {
        width: 100%!important;
        float: none!important
    }

    .contact-index-index .fieldset .legend {
        border: none
    }

    .contact-index-index .column.main .widget.static.block {
        float: left;
        width: 70%
    }

    .contact-info-number {
        margin-bottom: 15px
    }

    .column:not(.sidebar-main) .form.contact,.column:not(.sidebar-additional) .form.contact {
        width: 27%;
        float: right
    }
}

.giftcard-mailed {
    background: #fedd16
}

.giftcard-mailed .content {
    position: static
}

.giftcard-mailed img {
    max-width: 100%!important;
    margin-left: 20px;
    position: absolute;
    z-index: 0;
    bottom: 0
}

.giftcard-virtual .content {
    left: 0;
    top: 0;
    width: 65%
}

.giftcard-virtual img {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    max-width: 100%!important
}

@media only screen and (max-width: 767px) {
    .giftcard-mailed,.giftcard-virtual {
        min-height:275px
    }

    .giftcard-virtual img {
        max-width: 80%!important
    }
}

@media all and (min-width: 768px),print {
    .giftcard-virtual,.giftcard-mailed {
        height:420px
    }

    .womens-erin {
        height: 164px
    }

    .womens-erin .content {
        width: 70%
    }

    .womens-erin .image {
        width: 30%
    }
}

.cms-index-index .page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.widget .block-promo img {
    max-width: 100%;
    max-height: 100%;
}

.block-promo {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    color: #333!important
}

.block-promo:hover {
    text-decoration: none
}

.block-promo .content {
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    padding: 25px 35px 35px
}

.block-promo .title {
    display: block;
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 15px
}

.block-promo .info {
    display: block;
    font-weight: 300;
    font-size: 2.2rem;
    margin-bottom: 20px
}

.block-promo .more {
    font-size: 1.6rem
}

.block-promo .icon.more {
    display: inline-block;
    text-decoration: none
}

.block-promo .icon.more:after {
    font-family: luma-icons;
    content: '\e608';
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    overflow: hidden;
    speak: none;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 0 5px
}

.block-promo .button.more {
    font-size: 1.8rem;
    background-image: none;
    background: #1979c3;
    padding: 7px 15px;
    color: #fff;
    border: 1px solid #1979c3;
    cursor: pointer;
    display: inline-block;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 3px;
    text-decoration: none;
    padding: 10px 15px
}

.block-promo .button.more:focus,.block-promo .button.more:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

.block-promo .button.more:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff
}

.block-promo .button.more.disabled,.block-promo .button.more[disabled],fieldset[disabled] .block-promo .button.more {
    cursor: default;
    pointer-events: none;
    opacity: .5
}

.block-promo .title+.button {
    margin-top: 10px
}

.block-promo sup {
    top: -.2em
}

.block-promo-2columns .content {
    padding: 20px 25px
}

.womens-main .content,.womens-pants .content,.training-main .content,.training-erin .content,.sale-main .content,.sale-women .content,.mens-main .content,.mens-pants .content,.gear-main .content,.gear-equipment .content,.new-main .content,.new-eco .content,.home-main .content,.home-performance .content,.home-eco .content,.collection-eco .content,.collection-performance .content {
    background-color: rgba(255,255,255,.9)
}

.sale-main,.mens-main,.gear-main,.womens-main {
    max-width: 1080px
}

.sale-women,.sale-mens,.mens-pants,.womens-pants,.gear-fitnes,.gear-equipment,.new-performance,.new-eco {
    max-width: 580px
}

.training-main,.training-erin,.collection-eco,.collection-performance,.home-main {
    max-width: 1280px
}

.home-pants .content {
    top: 0;
    left: 0;
    width: 80%
}

.home-pants .title {
    display: block;
    font-weight: 600;
    font-family: Halvetica Neue,Helvetica,Arial,sans-serif;
    white-space: nowrap;
    margin-bottom: 0
}

.home-t-shirts {
    background: #bce2ef;
}

.home-erin {
    height: 373px
}

.home-erin .content {
    top: 0;
    right: 0;
    width: 60%
}

.home-performance {
    height: 664px
}

.home-performance .content {
    top: 25px;
    right: 25px;
    left: 25px
}

.home-eco {
    height: 274px
}

.new-performance .icon.more {
    white-space: nowrap
}

.block-promo-hp .bg-white,.block-promo-hp .home-erin .content {
    padding: 20px
}

.womens-erin {
    background: #f4f4f4
}

.womens-erin .content {
    padding: 20px 35px
}

.training-main {
    height: 372px
}

.training-main .title {
    margin-bottom: 0;
    line-height: 1.4
}

.training-main .title span {
    font-weight: 600
}

.training-erin {
    height: 214px
}

.training-erin .content {
    padding: 15px;
    text-align: center
}

.training-erin .info {
    margin-bottom: 0
}

.training-on-demand,.training-videos {
    color: #fff!important
}

.training-on-demand .content,.training-videos .content {
    position: static;
    text-align: center
}

.training-on-demand .icon.calendar,.training-videos .icon.calendar,.training-on-demand .icon.download,.training-videos .icon.download {
    margin-top: -10px;
    display: block;
    text-decoration: none
}

.training-on-demand .icon.calendar>span,.training-videos .icon.calendar>span,.training-on-demand .icon.download>span,.training-videos .icon.download>span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.training-on-demand .icon.calendar:before,.training-videos .icon.calendar:before,.training-on-demand .icon.download:before,.training-videos .icon.download:before {
    font-family: luma-icons;
    font-size: 32px;
    line-height: inherit;
    color: inherit;
    overflow: hidden;
    speak: none;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.training-on-demand .icon.calendar:before,.training-videos .icon.calendar:before {
    content: '\e612'
}

.training-on-demand .icon.download:before,.training-videos .icon.download:before {
    content: '\e626'
}

.training-on-demand .icon.more,.training-videos .icon.more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px
}

.training-on-demand .info,.training-videos .info {
    font-size: 16px
}

.training-on-demand {
    background: #00ade2
}

.training-videos {
    background: #5a5e62
}

.sale-women,.sale-mens {
    height: 372px
}

.sale-mens .content {
    top: 0;
    right: 0;
    width: 60%
}

.sale-20-off .content,.sale-free-shipping .content,.sale-womens-t-shirts .content {
    padding: 15px 20px
}

.sale-20-off {
    background: #f4f4f4
}

.sale-20-off .title {
    font-size: 4rem;
    font-weight: 700;
    white-space: nowrap
}

.sale-20-off img {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0
}

.sale-20-off .content {
    width: 75%;
    position: relative
}

.sale-free-shipping {
    background: #71b54e;
    color: #fff!important
}

.sale-free-shipping .content {
    position: static
}

.sale-free-shipping img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%!important
}

.sale-womens-t-shirts {
    background: #fedd16
}

.sale-womens-t-shirts .content {
    position: static
}

.sale-womens-t-shirts img {
    max-width: 95%!important
}

.mens-main .content {
    width: 45%
}

.womens-t-shirts,.mens-t-shirts {
    background: #ffdd17
}

.womens-t-shirts img,.mens-t-shirts img {
    max-width: 100%!important
}

.womens-t-shirts .content,.mens-t-shirts .content {
    position: static
}

.womens-pants,.mens-pants,.gear-fitnes,.gear-equipment,.new-performance,.new-eco {
    height: 372px
}

.womens-pants .info span,.mens-pants .info span {
    display: block;
    font-size: 4.4rem;
    font-family: Halvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap
}

.womens-category-pants,.womens-category-tanks,.womens-category-shorts,.mens-category-tees,.mens-category-hoodies,.mens-category-shorts,.gear-category-bags,.gear-category-equipment,.gear-category-watches {
    background: #f4f4f4;
    min-height: 170px
}

.womens-category-pants img,.womens-category-tanks img,.womens-category-shorts img,.mens-category-tees img,.mens-category-hoodies img,.mens-category-shorts img,.gear-category-bags img,.gear-category-equipment img,.gear-category-watches img {
    max-width: 100%!important;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 60%
}

.womens-category-pants .content,.womens-category-tanks .content,.womens-category-shorts .content,.mens-category-tees .content,.mens-category-hoodies .content,.mens-category-shorts .content,.gear-category-bags .content,.gear-category-equipment .content,.gear-category-watches .content {
    padding: 20px 0 50px 20px!important;
    position: static;
    width: 60%;
    z-index: 1
}

.womens-category-pants .title,.womens-category-tanks .title,.womens-category-shorts .title,.mens-category-tees .title,.mens-category-hoodies .title,.mens-category-shorts .title,.gear-category-bags .title,.gear-category-equipment .title,.gear-category-watches .title,.womens-category-pants .info,.womens-category-tanks .info,.womens-category-shorts .info,.mens-category-tees .info,.mens-category-hoodies .info,.mens-category-shorts .info,.gear-category-bags .info,.gear-category-equipment .info,.gear-category-watches .info {
    font-size: 1.8rem
}

.womens-category-pants .title,.womens-category-tanks .title,.womens-category-shorts .title,.mens-category-tees .title,.mens-category-hoodies .title,.mens-category-shorts .title,.gear-category-bags .title,.gear-category-equipment .title,.gear-category-watches .title {
    font-weight: 400;
    margin-bottom: 5px
}

.womens-category-pants .more,.womens-category-tanks .more,.womens-category-shorts .more,.mens-category-tees .more,.mens-category-hoodies .more,.mens-category-shorts .more,.gear-category-bags .more,.gear-category-equipment .more,.gear-category-watches .more {
    position: absolute;
    z-index: 1;
    bottom: 20px
}

.gear-fitnes .content,.new-performance .content {
    right: 0;
    top: 0;
    width: 65%
}

.collection-eco,.collection-performance {
    height: 200px
}

.collection-eco .content,.collection-performance .content {
    padding: 15px;
    text-align: center
}

.collection-eco .info,.collection-performance .info {
    margin-bottom: 0
}

.collection-erin {
    background: #f4f4f4
}

.collection-erin .content {
    padding: 20px 35px
}

.content-heading {
    text-align: center;
    margin: 10px 0 25px
}

.content-heading .title {
    margin: 0 0 5px
}

.content-heading .info {
    margin-bottom: 0
}

.categories-menu .title {
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block
}

.categories-menu a:link,.categories-menu a:visited,.categories-menu a:hover,.categories-menu a:active {
    color: #333
}

.categories-menu .items {
    margin-bottom: 40px
}

.categories-menu .items:last-child {
    margin-bottom: 0
}

.cms-content-important {
    display: block;
    background: #f5f5f5
}

.cms-content-important h2 {
    margin-top: 0
}

.cms-content table {
    border: none
}

.cms-content table>thead>tr>th,.cms-content table>tbody>tr>th,.cms-content table>tfoot>tr>th,.cms-content table>thead>tr>td,.cms-content table>tbody>tr>td,.cms-content table>tfoot>tr>td {
    border: none
}

.cms-content table>thead>tr>th,.cms-content table>thead>tr>td {
    border-bottom: 1px solid #d1d1d1
}

.cms-content table>tbody>tr:nth-child(even)>td,.cms-content table>tbody>tr:nth-child(even)>th {
    background: #f7f7f7
}

.cms-content table th {
    font-weight: 400
}

.cms-content table td {
    font-weight: 600
}

.cms-content .block .block-title {
    margin-bottom: 15px
}

.cms-content .block .block-title>strong {
    display: none
}

.cms-content .block .box-title {
    display: inline-block;
    margin: 0 0 15px
}

.cms-content .block .box-title>span {
    font-size: 1.8rem;
    line-height: 1.1;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 300
}

.cms-content .block .block-content p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 399px) {
    .womens-pants img {
        width:250%;
        float: right;
        margin: -70px -140px 0 0
    }

    .mens-main img {
        margin-left: -180px
    }

    .training-main img,.gear-main img,.womens-main img {
        margin-left: -210px
    }

    .sale-main img,.mens-pants img,.home-eco img {
        margin-left: -150px
    }

    .sale-mens img,.gear-fitnes img,.new-performance img {
        margin-left: -60px
    }

    .new-main img,.sale-women img,.training-erin img,.gear-equipment img {
        margin-left: -120px
    }

    .new-eco img {
        margin-left: -80px
    }

    .home-pants,.home-performance {
        height: 580px
    }

    .home-pants img,.home-performance img {
        margin-left: -50px
    }
}

@media only screen and (max-width: 767px) {
    .blocks-promo {
        margin-left:-15px;
        margin-right: -15px
    }

    .block-promo {
        margin-bottom: 8px
    }

    .block-promo .title {
        font-size: 2.2rem
    }

    .block-promo .info {
        font-size: 1.6rem;
        margin-bottom: 10px
    }

    .block-promo .more {
        font-size: 1.4rem
    }

    .block-promo .icon.more:after {
        font-size: 1rem
    }

    .block-promo .button.more {
        font-size: 1.2rem
    }

    .block-promo .content {
        padding: 15px 20px 20px
    }

    .block-promo .button.more {
        padding: 8px 12px
    }

    .home-pants {
        max-width: 417px
    }


    .home-performance {
        max-width: 415px
    }

    .home-eco {
        max-width: 858px
    }

    .home-pants,.home-performance {
        height: 580px
    }

    .womens-main .content,.mens-main .content,.gear-main .content,.new-main .content,.home-main .content,.training-main .content,.sale-main .content {
        top: 20px;
        right: 0;
        width: 65%
    }

    .training-main .title {
        font-size: 2rem
    }

    .womens-erin .content,.collection-erin .content {
        position: static
    }

    .womens-erin img,.collection-erin img {
        display: block;
        margin: 0 auto;
        max-width: 75%!important
    }

    .sale-women .content {
        width: 60%;
        bottom: 20px;
        left: 0
    }

    .sale-main .content {
        top: auto;
        bottom: 20px
    }

    .sale-20-off {
        min-height: 185px
    }

    .sale-20-off .title {
        font-size: 4rem
    }

    .womens-category-pants .title,.womens-category-tanks .title,.womens-category-shorts .title,.mens-category-tees .title,.mens-category-hoodies .title,.mens-category-shorts .title,.gear-category-bags .title,.gear-category-equipment .title,.gear-category-watches .title {
        font-size: 1.6rem
    }

    .womens-category-pants .info,.womens-category-tanks .info,.womens-category-shorts .info,.mens-category-tees .info,.mens-category-hoodies .info,.mens-category-shorts .info,.gear-category-bags .info,.gear-category-equipment .info,.gear-category-watches .info {
        font-size: 1.4rem
    }

    .womens-pants .info span,.mens-pants .info span {
        font-size: 4rem
    }

    .womens-pants .content,.mens-pants .content {
        max-width: 220px;
        bottom: 20px
    }

    .home-eco .content {
        width: 65%;
        top: 20px;
        right: 0
    }

    .gear-fitnes .content,.new-performance .content,.home-erin .content {
        padding-top: 30px
    }

    .gear-equipment .content,.new-eco .content {
        left: 0;
        bottom: 20px;
        max-width: 220px
    }

    .training-erin .content {
        right: 10px;
        bottom: 10px;
        left: 10px
    }

    .training-erin .title {
        margin-bottom: 10px;
        font-size: 1.8rem
    }

    .training-erin .info {
        font-size: 1.2rem;
        margin-bottom: 0
    }

    .training-on-demand .content,.training-videos .content {
        padding-top: 25px;
        padding-bottom: 45px
    }

    .home-pants img {
        position: absolute;
        z-index: 0;
        bottom: -10px
    }

    .home-pants .title {
        font-size: 4rem
    }

    .home-performance img {
        position: absolute;
        z-index: 0;
        top: -20px
    }

    .womens-main .content,.training-main .content,.gear-main .content {
        top: auto;
        bottom: 20px
    }

    .home-t-shirts .image {
        display: block;
        padding: 20px 20px 0
    }

    .home-t-shirts img {
        max-width: 100%!important
    }

    .home-t-shirts .content {
        position: static
    }

    .collection-eco .content,.collection-performance .content {
        right: 10px;
        bottom: 10px;
        left: 10px
    }

    .collection-eco .title,.collection-performance .title {
        margin-bottom: 10px;
        font-size: 1.8rem
    }

    .collection-eco .info,.collection-performance .info {
        font-size: 1.2rem
    }

    .collection-erin .title {
        font-size: 1.8rem
    }

    .collection-erin .info {
        font-size: 1.2rem
    }

    .content-heading .title {
        font-size: 3rem
    }

    .content-heading .info {
        font-size: 1.4rem
    }

    .cms-content-important {
        padding: 15px;
        margin: 0 -15px 15px
    }

    .cms-content table {
        margin: 10px 0 0
    }

    .cms-content table thead th {
        font-size: 1.1rem
    }

    .cms-content ul li {
        margin-bottom: 5px
    }

    .cms-content .block .box {
        margin-bottom: 30px
    }
}

@media all and (min-width: 640px),print {
    .block-promo {
        margin-bottom:16px
    }

    .block-promo-wrapper:before,.block-promo-wrapper:after {
        content: "";
        display: table
    }

    .block-promo-wrapper:after {
        clear: both
    }

    .block-promo-wrapper .block-promo {
        float: left;
        border-right: 16px solid #fff
    }

    .block-promo-2columns .block-promo {
        width: 50%
    }

    .block-promo-3columns .block-promo {
        width: 33.3%
    }

    .block-promo-2columns .block-promo:nth-child(2n),.block-promo-3columns .block-promo:nth-child(3n) {
        border-right: 0
    }
}

@media all and (min-width: 768px),print {
    .block-promo-hp {
        margin:0 -8px
    }

    .block-promo-hp .block-promo {
        border-left: 8px solid #fff;
        border-right: 8px solid #fff
    }

    .block-promo-wrapper .home-performance {
        float: right
    }

    .home-pants,.home-erin,.home-performance {
        width: 40%
    }

    .home-t-shirts,.home-eco {
        width: 60%
    }

    .womens-main .content,.mens-main .content,.gear-main .content,.new-main .content,.home-main .content,.training-main .content,.sale-main .content {
        top: 40px;
        right: 40px;
        width: 40%
    }

    .womens-t-shirts,.mens-t-shirts {
        height: 372px
    }

    .womens-pants .content,.mens-pants .content {
        width: 47%;
        left: 20px;
        top: 20px
    }

    .womens-erin,.home-t-shirts,.collection-erin {
        display: table
    }

    .womens-erin .content,.home-t-shirts .content,.collection-erin .content,.womens-erin .image,.home-t-shirts .image,.collection-erin .image {
        display: table-cell
    }

    .womens-erin .content,.home-t-shirts .content,.collection-erin .content {
        position: static
    }

    .womens-erin .image,.home-t-shirts .image,.collection-erin .image {
        vertical-align: bottom
    }

    .womens-erin img,.home-t-shirts img,.collection-erin img {
        float: right
    }

    .home-t-shirts {
        /*height: 276px*/
        height: 373px;
    }

    .home-t-shirts .content {
        width: 40%
    }

    .home-t-shirts .image {
        width: 60%;
        vertical-align: middle;
        text-align: center;
        padding-left: 10px
    }

    .home-t-shirts img {
        max-width: 100%!important
    }

    .womens-category-pants,.womens-category-tanks,.womens-category-shorts,.mens-category-tees,.mens-category-hoodies,.mens-category-shorts,.gear-category-bags,.gear-category-equipment,.gear-category-watches {
        height: 210px
    }

    .sale-women .content {
        width: 50%;
        left: 20px;
        bottom: 20px
    }

    .sale-20-off .title {
        font-size: 4.4rem
    }

    .sale-20-off .info {
        font-size: 1.8rem
    }

    .sale-20-off,.sale-free-shipping,.sale-womens-t-shirts {
        height: 205px
    }

    .sale-free-shipping .title {
        font-size: 2.5rem
    }

    .sale-free-shipping .info {
        font-size: 1.6rem
    }

    .sale-womens-t-shirts .title {
        font-size: 2rem;
        margin-bottom: 5px
    }

    .sale-womens-t-shirts .info {
        font-size: 1.6rem;
        margin-bottom: 5px
    }

    .home-eco .content {
        width: 70%;
        top: 45px;
        right: 45px
    }

    .gear-equipment .content,.new-eco .content {
        left: 20px;
        bottom: 20px;
        width: 60%
    }

    .new-eco .content {
        width: 70%
    }

    .training-erin .content {
        width: 73%;
        top: 16px;
        bottom: 16px;
        right: 16px
    }

    .training-erin .info {
        font-size: 1.6rem;
        display: block;
        padding: 0 10%
    }

    .training-on-demand,.training-videos {
        height: 208px
    }

    .home-pants {
        height: 664px
    }

    .home-pants .title {
        font-size: 44px!important;
        font-size: 4.4rem!important;
        line-height: 1.2
    }

    .collection-eco .content,.collection-performance .content {
        width: 60%;
        top: 16px;
        bottom: 16px;
        left: 50%;
        margin-left: -30%
    }

    .collection-eco .title,.collection-performance .title {
        font-size: 4rem
    }

    .collection-eco .info,.collection-performance .info {
        font-size: 2.2rem;
        display: block;
        padding: 0 10%
    }

    .collection-erin {
        height: 164px
    }

    .collection-erin .content {
        width: 70%
    }

    .collection-erin .image {
        width: 30%
    }

    .collection-erin .title {
        font-size: 4rem
    }

    .collection-erin .info {
        font-size: 2.2rem
    }

    .content-heading {
        position: relative
    }

    .content-heading:before {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background: -moz-radial-gradient(center,ellipse cover,#fff 25%,#cecece 100%);
        background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(25%,#fff),color-stop(100%,#cecece));
        background: -webkit-radial-gradient(center,ellipse cover,#fff 25%,#cecece 100%);
        background: -ms-radial-gradient(center,ellipse cover,#fff 25%,#cecece 100%);
        background: radial-gradient(ellipse at center,#fff 25%,#cecece 100%);
        position: absolute;
        top: 50%;
        z-index: 0
    }

    .content-heading .title,.content-heading .info {
        position: relative;
        z-index: 1
    }

    .content-heading .title {
        font-size: 3.8rem
    }

    .content-heading .info {
        font-size: 1.8rem
    }

    .cms-content-important {
        font-size: 2.2rem;
        font-weight: 300;
        padding: 20px;
        margin: 0 0 35px -20px
    }

    .cms-content table {
        margin: 40px 0 0
    }

    .cms-content ul li {
        margin-bottom: 15px
    }

    .cms-content .block .block-content:before,.cms-content .block .block-content:after {
        content: "";
        display: table
    }

    .cms-content .block .block-content:after {
        clear: both
    }

    .cms-content .block .box {
        width: 48%;
        margin-bottom: 40px
    }

    .cms-content .block .box:nth-child(1) {
        float: left;
        clear: left
    }

    .cms-content .block .box:nth-child(2) {
        float: right
    }

    .cms-content .block .box:nth-child(2)+* {
        clear: both
    }

    .cms-content .block .box:nth-last-child(1),.cms-content .block .box:nth-last-child(2) {
        margin-bottom: 0
    }

    .privacy-policy-content {
        box-sizing: border-box;
        width: 77.7%;
        float: right;
        padding-left: 2%
    }

    .privacy-policy .block-collapsible-nav {
        box-sizing: border-box;
        width: 22.3%;
        float: left
    }
}