﻿i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transition: all .5s;
}

.right-caret {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left-caret {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up-caret {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down-caret {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.store {
    min-height: 800px;
}

    .store input {
        font-size: 18px;
        color: #3c404b;
        padding: 8px 10px;
        border-radius: 0px;
        border: none;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

        .store input::placeholder {
            color: #c7c7c7;
            font-weight: 300;
        }

    .store select {
        font-size: 18px;
        color: #3c404b;
        padding: 8px 30px 8px 10px;
        border-radius: 0px;
        border: none;
        border: 1px solid #ccc;
        box-sizing: border-box;
        margin-bottom: 10px;
        width: 100%;
    }

    .store .no-image {
        width: 100%;
        font-size: 20px;
        padding: 100px 0;
        text-align: center;
        border: 1px solid #ccc;
    }

    .store .product-slider {
        background-color: #1b1d22;
        min-height: 450px;
        padding-top: 120px;
        padding-bottom: 30px;
    }

        .store .product-slider .owl-dots {
            margin-top: 60px;
        }

        .store .product-slider .featured-product-grid {
            width: 900px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 300px 1fr;
            grid-column-gap: 60px;
        }

            .store .product-slider .featured-product-grid div:nth-child(2) {
                align-self: center;
            }

            .store .product-slider .featured-product-grid h1 {
                font-size: 24px;
                color: #fff;
                margin: 0;
                margin-bottom: 10px;
            }

            .store .product-slider .featured-product-grid h2 {
                font-size: 24px;
                color: #ff6260;
                margin: 0;
            }

            .store .product-slider .featured-product-grid p {
                font-size: 16px;
                line-height: 1.63;
                color: #6c6c6c;
            }

    .store .store-grey-bar {
        padding: 10px 0;
        background-color: #d8d8d8;
    }
    .store .store-pink-bar {
        padding: 18px 0;
        background-color: #ff6260;
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        font-family: 'Lato';
        text-transform: uppercase;
    }
    .store .store-search-bar-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }
    .store .store-grey-bar i {
        float: right;
        margin-left: 10px;
        margin-top: 3px;
        border-width: 0 3px 3px 0;
        border-color: #ff6260;
    }
    .store .store-search-bar-grid div:nth-child(1) {
        align-self: center;
    }
    .store .store-search-bar-grid .search-bar-title {
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        color: #000;
        float: left;
        margin-right: 25px;
        font-weight: 600;
    }
        .store .store-search-bar-grid .shop-by {
            font-weight: 600;
            color: #ff6260;
            text-transform: uppercase;
            text-decoration: none;
            transition: all .5s;
            font-size: 16px;
            float: left;
            margin-right: 15px;
            cursor: pointer;
            position: relative;
        }
            .store .store-search-bar-grid .shop-by:hover,
            .store .store-search-bar-grid .shop-by:hover i {
                color: #3c404b;
                border-color: #3c404b;
                transition: all .5s;
            }
            .store .store-search-bar-grid .shop-by .cat-sub-menu {
                position: absolute;
                background-color: #3c404b;
                z-index: 1000;
                box-shadow: 0 10px 25px 0 #3c3c3c;
                margin: 8px 0 0 -15px;
                padding: 0;
            }
                .store .store-search-bar-grid .shop-by .cat-sub-menu.glass {
                    background-color: rgba(60, 64, 75, 0.97);
                }
                .store .store-search-bar-grid .shop-by ul.cat-sub-menu.glass li {
                    color: #fff;
                }
                .store .store-search-bar-grid .shop-by ul.cat-sub-menu.glass li:hover {
                    color: #ff6260;
                }

            .store .store-search-bar-grid .shop-by ul li {
                list-style: none;
                min-width: 210px;
                padding: 8px 15px;
                border-top: 1px solid #3c404b;
                border-bottom: 1px solid #4b4f5d;
                font-weight: 400;
                transition: all .5s;
                text-transform: none;
            }
                .store .store-search-bar-grid .shop-by ul li:hover {
                    color: #fff;
                    transition: all .5s;
                    border-bottom: 1px solid #ccc;
                    border-top: 1px solid #ccc;
                    box-shadow: 0 0px 14px 0 #6e7588;
                }
            .store .store-search-bar-grid .shop-by ul li:last-child {
                border: none;
            }
    .store .search-section-grid {
        display: grid;
        grid-template-columns: 75px 1fr 50px;
        grid-column-gap: 0;
    }
        .store .search-section-grid input[type=text] {
            border-radius: 30px;
            padding-left: 15px;
            /*border-top-left-radius: 7px;
            border-bottom-left-radius: 7px;*/
            transition: all .5s;
            border-color: #adadad;
            box-shadow: 0 0px 10px 0 #cccccc;
            margin-left: 50px;
        }
            .store .search-section-grid input[type=text]:hover {
                border: 1px solid #ff6260 !important;
                transition: all .5s;
                box-shadow: 0 0px 10px 0 #a7a7a7;
            }
            .store .search-section-grid input[type=text]:focus {
                border: 1px solid #ff6260 !important;
                box-shadow: 0 0px 10px 0 #a7a7a7;
            }
        .store .search-section-grid .pink-button {
            margin-right: 0px;
            padding: 0px 6px;
            margin-top: 4px;
            font-size: 12px;
            height: 31px;
            width: 45px;
        }
            .store .search-section-grid .pink-button:focus {
                border: 2px solid #9e3d3c !important;
            }
            

    .store .store-grey-bar h1 {
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        color: #ff6260;
        padding: 20px 0;
    }

    .store .head.desktop {
        display: block;
    }

    .store .head.mobile {
        display: none;
    }

    .store .store-products-grid {
        padding: 25px 0 75px 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
        .store .store-products-grid div.product {
            position: relative;
            padding: 15px;
            box-shadow: 0 2px 25px 0 #e4e6e9;
            border: 1px solid #fff;
            transition: all .25s;
            position: relative;
        }
            .store .store-products-grid div.product:hover {
                border: 1px solid #ff6260;
                transition: all .25s;
            }

            .store .store-products-grid div.product img {
                width: 100%;
                margin: 0 auto 75px auto;
            }
            .store .ribbon-wrap {
                right: 0;
                top: 0;
                width: 200px;
                height: 400px;
                overflow: hidden;
                position: absolute;
                cursor: pointer;
            }
                .store .ribbon-wrap .ribbon {
                    cursor: pointer;
                    right: -20%;
                    top: 12%;
                    text-align: center;
                    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
                    position: relative;
                    padding: 3px 0;
                    font-size: 12px;
                    background-color: #d40004;
                    color: #fff;
                    background-image: none;
                    text-transform: uppercase;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                }
                .store .ribbon-wrap.sale {
                    width: 160px;
                    height: 250px;
                }
                    .store .ribbon-wrap.sale.green .ribbon {
                        background-color: #1d7d0a;
                    }

        .store .store-products-grid h1 {
            font-size: 18px;
            line-height: 1.44;
            margin: 0;
            position: absolute;
            bottom: 40px;
        }

        .store .store-products-grid h2 {
            font-size: 18px;
            line-height: 1.44;
            margin: 0;
            color: #ff6260;
            position: absolute;
            bottom: 15px;
        }
    .store .products-results {
        position: relative;
    }
        .store .products-results #loading {
            position: absolute;
            z-index: 1000;
            background-color: rgba(255, 255, 255, 0.8);
            width: 100%;
            text-align: center;
            height: 100%;
            text-align: center;
            color: #ff6260;
            font-size: 20px;
        }
            .store .products-results #loading img {
                padding-top: 150px;
                width: 150px;
            }
    .store .products-results .headline h3 {
        font-size: 20px;
        font-weight: 500;
        margin-top: 18px;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-family: 'Roboto';
        float: left;
    }
        .store .products-results .headline h3 span {
            color: #ff6260;
        }
    .store .products-results .headline .clear {
        background-color: #d40004;
        color: #fff;
        padding: 4px 7px;
        border-radius: 4px;
        font-size: 12px;
        margin: 19px 0 0 10px;
        cursor: pointer;
        font-weight: 500;
        float: left;
        text-transform: uppercase;
    }
    .store .show-more-container {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 50px;
        min-height: 51px;
        max-height: 51px;
    }

        .store .show-more-container .show-more.desktop {
            display: block;
        }
        .store .show-more-container .show-more.laptop {
            display: none;
        }
        .store .show-more-container .show-more.tablet {
            display: none;
        }
        .store .show-more-container .show-more.mobile {
            display: none;
        }
    .store .show-more-loding-grid {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        color: #ff6260;
        font-weight: 500;
        align-items: center;
        width: 300px;
        margin: 0 auto 50px auto;
        min-height: 51px;
        max-height: 51px;
    }
    .store .show-more-loding-grid img {
        width: 35px;
        justify-self: flex-end;
    }

    .store .filters-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .store .sort-by {
    
    }
        .store .filters-grid .sort-filters  {
            padding-top: 15px;
            position: relative;
        }
        .store .filters-grid .sort-filters .sort-select {
            float: right;
        }
            .store .filters-grid .sort-filters .show-exclusives {
                float: right;
                padding: 8px 25px 0 0;
            }
        .store .filters-grid .sort-filters .label {
            float: right;
            margin: 9px 5px 0 0;
            font-weight: 600;
        }
        .store .filters-grid .sort-filters select {
            max-width: 200px;
            font-size: 14px;
        }
    .store .categories-mobile {
        display: none;
    }
    .store .mobile-category-list {
        display: none;
    }

.store .add-cart-info {
    background-color: #f00;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 20px 0 #e4e6e9;
    font-weight: 500;
    color: #fff;
}
    .store .add-cart-wait {
        background-color: #ff6260;
        padding: 15px 15px;
        border-radius: 5px;
        box-shadow: 0 2px 20px 0 #e4e6e9;
        font-weight: 500;
        border: 1px solid #ff6260;
        color: #fff;
    }

.cart-icon {
    position: relative;
    cursor: pointer;
}

.cart-count {
    border: 2px solid #3c404b;
    text-align: center;
    border-radius: 24px;
    background-color: #ff6260;
    position: absolute;
    z-index: 1000;
    width: 16px;
    height: 16px;
    font-size: 12px;
    top: 18px;
    left: 6px;
    cursor: pointer;
}

#cart-results-container {
    min-height: 200px;
    position: relative;
}

#cart-loading {
    text-align: center;
    font-size: 20px;
    color: #ff6260;
    font-weight: 400;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: calc(100% - 20px);
}

    #cart-loading img {
        margin-top: 20px;
        width: 100px;
    }

.cart-box {
    position: absolute;
    z-index: 1000;
    padding: 10px 20px 20px 20px;
    background-color: #fff;
    color: #3c404b;
    min-width: 600px;
    right: 0;
    margin-top: 5px;
    /*box-shadow: 0px 6px 6px -2px #dcdcdc;*/
    border: 2px solid #3c404b;
    font-size: 16px;
    cursor: initial;
    min-height: 150px;
}

.cart-box-container .cart-items {
    max-height: 520px;
    overflow: auto;
}

.cart-box-container h1 {
    color: #e84340;
    text-align: left;
    margin: 20px 0;
    font-weight: 400;
}

.cart-box-container h2 {
    color: #3c404b;
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-weight: 600;
    margin-top: -6px;
}
.cart-box-container h6 {
    color: #3c404b;
    font-size: 12px;
    margin: 0;
    font-family: 'Roboto';
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 10px;
    text-transform: none;
}

.cart-box-container label {
    color: #3c404b;
    font-weight: 600;
}
img.cart-icon {
    width: 40px;
}
.cart-box-container .cart-top-grid {
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-column-gap: 10px;
    align-items: center;
    /*margin-bottom: 15px;*/
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.cart-box-container .cart-item-title-grid {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    text-align: left;
    padding-top: 15px;
    background-color: #fff;
    color: #3c404b;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
}

    .cart-box-container .cart-item-title-grid img {
        max-width: 100%;
        box-shadow: 0 5px 8px 0px #e4e6e9;
    }

.cart-box-container .cart-item-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 30px;
    grid-column-gap: 10px;
    text-align: left;
}
.cart-box-container .cart-item-detail-grid div {
    align-self: center;
}

    .cart-box-container .cart-item-detail-grid.margin {
        margin-bottom: 0px;
        background-color: #f7f7f7;
        padding: 2px 0 2px 80px;
    }

.cart-box-container input {
    max-width: 55px;
    box-sizing: border-box;
    font-size: 14px;
    color: #3c404b;
    padding: 8px 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.cart-button-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin-top: 15px;
    border-top: 1px solid #3c404b;
    padding-top: 15px;
}

    .cart-button-bar.summary-section {
        border: none;
        grid-template-columns: 1fr;
        margin-top: 0px;
    }

    .cart-button-bar a {
        width: 100%;
        background-color: #ff6260;
        color: #fff !important;
        text-align: center;
        padding: 15px 0;
        border: 1px solid #d9534f;
        transition: all .25s;
        border-radius: 0 !important;
    }

        .cart-button-bar a:hover {
            color: #3c404b;
            background-color: #d9534f;
            transition: all .25s;
        }

.cart-box-container .remove-item {
    cursor: pointer;
    color: #fff;
    background-color: #3c404b;
    padding: 4px 2px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
}

.cart {
    min-height: 800px;
}

    .cart .cart-grid {
        margin: 30px 0;
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        grid-column-gap: 40px;
    }

        .cart .cart-grid .summary {
            background-color: #fff;
            padding: 20px;
            font-size: 16px;
            position: relative;
            box-shadow: 0 2px 25px 0 #e4e6e9;
        }

            .cart .cart-grid .summary #cart-loading {
                margin-left: -20px;
                padding: 0 10px;
                border-radius: 5px;
            }

            .cart .cart-grid .summary h1 {
                border-bottom: 1px solid #ccc;
            }

    .cart .summary-grid {
        margin: 0;
        display: grid;
        grid-template-columns: 3fr 1fr 1fr;
        grid-column-gap: 0;
        grid-row-gap: 5px;
    }
        .cart .summary-grid div:nth-child(3n+1) {
            grid-column: 1/4;
        }

        .cart .summary-grid div:nth-child(3n+2) {
            grid-column: 1/3;
        }

            .cart .summary-grid div:nth-child(3n+2) span {
                padding-right: 10px;
            }
        .cart .summary-grid div.full {
            grid-column: 1/4;
        }

        .cart .summary-grid div.border-top {
            border-top: 1px solid #ccc;
            padding-top: 3px;
        }

        .cart .summary-grid div.right {
            text-align: right;
            font-weight: 500;
        }
        .cart .summary-grid div.t {
            border-top: 1px solid #ccc;
            padding-top: 5px;
        }
        .cart .summary-grid div.t:first-of-type {
            border-top: none;
        }

        .cart .summary-grid div.qty span {
            float: left;
        }

    .cart #shipping-box {
        background-color: #fff;
        padding: 15px;
        border-radius: 5px;
    }

        .cart #shipping-box h1 {
            font-size: 22px;
            margin-top: 5px;
            margin-bottom: 15px;
        }

        .cart #shipping-box input {
            border: 1px solid #ccc;
        }

        .cart #shipping-box select {
            font-size: 18px;
        }

    .cart .shipping-button {
        margin: 0 auto;
        text-align: right;
        margin-top: 45px;
    }

    .cart .pink-button {
        border-radius: 5px;
    }

    .cart .cart-upsells {
        margin-top: 50px;
        padding-top: 15px;
        padding-bottom: 50px;
        background-color: #f1f1f1;
        padding: 15px;
        margin-bottom: 50px;
        border: 1px solid #ccc;
    }
        .cart .cart-upsells h1 {
            font-size: 22px;
            margin-bottom: 5px;
        }
        .cart .cart-upsells p {
            margin: 0;
            font-size: 14px;
            margin-bottom: 25px;
        }
    .cart .product-upsell {
        width: 100%;
        box-sizing: border-box;
        box-shadow: 0 2px 25px 0 #cbcbcc;
        padding: 20px;
        display: grid;
        grid-template-columns: 200px 1fr;
        grid-column-gap: 25px;
        background-color: #fff;
        border: 1px solid #ccc;
    }
            .cart .product-upsell img {
                max-width: 200px;
                border: 1px solid #ccc;
            }
            .cart .product-upsell h2 {
                color: #ff6260;
                margin-top: 5px;
            }
            .cart .product-upsell .desc {
                max-width: 500px;
                font-size: 14px;
                font-weight: 500;
                line-height: 18px;
                margin-bottom: 20px;
            }
            .cart .product-upsell .add-cart {
                max-width: 400px;
            }


    ul.unstyled {
        list-style-type: none;
    }

.store .product-detail-grid {
    margin: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
}

    .store .product-detail-grid .images .first {
        box-shadow: 0 2px 23px 0 #e4e6e9;
        border-radius: 6px;
        margin-bottom: 15px;
        transition: all .5s;
        border: 1px solid #fff;
        position: relative;
    }

        .store .product-detail-grid .images .first img {
            padding: 30px;
            width: 100%;
            box-sizing: border-box;
        }

    .store .product-detail-grid .images .thumb {
        width: 100px;
        height: 100px;
        background-position: center 71% !important;
        background-size: cover !important;
        float: left;
        margin-right: 10px;
        box-shadow: 0 2px 10px 0 #cacaca;
        transition: all .5s;
        border: 1px solid #ccc;
        cursor: pointer;
        transition: border .25s;
    }

        .store .product-detail-grid .images .thumb:hover {
            border: 1px solid #ff6260;
            transition: border .25s;
        }

        .store .product-detail-grid .images .thumb.active {
            border: 1px solid #ff6260;
            transition: border .25s;
        }

    .store .product-detail-grid .details h1 {
        font-size: 24px;
        font-weight: bold;
        color: #3c404b;
        border-bottom: 1px solid #3c404b;
    }

    .store .product-detail-grid .details h2 {
        font-size: 24px;
        font-weight: bold;
        color: #ff6260;
    }

    .store .product-detail-grid .details p {
        font-size: 16px;
        color: #3c404b;
        font-weight: 300;
        line-height: 1.63;
        margin-bottom: 20px;
    }
.store .low-stock {
    background-color: #d40004;
    color: #fff;
    padding: 3px 7px;
    border-radius: 4px;
}
.store .out-of-stock {
    background-color: #d40004;
    color: #fff;
    padding: 3px 7px;
    border-radius: 4px;
}
.store .exclusive-message {
    background-color: #f7f7f7;
    padding: 1px 15px;
    border-radius: 5px;
    border: 1px solid #3c404b;
    box-shadow: 0 2px 9px 0 #d0d0d0;
}
.store .exclusive-message h3 {
    font-size: 18px;
    margin: 20px 0 10px 0;
}

.store .add-cart.mobile {
    display: none;
}

.store .add-to-cart-grid {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-column-gap: 20px;
    margin-top: 30px;
    border-top: 1px solid #3c404b;
    padding-top: 10px;
}

    .store .add-to-cart-grid input {
        max-width: 100%;
        box-sizing: border-box;
        padding: 14px 10px;
    }

    .store .add-to-cart-grid .pink-button.inverse {
        max-width: 100%;
        box-sizing: border-box;
        border-radius: 0;
        margin: 0;
    }


.store .product-detail-grid .options {
    margin: 15px 0;
}

    .store .product-detail-grid .options label {
        font-weight: 600;
        font-size: 16px;
        color: #3c404b;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

.store .product-detail-grid .no-access-store h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #3c404b;
    border: none;
    font-family: 'Roboto';
}

.store ul.list {
    padding: 0;
}

    .store ul.list li {
        margin-bottom: 10px;
        background-color: #eee;
        padding: 15px 20px;
        border: 2px solid #ccc;
        border-radius: 0px;
        width: 100%;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 1fr 90px;
        grid-column-gap: 0;
    }

        .store ul.list li.active {
            border: 2px solid #ff6260;
            background-color: #e4e6e9;
            color: #000;
        }
.store .option-price {
    text-align: right;
    font-weight: 600;
    font-size: 16px;
}
.go-back {
    margin: 15px 0 0 0;
}

    .go-back a {
        text-decoration: underline;
    }
.store .checkout-addresses label {
    padding: 0;
    align-self: center;
}

.store .store-checkout h2 {
    border-bottom: 1px solid #ccc;
    font-family: 'Roboto';
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.store .store-checkout .checkout-addresses h2:first-child {
    margin-top: 0;
}

.store .store.store-checkout .pink-button.med {
    padding: 6px 12px;
    border: solid 1px #ff6260;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
}

.store .store-checkout .remove-item {
    cursor: pointer;
    color: #fff;
    background-color: #3c404b;
    padding: 4px 8px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    float: right;
    text-transform: uppercase;
}

.store .store-checkout button.remove-item {
    border: solid 2px #3c404b;
    max-height: 30px;
    align-self: center;
}

.store .store-checkout .terms {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 0 10px 0;
    background-color: #e4e6e9;
}

    .store .store-checkout .terms a {
        color: #ff6260 !important;
        border: none;
        background-color: transparent;
        padding: 0;
    }

.store .store-checkout .fields {
    background-color: #fff;
    padding: 15px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 20px;
    box-shadow: 0 2px 25px 0 #e4e6e9;
}

    .store .store-checkout .fields fieldset {
        border: none;
    }
    .store .store-checkout .fields .form-group span {
        color: #ff0000;
        font-weight:600;
    }

    .store .store-checkout .fields h1 {
        font-size: 22px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .store .store-checkout .fields input {
        border: 1px solid #ccc;
    }

    .store .store-checkout .fields select {
        font-size: 18px;
    }
    .store .store-checkout .fields label {
        padding: 0;
    }
    .store .store-checkout .fields .button-bar {
        margin-left: 13px;
    }
    .store .store-checkout .fields .validation-summary-errors {
        margin: 10px 13px 0 13px;
        width: auto;
        box-sizing: border-box;
    }
    .store .store-checkout .validation-summary-errors {
        grid-column: 1/3;
        margin-top: 10px;
    }
.store .store-checkout #checkout-loading {
    text-align: center;
    font-size: 20px;
    color: #ff6260;
    font-weight: 400;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    margin-left: -20px;
}
    .store .store-checkout #checkout-loading img {
        margin-top: 100px;
        width: 100px;
    }

.store .promo-code {
    margin-top: 25px;
    text-align: right;
}
    .store .promo-code .code-form {
        text-align: left;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 2px 25px 0 #cccccc;
        border: 1px solid #ccc
    }
        .store .promo-code .code-form .form-buttons {
            margin-top: 10px;
        }


.store .hero.join h1 {
    min-height: 160px;
}
.store .hero.join h1 {
    color: #3c404b;
    text-align: left;
}
.store .join.success-page.order {
    margin: 0 auto;
    width: 630px;
}
.orders-panel {
    max-width: 800px;
}
.orders-panel h2 {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
}
    .orders-panel .order-item {
        font-size: 16px;
        background-color: #fff;
        box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
        border: 1px solid #ccc;
        color: #3c404b;
        padding: 10px 15px;
        margin-bottom: 15px;
    }
    .orders-panel .order-header-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
        .orders-panel .order-header-grid div:nth-child(2) {
            justify-self: self-end;
        }
    .orders-panel .view-order-details {
        border: 2px solid #ff6260;
        color: #ff6260;
        border-radius: 3px;
        padding: 5px 15px;
        margin-top: 5px;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
        transition: all .25s;
    }
        .orders-panel .view-order-details:hover {
            border: 2px solid #ff6260;
            color: #fff;
            background-color: #ff6260;
            box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
            transition: all .25s;
        }
    .orders-panel .order-details {
        margin: 10px 0;
        background-color: #fafafa;
        padding: 10px 10px;
        border: 1px solid #ccc;
        box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
    }
    .orders-panel .order-item-grid {
        display: grid;
        grid-template-columns: 1fr 50px 100px 100px;
        line-height: 25px;
    }
        .orders-panel .order-item-grid .h {
            border-bottom: 1px solid #3c404b;
        }
        .orders-panel .order-item-grid .b {
            font-weight: 600;
        }
        .orders-panel .order-item-grid .r {
            text-align: right;
        }
        .orders-panel .order-item-grid .mt {
            margin-top: 5px;
        }
.orders-panel .order-information {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}
    .orders-panel .order-information h1 {
        font-size: 18px;
    }
.profile .order-title h1 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 20px;
}
.profile .order-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}
    .profile div.i {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        padding: 5px 10px;
        box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
        margin-bottom: 5px;
    }
.profile div.a {
    display: none;
}
.profile .info > div.i {
    font-size: 16px;
    padding: 10px 10px;
}
.profile .shipping > div.i {
    min-height: 178px;
    font-size: 14px;
}
.member-code-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    align-content: center;
}
    .member-code-grid div:nth-child(1) {
        align-self: start;
    }
    .member-code-grid div:nth-child(2) {
        background-color: #ff6260;
        color: #fff;
        font-size: 14px;
        padding: 5px 10px;
        font-weight: 500;
        border: 2px solid #000;
        margin: -20px -5px 0 0;
    }
.manage  .btn {
    width: 100%;
    margin-bottom: 10px;
}
.profile .account-links {
    margin-top: 25px;
}
.profile .profile-note {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 10px 15px;
    box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
    margin: 15px 0 0 -15px;
}
.manage .admin-fields {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px
}
.manage .admin-fields > div {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px 10px;
    box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
    margin-bottom: 5px;
}
.manage .order-title {
    display: none;
}
.manage div.i {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px 10px;
    box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
    margin-bottom: 5px;
}
.manage div.p {
    display: none;
}

.manage .info > div.i {
    font-size: 16px;
    padding: 10px 10px;
}

.manage .shipping > div.i {
    min-height: 178px;
    font-size: 14px;
}

.manage .order-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}
.manage  .member-code-grid div:nth-child(2) {
    display: none;
}
.manage .delete-membership-code {
    display: inline-block !important;
}
.manage .btn {
    border: solid 1px #ff6260;
    border-radius: 0px;
    padding: 7px 30px;
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .5s;
    text-align: center;
    letter-spacing: 0.6px;
    cursor: pointer;
    background-color: #ff6260;
    border-radius: 3px;
    max-width: 150px;
}

    .manage .btn.grey {
        border: solid 1px #3c404b;
        color: #fff !important;
        background-color: #3c404b;
    }

        .manage .btn.grey:hover {
            border: solid 1px #3c404b;
            background-color: #272930;
        }

    .manage .btn:hover {
        transition: all .5s;
        background-color: #dd5957;
    }

.manage .orders-panel {
    max-width: 100%;
}
.manage .orders-panel .order-item-grid .n span {
    display: inline-block;
}
.fan-cult .featured-products-slider {
    border-top: 2px solid #3c404b;
    padding: 70px 0;
}
.fan-cult .featured-products-slider h1 {
    margin-left: 20px;
}
    .fan-cult .featured-products-slider .store-buttons {
        width: 375px;
        margin: 75px auto;
        margin-bottom: 50px;
        text-align: center;
    }
    .fan-cult .featured-products-slider .featured-product-grid {
        box-shadow: 0 2px 15px 0 #e4e6e9;
        margin: 20px;
        padding: 20px;
        max-height: 445px;
        height: 445px;
        border: 1px solid #fff;
        transition: all .25s;
    }
        .fan-cult .featured-products-slider .featured-product-grid:hover {
            border: 1px solid #ff6260;
            transition: all .25s;
            box-shadow: 0 2px 15px 0 #d5d6d8;
        }
    .fan-cult .featured-products-slider .featured-product-grid div p {
        display: none;
    }
        .fan-cult .featured-products-slider .featured-product-grid h1 {
            font-size: 18px;
            margin-left: 0px;
        }
        .fan-cult .featured-products-slider .featured-product-grid h2 {
            margin: 10px 0;
        }

/* Mobile */
@media (max-width: 1199px) {

}
@media (max-width: 1155px) {

}
@media (max-width: 1024px) {
    .store .store-products-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .cart .cart-grid {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }
    .fan-cult .featured-products-slider .featured-product-grid {
        max-height: 400px;
        height: 400px;
    }
    .store .show-more-container .show-more.desktop {
        display: none;
    }

    .store .show-more-container .show-more.laptop {
        display: block;
    }

    .store .show-more-container .show-more.tablet {
        display: none;
    }

    .store .show-more-container .show-more.mobile {
        display: none;
    }
    .store .store-search-bar-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }

    .store .filters-grid {
        grid-template-columns: 1fr;
    }
    .store .search-section-grid input[type=text] {
        margin-left: 0px;
        width: calc(100% + 50px);
    }
    .store .search-section-grid {
        grid-template-columns: 0px 1fr 50px;
    }
}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
    .store .store-products-grid {
        grid-template-columns: 1fr 1fr;
    }
    .store .product-detail-grid {
        grid-column-gap: 25px;
        grid-template-columns: 40% 1fr;
    }
    .store select {
        width: 100%;
    }
    .store .add-cart.mobile {
        display: block;
    }
    .store .add-cart.desktop {
        display: none;
    }
    .cart .cart-grid {
        grid-template-columns: 1fr;
    }
        .cart .cart-grid .summary {
            margin-top: 10px;
        }
    .store .join.success-page.order {
        width: 100%;
    }
    .fan-cult .featured-products-slider .featured-product-grid {
        max-height: 450px;
        height: 450px;
    }
    .store .show-more-container .show-more.desktop {
        display: none;
    }

    .store .show-more-container .show-more.laptop {
        display: none;
    }

    .store .show-more-container .show-more.tablet {
        display: block;
    }

    .store .show-more-container .show-more.mobile {
        display: none;
    }
    .store .search-section-grid {
        grid-template-columns: 0px 1fr 50px;
    }
        .store .search-section-grid input[type=text] {
            margin-left: 0px;
            width: calc(100% + 50px);
        }
    .store .store-pink-bar {
        padding: 15px 0;
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .store .product-slider .featured-product-grid {
        width: 85%;
        grid-template-columns: 1fr;
    }
    .store .product-slider .owl-dots {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .store .product-slider {
        min-height: 450px;
        padding-top: 60px;
        padding-bottom: 15px;
    }
        .store .product-slider .featured-product-grid p {
            line-height: 1.3;
        }
    .store .store-products-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 25px;
    }

        .store .store-products-grid h1 {
            padding-top: 5px;
            font-size: 14px;
            border-top: 1px solid #ccc;
            width: calc(100% - 30px);
        }
        .store .store-products-grid h2 {
            font-size: 14px;
            line-height: 2.5;
        }
    .store .product-detail-grid {
        grid-template-columns: 1fr;
    }
    .store .product-detail-grid .details {
        padding-top: 25px;
    }
        .store .product-detail-grid .images .thumb {
            width: 75px;
            height: 75px;
        }
    .store .show-more-container .show-more.desktop {
        display: none;
    }

    .store .show-more-container .show-more.laptop {
        display: none;
    }

    .store .show-more-container .show-more.tablet {
        display: none;
    }

    .store .show-more-container .show-more.mobile {
        display: block;
    }
    .cart .cart-upsells h1 {
        font-size: 18px;
    }
    .cart .product-upsell img {
        max-width: 100%;
    }
    .cart .product-upsell {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 550px) {
    input[type=text] {
        /* Remove First */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* Then Style */
    }
    .cart {
        min-height: 400px;
    }
    .cart-box-container h2 {
        font-size: 14px;
        margin-top: -3px;
    }

    .cart-box-container .cart-item-title-grid {
        grid-template-columns: 70px 1fr;
        grid-column-gap: 10px;
        padding-top: 10px;
    }

    .cart-box-container .cart-item-detail-grid.margin {
        margin: 0;
    }

    .cart-box-container .remove-item {
        color: #000 !important;
        background-color: #e4e6e9;
    }

    .cart .summary-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .cart .shipping-form {
        margin: 0 -15px;
    }

    .cart #shipping-box h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .cart .cart-grid .summary {
        margin: 10px -15px;
    }

    .cart .cart-grid {
        margin: 15px 0;
    }

    .cart-box-container h1 {
        font-size: 18px;
        margin: 10px 0;
        font-family: 'Roboto';
        text-transform: uppercase;
    }

    .cart-box-container .cart-item-title-grid {
        margin-bottom: 20px;
    }

    .cart-button-bar.summary-section {
        margin: 0 -15px;
    }

    .cart .cart-grid .summary {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }
        .cart .cart-grid .summary h1 {
            font-size: 20px;
            text-transform: uppercase;
        }

    .store .store-checkout h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .store .checkout-addresses {
        margin-bottom: 25px;
    }

    .checkout-box-container label {
        margin-left: 18px;
        text-indent: -26px;
    }

    .checkout-box-container .form-group label {
        margin-left: 0;
        text-indent: 0;
    }
    .checkout-box-container {
        margin-bottom: 15px;
    }

    .store ul.list li {
        padding: 10px 10px;
    }

    .store .store-checkout .fields h1 {
        font-size: 18px;
        margin-top: -10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .fan-cult .featured-products-slider .store-buttons {
        width: 100%;
        text-align: center;
    }

        .fan-cult .featured-products-slider .store-buttons .pink-button {
            font-size: 12px;
        }

    .store .filters-grid .sort-filters .show-exclusives {
        float: right;
        padding: 2px 0 10px 0;
        font-size: 12px;
    }

    .store .filters-grid .sort-filters .label {
        font-size: 12px;
    }

    .store .filters-grid .sort-filters select {
        font-size: 12px;
    }

    .store .filters-grid .sort-filters .select-container:after {
        top: .5em;
    }

    .store .head {
        padding-bottom: 5px;
        margin: -10px -10px 0 -10px;
        padding: 0 10px 5px 10px;
    } 

    .store .head.desktop {
        display: none;
    }

        .store .head.mobile {
            display: block;
            background-color: #f0f0f2;
            margin: 0px -10px 0 -10px;
            padding: 0 20px 5px 20px;
        }

    .store .sort-by {
        display: none;
    }

    .store .categories-mobile {
        display: block;
        float: left;
        font-size: 14px;
    }

        .store .categories-mobile label {
            font-weight: 500;
            text-transform: uppercase;
        }

        .store .categories-mobile span {
            color: #ff6260;
            cursor: pointer;
        }
    .store .products-results .headline {
        display: grid;
        grid-template-columns: 1fr 70px;
    }

    .store .products-results .headline h3 {
        font-size: 14px;
    }

    .store .products-results .headline .clear {
        margin: 14px 0 0 10px;
        align-self: center;
        text-align: center;
    }

    .store-search-bar-grid .categories .desktop-categories {
        display: none;
    }

    .store .search-section-grid {
        grid-template-columns: 0px 1fr 50px;
        margin-top: -10px;
    }

    .store input {
        font-size: 14px;
    }

    .store .search-section-grid input[type=text] {
        margin-left: 0px;
        width: calc(100% + 50px);
    }

    .store .search-section-grid .pink-button {
        margin-right: 0px;
        padding: 0px 6px;
        margin-top: 6px; /* don't adjust this looks good on iOS */
        font-size: 12px;
        height: 28px;
        width: 46px;
    }

    .store .filters-grid .sort-filters {
        border-top: 1px solid #ccc;
        margin: 0 -10px 0 -10px;
        padding: 10px 10px 5px 10px;
        border-bottom: 1px solid #ccc;
        display: grid;
        grid-template-columns: 1fr 138px;
    }

    .store .store-products-grid {
        padding: 10px 0 75px 0;
    }

    .store .filters-grid {
        box-shadow: 0 2px 25px 0 #e4e6e9;
        padding: 0 10px;
        margin: 0 -20px;
    }

    .store .store-grey-bar {
        margin: 0;
    }

    .store .products-results #loading {
        margin-top: 1px;
        margin-left: -20px;
    }

    .store .mobile-category-list {
        display: block;
        position: absolute;
        z-index: 900;
        width: 100%;
        background-color: #fff;
        padding: 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: -1px 0px 0px 0px;
    }

        .store .mobile-category-list ul {
            padding: 0;
        }

            .store .mobile-category-list ul li {
                list-style: none;
                border-bottom: 1px solid #ececec;
                margin: 0;
                padding: 14px 10px;
                color: #ff6260;
                font-weight: 500;
                text-transform: uppercase;
            }

                .store .mobile-category-list ul li:last-child {
                    border: none;
                }

        .store .mobile-category-list i {
            border-width: 0 2px 2px 0;
            padding: 2px;
            margin: 0px 0px 2px 5px;
            border-color: #ff6260;
        }

    .store .mobile-cat-sub-menu {
        margin: -32px -10px -14px -10px;
        padding-top: 37px !important;
        padding-bottom: 5px !important;
        background-color: #f5f5f5;
    }

        .store .mobile-cat-sub-menu li {
            padding-left: 25px !important;
            margin-right: -10px !important;
            border: none;
        }

    .store .product-detail-grid .details {
        padding-top: 15px;
    }

        .store .product-detail-grid .details h1 {
            font-size: 20px;
            font-weight: 600;
            color: #3c404b;
        }

        .store .product-detail-grid .details h2 {
            font-size: 18px;
            font-weight: 600;
            margin: 5px 0 10px 0;
        }

        .store .product-detail-grid .details p {
            line-height: 1.4;
        }

    .store .product-detail-grid {
        margin: 20px 0;
    }
    img.cart-icon {
        width: 25px;
    }
    .profile .command-buttons {
        margin: 0 -10px;
    }
    .profile .profile-box {
        margin: 0 -15px;
    }
        .profile .profile-box .pink-button {
            padding: 10px 20px;
        }
    .orders-panel h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .profile .profile-grid h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .profile .order-list {
        margin: 0 -10px;
    }
    .profile .address-panel .button-bar .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .orders-panel .order-item {
        font-size: 12px;
        padding: 10px 7px 3px 7px;
    }
    .orders-panel .view-order-details {
        margin-top: 0px;
        font-size: 12px;
        margin-bottom: 7px;
    }
    .orders-panel .order-details {
        margin: 10px -5px 0 -5px;
    }
    .orders-panel .order-item-grid .n {
        font-weight: 500;
        text-transform: uppercase;
        border-bottom: 1px solid #ccc;
    }
    .orders-panel .order-item-grid {
        font-weight: 600;
    }
    .orders-panel strong {
        text-transform: uppercase;
    }
    .store .store-pink-bar {
        padding: 10px 0;
        font-size: 12px;
    }
    .profile .order-detail-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 320px) {
    .fan-cult .featured-products-slider .featured-product-grid {
        max-height: 340px;
        height: 340px;
    }
    .fan-cult .featured-products-slider .store-buttons .pink-button {
        font-size: 12px;
        padding: 15px;
    }
}

