.share-dialog .social-buttons .btn:focus, .top-banner .logo-bar .logo-bar-left .menu-toggle:focus, a, a:active, a:hover {
    outline: 0;
}

hr, input[type=search] {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.item-list td, .level-2 .banner img, td {
    vertical-align: top;
}

#compare-table, table {
    border-collapse: collapse;
}

.folder-content-list li, footer ul, ol, ul {
    list-style-type: none;
}

input[type=date], select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.account-options, .pdp-main .product-set .product-set-header, .product-grid .search-result-items, .row, .wishlist-search {
    -webkit-box-orient: horizontal;
}

.bonus-product-list .bonus-product-item:after, .bonus-product-list .bonus-product-list-footer:after, .cart-actions:after, .cart-empty .product-listing:after, .cart-empty:after, .cart-footer:after, .cart-recommendations .product-listing:after, .category-switch:after, .clearfix:after, .compare-items-panel:after, .form-row:after, .gift-registry-advanced:after, .level-1 > li:after, .level-2 > ul:after, .list-share:after, .menu-category:after, .pdp-main .product-actions:after, .pdp-main .product-review:after, .pdp-main:after, .product-suggestion:after, .product-thumbnails ul:after, .product-tile:after, .search-suggestion-wrapper:after, .store-list-pdp-container .store-list-item:after, nav[role=navigation]:after {
    content: "";
    display: table;
    clear: both;
}

.day label, .month label, .visually-hidden, .year label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.menu {
    float: left;
    margin: 0;
    padding: 0;
}

    .menu li {
        float: left;
        list-style: none!important;
    }
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@keyframes bounceshadow {
    0%,100%,20%,50%,80% {
        width: 40px;
    }

    40% {
        width: 20px;
    }

    60% {
        width: 30px;
    }
}

@-webkit-keyframes bounceshadow {
    0%,100%,20%,50%,80% {
        width: 40px;
    }

    40% {
        width: 20px;
    }

    60% {
        width: 30px;
    }
}

.bounceshadow {
    -webkit-animation-name: bounceshadow;
    animation-name: bounceshadow;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    50%,from,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    50%,from,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
}

@keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }
}

@keyframes rubberBand {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }
}

@keyframes tada {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from,to {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }
}

@keyframes wobble {
    from,to {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(.39062deg) skewY(.39062deg);
        transform: skewX(.39062deg) skewY(.39062deg);
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg);
    }
}

@keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(.39062deg) skewY(.39062deg);
        transform: skewX(.39062deg) skewY(.39062deg);
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.flipInY, .flipOutX {
    -webkit-backface-visibility: visible!important;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@keyframes loader-spin{
	to{transform:rotate(360deg);
	}
}
	
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

a {
    background: 0 0;
    overflow: hidden;
    text-decoration: none;
}

hr {
    -moz-box-sizing: content-box;
}

input[type=search] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

body {
    background: #333;
}

table {
    width: 100%;
    border-spacing: 0;
}

th {
    text-align: left;
}

.button, .buttonstyle, button, input[type=button] {
    background-color: #84bd00;
    border-color: #608a00;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 400;
    padding: .5em 2em;
    text-align: center;
    transition: all .3s ease;
}

    .button-fancy-large, .button.large, .buttonstyle.large, button.large, input[type=button].large {
        font-size: 1.35em;
        text-transform: uppercase;
    }

    .button:hover, .buttonstyle:hover, button:hover, input[type=button]:hover {
        background-color: #fff;
        border-color: #84bd00;
        color: #84bd00;
    }

    .button.raised, .buttonstyle.raised, button.raised, input[type=button].raised {
        border-width: 0;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    }

        .button.raised:hover, .buttonstyle.raised:hover, button.raised:hover, input[type=button].raised:hover {
            background-color: #608a00;
            color: #fff;
        }

    .button.simple, .buttonstyle.simple, .store-tile.selected .select-store-button, button.simple, input[type=button].simple {
        background-color: #fff;
        color: #608a00;
    }

    .button.disabled, .button[disabled], .buttonstyle.disabled, .buttonstyle[disabled], button.disabled, button[disabled], input[type=button].disabled, input[type=button][disabled] {
        background-color: #ccc;
        border-color: #ccc;
        color: #666;
        opacity: .5;
    }

    .button a, .buttonstyle a, button a, input[type=button] a {
        color: #fff;
    }

        .button a:hover, .button-text, .buttonstyle a:hover, button a:hover, input[type=button] a:hover {
            color: #84bd00;
        }

    .button i.left, .buttonstyle i.left, button i.left, input[type=button] i.left {
        margin-right: .6em;
    }

    .button i.right, .buttonstyle i.right, button i.right, input[type=button] i.right {
        margin-left: .6em;
    }

.button-text {
    background-color: transparent;
    border-width: 0;
    padding: 0;
}

    .button-text:hover {
        background-color: transparent;
        text-decoration: underline;
    }

.button-full-width {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}

#wrapper {
    background-color: #fff;
    border: 0;
    left: 0;
    margin: auto;
}
.storelocator h2 {
    text-align: center;
    font-family: "Libre Baskerville", serif;
    font-size: 28px;
    letter-spacing: .025em;
    margin: 37px auto 30px;
}

@media screen and (min-width:768px) {
    #wrapper {
        width: 760px;
    }
}

@media screen and (min-width:960px) {
    #wrapper {
        width: 960px;
    }
}

#wrapper.pt_categorylanding, #wrapper.pt_order-confirmation, #wrapper.pt_storefront {
    width: 100%;
}

    #wrapper.pt_categorylanding .primary-content {
        padding-bottom: 0;
    }

@media screen and (min-width:768px) {
    #wrapper.pt_categorylanding .primary-content {
        width: 80%;
    }
}

#wrapper.pt_categorylanding .refinements {
    border-right: 0;
    display: none;
    width: 0;
}

#wrapper.pt_product-details .primary-content {
    padding-top: 1rem;
}

#wrapper.menu-active {
    left: 50%;
}

@media screen and (min-width:768px) {
    #wrapper.pt_categorylanding .refinements {
        display: block;
        width: 20%;
    }

    #wrapper.menu-active {
        left: auto;
    }
}

.primary-content {
    width: 100%;
}

@media screen and (min-width:768px) {
    .primary-content {
        border-left: 1px solid #e0e0e0;
        float: right;
        margin-left: -1px;
        padding: 0 0 20px;
        position: relative;
        width: 787px;
    }

    .primary-focus .primary-content {
        border: none;
        float: left;
        margin: 0;
        width: 76%;
    }

    .full-width .primary-content {
        border: none;
        width: 100%;
    }
}

#secondary {
    border: 0;
    float: none;
    font-size: 1.1em;
    width: 100%;
}

@media screen and (min-width:768px) {
    #secondary {
        background: url(../images/interface/icon-double-line-header.png) left top repeat-x;
        border-right: 1px solid #e0e0e0;
        float: left;
        width: 172px;
        position: relative;
    }

        #secondary nav {
            padding-left: 10px;
            padding-right: 10px;
        }

            #secondary nav a {
                display: block;
            }

    .primary-focus #secondary {
        background: 0 0;
        border: none;
        box-sizing: border-box;
        float: left;
        padding-left: .4rem;
        width: 24%;
    }
}

.pt_content-search-result #secondary, .pt_order #secondary {
    display: none;
}

@media screen and (min-width:768px) {
    .pt_content-search-result #secondary, .pt_order #secondary {
        display: block;
    }

    .ui-tabs .ui-tabs-panel h3 {
        display: none;
    }
}

#vertical-carousel .jcarousel-nav.inactive, #vertical-carousel ul li .capture-product-id, .js .simple-submit, .no-close .ui-dialog-titlebar-close {
    display: none;
}

.secondary-content {
    clear: both;
}

.ui-widget-overlay {
    background: url(../images/interface/ui-overlay-shadow.png) 50% 50% #333;
    opacity: .4;
}

.ui-dialog {
    background-color: #fff;
    padding: 0;
}

    .ui-dialog .ui-widget-header {
        background-color: #efefef;
        border: 0;
        border-radius: 0;
        height: 23px;
        text-transform: uppercase;
    }

    .ui-dialog .ui-dialog-title {
        color: #333;
        font-weight: 700;
    }

    .ui-dialog .ui-icon-closethick {
        height: 32px;
        width: 32px;
        left: 0;
        top: 0;
        margin-left: 0;
        margin-top: 0;
    }

#homepage-slides .slide1 .banner-message, #homepage-slides .slide2 .banner-message, #homepage-slides .slide3 .banner-message {
    left: 3%;
}

.ui-dialog .ui-dialog-titlebar-close {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    height: 32px;
    margin: 0;
    padding: 0;
    right: 0;
    width: 32px;
}

    .ui-dialog .ui-dialog-titlebar-close:hover {
        opacity: 1;
    }

    .ui-dialog .ui-dialog-titlebar-close span {
        margin: 0;
        padding: 0;
    }

.ui-accordion .ui-accordion-content {
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    height: 2.45em;
    padding: 0;
}

    .ui-tabs .ui-tabs-nav li {
        border-color: #fff;
        border-style: solid;
        border-width: 0 0 3px;
    }

        .ui-tabs .ui-tabs-nav li.ui-state-active {
            border-bottom-color: #84bd00;
        }

            .ui-tabs .ui-tabs-nav li.ui-state-active a {
                color: #000;
                font-weight: 700;
            }

        .ui-tabs .ui-tabs-nav li a {
            color: #999;
        }

.ui-tabs .ui-tabs-panel {
    background-color: #fff;
    border: 1px solid #fff;
    line-height: 1.5em;
    margin: 0;
    padding: 20px 10px;
}

#vertical-carousel {
    height: 19rem;
    position: relative;
    overflow: hidden;
}

    #vertical-carousel ul {
        height: 10000em;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        #vertical-carousel ul li {
            float: left;
            height: 19rem;
            width: 100%;
        }

    #vertical-carousel .jcarousel-nav {
        color: #999;
        cursor: pointer;
        font-size: .9em;
        font-weight: 700;
        position: absolute;
        right: 0;
        text-transform: uppercase;
    }

.dialog-required, .tooltip, legend, legend span {
    position: relative;
}

#vertical-carousel .jcarousel-nav:hover {
    color: #84bd00;
}

#vertical-carousel .jcarousel-prev {
    bottom: 30px;
}

#vertical-carousel .jcarousel-next {
    bottom: 0;
}

legend {
    background: url(../images/interface/icon-double-line-header.png) left top repeat-x #efefef;
    font-size: 1.1em;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    width: 96%;
}

.ie7 legend {
    width: 94%;
}

legend span {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    padding: 0 .5em;
}

    legend span em {
        color: #333;
    }

label {
    display: block;
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: .3rem;
}

.form-horizontal label {
    float: left;
    margin-top: .5rem;
    margin-bottom: 0;
    width: 100%;
}

@media screen and (min-width:768px) {
    .form-horizontal label {
        text-align: right;
        width: 25%;
    }
}

.label-inline label {
    display: inline;
    float: none;
    font-size: 1em;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
    width: auto;
}

.label-above label {
    margin-bottom: .3rem;
    width: auto;
}

.form-label-text {
    float: left;
    font-size: 1.1em;
    font-weight: 700;
    padding: .75em 0 0;
    text-align: right;
    width: 25%;
}

.form-row-button {
    clear: left;
}

input[type=password], input[type=date] textarea, input[type=number], input[type=text] {
    border: 1px solid #aaa;
    box-sizing: border-box;
    height: 2rem;
    padding: .7em .5em;
    text-indent: 0;
    width: 100%;
}

select {
    background-color: #fff;
    width: 100%;
    height: 2rem;
}

.error, .error-message {
    background-color: #faeded;
}

input[type=checkbox], input[type=radio] {
    margin: 1em 1% 1em 2%;
}

.label-inline input[type=checkbox], .label-inline input[type=radio] {
    margin: 0 .3rem 0 0;
}

.form-caption {
    clear: left;
    width: auto;
}

.form-indent .form-caption, .label-above .form-caption {
    margin-left: 0;
}

@media screen and (min-width:768px) {
    .form-indent {
        margin-left: 27%;
    }
}

.error-message {
    border: 2px solid #900;
    padding: .7em .5em;
    text-indent: 0;
    width: 49.5966%;
}

.error {
    border-color: #900;
    color: #900;
}

div.error, span.error {
    background: 0 0;
}

.error-form {
    background-color: #cebdb3;
}

.warning-form {
    background-color: #ccc;
    border: 1px solid #424242;
    border-radius: .5em;
    color: #424242;
    margin: .5em 0;
    padding: .8em;
}

.form-inline form {
    padding: 0 0 2em;
    width: 98%;
}

.form-inline label {
    padding: 0 0 .75em;
    text-transform: uppercase;
    width: auto;
}

.form-inline input[type=text], .form-inline select {
    margin-left: 0;
    width: 95%;
}

.form-inline button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.row-inline {
    display: inline;
}

    .row-inline label {
        width: auto;
    }

.dialog-required {
    display: inline;
    padding: 0 .5em;
}

.item-list tr.headings, .menu-slot, .tooltip-content {
    display: none;
}

.dialog-required em {
    color: #900;
    font-size: .65rem;
    font-style: normal;
    text-transform: uppercase;
}

.required-indicator {
    color: #900;
    font-size: 1rem;
    padding: 0;
}

.form-field-tooltip {
    float: left;
    margin-left: 3%;
    padding-top: .75em;
    width: 47%;
}

.item-list {
    margin-bottom: 1em;
}

    .item-list tr {
        border-bottom: 1px solid #e0e0e0;
    }

        .item-list tr.last {
            border: 0;
        }

    .item-list td {
        padding: 1em;
    }

.item-details .product-list-item .promo {
    color: #900;
}

.item-details .product-list-item .price-standard {
    color: #999;
    text-decoration: line-through;
}

.item-availability ul, .item-quantity-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-dashboard {
    color: #aaa;
    width: 16rem;
}

    .item-dashboard label {
        font-weight: 400;
        width: auto;
    }

    .item-dashboard .field-wrapper {
        width: auto;
    }

    .item-dashboard .option-quantity-desired input {
        width: 3rem;
    }

    .item-dashboard .form-row {
        margin: 0;
    }

    .item-dashboard .value, .item-dashboard input, .item-dashboard select .option-toggle-public label {
        color: #333;
    }

    .item-dashboard .input-checkbox {
        margin: 0 5px;
    }

    .item-dashboard .option-add-to-cart {
        margin-top: .5rem;
        width: 18rem;
        width: max-content;
    }

        .item-dashboard .option-add-to-cart label {
            color: #333;
            float: left;
            font-weight: 700;
            margin: .5rem .5rem 0 0;
            text-transform: uppercase;
            width: auto;
        }

        .item-dashboard .option-add-to-cart input {
            width: 3rem;
            margin-right: 1em;
        }

        .item-dashboard .option-add-to-cart button {
            padding: .5em 1.5em;
        }

    .item-dashboard .option-quantity-purchased span.exceeded {
        color: #900;
    }

.tooltip {
    cursor: help;
}

    .tooltip.product-tile {
        cursor: pointer;
    }

.ui-tooltip.ui-widget-content {
    background: #333;
    border-radius: 3px;
    box-shadow: 2px 3px 3px 0 #999;
    color: #fff;
    border: 0;
    padding: 5px 10px;
}

    .ui-tooltip.ui-widget-content:first-letter {
        text-transform: uppercase;
    }

.ui-tooltip-content {
    padding: 0;
}

    .ui-tooltip-content .recommendation-tooltip-header {
        font-size: 1.2em;
        font-weight: 700;
        padding: .5em;
    }

        .ui-tooltip-content .recommendation-tooltip-header .product-price {
            font-weight: 400;
        }

            .ui-tooltip-content .recommendation-tooltip-header .product-price .price-standard {
                color: #999;
                text-decoration: line-through;
            }

    .ui-tooltip-content .recommendation-tooltip-attributes, .ui-tooltip-content .recommendation-tooltip-description {
        padding: .8em;
    }

    .ui-tooltip-content .promo, .ui-tooltip-content .shipping-method-cost, .ui-tooltip-content .surcharge-product {
        text-align: right;
        padding-bottom: .3rem;
    }

    .ui-tooltip-content .shippingtotal {
        clear: right;
        text-align: right;
        margin-top: .3rem;
    }

        .ui-tooltip-content .shippingtotal .value {
            border-top: 1px solid #424242;
            padding-top: .3rem;
        }

.content-slot img {
    height: auto;
    max-width: 100%;
}

.slot-grid-header p {
    margin: 0;
    padding: 0;
}

.product-listing-1x4 {
    background: #fff;
    overflow: hidden;
    padding: .83em 0;
}

    .product-listing-1x4 .search-result-items .grid-tile {
        margin: 0 1% 0 2%;
        width: 18%;
    }

.account-nav-asset {
    background: url(../images/interface/icon-double-line-header.png) left top repeat-x;
    line-height: 1.5em;
    margin: 3.33em .83em;
    padding: .83em 0;
}

    .account-nav-asset h2 {
        font-style: italic;
        font-weight: 400;
        margin: 1.16em 0 1.66em;
    }

.browser-compatibility-alert {
    background-color: #900;
    color: #fff;
    font-size: 1.3em;
    line-height: 2em;
    padding: .8em;
    top: 112px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.folder-slot {
    border-style: solid;
    border-color: #019328;
    border-width: 1px;
    background-color: #fff;
    padding: .5em;
}

    .folder-slot h2 {
        color: #019328;
        margin: .5em 0;
    }

.menu-slot {
    border-top: 1px solid #faeded;
    margin-top: .5em;
    padding-top: 1.5em;
}

    .menu-slot .social-links {
        padding-left: 0;
    }

        .menu-slot .social-links li {
            display: inline-block;
            padding-left: 0;
        }

@media screen and (min-width:768px) {
    .menu-slot {
        width: 13.5rem;
        display: block;
    }
}

#homepage-slides {
    margin: 0;
    position: relative;
    width: 20000em;
}

    #homepage-slides .slide {
        float: left;
        overflow: hidden;
        position: relative;
    }

        #homepage-slides .slide img {
            height: auto;
            max-width: 160%;
        }

        #homepage-slides .slide .banner-message {
            position: absolute;
            top: 10%;
        }

            #homepage-slides .slide .banner-message .banner-text1 {
                font-family: Lato,sans-serif;
                font-size: 2rem;
                font-weight: 300;
                text-transform: uppercase;
            }

@media screen and (min-width:768px) {
    #homepage-slides .slide img {
        max-width: 100%;
    }

    #homepage-slides .slide .banner-message {
        top: 2%;
    }

        #homepage-slides .slide .banner-message .banner-text1 {
            font-size: 5rem;
            font-weight: 200;
        }
}

#homepage-slides .slide .banner-message .banner-text2 {
    font-family: Crete Round,serif;
    font-size: 1.5rem;
    font-style: italic;
    text-transform: lowercase;
}

#home-bottom-left h2, #home-bottom-left ul li {
    font-family: Lato,sans-serif;
    text-transform: uppercase;
}

@media screen and (min-width:768px) {
    #homepage-slides .slide .banner-message .banner-text2 {
        font-size: 4rem;
    }
}

#homepage-slides .slide .banner-message .banner-text3 {
    font-family: Lato,sans-serif;
    font-size: .5rem;
    font-weight: 400;
    text-transform: uppercase;
}

#homepage-slides .slide1 .banner-message .banner-text1 {
    color: #00629b;
    display: inline;
}

#homepage-slides .slide1 .banner-message .banner-text2 {
    color: #fff;
    display: inline;
}

#homepage-slides .slide1 .banner-message .banner-text3 {
    color: #fff;
    text-align: right;
}

#homepage-slides .slide2 .banner-message .banner-text1 {
    color: #84bd00;
    display: inline;
    letter-spacing: -.1rem;
}

#homepage-slides .slide2 .banner-message .banner-text2 {
    color: #aaa;
    display: inline;
}

#homepage-slides .slide2 .banner-message .banner-text3 {
    color: #000;
}

#homepage-slides .slide3 .banner-message .banner-text1 {
    color: #84bd00;
    display: inline;
    margin-top: -2rem;
}

#homepage-slides .slide3 .banner-message .banner-text2 {
    color: #fff;
    display: inline;
}

#homepage-slides .slide3 .banner-message .banner-text3 {
    color: #000;
}

#homepage-slides .slide4 .banner-message {
    right: 3%;
}

    #homepage-slides .slide4 .banner-message .banner-text1 {
        color: #84bd00;
        margin-top: 0;
        text-indent: 3rem;
    }

@media screen and (min-width:768px) {
    #homepage-slides .slide .banner-message .banner-text3 {
        font-size: 1.3rem;
        font-weight: 200;
    }

    #homepage-slides .slide4 .banner-message .banner-text1 {
        margin-top: -1rem;
    }
}

#home-bottom-center, #home-bottom-left {
    margin: auto;
    position: relative;
    width: 100%;
    max-width: 320px;
}

#homepage-slides .slide4 .banner-message .banner-text2, #homepage-slides .slide4 .banner-message .banner-text3 {
    color: #fff;
}

#homepage-slides .slide5 .banner-message {
    left: 15%;
}

    #homepage-slides .slide5 .banner-message .banner-text1 {
        color: #00629b;
        display: inline;
    }

    #homepage-slides .slide5 .banner-message .banner-text2 {
        color: #900;
        display: inline;
    }

    #homepage-slides .slide5 .banner-message .banner-text3 {
        color: #fff;
    }

#home-bottom-left {
    text-align: center;
}

    #home-bottom-left h2 {
        color: #000;
        font-size: 2rem;
        font-weight: 100;
        margin: 0;
        padding: 1rem 0;
    }

@media screen and (min-width:768px) {
    #home-bottom-left h2 {
        font-size: 2.3rem;
    }
}

#home-bottom-left ul {
    margin: -.5em 0 .5em;
}

    #home-bottom-left ul li {
        border-right: 1px solid #666;
        color: #666;
        display: inline;
        font-size: .8rem;
        font-weight: 400;
        list-style: none;
        margin: 0 5px 0 0;
        padding: 0 5px 0 0;
    }

#home-bottom-center img, #home-bottom-left img, .home-bottom-right .home-bottom-right-header img {
    display: block;
}

#home-bottom-left ul li:last-child {
    border: 0;
}

#home-bottom-left ul li span {
    margin: 0 10px 0 0;
}

#home-bottom-center .home-bottom-center-text {
    position: absolute;
    text-align: center;
    top: 18%;
    width: 100%;
}

    #home-bottom-center .home-bottom-center-text h1 {
        color: #00629b;
        font-family: Crete Round,serif;
        font-size: 4rem;
        font-style: italic;
        font-weight: 400;
        margin: 0;
        padding: 0;
        text-transform: lowercase;
    }

    #home-bottom-center .home-bottom-center-text h2 {
        color: #666;
        font-family: Lato,sans-serif;
        font-size: 1.3rem;
        font-weight: 100;
        letter-spacing: .2em;
        margin-top: -.05rem;
        text-transform: uppercase;
    }

    #home-bottom-center .home-bottom-center-text h3 {
        color: #666;
        font-family: Crete Round,serif;
        font-size: .8rem;
        font-weight: 400;
        margin-top: -1rem;
        text-transform: uppercase;
    }

.home-bottom-right {
    font-family: Lato,sans-serif;
    width: 100%;
    margin: auto;
    max-width: 320px;
    position: relative;
    text-align: center;
}

    .home-bottom-right .home-bottom-right-header h2 {
        color: #666;
        font-size: .7rem;
        font-weight: 400;
        padding: .5em 0 0;
        margin: 0;
    }

@media screen and (min-width:768px) {
    .home-bottom-right .home-bottom-right-header h2 {
        font-size: 2.3rem;
        font-weight: 200;
    }
}

.home-bottom-right .home-bottom-right-header h3 {
    color: #64772d;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 200;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

@media screen and (min-width:768px) {
    .home-bottom-right .home-bottom-right-header h3 {
        font-size: 2.3rem;
    }
}

.home-bottom-right .product-tile {
    border: 0;
    margin: 1em auto 0;
    min-height: 255px;
    width: 90%;
}

    .home-bottom-right .product-tile img {
        box-shadow: 0 0 5px 3px #ccc;
        max-width: 90%;
    }

    .home-bottom-right .product-tile .product-name {
        height: auto;
    }

    .home-bottom-right .product-tile .product-sales-price {
        color: #000;
    }

.cart-recommendations .product-listing {
    background-color: #efefef;
}

.level-1 > li, .menu-toggle, .menu-toggle:hover {
    background-color: transparent;
}

.cart-recommendations .tiles-container, .category-slot .tiles-container, .product-slot .tiles-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

    .cart-recommendations .tiles-container .grid-tile, .category-slot .tiles-container .grid-tile, .product-slot .tiles-container .grid-tile {
        box-shadow: none;
        margin: 1rem;
        padding: 1rem;
        width: 25%;
    }

.cart-recommendations h1, .category-slot h1, .product-slot h1 {
    color: #fff;
    font-family: Lato,sans-serif;
    font-size: 3rem;
    font-weight: 300;
    position: absolute;
    text-align: right;
    bottom: 2%;
    left: 2%;
}

.cart-recommendations h2, .category-slot h2, .product-slot h2 {
    color: #008578;
    font-family: Crete Round,serif;
    font-size: 1.5rem;
    font-style: italic;
    margin: 0;
    padding: .1rem .5rem;
}

.cart-recommendations .catlanding-banner, .category-slot .catlanding-banner, .product-slot .catlanding-banner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .cart-recommendations .catlanding-banner img, .category-slot .catlanding-banner img, .product-slot .catlanding-banner img {
        height: auto;
        width: 100%;
    }

.cart-recommendations .category-tile, .category-slot .category-tile, .product-slot .category-tile {
    float: left;
    overflow: hidden;
    padding: 0 .15%;
    position: relative;
    width: 100%;
}

@media screen and (min-width:768px) {
    .cart-recommendations h1, .category-slot h1, .product-slot h1 {
        font-weight: 100;
    }

    .cart-recommendations .category-tile, .category-slot .category-tile, .product-slot .category-tile {
        width: 33%;
    }
}

.cart-recommendations .category-tile img, .category-slot .category-tile img, .product-slot .category-tile img {
    height: auto;
    width: 100%;
}

.cart-recommendations .cat-banner, .category-slot .cat-banner, .product-slot .cat-banner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .cart-recommendations .cat-banner img, .category-slot .cat-banner img, .product-slot .cat-banner img {
        height: auto;
        width: 100%;
    }

    .cart-recommendations .cat-banner h1, .category-slot .cat-banner h1, .product-slot .cat-banner h1 {
        color: #333;
        right: 2%;
    }

.cart-recommendations .search-result-items .grid-tile, .category-slot .search-result-items .grid-tile, .product-slot .search-result-items .grid-tile {
    box-shadow: none;
    margin: 0;
    padding: 0 .15%;
    width: 100%;
}

@media screen and (min-width:768px) {
    .cart-recommendations .search-result-items .grid-tile, .category-slot .search-result-items .grid-tile, .product-slot .search-result-items .grid-tile {
        width: 33%;
    }
}

.cart-recommendations .search-result-items .grid-tile .product-tile, .category-slot .search-result-items .grid-tile .product-tile, .product-slot .search-result-items .grid-tile .product-tile {
    margin: 0 .15%;
    padding: 1rem 0;
    width: 100%;
}

    .cart-recommendations .search-result-items .grid-tile .product-tile .product-name, .category-slot .search-result-items .grid-tile .product-tile .product-name, .product-slot .search-result-items .grid-tile .product-tile .product-name {
        font-family: Lato,sans-serif;
        font-size: 1.2rem;
        font-weight: 100;
        height: auto;
        margin-top: .5em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .cart-recommendations .search-result-items .grid-tile .product-tile .product-name a, .category-slot .search-result-items .grid-tile .product-tile .product-name a, .product-slot .search-result-items .grid-tile .product-tile .product-name a {
            color: #00629b;
        }

    .cart-recommendations .search-result-items .grid-tile .product-tile .product-pricing, .category-slot .search-result-items .grid-tile .product-tile .product-pricing, .product-slot .search-result-items .grid-tile .product-tile .product-pricing {
        font-family: Lato,sans-serif;
        font-size: 1rem;
    }

nav[role=navigation] {
    color: #fff;
    left: -50%;
    margin-top: 0;
    position: absolute;
    width: 50%;
    top: 0;
}

.menu-toggle {
    border: none;
    color: #333;
    display: block;
    float: left;
    margin-left: .2em;
    padding: .5em;
}

@media screen and (min-width:768px) {
    nav[role=navigation] {
        color: #333;
        left: auto;
        margin-top: -4em;
        position: static;
        width: 100%;
    }

    .menu-toggle {
        display: none;
    }
}

.menu-toggle .menu-icon {
    font-size: 2em;
}

.menu-category {
    border-bottom: 5px solid #4d4d4d;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

    .menu-category li {
        border-top: 1px solid #1a1a1a;
        list-style: none;
    }

    .menu-category a {
        color: #84bd00;
        display: inline-block;
        font-size: .9rem;
        padding: .9rem 1rem;
        overflow: visible;
        width: 100%;
    }

@media screen and (min-width:768px) {
    .menu-category {
        border-bottom: 1px solid #ccc;
        margin: 1.35em auto 0;
        width: 100%;
    }

        .menu-category li {
            border: none;
            float: left;
        }

            .menu-category li:hover > a {
                background-color: transparent;
            }

        .menu-category a {
            font-size: .75rem;
            width: auto;
        }

    .level-1 > li .menu-item-toggle {
        display: none;
    }
}

@media screen and (min-width:960px) {
    .menu-category a {
        padding: 1em 2rem;
    }
}

.level-1 > li .menu-item-toggle:hover, .level-1 > li a:hover {
    background-color: #1a1a1a;
}

.level-1 > li:first-child {
    border: none;
}

.level-1 > li .menu-item-toggle {
    color: #84bd00;
    cursor: pointer;
    float: left;
    line-height: 1.1;
    padding: 1rem .8rem;
    transition: background-color .3s;
    width: 2.1rem;
}

.level-1 > li a {
    transition: background-color .3s,color .3s;
}

.level-1 > li > a {
    float: left;
    padding-left: .8rem;
}

    .level-1 > li > a.has-sub-menu {
        width: calc(100% - 2.1rem);
    }

@media screen and (min-width:768px) {
    .level-1 > li a:hover {
        background-color: transparent;
    }

    .level-1 > li > a {
        float: none;
        padding-left: 1rem;
        width: 100%;
    }

        .level-1 > li > a.has-sub-menu {
            width: 100%;
        }

        .level-1 > li > a:hover {
            background-color: #608a00;
            color: #fff;
        }
}

@media screen and (min-width:960px) {
    .level-1 > li > a {
        padding-left: 2rem;
    }
}

.level-2 {
    clear: left;
    display: none;
}

    .level-2 > ul {
        padding-bottom: .5em;
        padding-left: 2.1rem;
    }

.level-1 > .active .level-2 {
    display: block;
}

@media screen and (min-width:768px) {
    .level-2 {
        background-color: #fff;
        box-shadow: 0 3px 3px 2px rgba(66,66,66,.3);
        color: #333;
        padding: 0;
        position: absolute;
        z-index: 1;
    }

    .level-1 li:hover .level-2 {
        display: block;
    }

    .level-2 a {
        color: #84bd00;
    }

        .level-2 a:hover {
            text-decoration: underline;
        }

    .level-2 > ul {
        float: left;
        padding-left: 0;
    }

        .level-2 > ul > li {
            float: none;
            min-width: 12em;
        }

            .level-2 > ul > li > a {
                padding: .5em 1rem;
                text-transform: none;
            }

    .level-2 .menu-vertical > li > a:first-child {
        padding-top: 1em;
    }

    .level-2 .menu-horizontal {
        float: none;
    }

        .level-2 .menu-horizontal > li {
            border-right: 1px solid #e0e0e0;
            float: left;
            padding-right: 2rem;
        }

            .level-2 .menu-horizontal > li:last-child {
                border-right: none;
            }

    .level-2 .banner {
        float: left;
    }
}

.level-2 .banner {
    display: none;
}

@media screen and (min-width:768px) {
    .level-2 .banner {
        display: block;
    }
}

.level-3 {
    display: none;
    padding-left: 2em;
}

.level-2 .active .level-3 {
    display: block;
}

@media screen and (min-width:768px) {
    .level-3 {
        display: block;
    }

        .level-3 a {
            color: #3d5700;
            font-weight: 400;
            font-size: 1em;
            padding: 0;
        }

        .level-3 li {
            float: none;
            padding: .4em;
        }

    .menu-utility-user {
        position: absolute;
        right: 9.7em;
        top: .2em;
    }
}

.breadcrumb-element:last-child, .breadcrumb-refinement, .mini-cart-header, .mini-cart-subtotals {
    font-weight: 700;
}

.menu-utility-user {
    margin: 0;
    padding: 0;
}

    .menu-utility-user li {
        border-top: 1px solid #1a1a1a;
        list-style: none;
        padding: .8em 1rem;
    }

        .menu-utility-user li:first-child {
            border: none;
        }

        .menu-utility-user li i {
            font-size: 1.5em;
            padding: 0 8px 0 0;
        }

        .menu-utility-user li a {
            color: #fff;
            text-decoration: none;
        }

            .menu-utility-user li a:active {
                color: #84bd00;
            }

@media screen and (min-width:768px) {
    .menu-utility-user li {
        background-color: transparent;
        border-color: transparent;
        float: left;
        margin: 0;
        padding: .1em 1.5em 0;
        text-align: center;
    }

        .menu-utility-user li:first-child {
            border: none;
        }

        .menu-utility-user li a {
            color: #999;
            transition: color .5s ease;
        }

            .menu-utility-user li a:hover {
                color: #84bd00;
                text-decoration: none;
            }

            .menu-utility-user li a i {
                display: block;
                font-size: 3em;
                padding: 0;
            }

            .menu-utility-user li a span {
                display: none;
            }

    .menu-utility-user .user-info {
        position: relative;
        transition: color .5s ease;
    }

        .menu-utility-user .user-info.active .user-login {
            color: #84bd00;
        }

        .menu-utility-user .user-info.active .user-panel {
            opacity: 1;
            visibility: visible;
        }
}

.menu-utility-user .user-info .user-panel {
    box-sizing: content-box;
    margin-top: .5rem;
    text-align: left;
    transition: all .3s ease;
    width: 10rem;
    width: max-content;
}

    .menu-utility-user .user-info .user-panel h3 {
        display: none;
        margin: 0;
        padding-bottom: .7em;
        text-transform: uppercase;
    }

@media screen and (min-width:768px) {
    .menu-utility-user .user-info .user-panel h3 {
        display: block;
    }

    .menu-utility-user .user-info .user-panel {
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        box-shadow: 0 2px 5px 0 #ccc;
        margin-top: 0;
        opacity: 0;
        padding: 1em;
        position: absolute;
        right: -1.5rem;
        visibility: hidden;
        z-index: 20;
    }
}

.menu-utility-user .user-info .user-panel .user-links {
    padding-left: 1.5rem;
    text-align: center;
}

@media screen and (min-width:768px) {
    .menu-utility-user .user-info .user-panel .user-links {
        padding-left: 0;
    }
}

.menu-utility-user .user-info .user-panel a {
    color: #84bd00;
    display: block;
    padding: .5rem 0;
}

@media screen and (min-width:768px) {
    .menu-utility-user .user-info .user-panel a {
        padding: 0;
        margin-bottom: .5rem;
    }
}

.menu-utility-user .user-info .user-panel .user-logout {
    color: #fff;
    margin-top: .5rem;
    padding: .5em 2em;
    text-transform: uppercase;
}

    .menu-utility-user .user-info .user-panel .user-logout:hover {
        color: #84bd00;
    }

.country-selector {
    border-bottom: 5px solid #4d4d4d;
    color: #fff;
    width: 100%;
}

@media screen and (min-width:768px) {
    .country-selector {
        border-bottom: none;
        padding: 0;
        position: absolute;
        top: -1rem;
        right: .2rem;
        z-index: 30;
        width: auto;
    }
}

.country-selector .selector {
    display: none;
    margin-top: .5rem;
    padding-left: 2rem;
}

    .country-selector .selector.active {
        display: block;
    }

@media screen and (min-width:768px) {
    .country-selector .selector {
        background-color: #fff;
        border-radius: 3px;
        box-shadow: -1px 2px 4px rgba(0,0,0,.3);
        margin-top: 1rem;
        padding: 1rem;
    }
}

.country-selector .current-country {
    cursor: pointer;
    padding: .8em 1rem;
}

    .country-selector .current-country.selector-active {
        border-bottom: 1px solid #1a1a1a;
    }

        .country-selector .current-country.selector-active .selector-icon {
            transform: rotate(270deg);
        }

    .country-selector .current-country .selector-icon {
        margin-right: .3rem;
    }

    .country-selector .current-country .flag-icon {
        border: none;
    }

.country-selector .continent-name {
    margin-top: 0;
    margin-bottom: .5rem;
}

@media screen and (min-width:768px) {
    .country-selector .current-country {
        padding: 0;
    }

        .country-selector .current-country.selector-active {
            border-bottom: none;
            padding-bottom: 0;
            position: absolute;
            right: 0;
        }

        .country-selector .current-country .selector-icon {
            float: right;
            margin-right: 0;
            margin-left: .3rem;
            transform: rotate(90deg);
        }

    .country-selector .continent-name {
        color: #900;
    }
}

.country-selector .country {
    margin-bottom: .5rem;
}

.country-selector .locale {
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    padding: 0 .3rem;
    vertical-align: middle;
}

.cart-banner, .header-banner {
    display: block;
}

.country-selector .locale:first-of-type {
    padding-left: 0;
}

.country-selector .locale:last-of-type {
    border-right: none;
    padding-right: 0;
}

.country-selector .flag-icon {
    border: 1px solid #e0e0e0;
    margin-right: .3rem;
}

.top-banner {
    position: relative;
}

    .top-banner * {
        box-sizing: border-box;
    }

.primary-logo {
    height: 38px;
    padding: .1em 0 0;
    margin: 0 auto;
    width: 200px;
    z-index: 1;
}

@media screen and (min-width:768px) {
    .primary-logo {
        margin: 0;
        padding: .3em 0 0 .5em;
    }
}

.header-banner .header-promotion {
    background-color: #64772d;
    text-align: center;
}

.cart-banner .header-promotion {
    width: 100%;
    background: #C0E1D8;
    font-size: 20px;
    font-family: lato,sans-serif;
    text-transform: uppercase;
    color: #333;
    padding: 15px;
    text-align: center;
}

.orderdetails, .pdp-main {
    font-family: Lato,sans-serif;
}

.header-search {
    color: #fff;
    width: 100%;
    background-color: #666;
}

@media screen and (min-width:768px) {
    .header-search {
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 10px;
        color: #999;
        height: 2.5em;
        margin: 1.6em auto 0;
        position: relative;
        width: 300px;
        z-index: 1;
    }
}

.header-search input[type=text] {
    background-color: transparent;
    border: none;
    float: left;
    margin: 0;
    padding-left: 1rem;
    height: 2.3rem;
    width: 85%;
    width: calc(100% - 2.5rem);
}

@media screen and (min-width:768px) {
    .header-search input[type=text] {
        height: 1.75rem;
        padding: 0 1rem;
    }
}

.header-search button {
    background-color: transparent;
    border: none;
    color: #999;
    padding: .7em .5em;
}

    .header-search button:hover {
        color: #84bd00;
    }

    .header-search button i {
        font-size: 1.4em;
    }

#mini-cart {
    position: absolute;
    right: 1.6em;
    top: .2em;
    z-index: 20;
}

@media screen and (min-width:768px) {
    .header-search button {
        padding: .4em .5em;
    }

    #mini-cart {
        right: 5.7em;
        top: .5em;
    }
}

.mini-cart-total {
    position: relative;
}

    .mini-cart-total .mini-cart-link {
        color: #84bd00;
        text-transform: uppercase;
    }

        .mini-cart-total .mini-cart-link i {
            font-size: 3em;
        }

        .mini-cart-total .mini-cart-link .minicart-quantity {
            background-color: #900;
            border-radius: 10px;
            color: #fff;
            padding: 1px 4px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
        }

    .mini-cart-total .mini-cart-empty {
        color: #999;
        transition: color .5s ease;
    }

        .mini-cart-total .mini-cart-empty:hover {
            color: #84bd00;
            text-decoration: none;
        }

        .mini-cart-total .mini-cart-empty .minicart-quantity {
            background-color: #fff;
            border: 1px solid #999;
            color: #999;
        }

.mini-cart-content {
    background-color: #fff;
    display: none;
    position: absolute;
    right: 0;
}

.mini-cart-header {
    font-size: 1.1em;
    padding: 1em 1em .5em;
    text-transform: uppercase;
}

.mini-cart-products {
    max-height: 360px;
    padding: .5em;
    overflow: auto;
}

.mini-cart-product {
    border-bottom: 1px solid #aaa;
    overflow: hidden;
    padding: .5em;
    position: relative;
}

    .mini-cart-product:last-of-type {
        border: none;
    }

    .mini-cart-product.collapsed .mini-cart-attributes, .mini-cart-product.collapsed .mini-cart-name, .mini-cart-product.collapsed .mini-cart-pricing, .mini-cart-product.collapsed .product-availability-list {
        width: 90%;
    }

    .mini-cart-product.collapsed .mini-cart-image {
        display: none;
    }

    .mini-cart-product .mini-cart-toggle {
        cursor: pointer;
        font-size: 1.5em;
        position: absolute;
        left: 0;
        top: 0;
    }

.mini-cart-image {
    float: left;
    width: 50%;
}

    .mini-cart-image img {
        max-width: 90%;
    }

.mini-cart-name {
    float: right;
    font-style: italic;
    width: 50%;
}

.mini-cart-attributes, .mini-cart-product .product-availability-list {
    float: right;
    font-size: .9em;
    font-weight: 700;
    width: 50%;
}

.mini-cart-pricing {
    clear: right;
    float: right;
    font-size: .9em;
    width: 50%;
}

.mini-cart-totals {
    text-align: center;
}

    .mini-cart-totals .button, .mini-cart-totals button {
        height: 30px;
        line-height: 1;
        overflow: inherit;
    }

.mini-cart-subtotals {
    margin: 0 auto;
    padding-top: .5em;
    width: 16rem;
    width: max-content;
}

    .mini-cart-subtotals .label {
        margin: 0 .5rem;
    }

    .mini-cart-subtotals .value {
        margin-right: .5rem;
    }

.mini-cart-slot {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    font-size: .9em;
    font-style: italic;
    margin: 1em;
}

.mini-cart-link-checkout {
    clear: both;
    display: block;
    margin: 1em 0;
    text-align: center;
}

.breadcrumb {
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    padding: .5em 1%;
}

    .breadcrumb li {
        display: inline;
        list-style: none;
    }

.paging-current-page {
    left: -999em;
    position: absolute;
}

.breadcrumb-element:after {
    color: #ccc;
    content: '/';
    margin-left: .4em;
}

.breadcrumb-element:last-child:after {
    content: '';
}

.breadcrumb-refinement:after {
    content: attr(data-divider);
    font-style: normal;
}

.breadcrumb-refinement:last-of-type:after {
    content: '';
}

.breadcrumb-refinement-value {
    background-color: rgba(132,189,0,.3);
    display: inline-block;
    border-radius: 3px;
    margin: 0 .42em .42em 0;
    padding: 0 .42em;
}

.breadcrumb-relax {
    background: 0 0;
    color: #900;
    font-style: normal;
    padding: 0 0 0 .4em;
}

#secondary h1, .content-header {
    font-size: 1.75em;
    font-style: italic;
    font-weight: 400;
}

.breadcrumb .searchphraselink, .breadcrumb-result-text a {
    background: 0 0;
    color: #84bd00;
    padding: 0;
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 1.75em;
        margin: 0 0 14px;
    }
}

h2 {
    text-transform: uppercase;
}

#secondary h1 {
    margin: 0 0 14px;
}

.primary-content dl {
    clear: both;
    overflow: hidden;
}

    .primary-content dl dt {
        clear: both;
        float: left;
        margin: 2% 0 0;
        min-width: 15%;
    }

    .primary-content dl dd {
        float: left;
        margin: 2% 0 0;
        padding: 0 0 0 5%;
    }

.col-1, .col-2 {
    margin: 4px 0;
    width: 48%;
}

.col-1 {
    float: left;
}

.col-2 {
    float: right;
}

.content-header {
    margin: 0 0 14px!important;
}

    .content-header span {
        font-size: .75em;
        font-style: normal;
        font-weight: 400;
    }

.section-header {
    background: url(../images/interface/icon-double-line-header.png) left top repeat-x #efefef;
    border-bottom: 1px solid #fff;
    font-size: 1.1em!important;
    font-weight: 700;
    margin: 0;
    padding: 1em;
    position: relative;
    text-transform: uppercase;
}

.section-header-note {
    font-size: .9em;
    font-weight: 400;
    text-transform: none;
}

.back {
    display: block;
    margin: 0 0 10px;
}

#secondary a {
    color: #84bd00;
}

#category-level-1 li {
    color: #666;
    display: block;
}

    #category-level-1 li .refinement-link {
        background: none;
        padding: 0 0 0 1em;
    }

.refinement h3, .refinement-header {
    background-color: #efefef;
    border-top: 1px solid #e0e0e0;
    font-size: 1.1em;
    letter-spacing: .125em;
    text-transform: uppercase;
}

#category-level-1 li.expandable .refinement-link {
    padding: 0 0 0 .4em;
}

#category-level-1 li.expandable .active {
    font-weight: 700;
    padding: 0 0 0 .2em;
}

#category-level-2 a.active {
    color: #333;
    font-weight: 700;
}

#category-level-2 a.refinement-link {
    margin: 0 0 0 .4em;
    padding: 0;
}

#category-level-2 {
    padding: .5em .1em 0 .7em;
}

#category-level-3 {
    padding: .3em 0 0;
}

    #category-level-3 a.refinement-link {
        font-style: normal;
        margin: 0 0 0 .9em;
        padding: 0;
    }

.refinement-header {
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 1.15em .75em .75em;
}

.refinement {
    padding-bottom: .65em;
    position: relative;
}

.pt_categorylanding .refinement {
    display: none;
}

    .pt_categorylanding .refinement.category-refinement {
        display: block;
    }

.refinement h3 {
    margin: 0 0 .65em;
    padding: 1.15em .75em .75em;
}

.ie7 .refinement h3 {
    clear: both;
}

.refinement h3 i {
    color: #64772d;
}

.refinement ul {
    list-style: none;
    margin: 0;
    padding: 0 .55em;
}

.refinement li {
    padding: .5em;
}

.refinement ul li i {
    color: #e0e0e0;
}

.refinement ul li.selected i {
    color: #64772d;
}

.refinement ul.swatches li {
    float: left;
    padding: .16em;
}

    .refinement ul.swatches li a {
        border: 2px solid #e0e0e0;
        border-radius: .5em;
        display: block;
        padding: .2em .8em;
    }

    .refinement ul.swatches li.selected a {
        border-color: #84bd00;
        font-weight: 700;
    }

.nav ul, .refinement .refinement-link {
    border: 0;
}

.refinement ul.swatches li.unselectable a {
    background-image: url(../images/interface/icon-color-swatch-unselectable.png);
    background-position: right top;
}

.refinement ul.refinementColor li a {
    height: 23px;
    padding: 0;
    text-indent: -999em;
    width: 30px;
}

.refinement .clear-refinement {
    font-weight: 700;
    padding: 0 1.05em .4em;
}

.refinement .selected .refinement-link {
    background-position: left bottom;
}

.refinement .refinement-top-level {
    padding: 1em;
}

.scrollable {
    height: 10em;
    overflow: auto;
}

.nav ul {
    list-style: none;
    margin: .58em 0;
    padding: 0;
}

    .nav ul li {
        list-style: none!important;
        margin: 0 0 .58em!important;
    }

.nav .toggle {
    border: 0;
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin: .83em 0 .58em;
    text-transform: uppercase;
}

    .nav .toggle span {
        background: none;
    }

.nav .expanded {
    background-position: left -96px;
}

footer {
    background-color: #84bd00;
    clear: both;
}

.footer-container .footer-item {
    box-sizing: border-box;
    display: block;
    padding: .5em 1.5em;
    width: 100%;
}

@media screen and (min-width:768px) {
    .footer-container .footer-item {
        display: table-cell;
        padding: 1.5em;
        width: 25%;
    }
}

.footer-container h3 {
    text-transform: uppercase;
}

.footer-container .menu-footer {
    float: none;
    margin: .5em;
    padding: 0;
}

@media screen and (min-width:768px) {
    .footer-container .menu-footer {
        margin: 1em 0;
    }
}

.footer-container .menu-footer li {
    float: none;
    line-height: 2.5em;
    list-style: none!important;
}

.footer-container a {
    color: #fff;
}

    .footer-container a:hover {
        color: #ccc;
        text-decoration: none;
    }

.social-links {
    padding-left: 0;
}

    .social-links li {
        display: inline;
        float: none;
        padding-right: .5em;
    }

#email-alert-signup {
    white-space: nowrap;
}

    #email-alert-signup input[type=text] {
        border: none;
        margin-left: 0;
        width: 15em;
    }

    #email-alert-signup button {
        background-color: #aaa;
        border: none;
        color: #fff;
        height: 31px;
        padding: 0;
        width: 31px;
    }

.copyright, .postscript {
    background-color: #84bd00;
    color: #fff;
    text-align: center;
}

.postscript {
    font-style: italic;
}

.swatch-black a {
    background-color: #000!important;
}

.swatch-beige a {
    background-color: beige!important;
}

.swatch-blue a {
    background-color: #00f!important;
}

.swatch-purple a {
    background-color: purple!important;
}

.swatch-red a {
    background-color: red!important;
}

.swatch-brown a {
    background-color: #783201!important;
}

.swatch-green a {
    background-color: green!important;
}

.swatch-grey a {
    background-color: #8f979d!important;
}

.swatch-pink a {
    background-color: #fe249a!important;
}

.swatch-orange a {
    background-color: orange!important;
}

.swatch-white a {
    background-color: #fff!important;
}

.swatch-yellow a {
    background-color: #ff0!important;
}

.swatch-navy a {
    background-color: navy!important;
}

.swatch-miscellaneous a {
    background: url(../images/interface/icon-color-swatch-misc.png) left top no-repeat;
}

.unselectable.swatch-miscellaneous a {
    background: url(../images/interface/icon-color-swatch-misc-unselectable.png) left top no-repeat!important;
}
.loader-inner{width:43px;height:43px;animation:loader-spin 15s linear infinite; }
	

.product-tile {
    color: #999;
    position: relative;
    text-align: center;
}

    .product-tile img {
        max-width: 100%;
    }

    .product-tile .product-image {
        height: auto;
        position: relative;
    }

        .product-tile .product-image .quickview {
            background-color: rgba(132,189,0,.8);
            color: #fff;
            display: none;
            width: 55%;
            width: max-content;
            max-width: 75%;
            top: 50%;
            left: 50%;
            padding: .5em;
            position: absolute;
            transform: translate(-50%,-50%);
        }

            .product-tile .product-image .quickview i {
                margin-left: .5em;
            }

        .product-tile .product-image:hover .quickview {
            display: block;
        }

    .product-tile .product-name {
        font-size: 1.2em;
        margin-top: 1em;
        height: 3em;
        overflow: auto;
    }

    .product-tile .product-pricing {
        margin: .5em 0;
    }

        .product-tile .product-pricing .product-standard-price {
            text-decoration: line-through;
        }

.grid-tile .product-tile .product-swatches {
    float: right;
}

.product-tile .product-swatches-all {
    cursor: pointer;
    font-size: .9em;
}

.product-tile .product-swatches {
    display: none;
}

    .product-tile .product-swatches ul {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

        .product-tile .product-swatches ul.swatch-toggle {
            background: #fff;
            display: none;
            position: absolute;
        }

    .product-tile .product-swatches:hover ul.swatch-toggle, .pt_product-compare .product-tile .product-swatches, .pt_product-search-result .product-tile .product-swatches {
        display: block;
    }

    .product-tile .product-swatches li {
        float: left;
    }

    .product-tile .product-swatches .swatch {
        display: block;
        width: 16px;
    }

        .product-tile .product-swatches .swatch img {
            border: 1px solid #fff;
            height: 12px;
            padding: 1px;
            width: 12px;
        }

    .product-tile .product-swatches .selected img, .product-tile .product-swatches img:hover {
        border-color: #84bd00;
    }

.product-tile .product-promo {
    font-size: .8em;
    margin: .5em 0;
    text-transform: uppercase;
}

.product-tile .product-compare {
    float: left;
    line-height: 11px;
}

    .product-tile .product-compare label {
        font-weight: 400;
        line-height: 1;
        padding: 0 0 0 .5em;
        width: auto;
    }

    .product-tile .product-compare input {
        float: left;
        margin: 0;
    }

.product-tile .product-review, .wide-tiles .product-tile .product-swatches {
    margin-bottom: 1em;
}

    .product-tile .product-review .rating-title {
        display: inline-block;
        margin-right: 1em;
    }

    .product-tile .product-review .rating {
        display: inline-block;
    }

.wide-tiles .product-tile {
    height: auto!important;
}

    .wide-tiles .product-tile .product-image {
        float: left;
        padding-right: 2em;
    }

    .wide-tiles .product-tile .product-name, .wide-tiles .product-tile .product-pricing, .wide-tiles .product-tile .product-promo, .wide-tiles .product-tile .product-review, .wide-tiles .product-tile .product-swatches {
        float: left;
        text-align: left;
        width: 65%;
    }

    .wide-tiles .product-tile .product-name {
        font-size: 1.5em;
        height: auto;
        margin-top: 0;
    }

    .wide-tiles .product-tile .product-pricing {
        font-size: 1.3em;
    }

.capture-product-id {
    left: -999em;
    position: absolute;
}

.pt_product-search-result .primary-content h1.content-header {
    padding-left: 15px;
}

.pt_content-search-result .primary-content > h1, .pt_content-search-result .primary-content > h2, .pt_content-search-result .primary-content > p, .pt_product-search-noresult .primary-content > h1, .pt_product-search-noresult .primary-content > h2, .pt_product-search-noresult .primary-content > p {
    margin: 0;
    padding: .1em 1%;
}

.pt_content-search-result .primary-content .no-hits-footer, .pt_content-search-result .primary-content .no-hits-help, .pt_content-search-result .primary-content .no-hits-search, .pt_product-search-noresult .primary-content .no-hits-footer, .pt_product-search-noresult .primary-content .no-hits-help, .pt_product-search-noresult .primary-content .no-hits-search {
    padding: .1em 1%;
}

.pt_content-search-result .primary-content .pagination, .pt_product-search-noresult .primary-content .pagination {
    float: none;
    padding: .1em 1%;
}

.category-main-banner img {
    max-width: 100%;
}

.no-hits-search-term, .no-hits-search-term-suggest {
    color: #900;
    font-style: italic;
}

.no-hits-footer {
    background: url(../images/interface/icon-double-line-header.png) left top repeat-x;
    margin: 20px 0;
    padding: 20px 0;
}

.search-result-bookmarks {
    margin: 15px;
}

    .search-result-bookmarks .first {
        border-right: 1px solid #999;
        padding-right: 5px;
    }

.search-result-options {
    overflow: hidden;
}

    .search-result-options .sort-by {
        padding-bottom: 1em;
    }

@media screen and (min-width:768px) {
    .search-result-options .sort-by {
        float: left;
        margin-right: .5em;
        padding-bottom: 0;
    }
}

.search-result-options .items-per-page {
    float: left;
    margin-right: .5em;
}

.search-result-options form {
    margin-bottom: 0;
}

.search-result-options label {
    display: none;
}

.search-result-options select {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #666;
    padding: .5em;
}

.search-result-options .pagination {
    float: right;
}

    .search-result-options .pagination .results-hits {
        color: #666;
        float: left;
        display: none;
    }

@media screen and (min-width:768px) {
    .search-result-options .pagination {
        padding-top: .8em;
    }

        .search-result-options .pagination .results-hits {
            display: block;
        }
}

.search-result-options .pagination ul {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fff;
    float: right;
    margin: 0;
    padding: 0;
}

@media screen and (min-width:768px) {
    .search-result-options .pagination ul {
        background-color: transparent;
        border: none;
    }
}

.search-result-options .pagination li {
    border-right: 1px solid #e0e0e0;
    float: left;
}

@media screen and (min-width:768px) {
    .search-result-options .pagination li {
        border: none;
        padding: 0 .5em;
    }
}

#compare-table .attribute-row:first-of-type, .pdp-main .promotion {
    border-top: 1px solid #ccc;
}

.search-result-options .pagination li a, .search-result-options .pagination li i, .search-result-options .pagination li.current-page {
    display: block;
    font-size: 1rem;
    height: 32px;
    line-height: 2.1rem;
    text-align: center;
    width: 32px;
}

@media screen and (min-width:768px) {
    .search-result-options .pagination li a, .search-result-options .pagination li i, .search-result-options .pagination li.current-page {
        font-size: inherit;
        height: auto;
        line-height: inherit;
        width: auto;
    }
}

.search-result-items {
    margin: 0;
    padding: 0;
}

    .search-result-items li {
        list-style: none;
    }

    .search-result-items .new-row {
        clear: both;
    }

    .search-result-items .grid-tile {
        background: #fff;
        box-shadow: 0 0 9px #ccc;
        float: left;
        list-style: none;
        margin: 0 0 2% 20px;
        padding: 2%;
        width: 26%;
    }

    .search-result-items .invisible {
        display: none;
    }

.search-result-content {
    clear: both;
}

    .search-result-content .product-price .price-standard {
        color: #999;
        font-weight: 100;
        text-decoration: line-through;
    }

.search-promo {
    padding: 20px;
}

#results-content {
    background: url(../images/interface/icon-double-line-header.png) left top repeat-x;
    padding-top: 30px;
}

.folder-content-list {
    align-items: stretch;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    padding: .5em 1%;
}

    .folder-content-list li {
        background-color: #efefef;
        border: 1px solid #ccc;
        flex-basis: 100%;
        flex-grow: 1;
        margin: .25rem;
        padding: 1rem;
    }

    .folder-content-list p {
        line-height: 1.1rem;
    }

    .folder-content-list .content-title {
        display: block;
        font-size: 1.2em;
    }

    .folder-content-list .readmore {
        font-style: italic;
        padding-left: .3rem;
    }

.no-results {
    padding: 20px;
}

.toggle-grid {
    display: block;
    float: left;
    margin-right: .5em;
}

    .toggle-grid i {
        cursor: pointer;
        margin-right: .3em;
    }

    .toggle-grid [data-option=column], .toggle-grid.wide [data-option=wide] {
        color: #84bd00;
    }

    .toggle-grid.wide [data-option=column] {
        color: #666;
    }

.wide-tiles .search-result-items .grid-tile {
    width: 91%;
}

.wide-tiles .product-tile .product-swatches {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    margin-top: 5px;
}

    .wide-tiles .product-tile .product-swatches li {
        float: left;
    }

.infinite-scroll .search-result-content .infinite-scroll-loading {
    text-align: center;
    background: url(../images/infinite-loading-indicator.gif) center no-repeat;
    height: 35px;
    width: 100%;
}

.disable-infinite-scroll .search-result-content .page-element {
    display: none;
}

.pt_product-compare .full-width {
    padding: 0 1.25em;
}

    .pt_product-compare .full-width .back {
        padding: 1em 0;
    }

.compare-items {
    clear: both;
    margin: 3.5em 2em 0;
    overflow: hidden;
    padding: 0 1em 1em;
}

    .compare-items h2 {
        font-size: .9em;
        margin: .5em 0;
        text-transform: uppercase;
    }

    .compare-items button {
        padding: .5em 1em;
    }

.compare-items-panel {
    float: left;
}

.compare-item {
    background-color: #e0e0e0;
    float: left;
    height: 55px;
    margin-right: 1.08em;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 55px;
}

    .compare-item .compare-item-remove {
        background-color: #84bd00;
        color: #fff;
        cursor: pointer;
        display: none;
        padding: 0 .16em;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .compare-item.active .compare-item-remove {
        display: block;
    }

    .compare-item .compare-item-number {
        color: #ccc;
        font-size: 3em;
        margin-top: .5em;
    }

.compare-item-image {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.compare-buttons {
    float: left;
    padding: .7em 0 0;
}

.category-switch {
    margin-bottom: 2em;
}

    .category-switch label {
        float: left;
        margin: 0;
        width: 45%;
    }

@media (min-width:410px) {
    .category-switch label {
        width: 11em;
    }
}

.category-switch select {
    float: left;
    margin: 0;
    width: 55%;
}

@media (min-width:410px) {
    .category-switch select {
        margin-left: 1em;
        width: 15em;
    }
}

#compare-table {
    table-layout: fixed;
    width: 100%;
}

    #compare-table th {
        overflow: hidden;
        padding: .5em;
    }

        #compare-table th:first-of-type {
            background-color: #e0e0e0;
            width: 4rem;
        }

    #compare-table .attribute-row:nth-child(2n), .pdp-main .promotion {
        background-color: #efefef;
    }

    #compare-table td {
        overflow: hidden;
    }

    #compare-table a:hover {
        text-decoration: underline;
    }

    #compare-table .attribute-row {
        border-bottom: 1px solid #ccc;
    }

        #compare-table .attribute-row:last-of-type {
            border-bottom: none;
        }

    #compare-table .product-attribute {
        border-right: 1px solid #ccc;
        word-break: break-all;
    }

    #compare-table .action {
        display: block;
        padding: .5em 0;
    }

    #compare-table .remove-link {
        color: #999;
        float: right;
        padding: .3rem;
        z-index: 1;
        position: relative;
        transition: color .5s ease;
    }

        #compare-table .remove-link:hover {
            color: #84bd00;
            text-decoration: none;
        }

    #compare-table .product, #compare-table .value {
        border-left: 1px solid #ccc;
    }

    #compare-table .product {
        font-weight: 400;
        text-align: center;
    }

    #compare-table .value .value-item:after {
        content: ', ';
    }

    #compare-table .value .value-item:last-child:after {
        content: '';
    }

    #compare-table .product-tile .product-name {
        height: auto;
        margin: .2em 0 1em;
    }

    #compare-table .product-tile .swatch-list {
        display: inline-block;
    }

    #compare-table .product-image, #compare-table .product-image img {
        height: auto;
    }

    #compare-table .section-header {
        font-size: .9em;
        padding: 1em;
        text-transform: none;
    }

    #compare-table .selectcategory label {
        display: block;
        font-size: .9em;
        margin: 1em 0;
        text-transform: none;
    }

    #compare-table .selectcategory select {
        margin: 0;
        width: 100px;
    }

    #compare-table .comparelists {
        padding: 0;
    }

    #compare-table .compare-lists label, #compare-table .compare-lists select {
        float: none;
        text-align: left;
        width: 100%;
    }

#product-nav-container {
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 160px;
}

    #product-nav-container div {
        float: left;
        text-align: center;
        width: 77px;
    }

    #product-nav-container img {
        max-height: 100%;
        max-width: 80%;
    }

.js .ui-dialog-content .product-col-1 .product-image, .primary-image, .product-suggestion .product-image img, .product-thumbnails img, .store-locator-details img, .store-locator-details-map img {
    max-width: 100%;
}

#product-nav-container span {
    display: block;
    height: 65px;
}

#product-nav-container .divided span {
    border-right: 1px solid #e0e0e0;
    padding-right: 5px;
}

.pdp-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pdp-main label {
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}

@media screen and (min-width:480px) {
    .folder-content-list li {
        flex-basis: 40%;
    }

    .pdp-main .product-col-1 {
        float: left;
        width: 37%;
    }

    .pdp-main .product-col-2 {
        float: right;
        width: 59.5%;
    }
}

.pdp-main .product-col-2 .price-standard {
    border-right: 1px solid #e0e0e0;
    padding-right: .5rem;
}

.pdp-main .product-name {
    margin-bottom: .3rem;
}

.pdp-main .product-number {
    color: #ccc;
    font-size: .65rem;
    margin-bottom: .5rem;
}

.pdp-main .product-price {
    margin-bottom: .5em;
}

    .pdp-main .product-price .price-standard {
        color: #999;
        font-weight: 100;
        text-decoration: line-through;
    }

    .pdp-main .product-price .price-tiered {
        color: #900;
        font-size: .6em;
        line-height: 1.5em;
    }

.pdp-main .product-review {
    margin-bottom: .5rem;
}

.pdp-main .product-main-attributes .attribute {
    padding: .2em 0;
}

.pdp-main .product-main-attributes .label {
    padding: 0;
}

.pdp-main .product-primary-image {
    max-width: 100%;
    text-align: center;
}

.pdp-main .product-info {
    clear: both;
    padding-top: 1em;
}

    .pdp-main .product-info ul {
        font-size: .8rem;
        list-style: square;
        padding: 0 5em;
    }

@media screen and (min-width:768px) {
    .pdp-main .product-name {
        width: 65%;
    }

    .pdp-main .product-info ul {
        padding-bottom: 1em;
        padding-top: 1em;
    }
}

.pdp-main .product-add-to-cart {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: block;
    margin: 0;
    padding: 1em .5em;
    overflow: hidden;
}

    .pdp-main .product-add-to-cart .inventory {
        float: left;
        white-space: nowrap;
    }

        .pdp-main .product-add-to-cart .inventory label {
            display: inline;
            float: none;
            text-align: right;
        }

        .pdp-main .product-add-to-cart .inventory input {
            font-size: 1.5em;
            height: 50px;
            width: 50px;
            margin-right: .4em;
            text-align: center;
        }

    .pdp-main .product-add-to-cart .dw-apple-pay-button {
        margin-left: .5rem;
    }

.pdp-main .promotion {
    overflow: hidden;
    padding: 1.5em;
}

    .pdp-main .promotion .promotion-title {
        font-weight: 700;
        margin-bottom: .3rem;
        text-transform: uppercase;
    }

    .pdp-main .promotion .promotion-callout {
        color: #64772d;
        font-size: 1rem;
    }

        .pdp-main .promotion .promotion-callout .tooltip {
            font-size: .7rem;
            margin-left: .2rem;
        }

.pdp-main .product-actions .socialsharing {
    float: none;
    margin-right: 1rem;
    padding-top: 1em;
}

@media screen and (min-width:960px) {
    .pdp-main .product-actions .socialsharing {
        float: left;
        padding-top: 0;
    }
}

.pdp-main .product-actions a {
    margin-right: .1rem;
}

    .pdp-main .product-actions a.share-icon {
        color: #999;
    }

        .pdp-main .product-actions a.share-icon:hover {
            color: #84bd00;
        }

        .pdp-main .product-actions a.share-icon i {
            font-size: 3rem;
        }

@media screen and (min-width:768px) {
    .pdp-main .product-add-to-cart .inventory input {
        height: 37px;
        width: 37px;
    }

    .pdp-main .product-add-to-cart .dw-apple-pay-button {
        width: 180px;
    }

    .pdp-main .product-actions a.share-icon i {
        font-size: 2rem;
    }
}

.pdp-main .product-set .product-set-list .product-set-details {
    float: left;
    padding-left: .5rem;
}

.pdp-main .product-set .product-set-list .product-set-item {
    clear: both;
    overflow: hidden;
    padding: 1em 0 0;
}

.pdp-main .product-set .product-set-list .product-set-image {
    float: left;
    width: 22%;
}

    .pdp-main .product-set .product-set-list .product-set-image img {
        width: 100%;
    }

.pdp-main .product-set .product-set-list .product-name {
    float: none;
    font-size: 1.3em;
    margin-bottom: 0;
    width: auto;
}

.pdp-main .product-set .product-set-list .product-price {
    font-size: 1rem;
    margin: .5em 0;
}

.pdp-main .product-set .product-set-list .attribute h3 {
    width: 25%;
}

.pdp-main .product-set .product-set-list .attribute .label {
    width: 25%;
    white-space: nowrap;
}

.pdp-main .product-set .product-add-to-cart {
    border-top: none;
    padding-top: 0;
}

    .pdp-main .product-set .product-add-to-cart label {
        font-size: .75rem;
        padding-top: .3em;
        padding-right: .5em;
    }

    .pdp-main .product-set .product-add-to-cart .availability-web label {
        float: none;
        padding: top;
    }

.pdp-main .recommendations {
    clear: left;
    padding: 2em 0;
}

    .pdp-main .recommendations .recommendation-tooltip {
        background: #fff;
        border: 1px solid;
        left: 50%;
        position: absolute;
        text-align: left;
        top: 50%;
        width: 300px;
        z-index: 100;
    }

    .pdp-main .recommendations h2 {
        font-size: 2em;
        font-style: italic;
        font-weight: 400;
        margin-left: 14px;
    }

    .pdp-main .recommendations #carousel-recommendations {
        margin: auto;
        position: relative;
        overflow: hidden;
        width: 250px;
    }

@media screen and (min-width:690px) {
    .pdp-main .recommendations #carousel-recommendations {
        width: 500px;
    }
}

@media screen and (min-width:768px) {
    .pdp-main .recommendations #carousel-recommendations {
        width: 750px;
    }
}

.pdp-main .recommendations ul {
    list-style-type: none;
    position: relative;
    width: 2000em;
}

.pdp-main .recommendations li {
    float: left;
    width: 250px;
}

.pdp-main .recommendations .product-tile {
    padding: 0 2em;
}

.pdp-main .recommendations .product-name {
    font-size: 1em;
    margin: .2em 0;
    width: 100%;
}

.pdp-main .recommendations .product-price {
    font-size: 1em;
}

.pdp-main .recommendations .jcarousel-clip {
    margin: auto;
    overflow: hidden;
    width: 300px;
}

.pdp-main .recommendations .jcarousel-nav {
    cursor: pointer;
    position: absolute;
    top: 20%;
}

    .pdp-main .recommendations .jcarousel-nav.inactive {
        display: none;
    }

.pdp-main .recommendations .jcarousel-prev {
    left: 0;
}

.pdp-main .recommendations .jcarousel-next {
    right: 0;
}

.pdp-main .recommendations .product-tile:hover .recommendation-tooltip {
    display: block!important;
}

.main-image {
    display: block;
}

.product-thumbnails .thumb {
    border-bottom: 5px solid #fff;
    float: left;
    margin-right: .5rem;
    padding-top: 1px;
    width: 3.4375rem;
}

    .product-thumbnails .thumb.selected {
        border-color: #84bd00;
    }

.product-thumbnails img {
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
    height: auto;
}

.product-thumbnails h2 {
    margin: 1rem 0 .3rem;
}

.rating {
    color: #64772d;
}

.product-info .rating {
    font-size: 2em;
}

.product-options .attribute, .product-variations .attribute {
    margin: 1em 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .product-options .attribute .label, .product-options .attribute h3, .product-variations .attribute .label, .product-variations .attribute h3 {
        font-weight: 700;
        margin-bottom: .3rem;
        text-transform: uppercase;
    }

    .product-options .attribute .value, .product-variations .attribute .value {
        width: 100%;
    }

    .product-options .attribute ul, .product-variations .attribute ul {
        float: right;
        width: 100%;
    }

    .product-options .attribute .selected-value, .product-variations .attribute .selected-value {
        border: 0;
        color: #84bd00;
        font-weight: 700;
        padding: 1.3em 0 0 .4em;
        text-transform: uppercase;
    }

@media screen and (min-width:768px) {
    .product-options .attribute .selected-value, .product-variations .attribute .selected-value {
        padding-top: .8em;
    }
}

.product-options .attribute .size-chart-link, .product-variations .attribute .size-chart-link {
    clear: both;
    float: none;
}

    .product-options .attribute .size-chart-link a, .product-variations .attribute .size-chart-link a {
        border-color: #fff!important;
        padding: 0;
    }

.product-options .swatches li, .product-variations .swatches li {
    float: left;
}

    .product-options .swatches li.selected a, .product-options .swatches li:hover a, .product-variations .swatches li.selected a, .product-variations .swatches li:hover a {
        border-color: #84bd00;
    }

    .product-options .swatches li.unselectable a, .product-variations .swatches li.unselectable a {
        color: #e0e0e0;
        opacity: .8;
    }

    .product-options .swatches li.unselectable:hover a, .product-variations .swatches li.unselectable:hover a {
        border-color: #e0e0e0;
    }

    .product-options .swatches li a, .product-variations .swatches li a {
        border-color: #e0e0e0;
        border-style: solid;
        border-width: 1px 1px 3px;
        display: block;
        line-height: 3.5;
        min-height: 2.625rem;
        min-width: 2.625rem;
        margin: 0 .5rem .5rem 0;
        padding: 1px;
        text-align: center;
        white-space: nowrap;
    }

@media screen and (min-width:768px) {
    .product-options .swatches li a, .product-variations .swatches li a {
        line-height: 2.7;
        min-height: 2rem;
        min-width: 2rem;
    }
}

.product-options .color li a, .product-variations .color li a {
    line-height: 0;
    width: 2.625rem;
    height: 2.625rem;
}

@media screen and (min-width:768px) {
    .product-options .color li a, .product-variations .color li a {
        width: 2rem;
        height: 2rem;
    }
}

.product-options .color li a img, .product-variations .color li a img {
    width: 100%;
    height: 100%;
}

.product-options select, .product-variations select {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    height: 42px;
    width: 100%;
    margin-left: 0;
}

.tabs {
    position: relative;
    text-align: center;
}

@media screen and (min-width:768px) {
    .product-options select, .product-variations select {
        height: 32px;
    }

    .tab {
        display: inline-block;
        float: none;
    }

        .tab .tab-switch:checked + .tab-label {
            background: #fff;
            border-bottom-color: #84bd00;
            color: #000;
            font-weight: 700;
            top: -.0625rem;
            transition: all .35s;
            z-index: 1;
        }
}

.tab .tab-switch {
    display: none;
}

.cart-empty .product-listing, .checkout-mini-cart, .checkout-order-totals {
    background-color: #efefef;
}

.tab .tab-switch:checked + label + .tab-content {
    opacity: 1;
    transition: all .35s;
    z-index: 2;
}

.tab .tab-label {
    border-bottom: 3px solid #fff;
    color: #999;
    display: block;
    font-weight: 400;
    line-height: 2.5em;
    margin-bottom: 0;
    position: relative;
    text-transform: none;
    top: 0;
    transition: all .25s;
}

@media screen and (min-width:768px) {
    .tab .tab-label {
        cursor: pointer;
        padding: 0 1.25rem;
    }

        .tab .tab-label:hover {
            border-bottom-color: #999;
            top: -.25rem;
            transition: top .25s;
        }

    .tab .tab-content {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 2.75em;
        transition: all .35s;
        width: 100%;
    }
}

.tab .tab-content {
    padding: 1em 0;
    text-align: left;
    z-index: 1;
}

.bonus-product-list .bonus-product-item {
    border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width:768px) {
    .bonus-product-list .bonus-product-item .product-col-1, .bonus-product-list .bonus-product-item .product-col-2 {
        float: left;
        clear: none;
    }
}

.bonus-product-list .product-add-to-cart {
    padding-bottom: 0;
}

    .bonus-product-list .product-add-to-cart .inventory {
        width: auto;
    }

.bonus-product-list .product-name {
    float: none;
    margin: 1em 0;
}

.bonus-product-list .quantity-error {
    color: red;
    text-transform: inherit;
}

.checkout-progress-indicator span, .orderdetails .label, .summary .edit {
    text-transform: uppercase;
}

.bonus-product-list .bonus-product-list-footer {
    padding-top: 1em;
    padding-bottom: 1em;
}

    .bonus-product-list .bonus-product-list-footer .add-to-cart-bonus {
        float: right;
    }

.bonus-product-list .selected-bonus-item {
    margin: 1em 0 1em 1em;
    position: relative;
}

    .bonus-product-list .selected-bonus-item .item-name {
        font-weight: 700;
    }

    .bonus-product-list .selected-bonus-item .remove-link {
        cursor: pointer;
        color: #900;
        left: -1em;
        position: absolute;
    }

        .bonus-product-list .selected-bonus-item .remove-link:hover {
            color: #424242;
        }

.bonus-discount-container .promo-details {
    display: none;
}

    .bonus-discount-container .promo-details.visible {
        display: block;
    }

.sizinginformation {
    border: 0;
    padding: 10px;
}

    .sizinginformation th {
        background: #efefef;
    }

    .sizinginformation td, .sizinginformation th {
        border-bottom: 1px solid #efefef;
        padding: 10px;
    }

    .sizinginformation td {
        border-left: 1px solid #efefef;
    }

    .sizinginformation .ui-tabs-nav {
        height: 33px;
    }

    .sizinginformation .sizing-charts {
        border: 0;
    }

    .sizinginformation .tips-list {
        padding: 0!important;
    }

        .sizinginformation .tips-list li {
            list-style: none!important;
        }

.dw-apple-pay-button, .dw-apple-pay-button:hover {
    margin: 0;
}

#cart-table thead {
    display: none;
}

#cart-table td {
    box-sizing: border-box;
    display: block;
    padding: 5px;
}

@media screen and (min-width:992px) {
    #cart-table thead {
        display: table-header-group;
    }

    #cart-table td {
        display: table-cell;
    }
}

#cart-table .cart-row {
    display: flex;
    flex-wrap: wrap;
}

#cart-table .header-total-price {
    text-align: right;
}

#cart-table .item-image {
    float: left;
    order: 1;
    text-align: center;
    flex-basis: 40%;
}

@media screen and (min-width:992px) {
    #cart-table .cart-row {
        display: table-row;
    }

    #cart-table .item-image {
        float: none;
        width: 7rem;
    }
}

#cart-table .item-details {
    float: left;
    order: 2;
    flex-basis: 60%;
}

    #cart-table .item-details .item-edit-details {
        display: none;
    }

#cart-table .item-delivery-options {
    order: 6;
    text-align: center;
    flex-basis: 50%;
}

@media screen and (min-width:992px) {
    #cart-table .item-details {
        float: none;
    }

        #cart-table .item-details .item-edit-details {
            display: block;
        }

    #cart-table .item-delivery-options {
        text-align: left;
        width: 8rem;
    }
}

#cart-table .item-delivery-options .form-row {
    margin-top: 0;
}

#cart-table .item-quantity {
    float: left;
    order: 4;
    flex-basis: 33.3333%;
}

@media screen and (min-width:992px) {
    #cart-table .item-quantity {
        float: none;
        text-align: left;
    }
}

#cart-table .item-quantity input {
    width: 2.7rem;
}

#cart-table .item-quantity-details {
    float: left;
    order: 3;
    text-align: center;
    flex-basis: 33.3333%;
}

    #cart-table .item-quantity-details .product-availability-list {
        margin: 0;
        padding: 0;
    }

@media screen and (min-width:992px) {
    #cart-table .item-quantity-details {
        float: none;
        text-align: left;
    }

        #cart-table .item-quantity-details .product-availability-list {
            width: 5em;
            width: max-content;
        }
}

#cart-table .item-quantity-details .product-availability-list .not-available, #cart-table .item-quantity-details .product-availability-list .on-order {
    color: #900;
    font-size: .9em;
}

#cart-table .item-quantity-details .item-user-actions a, #cart-table .item-quantity-details .item-user-actions button {
    display: block;
    font-size: 1em;
    width: 100%;
    margin: .3rem 0;
}

#cart-table .item-price {
    order: 5;
    flex-basis: 33.3333%;
}

#cart-table .price-promotion .price-standard {
    margin: 0 1em 0 0;
    text-decoration: line-through;
}

#cart-table .item-total {
    flex-grow: 2;
    font-size: 1rem;
    order: 7;
    flex-basis: 50%;
    word-wrap: break-word;
}

@media screen and (min-width:992px) {
    #cart-table .item-quantity-details .item-user-actions a, #cart-table .item-quantity-details .item-user-actions button {
        width: auto;
    }

    #cart-table .item-price {
        text-align: left;
    }

    #cart-table .item-total {
        float: none;
        font-size: 1em;
    }

        #cart-table .item-total .promo-adjustment {
            width: 100%;
            float: right;
        }

    .cart-coupon-code input {
        width: 45%;
    }
}

#cart-table .price-unadjusted {
    color: #666;
    display: block;
    margin: 0 0 .42em;
}

    #cart-table .price-unadjusted span {
        text-decoration: line-through;
    }

.search-suggestion-wrapper .hitgroup .hit:hover, .submit-order .back-to-cart:hover {
    text-decoration: underline;
}

#cart-table .price-adjusted-total {
    color: #666;
    display: block;
    margin: .42em 0 0;
}

    #cart-table .gift-cert-delivery, #cart-table .price-adjusted-total span, .promo-adjustment {
        color: #900;
    }

.cart-promo .bonus-item-actions {
    font-size: 1em!important;
    text-align: right;
    vertical-align: middle;
}

.cart-footer {
    margin: .83em 0;
}

.cart-coupon-code input {
    margin-bottom: .5rem;
}

.cart-coupon-code .error {
    padding-top: .4em;
}

.cart-order-totals {
    margin: 1rem 0;
}

@media screen and (min-width:992px) {
    .cart-order-totals {
        float: right;
        margin-top: 0;
        width: 40%;
    }

    .cart-action-continue-shopping {
        float: right;
    }
}

.order-totals-table td {
    padding: .3rem;
    text-align: right;
}

.order-totals-table .order-totals-item {
    width: 60%;
}

.order-totals-table .order-totals-value {
    width: 40%;
}

.order-totals-table .order-subtotal {
    font-weight: 700;
}

.order-totals-table .order-total {
    font-size: 1rem;
    font-weight: 700;
}

.order-value {
    white-space: nowrap;
}

.cart-actions .dw-apple-pay-button {
    font-size: 1.35em;
    padding: .5em 2em;
}

.cart-action-checkout {
    float: right;
}

.cart-action-continue-shopping .button-text {
    margin-top: .2rem;
    margin-right: 1rem;
}

@media screen and (min-width:992px) {
    .cart-action-continue-shopping .button-text {
        margin-top: .6rem;
    }
}

.cart-actions-top {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

    .cart-actions-top .cart-action-continue-shopping {
        float: none;
    }

.cart-empty h1 {
    text-align: center;
}

.cart-empty .cart-action-continue-shopping {
    float: none;
    text-align: center;
    margin-bottom: 4rem;
}

.cart-empty .product-listing h2 {
    margin-left: 1.3rem;
}

.cart-empty .product-listing .search-result-items {
    margin-top: 1em;
}

.account-welcome .welcome-message {
    font-size: 1.2em;
    font-style: italic;
}

.account-welcome .not-user {
    margin: .83em 0;
}

#password-reset {
    white-space: nowrap;
}

.checkout-progress-indicator {
    overflow: hidden;
}

    .checkout-progress-indicator div {
        display: inline;
        padding: 0 .83em 0 0;
    }

    .checkout-progress-indicator .active span {
        font-weight: 700;
        color: #000;
    }

    .checkout-progress-indicator a {
        color: #333;
    }

    .checkout-progress-indicator i {
        padding-left: .83em;
        color: #ccc;
    }

    .checkout-progress-indicator .step-3 {
        padding-right: 0;
    }

.gift-message-text {
    overflow: visible;
    opacity: 1;
    transition: all 1s ease;
}

    .gift-message-text.hidden {
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .gift-message-text textarea {
        width: 100%;
    }

.billing-coupon-code .coupon-apply, .billing-coupon-code .form-row, .billing-coupon-code .giftcert-apply {
    display: inline-block;
}

.billing-coupon-code .form-row {
    margin: 0;
    width: 45%;
}

.billing-coupon-code .tooltip {
    padding-left: 1rem;
}

.redemption {
    color: #900;
}

    .redemption .success {
        color: #019328;
    }

    .redemption span.error {
        margin-left: 0;
    }

.payment-method-options .form-row {
    clear: none;
    float: left;
    width: 30%;
}

.payment-method {
    clear: both;
    display: none;
}

.payment-method-expanded, .submit-order {
    display: block;
}

.day, .month, .year {
    clear: none;
    float: left;
    margin: 0 0 2% 2%;
}

.cvn, .ssn {
    clear: left;
}

.day select, .month select, .year select {
    width: auto;
}

.month .form-caption {
    margin-left: 0;
}

.cvn .field-wrapper {
    width: 50px;
}

.bml-terms-and-conditions {
    border: 1px solid #aaa;
    font-size: .8em;
    height: 400px;
    overflow: auto;
    padding: 1em;
}

.bml-table-col-1 {
    width: 25%;
}

.pt_checkout h3 {
    padding-bottom: 1em;
}

.checkout-mini-cart {
    max-height: 330px;
    overflow: auto;
}

.checkout-order-totals {
    padding: .3rem .5rem;
}

.place-order-totals {
    clear: both;
}

    .place-order-totals .order-totals-table {
        float: right;
        width: 50%;
    }

.order-component-block {
    margin: 1.67em 0;
}

    .order-component-block .section-header a {
        float: right;
        font-weight: 400;
    }

    .order-component-block .details {
        background: #e0e0e0;
        color: #aaa;
        padding: .5em 1em;
    }

.order-summary-footer {
    position: relative;
}

    .order-summary-footer h2 {
        font-size: 2em;
        font-style: italic;
        font-weight: 400;
    }

.summary-help {
    float: right;
    font-size: .8em;
    margin: 1em 0;
}

.submit-order {
    clear: both;
    padding: 1.67em 0 0;
    text-align: right;
}

.confirmation.create-account .login-create-account, .confirmation.create-account .order-confirmation-details, .orderdetails .line-items .line-item .line-item-details, .orderdetails .line-items .line-item .line-item-price, .orderdetails .line-items .line-item .line-item-quantity {
    display: inline-block;
    vertical-align: top;
}

.cvn-tooltip, .orderdetails .line-items .line-item .line-item-quantity {
    text-align: center;
}

.submit-order .back-to-cart {
    font-size: 1.1em;
}

.submit-order button {
    margin-left: 1.5em;
}

.order-discount {
    color: #900;
}

.gift-cert-used {
    padding: .83em 0;
}

.summary .edit {
    position: absolute;
    right: 10px;
    font-size: .9em;
    line-height: 1.5em;
}

.pt_cart .breadcrumb {
    padding-left: 0;
}

.item-shipping-address {
    min-width: 120px;
}

.billing-error {
    color: red;
    margin: 0 0 .83em 24%;
}

.cvn-tooltip {
    font-weight: 700;
    margin: 5px;
}

    .cvn-tooltip img {
        height: 150px;
        width: 110px;
    }

#shipping-method-list {
    position: relative;
}

.orderdetails {
    margin: 0 1%;
}

    .orderdetails h2 {
        clear: both;
    }

    .orderdetails .label {
        font-weight: 700;
        margin-bottom: .3rem;
        margin-top: .3rem;
    }

    .orderdetails .order-shipment-table {
        background-color: #efefef;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        padding: 1em;
    }

    .orderdetails .order-shipment-details .order-shipment-address {
        float: right;
    }

    .orderdetails .line-items {
        clear: both;
        padding-top: 1rem;
    }

        .orderdetails .line-items .line-item {
            padding-bottom: 1rem;
        }

            .orderdetails .line-items .line-item .line-item-price, .orderdetails .line-items .line-item .line-item-quantity {
                width: 14%;
            }

            .orderdetails .line-items .line-item .line-item-details {
                width: 70%;
            }

                .orderdetails .line-items .line-item .line-item-details a {
                    font-size: 1.1rem;
                }

            .orderdetails .line-items .line-item .line-item-price {
                text-align: right;
            }

@media screen and (min-width:480px) {
    .orderdetails .order-payment-summary {
        float: right;
    }
}

.orderdetails .order-information {
    padding-bottom: .5em;
    padding-top: .5em;
}

    .orderdetails .order-information .label {
        color: #999;
        font-weight: 300;
        text-transform: none;
    }

    .orderdetails .order-information .value {
        font-weight: 700;
    }

    .orderdetails .order-information .order-number {
        font-size: 1.75rem;
    }

.orderdetails .payment-amount .label {
    font-weight: 400;
    text-transform: none;
}

.orderdetails .order-totals-table td:first-child {
    padding-right: 5rem;
    text-align: left;
}

.confirmation .actions, .pt_order .actions {
    padding: .5em 1%;
}

    .confirmation .actions a, .pt_order .actions a {
        margin-right: 2rem;
    }

.confirmation-message {
    border-bottom: 3px solid #84bd00;
    padding: 1rem 1%;
}

.confirmation.create-account .login-create-account {
    float: right;
    padding: 0 1%;
    width: 25%;
}

.confirmation.create-account .order-confirmation-details {
    width: 73%;
}

.confirmation.create-account .login-box-content {
    background-color: #efefef;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 1em;
}

    .confirmation.create-account .login-box-content p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .confirmation.create-account .login-box-content .form-row {
        margin: 0;
    }

.shippingaddress .select-address {
    width: 100%;
    margin-left: 0;
}

.shippingaddress .edit-address {
    margin-top: .5em;
}

    .shippingaddress .edit-address span {
        color: #84bd00;
        cursor: pointer;
    }

.formactions {
    margin-top: 20px;
    text-align: right;
}

.item-list .multi-shipment-row {
    border-bottom: none;
}

.minishipments-method {
    padding-top: 10px;
}

.pt_checkout #cart-table .cart-row .shipment-label {
    font-weight: 700;
    margin-top: 35px;
    font-size: 1.4em;
}

#PasswordResetForm fieldset {
    position: relative;
}

#PasswordResetForm button {
    float: right;
    top: 0;
    left: 63%;
}

h1 .account-logout {
    font-size: .6em;
    float: none;
}

.registration-selection input, .registration-selection label {
    display: inline;
    float: none;
}

.address-list, .payment-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

    .address-list .cc-owner, .payment-list .cc-owner {
        font-weight: 700;
    }

.pt_wish-list .list-table-header {
    background: url(../images/interface/icon-double-line-header.png) left top repeat-x #efefef;
    overflow: hidden;
    padding: 2em;
}

    .pt_wish-list .list-table-header p {
        color: #999;
        float: right;
        margin: 0;
        overflow: hidden;
        width: 40%;
    }

.pt_wish-list .primary-content .list-table-header h2 {
    float: left;
}

.list-share .share-option {
    box-sizing: border-box;
    display: block;
    margin-bottom: .5rem;
    float: left;
}

.list-share .share-options {
    text-align: center;
    margin-bottom: .5rem;
    font-size: 1.7em;
    float: left;
    margin-left: 1rem;
    margin-top: .3rem;
}

    .list-share .share-options .share-title {
        display: inline;
    }

.list-share .list-title {
    float: left;
}

.list-share .share-link {
    cursor: pointer;
}

.list-share .share-link-content {
    display: none;
}

    .list-share .share-link-content.active {
        display: block;
        float: left;
    }

.gift-cert-balance .label, .gift-cert-balance label, .gift-registry-advanced .toggle-content {
    display: none;
}

.event-info {
    margin: 1em;
}

.pt_gift-registry .create-new-registry {
    margin: 1em 0;
}

    .pt_gift-registry .create-new-registry button {
        float: left;
        margin-right: 2em;
    }

    .pt_gift-registry .create-new-registry p {
        font-size: 1.3em;
    }

.pt_gift-registry .add-gift-cert {
    border: 1px solid #efefef;
    margin-bottom: -1px;
    overflow: auto;
    padding: .83em;
}

    .pt_gift-registry .add-gift-cert p {
        color: #999;
        font-style: italic;
        line-height: 1.5em;
    }

.pt_gift-registry .hdr-options {
    width: 9%;
}

.gift-reg-purchases .item-purchased-by dd {
    float: left;
    font-weight: 700;
    margin: 0 1em 0 0;
    position: relative;
    width: auto;
}

.gift-reg-purchases .item-purchased-by dt {
    clear: both;
    float: left;
    margin: 0 1em 0 0;
    position: relative;
    width: auto;
}

.gift-reg-purchases .quantity-purchased {
    color: #900;
}

.gift-certificate-purchase {
    background-color: #efefef;
    margin-bottom: 1em;
    padding: .83em;
}

@media (min-width:768px) {
    .gift-certificate-purchase .content-asset {
        box-sizing: border-box;
        float: left;
        padding-right: 1rem;
        width: 50%;
    }
}

.gift-certificate-purchase .content-asset img {
    margin: 1.66em 0;
}

.gift-certificate-purchase form {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 1.66em 1.66em;
    width: 100%;
}

@media (min-width:768px) {
    .gift-certificate-purchase form {
        float: left;
        width: 50%;
    }
}

.gift-certificate-purchase form .cert-amount {
    clear: none;
    float: left;
    margin: 0;
    width: 40%;
}

.gift-certificate-purchase form button {
    margin-top: -4px;
    width: 12em;
    width: max-content;
}

.gift-certificate-purchase form .form-row-button {
    clear: none;
    float: left;
    margin: 2.1em 0 0 1.66em;
    width: 50%;
}

.gift-certificate-purchase .cert-amount .form-caption {
    margin: 1.66em 0 0;
    position: absolute;
    width: 40%;
}

.gift-certificate-purchase .cert-amount.error {
    padding-bottom: 2.92em;
}

.gift-certificate-purchase span.error {
    margin-left: 2%;
}

.check-balance {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 1.66em;
    padding: 0 0 1.66em;
}

.gift-cert-balance {
    float: left;
    width: 40%;
}

    .gift-cert-balance input {
        margin-top: 0;
        width: 93%;
    }

    .gift-cert-balance .form-caption {
        margin-left: 0;
    }

.gift-cert-balance-submit {
    clear: none;
    float: left;
}

@media screen and (min-width:768px) {
    .checkoutlogin .col-1 {
        border-right: 1px solid #e0e0e0;
    }
}

.login-box h3 {
    margin: 0;
}

.login-box p {
    margin: 1em 0;
}

.login-box .error {
    margin-left: 0;
}

.login-rememberme {
    display: inline-block;
    margin-left: .5em;
}

.login-oauth p:first-child {
    font-size: 2em;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

#OAuthProvider {
    display: block;
    margin-bottom: 1em;
    width: 80%;
}

.bottom-banner-container {
    overflow: hidden;
}

    .bottom-banner-container .bottom-banner-cell {
        float: left;
        overflow: hidden;
        text-align: center;
    }

    .bottom-banner-container .banner-cell-1 {
        width: 33%;
    }

    .bottom-banner-container .banner-cell-2 {
        width: 34%;
    }

    .bottom-banner-container .banner-cell-3 {
        width: 33%;
    }

.store-locator-header {
    background: url(../images/interface/icon-double-line-header.png) left top repeat-x;
    font-size: 1.75em;
    font-style: italic;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 20px 0;
}

.store-information {
    background: #e0e0e0;
    border-bottom: 1px solid #fff;
}

.store-name {
    font-weight: 700;
    margin: 0 0 10px;
}

.store-map {
    border-bottom: 1px solid #e0e0e0;
}

.store-locator-details {
    float: left;
    width: 44%;
}

    .store-locator-details h1, .store-locator-details p {
        margin: .25em 0;
    }

.store-locator-details-map {
    float: right;
    width: 50%;
}

.js .loader-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .7;
}

.js .loader-indicator {
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    background: url(../images/loading-small.gif) no-repeat;
}

.search-suggestion-wrapper {
    background-color: #fff;
    border: 1px solid #999;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.25);
    position: absolute;
    width: 100%;
    z-index: 1;
}

@media screen and (min-width:768px) {
    .search-suggestion-wrapper.full {
        margin-left: -75%;
        width: 175%;
    }

        .search-suggestion-wrapper.full .phrase-suggestions {
            width: 42.8571429%;
            float: left;
        }

        .search-suggestion-wrapper.full .product-suggestions {
            width: 57.1428571%;
            float: right;
        }
}

.search-suggestion-wrapper .hitgroup {
    color: #666;
    margin: .7rem 0 .7rem .7rem;
}

    .search-suggestion-wrapper .hitgroup .header {
        margin: 0 0 .5rem;
    }

    .search-suggestion-wrapper .hitgroup .hit {
        display: block;
        margin-left: 1rem;
        margin-bottom: .5rem;
    }

    .search-suggestion-wrapper .hitgroup .parent-category {
        color: #999;
    }

.phrase-suggestions {
    border-top: 1px solid #ccc;
}

@media screen and (min-width:768px) {
    .phrase-suggestions {
        border-top: none;
    }
}

.product-suggestion {
    border: 1px solid #fff;
    border-top: 1px solid #ccc;
    padding: .5em;
}

    .product-suggestion:focus, .product-suggestion:hover {
        background-color: #e0e0e0;
        border: 1px solid #ccc;
    }

.js .zoomPreload, .js .zoomPup {
    background-color: #fff;
    border: 1px solid #ccc;
}

.product-suggestion .product-image {
    float: left;
    text-align: center;
    width: 25%;
}

.product-suggestion .product-details {
    float: right;
    padding-top: .5em;
    width: 70%;
}

    .product-suggestion .product-details .product-price {
        color: #000;
    }

.search-phrase {
    color: #999;
    margin: 1em;
}

    .search-phrase .completed {
        font-style: italic;
    }

        .search-phrase .completed .original {
            text-decoration: underline;
            font-weight: 700;
        }

    .search-phrase .corrected {
        font-weight: 700;
    }

.js .ui-dialog-content .product-col-1 {
    padding: 13px 1%;
    width: 39%;
}

.js .ui-dialog-content .product-col-2 {
    padding: 20px 0;
    width: 58%;
}

.js .ui-dialog-content .pdp-main .product-set-list {
    height: 500px;
    overflow: auto;
}

.js .zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
    width: 100%;
}

.js .zoomPreload {
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Arial,sans-serif;
    text-decoration: none;
    padding: 8px;
    text-align: center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
}

.js .zoomPup, .js .zoomWrapperTitle {
    filter: alpha(opacity=60);
    overflow: hidden;
}

.js .zoomOverlay, .js .zoomPup {
    z-index: 101;
    position: absolute;
}

.js .zoomPup {
    -moz-opacity: .6;
    opacity: .6;
    cursor: crosshair;
}

.js .zoomOverlay {
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    display: none;
}

.js .zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #fff;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.js .zoomWrapper {
    position: relative;
    border: 1px solid #999;
    z-index: 110;
}

.js .zoomWrapperTitle {
    display: block;
    background: #999;
    color: #fff;
    height: 18px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    -moz-opacity: .6;
    opacity: .6;
}

.js .zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

    .js .zoomWrapperImage img {
        border: 0;
        display: block;
        position: absolute;
        z-index: 101;
    }

.js .zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: .8;
    opacity: .8;
    position: absolute;
    display: block;
}

.quickview-nav .quickview-next {
    float: right;
}

#homepage-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    #homepage-slider .jcarousel-control {
        bottom: .5rem;
        right: .5rem;
        position: absolute;
    }

        #homepage-slider .jcarousel-control a {
            background: #e0e0e0;
            border: 1px solid #ccc;
            display: block;
            float: left;
            height: 24px;
            margin: 0 3px;
            opacity: .5;
            text-indent: -999em;
            width: 24px;
        }

            #homepage-slider .jcarousel-control a.active {
                background-color: #666;
            }

            #homepage-slider .jcarousel-control a:hover {
                background-color: #666;
                opacity: .7;
            }

.home-bottom-slots {
    margin: auto;
    max-width: 960px;
}

    .home-bottom-slots .home-bottom-center, .home-bottom-slots .home-bottom-left, .home-bottom-slots .home-bottom-right {
        clear: none;
        width: 100%;
    }

@media screen and (min-width:960px) {
    .home-bottom-slots .home-bottom-center, .home-bottom-slots .home-bottom-left, .home-bottom-slots .home-bottom-right {
        float: left;
        width: 33.33333333333333333%;
    }
}

.ui-dialog #listings-nav {
    float: right;
    margin-top: 2%;
}

    .ui-dialog #listings-nav a {
        cursor: pointer;
        display: inline-block;
        margin: 0 5px;
    }

        .ui-dialog #listings-nav a.active {
            font-weight: 700;
        }

.pdp-main .product-add-to-cart .online-stock span {
    float: left;
}

.availability-storepickup .availability-web, .availability-web label {
    float: none;
}

.pdp-main .product-add-to-cart .store-stock {
    display: block;
    clear: left;
}

.availability-web {
    padding-bottom: 1rem;
}

    .availability-web p {
        margin: 0;
    }

    .availability-novariation, .availability-web .availability-novariation {
        color: #999;
        font-style: italic;
        display: inline-block;
        padding-left: 5%;
    }

.availability-msg {
    display: inline-block;
    padding-left: 5%;
}

.availability-storepickup .availability-instore, .availability-storepickup .availability-web {
    background-color: #e0e0e0;
    padding: 1rem;
}

.availability-storepickup .availability-instore {
    margin-bottom: 1rem;
}

.in-stock-msg, .is-in-stock, [data-status=store-in-stock] {
    color: #64772d;
    font-weight: 700;
}

.in-stock-date-msg, .not-available, .not-available-msg, .out-of-stock, .store-error {
    color: #008578;
}

.low-stock-msg {
    color: #6c6c6c;
    font-weight: 700;
}

.backorder-msg, .on-order, .preorder-msg {
    color: #008578;
    font-weight: 700;
}

#user-zip {
    display: block;
    margin: 1rem auto 0;
}

.store-list-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 565px;
}

.store-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.store-tile {
    border: 1px dashed #ccc;
    box-sizing: border-box;
    float: left;
    list-style: none;
    margin: .3rem .4rem;
    padding: .8rem;
    text-align: center;
    width: 175px;
}

    .store-tile.selected {
        background-color: rgba(132,189,0,.5);
    }

    .store-tile .store-status {
        display: block;
        font-size: .9em;
        margin: 1rem 0;
    }

.store-list-pdp-container {
    margin-top: 1em;
}

    .selected-store-address, .store-list-pdp-container .store-list-pdp {
        margin-top: .5em;
    }

    .store-list-pdp-container .store-list-item {
        display: none;
        padding: .5em .8em;
    }

        .store-list-pdp-container .store-list-item:last-of-type {
            border: none;
        }

        .store-list-pdp-container .store-list-item.selected {
            display: block;
            font-weight: 700;
        }

        .store-list-pdp-container .store-list-item.visible {
            display: block;
        }

        .store-list-pdp-container .store-list-item .store-address {
            float: left;
        }

        .store-list-pdp-container .store-list-item .store-status {
            float: right;
        }

.selected-store-availability {
    margin: .3em 0 .5em;
}

.multishipprogress .step-3, .multishipprogress div {
    display: inline;
    padding: 1em;
}

.multishipprogress .step-4 {
    padding-right: 0;
}

.multishipaddressestable {
    margin: 9px 0 20px;
    width: 706px;
}

.multi-ship-shipments-table {
    margin: 0 0 20px;
    width: 706px;
}

    .multi-ship-shipments-table .section-header {
        font-size: 10px;
        font-weight: 700;
        padding: 9px 6px 11px;
    }

    .multi-ship-shipments-table .shipping-address .details {
        padding: 0 10px 0 22px;
    }

    .multi-ship-shipments-table .gift-options label {
        float: left;
        padding: 0;
    }

    .multi-ship-shipments-table .gift-options input {
        margin: 0 10px;
    }

.multi-shipping-addresses {
    margin-bottom: 20px!important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

    .multi-shipping-addresses .shipping-address {
        text-align: right;
    }

        .multi-shipping-addresses .shipping-address select {
            margin: 4px 0 0;
            width: 260px;
        }

.header-product-shipping {
    width: 276px;
}

.header-qty-shipping {
    width: 45px;
}

.header-location-shipping {
    text-indent: 70px;
    width: 307px;
}

.header-shipment-index {
    width: 409px;
}

.header-shipment-qty {
    width: 27px;
}

.header-shipment-details {
    text-indent: 22px;
}

.multi-shipping-methods {
    position: absolute;
    top: 30px;
}

    .multi-shipping-methods .form-row {
        clear: none;
        float: left;
        display: none;
    }

.dl-horizontal dd:after, .pt_checkout .instore-shipment-message {
    clear: both;
}

.multi-shipping-methods select {
    width: 250px;
    margin: -5px 0 0 15px;
}

.multi-shipping-option {
    border-bottom: 2px dotted #999;
    left: 0;
    padding: 0 0 12px;
    position: absolute;
    text-indent: 10px;
    top: 48px;
    width: 95%;
}

.multi-ship-shipments-table .shipping-qty, .multi-shipping-addresses .shipping-qty {
    background: #efefef;
}

.multiship .label {
    font-weight: 700;
}

.loading {
    background: url(../images/loading-progress-98x22.gif) left center no-repeat;
}

.instore-shipping-option, .pt_checkout .instore-shipment-header {
    width: 100%;
}

.pt_checkout .instore-shipment-method {
    width: 100%;
    padding: 1em;
}

    .pt_checkout .instore-shipment-method span {
        font-weight: 700;
    }

.pt_checkout .instore-shipment-address {
    width: 40%;
    float: left;
    padding-left: 1em;
}

.pt_checkout .instore-shipment-messagetxt {
    width: 50%;
    float: right;
}

.checkout-shipping fieldset .instore-continue-button {
    margin-left: 61.5%;
}

@media screen and (max-width:767px) {
    .mini-cart-products, .pt_order-confirmation .order-shipment-table .mini-cart-products {
        max-height: 100%;
    }

    img {
        max-width: 100%;
    }

    .tooltip {
        font-size: .9em;
    }

    .form-field-tooltip {
        float: none;
        margin: 0 0 10px 5px;
        width: auto;
    }

    .ui-dialog {
        max-width: 98%;
    }

        .ui-dialog .ui-dialog-content {
            height: auto!important;
            overflow: visible;
        }

    #header, .scrollable {
        height: auto;
    }

    .checkout-progress-indicator, .pt_order-confirmation .create-new-registry, .pt_order-confirmation .pt_gift-registry .create-new-registry {
        overflow: hidden;
    }

    .col-1, .col-2 {
        float: none;
        width: 100%;
    }

    .scrollable li {
        float: left;
    }

        .scrollable li a {
            border: 1px solid #d9d9d9;
            border-radius: 6px;
            display: block;
            padding: .2em .8em;
        }

    #header {
        padding: 1% 1% 30px;
    }

        #header .primary-logo {
            float: left;
            position: relative;
            top: auto;
            width: 65%;
        }

    #product-nav-container div.product-next, .wide-tiles .product-tile .pr_stars, .wide-tiles .product-tile .product-name, .wide-tiles .product-tile .product-pricing, .wide-tiles .product-tile .product-promo, .wide-tiles .product-tile .product-swatches {
        float: right;
    }

    #header .primary-logo img {
        max-width: 100%;
    }

    .mini-cart-content {
        max-width: 220px;
    }

    #quickviewbutton {
        display: none!important;
    }

    .search-result-options .items-per-page, .search-result-options .pagination .results-hits {
        display: none;
    }

    ul.search-result-items .grid-tile {
        margin: 2%;
        width: 92%;
    }

    .search-result-options {
        margin: .5em 0;
    }

        .search-result-options .pagination, .search-result-options .sort-by {
            margin: 0;
        }

            .search-result-options .sort-by select {
                width: 120px;
            }

    .wide-tiles .product-tile .product-image {
        width: 41%;
    }

    .wide-tiles .product-tile .product-name h2 {
        margin-top: 0;
    }

    .product-tile .product-swatches .swatch img {
        height: 2em;
        width: 2em;
    }

    .product-listing-1x4 ul.search-result-items .grid-tile {
        margin: 2%;
        width: 92%;
    }

    .compareitems, .product-compare {
        display: none!important;
    }

    .pt_cart #secondary, .pt_order-confirmation .item-list th, .pt_order-confirmation .order-shipment-table th, .pt_product-details .breadcrumb .last {
        display: none;
    }

    .pt_product-details .primary-content {
        padding-bottom: 68px;
    }

    #product-nav-container {
        bottom: 0;
        width: 100%;
    }

        #product-nav-container div {
            width: 60px;
        }

        #product-nav-container .divided span {
            border: 0;
        }

    .sizinginformation {
        padding: 0;
    }

        .sizinginformation th {
            font-weight: 400;
            padding: 0 0 0 2px;
        }

        .sizinginformation td {
            background: #fff;
            padding: 5px;
            text-align: center;
        }

        .sizinginformation .sizechart {
            padding: 0!important;
        }

    .ui-dialog .ui-dialog-content {
        padding: .25em;
    }

    .checkout-progress-indicator {
        clear: both;
        font-size: .8em;
        margin-bottom: 3%;
        position: relative;
        text-align: left;
        top: auto;
    }

        .checkout-progress-indicator div {
            padding: 0 2%;
        }

    .order-summary-footer h2 {
        width: 50%;
    }

    .payment-method-options .form-row, .place-order-totals .order-totals-table {
        width: 100%;
    }

    .payment-method-options {
        padding: 0;
    }

        .payment-method-options .form-row label {
            float: left;
            margin: 0;
            padding: 0 0 0 1em;
            width: 150px;
        }

        .payment-method-options .form-row .input-radio {
            margin: 0;
        }

    .pt_order-confirmation .item-list td {
        float: left;
        padding: 1em 0;
        width: 98%;
    }

    .pt_order-confirmation .item-list .order-totals-table td {
        float: left;
        width: 48%;
    }

    .pt_order-confirmation .order-shipment-table td {
        font-size: .9em;
        box-sizing: border-box;
        float: left;
    }

    .pt_order-confirmation .order-shipment-table .line-item-details {
        width: 70%;
    }

    .pt_order-confirmation .order-shipment-table .line-item-quantity {
        width: 10%;
    }

    .pt_order-confirmation .order-shipment-table .line-item-price {
        width: 20%;
    }

    .pt_order-confirmation .order-shipment-table .order-shipment-details {
        border: none;
        width: 100%;
    }

    .pt_order-confirmation .order-shipment-table .scrollable {
        height: auto;
    }

        .pt_order-confirmation .order-shipment-table .scrollable li {
            float: left;
        }

            .pt_order-confirmation .order-shipment-table .scrollable li a {
                border: 1px solid #d9d9d9;
                border-radius: 6px;
                display: block;
                padding: .2em .8em;
            }

    .pt_order-confirmation .order-shipment-table #quickviewbutton, .pt_order-confirmation .order-shipment-table .compareitems, .pt_order-confirmation .order-shipment-table .product-compare {
        display: none!important;
    }

    .pt_order-confirmation .order-shipment-table #header {
        height: auto;
        padding: 1% 1% 30px;
    }

        .pt_order-confirmation .order-shipment-table #header .primary-logo {
            float: left;
            position: relative;
            top: auto;
            width: 65%;
        }

            .pt_order-confirmation .order-shipment-table #header .primary-logo img {
                max-width: 100%;
            }

    .pt_order-confirmation .order-shipment-table .mini-cart-content {
        max-width: 220px;
    }

    .pt_order-confirmation .order-shipment-table ul.search-result-items .grid-tile {
        margin: 2%;
        width: 92%;
    }

    .pt_order-confirmation .order-shipment-table .product-tile {
        height: auto!important;
    }

    .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-image {
        width: 41%;
    }

    .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .pr_stars, .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-name, .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-pricing, .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-promo, .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-swatches {
        float: right;
    }

        .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-name h2 {
            margin-top: 0;
        }

    .pt_order-confirmation .order-shipment-table .product-tile .product-swatches .swatch img {
        height: 2em;
        width: 2em;
    }

    .pt_order-confirmation .order-shipment-table .product-listing-1x4 ul.search-result-items .grid-tile {
        margin: 2%;
        width: 92%;
    }

    .pt_order-confirmation .create-new-registry p, .pt_order-confirmation .order-shipment-table .pt_product-details .breadcrumb .last, .pt_order-confirmation .pt_gift-registry .create-new-registry p, .pt_order-confirmation .pt_gift-registry .item-list th, .pt_order-confirmation .pt_order-confirmation .item-list th, .pt_order-confirmation .pt_order-confirmation .order-shipment-table th {
        display: none;
    }

    .pt_order-confirmation .order-shipment-table .pt_product-details .primary-content {
        padding-bottom: 68px;
    }

    .pt_order-confirmation .order-shipment-table #product-nav-container {
        bottom: 0;
        width: 100%;
    }

    .pt_order-confirmation .checkout-progress-indicator {
        clear: both;
        font-size: .8em;
        margin-bottom: 3%;
        position: relative;
        overflow: hidden;
        text-align: left;
        top: auto;
    }

        .pt_order-confirmation .checkout-progress-indicator div {
            padding: 0 2%;
        }

    .pt_order-confirmation .order-summary-footer h2 {
        width: 50%;
    }

    .pt_order-confirmation .payment-method-options .form-row, .pt_order-confirmation .place-order-totals .order-totals-table {
        width: 100%;
    }

    .pt_order-confirmation .payment-method-options {
        padding: 0;
    }

        .pt_order-confirmation .payment-method-options .form-row label {
            float: left;
            margin: 0;
            padding: 0 0 0 1em;
            width: 150px;
        }

        .pt_order-confirmation .payment-method-options .form-row .input-radio {
            margin: 0;
        }

    .pt_order-confirmation .pt_order-confirmation .item-list td {
        float: left;
        padding: 1em 0;
        width: 98%;
    }

    .pt_order-confirmation .pt_order-confirmation .item-list .order-totals-table td {
        float: left;
        width: 48%;
    }

    .pt_order-confirmation .pt_order-confirmation .order-shipment-table td {
        font-size: .9em;
        box-sizing: border-box;
        float: left;
    }

    .pt_order-confirmation .pt_order-confirmation .order-shipment-table .line-item-details {
        width: 70%;
    }

    .pt_order-confirmation .pt_order-confirmation .order-shipment-table .line-item-quantity {
        width: 10%;
    }

    .pt_order-confirmation .pt_order-confirmation .order-shipment-table .line-item-price {
        width: 20%;
    }

    .pt_order-confirmation .pt_order-confirmation .order-shipment-table .order-shipment-details {
        border: none;
        width: 100%;
    }

    .pt_order-confirmation .order-history-header button {
        font-size: 1em;
        padding: .25em;
    }

    .pt_order-confirmation .page-content-tab-navigaton button, .pt_order-confirmation .pt_gift-registry .add-gift-cert p {
        width: 100%;
    }

    .pt_order-confirmation .pt_gift-registry .item-list {
        width: 98%;
    }

    .pt_order-confirmation .order-shipment-table .section-header {
        font-size: .9em!important;
        padding: .3em;
    }

    .pt_order-confirmation .order-shipment-table .section-header, .pt_order-confirmation table.item-list .section-header {
        background-image: none;
    }

    .pt_order-confirmation table.item-list .item-availability, .pt_order-confirmation table.item-list .item-dashboard, .pt_order-confirmation table.item-list .item-details, .pt_order-confirmation table.item-list .item-image {
        display: inline-block;
    }

    .pt_order-confirmation table.item-list .item-image {
        width: 30%;
    }

    .pt_order-confirmation table.item-list .item-details {
        width: 50%;
    }

    .pt_order-confirmation table.item-list .item-availability, .pt_order-confirmation table.item-list .item-dashboard {
        width: 97%;
    }

    .pt_order-confirmation table.item-list .delete-registry {
        text-align: center;
    }

    .pt_order-confirmation .list-table-header {
        padding: 1em!important;
    }

        .pt_order-confirmation .list-table-header .button {
            display: block;
            margin: 20px 0;
            width: 196px;
        }

        .pt_order-confirmation .list-table-header p {
            display: none;
        }

        .pt_order-confirmation .list-table-header button {
            display: block;
            width: 260px;
        }

    .pt_order-confirmation .home-bottom-center, .pt_order-confirmation .home-bottom-left {
        width: 100%!important;
    }

    .pt_order-confirmation .home-bottom-right {
        clear: both;
        float: none;
        width: 100%!important;
    }

        .pt_order-confirmation .home-bottom-right .product-tile {
            min-height: 0;
        }

    .pt_order-confirmation .product-tile .product-image {
        height: auto;
    }

    .pt_order-confirmation #email-alert-signup {
        margin: 0;
        width: 100%;
    }

        .pt_order-confirmation #email-alert-signup label {
            text-align: center;
            width: 100%;
        }

        .pt_order-confirmation #email-alert-signup input [type=text] {
            float: none;
            margin: 0;
            width: 50%;
        }

        .pt_order-confirmation #email-alert-signup input[type=image] {
            float: none;
            vertical-align: bottom;
        }

    .pt_order-confirmation .facebook-registration {
        left: -3px;
        position: relative;
        width: 100.7%!important;
    }

        .pt_order-confirmation .facebook-registration iframe {
            position: relative;
            width: 100.7%!important;
        }
}

img, legend {
    border: 0;
}

legend, td, th {
    padding: 0;
}

@media screen and (min-width:480px) and (max-width:767px) {
    .product-tile .pr_stars {
        left: 40px;
    }

    .wide-tiles .product-tile .product-name h2 {
        margin-top: 10px;
    }

    .wide-tiles .product-tile .product-image {
        width: 38%;
    }

    .facebook-registration, .facebook-registration .fb_iframe_widget, .facebook-registration .fb_iframe_widget span, .facebook-registration .fb_iframe_widget span iframe {
        position: relative;
        width: 100%!important;
    }

    .facebook-registration {
        left: 0;
    }

    #preferred-store-panel input[type=text] {
        width: 49.5966%;
    }
}

@media screen and (min-width:768px) and (max-width:959px) {
    #secondary {
        width: 171px;
    }

    .primary-content {
        width: 588px;
    }

    .primary-focus .primary-content {
        width: 540px;
    }

    .primary-focus #secondary {
        width: 190px;
    }

    .bottom-banner-cell img, .html-slot-container img {
        max-width: 100%;
    }

    .ui-dialog {
        max-width: 98%;
    }

        .ui-dialog .ui-dialog-content {
            height: auto!important;
            overflow: visible;
        }

    .scrollable {
        height: auto;
    }

    .mini-cart-total-label {
        display: none;
    }

    .mini-cart-products {
        max-height: 100%;
    }

    ul.search-result-items .new-row {
        clear: none;
    }

    ul.search-result-items .grid-tile {
        width: 41.5%;
    }

    table .section-header {
        font-size: 1em!important;
    }

    #compare-table td .product-tile {
        width: 79px;
    }

    .pt_gift-registry .add-gift-cert p {
        width: auto;
    }

    #cart-table .item-user-actions {
        width: 72px;
    }

    #cart-table .item-total .promo-adjustment {
        width: 77px;
    }

    .home-bottom-right .product-tile {
        min-height: 0;
    }

    #email-alert-signup {
        margin: 0;
        width: 100%;
    }

        #email-alert-signup label {
            float: none;
            display: block;
            text-align: center;
            width: 100%;
        }

        #email-alert-signup input[type=text] {
            width: 73%;
        }

    .facebook-registration, .facebook-registration .fb_iframe_widget, .facebook-registration .fb_iframe_widget span, .facebook-registration .fb_iframe_widget span iframe {
        position: relative;
        width: 100%!important;
    }

    .facebook-registration {
        left: 0;
    }

    .mini-cart-item-word span {
        display: none;
    }
}

body, html {
  /*  overflow-x: hidden;*/
}

@media screen and (max-width:480px) {
    #preferred-store-panel input[type=text] {
        width: 49.5966%;
    }
}

@media print {
    .pt_order-confirmation #mini-cart, .pt_order-confirmation #navigation, .pt_order-confirmation .header-banner, .pt_order-confirmation .menu-utility, .pt_order-confirmation .menu-utility-user {
        display: none;
    }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normale.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

b, optgroup, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
}

pre, textarea {
    overflow: auto;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid;
    }

    *, :after, :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100%!important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000!important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

        .table td, .table th {
            background-color: #fff!important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd!important;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 32px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

dt, kbd kbd {
    font-weight: 700;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.initialism, .text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus, a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

dl, ol, ul {
    margin-top: 0;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

address, dl {
    margin-bottom: 20px;
}

ol, ul {
    margin-bottom: 10px;
}

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dd {
    margin-left: 0;
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: block;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .container {
        width: 750px;
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
}

    blockquote .small:before, blockquote footer:before, blockquote small:before {
        content: '\2014 \00A0';
    }

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: '';
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

address {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .text-hide, pre code {
        background-color: transparent;
    }

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        border-radius: 0;
    }

.container, .container-fluid {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container:after, .container:before {
    content: " ";
    display: block;
}

.container:after {
    clear: both;
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
        
    }
}

.container-fluid:after, .container-fluid:before {
    content: " ";
    display: block;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row:after, .row:before {
        content: " ";
        display: block;
    }

    .row:after {
        clear: both;
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

#nav-overlay, .affix {
    position: fixed;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-xs-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.col-xs-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.col-xs-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.col-xs-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.col-xs-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
        float:left;

    }

    .col-lg-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
        float:left;
    }

    .col-lg-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.category-switch:after, .category-switch:before, .clearfix:after, .clearfix:before, .level-2 > ul:after, .level-2 > ul:before, nav[role=navigation]:after, nav[role=navigation]:before {
    content: " ";
    display: block;
}

.category-switch:after, .clearfix:after, .level-2 > ul:after, nav[role=navigation]:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea, body {
    font-family: Lato,sans-serif;
}

#wrapper, body, html {
    min-height: 100%;
    position: relative;
}

@-ms-viewport {
    width: device-width;
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table!important;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell!important;
    }

    .visible-xs-block {
        display: block!important;
    }

    .visible-xs-inline {
        display: inline!important;
    }

    .visible-xs-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important;
    }

    table.visible-sm {
        display: table!important;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell!important;
    }

    .visible-sm-block {
        display: block!important;
    }

    .visible-sm-inline {
        display: inline!important;
    }

    .visible-sm-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important;
    }

    table.visible-md {
        display: table!important;
    }

    tr.visible-md {
        display: table-row!important;
    }

    td.visible-md, th.visible-md {
        display: table-cell!important;
    }

    .visible-md-block {
        display: block!important;
    }

    .visible-md-inline {
        display: inline!important;
    }

    .visible-md-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important;
    }

    table.visible-lg {
        display: table!important;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell!important;
    }

    .visible-lg-block {
        display: block!important;
    }

    .visible-lg-inline {
        display: inline!important;
    }

    .visible-lg-inline-block {
        display: inline-block!important;
    }

    .hidden-lg {
        display: none!important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important;
    }
}

.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table!important;
    }

    tr.visible-print {
        display: table-row!important;
    }

    td.visible-print, th.visible-print {
        display: table-cell!important;
    }
}

.visible-print-block {
    display: none!important;
}

@media print {
    .visible-print-block {
        display: block!important;
    }
}

.visible-print-inline {
    display: none!important;
}

@media print {
    .visible-print-inline {
        display: inline!important;
    }
}

.visible-print-inline-block {
    display: none!important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important;
    }

    .hidden-print {
        display: none!important;
    }
}

body {
    background-color: #fff;
}

    body.mobile-menu-expanded {
        overflow: hidden;
        max-height: 100%;
    }

        body.mobile-menu-expanded #navigation {
            left: 0;
            -webkit-transform: translate3d(0,0,0);
        }

        body.mobile-menu-expanded #nav-overlay {
            opacity: 1;
            visibility: visible;
        }

        body.mobile-menu-expanded #wrapper {
            left: 250px;
            max-height: 100%;
        }

#wrapper {
    width: 100%!important;
    -webkit-transition: left .2s ease-in;
    transition: left .2s ease-in;
}

#nav-overlay {
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .2s ease,opacity .2s ease;
    transition: visibility .2s ease,opacity .2s ease;
}

.container {
    position: relative;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

#main {
    padding-bottom: 30px;
}

.ui-dialog {
    z-index: 1001!important;
}

    .ui-dialog .ui-dialog-titlebar {
        height: auto;
        background-color: transparent;
        margin: 0 30px 25px;
        padding: 0;
        border-bottom: 1px solid #7c7c7c;
    }

    .ui-dialog .ui-dialog-title {
        margin: 0;
        padding-top: 20px;
        line-height: 40px;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        top: 20px;
        opacity: .8;
    }

    .ui-dialog .ui-icon-closethick {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzMEI5MEQzOUY5MDExRTY4NTY2QjAxMEI5NzZFQUZEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzMEI5MEQ0OUY5MDExRTY4NTY2QjAxMEI5NzZFQUZEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTMwQjkwRDE5RjkwMTFFNjg1NjZCMDEwQjk3NkVBRkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTMwQjkwRDI5RjkwMTFFNjg1NjZCMDEwQjk3NkVBRkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Lxp7dAAAAXVBMVEWmpqb8/PwoKChCQkJFRUXs7OyWlpYYGBiDg4MNDQ0WFhY/Pz8HBwdHR0dDQ0NERESEhIQpKSnp6ekbGxsjIyMnJyeampoAAACnp6fz8/MGBgby8vKjo6M5OTn///92Et+aAAAAYElEQVR42jzPRRIAIRADwKy7Gzr/f+YCA+TWl6QC1VNO82AfRZKsNpBQhqWtlSAybCdNjuygQGfBYpLoysUrsri/lzK1rdvBJPqF2I/UyQZJFhvnFOU8A8cq8wVcvwADAG/DFHg0zWWsAAAAAElFTkSuQmCC);
        background-position: center center;
    }

    .ui-dialog .ui-dialog-content {
        width: 100%!important;
        padding: 0 30px 40px;
    }

        .ui-dialog .ui-dialog-content .container {
            width: 100%!important;
            padding: 0;
        }

        .ui-dialog .ui-dialog-content button#add-to-cart {
            color: #0A263C!important;
            background-color: #f4e200;
            border: 2px solid #f4e200;
            padding: 0 40px!important;
            font-size: 18px!important;
            line-height: 36px!important;
        }

            .ui-dialog .ui-dialog-content button#add-to-cart.focus, .ui-dialog .ui-dialog-content button#add-to-cart:focus, .ui-dialog .ui-dialog-content button#add-to-cart:hover {
                color: #0A263C!important;
                background-color: #fff;
                border: 2px solid #f4e200;
            }

            .ui-dialog .ui-dialog-content button#add-to-cart.disabled.focus, .ui-dialog .ui-dialog-content button#add-to-cart.disabled:focus, .ui-dialog .ui-dialog-content button#add-to-cart.disabled:hover, .ui-dialog .ui-dialog-content button#add-to-cart[disabled].focus, .ui-dialog .ui-dialog-content button#add-to-cart[disabled]:focus, .ui-dialog .ui-dialog-content button#add-to-cart[disabled]:hover, fieldset[disabled] .ui-dialog .ui-dialog-content button#add-to-cart.focus, fieldset[disabled] .ui-dialog .ui-dialog-content button#add-to-cart:focus, fieldset[disabled] .ui-dialog .ui-dialog-content button#add-to-cart:hover {
                background-color: #f4e200;
                border: 2px solid #f4e200;
            }

        .ui-dialog .ui-dialog-content a {
            color: #0A263C;
        }

        .ui-dialog .ui-dialog-content h2 {
            font-size: 14px;
            margin-top: 0;
        }

.btn, .btn-link {
    font-size: 13px!important;
}

.ui-dialog .ui-dialog-buttonpane {
    margin: -15px 0 0;
    border: 0;
    padding: 0 30px 40px;
}

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: none;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
            display: inline-block;
            margin: 0 5px 0 0;
            font-weight: 400;
            letter-spacing: 1.5px;
            text-align: center;
            vertical-align: middle;
            touch-action: manipulation;
            cursor: pointer;
            background-image: none;
            border-radius: 0;
            white-space: nowrap;
            height: auto!important;
            float: none!important;
            text-transform: uppercase;
            transition: none;
            color: #fff!important;
            background-color: #0A263C;
            border: 2px solid #0A263C;
            padding: 0 20px!important;
            font-size: 13px!important;
            line-height: 40px!important;
        }

            .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.focus, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:focus, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
                color: #0A263C!important;
                background-color: #fff;
                border: 2px solid #0A263C;
            }

            .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.disabled.focus, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.disabled:focus, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.disabled:hover, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button[disabled].focus, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button[disabled]:focus, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button[disabled]:hover, fieldset[disabled] .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.focus, fieldset[disabled] .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:focus, fieldset[disabled] .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
                background-color: #0A263C;
                border: 2px solid #0A263C;
            }

.ui-dialog .form-dialog-account .form-caption, .ui-dialog .form-dialog-account .form-field-tooltip {
    display: none;
}

.ui-dialog .form-dialog-account .form-row-button {
    margin: 30px 0 0;
}

    .ui-dialog .form-dialog-account .form-row-button .btn {
        color: #fff!important;
        background-color: #0A263C;
        border: 2px solid #0A263C;
        padding: 0 60px!important;
        font-size: 16px!important;
        line-height: 36px!important;
        width: 100%;
    }

        .ui-dialog .form-dialog-account .form-row-button .btn.focus, .ui-dialog .form-dialog-account .form-row-button .btn:focus, .ui-dialog .form-dialog-account .form-row-button .btn:hover {
            color: #0A263C!important;
            background-color: #fff;
            border: 2px solid #0A263C;
        }

        .ui-dialog .form-dialog-account .form-row-button .btn.disabled.focus, .ui-dialog .form-dialog-account .form-row-button .btn.disabled:focus, .ui-dialog .form-dialog-account .form-row-button .btn.disabled:hover, .ui-dialog .form-dialog-account .form-row-button .btn[disabled].focus, .ui-dialog .form-dialog-account .form-row-button .btn[disabled]:focus, .ui-dialog .form-dialog-account .form-row-button .btn[disabled]:hover, fieldset[disabled] .ui-dialog .form-dialog-account .form-row-button .btn.focus, fieldset[disabled] .ui-dialog .form-dialog-account .form-row-button .btn:focus, fieldset[disabled] .ui-dialog .form-dialog-account .form-row-button .btn:hover {
            background-color: #0A263C;
            border: 2px solid #0A263C;
        }

.ui-dialog .form-dialog-account .expiration {
    margin: 0;
}

    .ui-dialog .form-dialog-account .expiration .month, .ui-dialog .form-dialog-account .expiration .year, .ui-dialog .form-dialog-account .expiration > label {
        display: inline-block!important;
        float: left;
        margin-bottom: 0!important;
    }

        .ui-dialog .form-dialog-account .expiration .month .field-wrapper, .ui-dialog .form-dialog-account .expiration .year .field-wrapper {
            float: none!important;
            width: 100%!important;
        }

            .ui-dialog .form-dialog-account .expiration .month .field-wrapper select, .ui-dialog .form-dialog-account .expiration .year .field-wrapper select {
                min-width: 0;
            }

    .ui-dialog .form-dialog-account .expiration > label {
        width: 40%;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
    }

    .ui-dialog .form-dialog-account .expiration .month {
        width: 30%;
    }

    .ui-dialog .form-dialog-account .expiration .year {
        width: calc(30% - 10px);
        margin-left: 10px;
    }

@media (max-width:991px) {
    .ui-dialog .form-dialog-account .expiration {
        width: 100%;
    }

        .ui-dialog .form-dialog-account .expiration > label {
            width: 40%;
        }

        .ui-dialog .form-dialog-account .expiration .month {
            width: 30%;
        }
}

.js .loader, .js .loader .loader-bg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.ui-widget-overlay {
    z-index: 1000!important;
}

.js .loader {
    left: 0;
    top: 0;
    z-index: 102;
}

    .js .loader .loader-bg {
        background-color: #fff;
        opacity: .9;
    }

    .js .loader .loader-indicator {
        position: absolute;
        left: calc(50% - 70px);
        top: 140px;
        width: 140px;
        height: 110px;
        z-index: 103;
        background: 0 0;
    }

    .js .loader .loader-shadow {
        display: block;
        width: 40px;
        height: 5px;
        border-radius: 50%;
        background-color: #e5e5e5;
        margin: 0 auto;
    }

.ui-dialog[aria-describedby=QuickViewDialog] .quickview-nav button:last-of-type {
    float: right!important;
}

.ui-dialog[aria-describedby=QuickViewDialog] .quickview-nav button[disabled], .ui-dialog[aria-describedby=QuickViewDialog] .quickview-nav button[disabled]:hover {
    border: 0;
}

    .ui-dialog[aria-describedby=QuickViewDialog] .quickview-nav button[disabled]:hover span {
        border-bottom: 0;
    }

.ui-dialog[aria-describedby=QuickViewDialog] .product-image-container img {
    max-width: 100%;
}

.ui-dialog[aria-describedby=QuickViewDialog] #product-content {
    padding-top: 25px;
}

    .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-name {
        font-size: 18px;
        font-style: normal;
    }

    .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-variations .swatches-header {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 5px;
    }

    .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-variations .swatches.size li {
        padding-right: 10px;
    }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-variations .swatches.size li a {
            border-radius: 0;
            padding: 1px 15px;
            border: 1px solid #0A263C;
            color: #0A263C;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-variations .swatches.size li.selected a {
            margin: 0 -2px;
            padding: 0 15px;
            border: 2px solid #0A263C;
        }

    .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart .quantity-qv {
        font-size: 18px;
        line-height: 50px;
        padding-left: 7px;
        text-transform: uppercase;
    }

    .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart .inventory {
        display: inline-block;
        padding-right: 15px;
        margin-bottom: 15px;
    }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart .inventory .quantity {
            width: 110px;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart .inventory .form-row.form-row-select {
            display: block;
            width: auto;
            margin-bottom: 10px;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart .inventory .field-wrapper:after {
            right: 15px!important;
            line-height: 55px;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart .inventory select {
            height: 55px;
            border: 2px solid #f4e200;
            padding: 0 15px;
            font-size: 16px;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart .inventory label {
            display: none;
        }

    .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart {
        display: inline-block;
        max-width: 320px;
        margin: 0;
        vertical-align: top;
        color: #0A263C!important;
        background-color: #f4e200;
        border: 2px solid #f4e200;
        padding: 10px 15px!important;
        font-size: 17px!important;
        line-height: 31px!important;
    }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart.focus, .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart:focus, .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart:hover {
            color: #0A263C!important;
            background-color: #fff;
            border: 2px solid #f4e200;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart.disabled.focus, .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart.disabled:focus, .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart.disabled:hover, .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart[disabled].focus, .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart[disabled]:focus, .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart[disabled]:hover, fieldset[disabled] .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart.focus, fieldset[disabled] .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart:focus, fieldset[disabled] .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart:hover {
            background-color: #f4e200;
            border: 2px solid #f4e200;
        }

    .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-actions {
        text-align: left;
        border: 0;
    }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-actions .btn:first-child {
            padding-left: 0!important;
        }

.ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart {
    display: inline-block;
    max-width: 320px;
    margin: 0;
    vertical-align: top;
    color: #0A263C!important;
    background-color: #f4e200;
    border: 2px solid #f4e200;
    padding: 10px 15px!important;
    font-size: 17px!important;
    line-height: 31px!important;
}

    .ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart.focus, .ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart:focus, .ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart:hover {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #f4e200;
    }

    .ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart.disabled.focus, .ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart.disabled:focus, .ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart.disabled:hover, .ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart[disabled].focus, .ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart[disabled]:focus, .ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart[disabled]:hover, fieldset[disabled] .ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart.focus, fieldset[disabled] .ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart:focus, fieldset[disabled] .ui-dialog[aria-describedby=QuickViewDialog] .pdp-set .add-all-to-cart:hover {
        background-color: #f4e200;
        border: 2px solid #f4e200;
    }

@media (max-width:991px) {
    .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart .inventory .quantity {
        width: 85px;
    }

    .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart {
        width: 250px;
    }
}

@media (max-width:767px) {
    .ui-dialog[aria-describedby=QuickViewDialog] {
        top: 50px!important;
    }

        .ui-dialog[aria-describedby=QuickViewDialog] .product-image-container ul, .ui-dialog[aria-describedby=QuickViewDialog] .product-image-container ul li {
            height: auto!important;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-name {
            font-size: 14px;
            text-align: left;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-price {
            font-size: 14px;
            text-align: left;
            margin: 0;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-description span {
            font-size: 14px;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-variations .swatches.size {
            display: none;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-variations .form-row-select {
            max-width: 260px;
            margin: 0 auto;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-variations .field-wrapper:after {
            right: 15px;
            line-height: 35px;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-variations .select-size {
            width: 100%;
            height: 35px;
            border: 2px solid #0A263C;
            text-transform: uppercase;
            padding: 0 15px;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart .inventory {
            padding: 0;
            margin-bottom: 25px;
            width: 100%;
        }

            .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart .inventory .quantity {
                width: 100%;
                max-width: 260px;
                margin: 0 auto;
            }

            .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart .inventory .field-wrapper:after {
                line-height: 35px;
            }

            .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart .inventory select {
                height: 35px;
                border: 2px solid #0A263C;
                text-transform: uppercase;
            }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-add-to-cart #add-to-cart {
            margin-top: 25px!important;
            max-width: 260px;
            line-height: 20px!important;
        }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-actions .btn {
            width: 100%;
            text-align: center;
        }

            .ui-dialog[aria-describedby=QuickViewDialog] #product-content .product-actions .btn:first-child {
                padding-left: 15px!important;
            }

        .ui-dialog[aria-describedby=QuickViewDialog] #product-content .view-details {
            width: 100%;
        }
}

.share-dialog .social-buttons:after, .share-dialog .social-buttons:before {
    content: " ";
    display: block;
}

.share-dialog .social-buttons:after {
    clear: both;
}

.share-dialog .social-buttons .btn {
    padding: 0!important;
    line-height: 26px!important;
    width: calc(33.33% - 5px);
    color: #fff!important;
    float: left!important;
    margin-left: 5px;
}

    .share-dialog .social-buttons .btn:first-of-type {
        margin-left: 0;
    }

    .share-dialog .social-buttons .btn i {
        font-size: 16px;
        vertical-align: text-bottom;
        margin-right: 5px;
    }

.share-dialog .social-buttons .btn-facebook {
    background: #3b5998!important;
    border-color: #3b5998!important;
}

    .share-dialog .social-buttons .btn-facebook:hover {
        background: #4c70ba!important;
        border-color: #4c70ba!important;
    }

.share-dialog .social-buttons .btn-twitter {
    background: #1da1f2!important;
    border-color: #1da1f2!important;
}

    .share-dialog .social-buttons .btn-twitter:hover {
        background: #4db5f5!important;
        border-color: #4db5f5!important;
    }

.share-dialog .social-buttons .btn-pinterest {
    background: #bd081c!important;
    border-color: #bd081c!important;
}

    .share-dialog .social-buttons .btn-pinterest:hover {
        background: #ee0a23!important;
        border-color: #ee0a23!important;
    }

.share-dialog textarea {
    width: 100%;
}

.share-dialog .btn-submit {
    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
    padding: 0 60px!important;
    font-size: 14px!important;
    line-height: 36px!important;
    width: 100%;
}

.horizontal-content-carousel .carousel-content .slick-slide, .horizontal-product-carousel .carousel-content .slick-slide {
    padding: 0 10px;
}

.share-dialog .btn-submit.focus, .share-dialog .btn-submit:focus, .share-dialog .btn-submit:hover {
    color: #0A263C!important;
    background-color: #fff;
    border: 2px solid #0A263C;
}

.share-dialog .btn-submit.disabled.focus, .share-dialog .btn-submit.disabled:focus, .share-dialog .btn-submit.disabled:hover, .share-dialog .btn-submit[disabled].focus, .share-dialog .btn-submit[disabled]:focus, .share-dialog .btn-submit[disabled]:hover, fieldset[disabled] .share-dialog .btn-submit.focus, fieldset[disabled] .share-dialog .btn-submit:focus, fieldset[disabled] .share-dialog .btn-submit:hover {
    background-color: #0A263C;
    border: 2px solid #0A263C;
}

.horizontal-product-carousel {
    position: relative;
    margin-bottom: 60px;
}

    .horizontal-product-carousel .carousel-content {
        width: 90%;
        margin: 0 auto;
      
    }

        .horizontal-product-carousel .carousel-content.slick-initialized {
            display: block;
        }

        .horizontal-product-carousel .carousel-content .slick-slide img {
            margin: 0 auto;
            max-width: 60%;
  filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
 	
        }
  .horizontal-product-carousel .carousel-content .slick-slide img:hover {
            filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.2);
   
 	
        }


        .horizontal-product-carousel .carousel-content .slick-slide .product-name {
            font-size: 13px;
            height: auto;
            text-transform: uppercase;
        }

    .horizontal-product-carousel .carousel-next, .horizontal-product-carousel .carousel-prev {
        position: absolute;
        width: 30px;
        height: 60px;
        top: calc(50% - 55px);
        cursor: pointer;
    }

    .horizontal-product-carousel .carousel-prev {
        left: 0;
    }

    .horizontal-product-carousel .carousel-next {
        right: 0;
    }

.horizontal-content-carousel {
    position: relative;
    margin-bottom: 60px;
}

    .horizontal-content-carousel .carousel-content {
        margin: 0 auto;
        display: none;
    }

        .horizontal-content-carousel .carousel-content.slick-initialized {
            display: block;
        }

        .horizontal-content-carousel .carousel-content .slick-slide img {
            margin: 0 auto;
            max-width: 100%;
        }

    .horizontal-content-carousel .slick-dots {
        text-align: center;
    }

        .horizontal-content-carousel .slick-dots li {
            display: inline-block;
            padding: 0 5px;
        }

            .horizontal-content-carousel .slick-dots li button {
                display: inline-block;
                width: 10px;
                height: 10px;
                border-radius: 10px;
                background: #E6E7E8;
                font-size: 0;
                line-height: 0;
                border: 0;
                outline: 0;
            }

            .horizontal-content-carousel .slick-dots li.slick-active button {
                background: #f4e200;
            }

.top-banner {
    z-index: 1000;
}

    .top-banner .logo-bar {
        height: 90px;
        text-align: center;
        font-weight: 700;
        font-size: 11px;
        text-transform: uppercase;
        vertical-align: middle;
        border-bottom: 2px solid #E6E7E8;
    }

        .top-banner .logo-bar .logo-bar-left {
            position: absolute;
            top: 0;
            left: 15px;
        }

            .top-banner .logo-bar .logo-bar-left .menu-toggle {
                color: #0A263C;
            }

                .top-banner .logo-bar .logo-bar-left .menu-toggle:hover {
                    color: #63c7c5;
                }

            .top-banner .logo-bar .logo-bar-left a {
                display: block;
                line-height: 40px;
                color: #0A263C!important;
                font-weight: 700;
            }

                .top-banner .logo-bar .logo-bar-left a .fa {
                    padding-right: 5px;
                }

                .top-banner .logo-bar .logo-bar-left a:hover {
                    color: #63c7c5!important;
                }

        .top-banner .logo-bar .logo {
            height: 90px;
            padding-top: 23px;
            display: inline-block;
        }

        .top-banner .logo-bar .logo-bar-right {
            position: absolute;
            top: 31px;
            right: 15px;
            text-align: right;
            font-size: 0;
        }

            .top-banner .logo-bar .logo-bar-right .search-btn {
                display: inline-block;
                position: relative;
                top: auto;
                left: auto;
                right: auto;
                color: #0A263C!important;
                padding: 0 15px;
            }

                .top-banner .logo-bar .logo-bar-right .search-btn .fa-search {
                    position: relative;
                    top: 1px;
                }

                .top-banner .logo-bar .logo-bar-right .search-btn .label-opened i {
                    font-size: 11px!important;
                }

                .top-banner .logo-bar .logo-bar-right .search-btn:hover {
                    color: #63c7c5!important;
                }

@media (max-width:991px) {
    .top-banner .logo-bar {
        height: 50px;
         margin-bottom: 50px;
         
    }

        .top-banner .logo-bar .container {
            height: inherit;
            width: 100%;
            position: relative;
        }

        .top-banner .logo-bar .logo-bar-left {
            left: 0;
        }

        .top-banner .logo-bar .logo-bar-right {
           position: static;
          display: inline-block;
          float: right;
          margin-right: -15px;
        }

        .top-banner .logo-bar .menu-toggle {
            display: block;
            width: 50px;
            height: 50px;
            padding: 0;
            margin-left: 0;
        }

            .top-banner .logo-bar .menu-toggle .menu-icon {
                line-height: 50px;
            }

        .top-banner .logo-bar .header-shipping-banner, .top-banner .logo-bar .menu-utility-user, .top-banner .logo-bar .search-btn, .top-banner .logo-bar .storelocator {
            display: none!important;
        }

        .top-banner .logo-bar .logo {
            height: 50px;
            padding-top: 8px;
            margin-left: 35px; 
        }

            .top-banner .logo-bar .logo img {
                width: 200px;
            }
}

.top-banner #navigation {
    text-align: center;
    position: relative;
    border-bottom: 2px solid #e6e7e9;
}

    .top-banner #navigation .header-search {
        background: #f2f2f2;
        width: 100%;
        margin: 0;
        border: 0;
        border-radius: 0;
        height: auto;
        padding: 10px 0;
        display: none;
    }

    .top-banner #navigation .sticky-logo {
        display: none;
    }

    .top-banner #navigation .menu-category {
        border: 0!important;
        margin: 0;
        font-size: 0;
    }

        .top-banner #navigation .menu-category > li {
            float: none;
            display: inline-block;
            margin: 0 -1px;
        }

    .top-banner #navigation .secondary-menu {
        display: none;
    }

@media screen and (min-width:768px) {
    .top-banner #navigation {
        margin: 0;
    }
}

@media (max-width:991px) {
    .top-banner #navigation {
        position: fixed;
        top: 0;
        left: -250px;
        background: #fff;
        border-bottom: 2px solid #e6e7e9;
        width: 250px;
        height: 100vh;
        overflow-y: auto;
        z-index: 100000;
        -webkit-transform: translate3d(-250px,0,0);
        -webkit-transition: -webkit-transform .2s ease-in;
        transition: left .2s ease-in;
    }

        .top-banner #navigation .container {
            width: 100%;
            padding: 0;
        }

        .top-banner #navigation .header-search {
            display: block;
            padding: 0;
        }

            .top-banner #navigation .header-search form {
                float: none;
            }

            .top-banner #navigation .header-search input {
                background: #fff;
                font-size: 13px;
                height: 50px;
                line-height: 50px;
                color: #0A263C;
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-transition: none;
                -o-transition: none;
                padding: 6px 15px;
                width: calc(100% - 50px);
                outline: 0;
                border: 0;
            }

                .top-banner #navigation .header-search input::-moz-placeholder {
                    color: #bbb;
                    opacity: 1;
                    font-style: italic;
                }

                .top-banner #navigation .header-search input:-ms-input-placeholder {
                    color: #bbb;
                    font-style: italic;
                }

                .top-banner #navigation .header-search input::-webkit-input-placeholder {
                    color: #bbb;
                    font-style: italic;
                }

            .top-banner #navigation .header-search button {
                height: 50px!important;
                width: 50px;
                padding: 0!important;
                background: #E6E7E8;
                color: #0A263C!important;
                outline: 0;
                border: 0;
            }

                .top-banner #navigation .header-search button .fa {
                    font-size: 18px!important;
                }

        .top-banner #navigation .secondary-menu {
            position: static;
            display: block;
            background: #f2f2f2;
            padding: 7px 0;
        }

            .top-banner #navigation .secondary-menu li {
                padding: 0;
                float: none;
            }

            .top-banner #navigation .secondary-menu a {
                font-family: Lato,sans-serif;
                font-size: 11px;
                color: #0A263C;
                text-transform: uppercase;
                font-weight: 700;
                line-height: 11px;
                display: block;
                padding: 15px 0 15px 25px;
                width: 100%;
                text-align: left;
            }

                .top-banner #navigation .secondary-menu a span {
                    display: inline-block;
                }

            .top-banner #navigation .secondary-menu .fa {
                display: inline-block;
                width: 24px;
                padding: 0;
                text-align: center;
                font-size: 14px!important;
                position: relative;
                top: 1px;
            }
}

.top-banner #mini-cart {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    vertical-align: top;
}

    .top-banner #mini-cart .mini-cart-total .mini-cart-link .minicart-quantity {
        position: absolute;
        top: 15px;
        right: 0;
        background: #f4e200;
        display: inline-block;
        font-size: 12px;
        line-height: 13px;
        letter-spacing: 0;
        border-radius: 12px;
        text-align: center;
        border: 1px solid #f4e200;
        color: #0A263C;
        padding: 0 3px 0 2px;
        min-width: 16px;
        height: 16px;
        vertical-align: text-bottom;
    }

    .top-banner #mini-cart .mini-cart-total .mini-cart-link i {
        color: #0A263C;
    }

@media (min-width:992px) {
    .top-banner #mini-cart:hover .mini-cart-total .mini-cart-link i {
        color: #63c7c5;
    }

    .top-banner #mini-cart:hover .mini-cart-total .mini-cart-link .minicart-quantity {
        color: #fff;
        background: #0A263C;
        border: 1px solid #0A263C;
    }

    .top-banner #mini-cart:hover .mini-cart-content {
        display: block!important;
    }
}

@media (max-width:991px) {
    .top-banner #mini-cart .mini-cart-total .mini-cart-link .minicart-quantity {
        top: 10px;
        right: 5px;
    }

    .top-banner #mini-cart .mini-cart-content {
        display: none!important;
    }
}

.top-banner .menu-utility-user {
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    vertical-align: top;
}

    .top-banner .menu-utility-user li {
        height: 50px;
    }

        .top-banner .menu-utility-user li a {
            color: #0A263C!important;
            transition: none;
        }

            .top-banner .menu-utility-user li a:hover {
                color: #63c7c5!important;
            }
              @media (min-width: 992px) {
          .top-banner .menu-utility-user li a span {
            font-family: "Libre Baskerville", serif;
            font-size: 12px;
            letter-spacing: 0.025em;
            text-transform: none;
            padding-right: 5px; } }
        .top-banner .menu-utility-user li i {
            display: inline-block;
           
        }

.top-banner .fa {
    font-size: 18px!important;
}
  @media (min-width: 992px) {
      .top-banner .fa {
        padding: 5px; } }

.top-banner a.mini-cart-link, .top-banner a.search-btn, .top-banner a.user-account {
    
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
 @media (min-width: 992px) {
    .top-banner a.mini-cart-link .fa {
      font-size: 16px !important; } }



@media (max-width:991px) {
    .top-banner a.mini-cart-link {
        line-height: 50px;
        width: 50px;
    }
}

.top-banner .menu-category > li.active .level-2 {
    opacity: 0;
    visibility: hidden;
}

.top-banner .menu-category > li:hover > .menu-item-link {
    background: #fff;
    color: #63c7c5;
}

.top-banner .menu-category > li:hover .level-2 {
    display: block;
}

.top-banner .menu-category > li .menu-item-link, .top-banner .menu-category > li a {
    transition: none;
}

.top-banner .menu-category > li > a, .top-banner .menu-category > li > span {
    display: block;
    font-size: 13px;
    line-height: 50px;
    text-transform: uppercase;
    color: #333;
    height: 50px;
  
    position: relative;
    padding: 0 12px;
}

@media (min-width:1200px) {
    .top-banner .menu-category > li > a, .top-banner .menu-category > li > span {
        padding: 0 23px;
    }
}

.top-banner .menu-category > li > span {
    cursor: default;
}

.top-banner .menu-category > li .level-2 {
    width: 100%;
    padding: 30px 0;
    box-shadow: none;
    background: #f9f9fa;
    left: 0;
    border-top: 2px solid #e6e7e9;
    text-align: left;
}

    .top-banner .menu-category > li .banner a, .top-banner .menu-category > li .level-2 .container {
        padding: 0;
    }

.top-banner .menu-category > li .banner {
    width: 50%;
}

    .top-banner .menu-category > li .banner a:hover {
        text-decoration: none;
    }

        .top-banner .menu-category > li .banner a:hover strong {
            color: #63c7c5;
        }

    .top-banner .menu-category > li .banner img {
        width: 100%;
        padding: 0 5px;
    }

    .top-banner .menu-category > li .banner strong {
        display: block;
        margin-top: 10px;
        padding: 0 5px;
        font-size: 13px;
        text-transform: uppercase;
        font-family: Lato,sans-serif;
        font-weight: 700;
        color: #0A263C;
        text-align: center;
    }

.top-banner .menu-category > li .level-2 .container > ul {
    float: left;
    /*width: 50%;*/
    padding: 0;
}

    .top-banner .menu-category > li .level-2 .container > ul > li {
        padding: 0;
        min-width: 180px;
    }

        .top-banner .menu-category > li .level-2 .container > ul > li > .menu-item-link, .top-banner .menu-category > li .level-2 .container > ul > li > a {
            font-family: "Libre Baskerville",serif;
            font-weight: 700;
            color: #0A263C;
            font-size: 16px;
            padding: 0;
            line-height: 17px;
            display: block;
            cursor: default;
            text-transform: none;
        }

            .top-banner .menu-category > li .level-2 .container > ul > li > .menu-item-link:hover, .top-banner .menu-category > li .level-2 .container > ul > li > a:hover {
                text-decoration: none;
                color: #63c7c5;
            }

        .top-banner .menu-category > li .level-2 .container > ul > li ul li {
            padding: 0;
            min-width: 180px;
        }

    .top-banner .menu-category > li .level-2 .container > ul.menu-vertical > li {
        float: none;
        padding: 0 15px;
    }

        .top-banner .menu-category > li .level-2 .container > ul.menu-vertical > li > .menu-item-link {
            line-height: 30px;
        }

    .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li {
        border: 0;
        /*width: 50%;*/
        padding: 0 15px;
    }

        .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li .menu-item-link:hover {
            color: #0A263C;
        }

        .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li ul.level-3 {
            padding: 0;
            margin-top: 10px;
        }

            .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li ul.level-3 a {
                font-size: 13px;
                color: #0A263C;
                text-transform: capitalize;
                line-height: 30px;
                font-style: normal;
                display: block;
            }

                .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li ul.level-3 a:hover {
                    text-decoration: none;
                    color: #63c7c5;
                }

@media (max-width:991px) {
    .top-banner .menu-category > li {
        border-top: 2px solid #E6E7E8;
        display: block!important;
        margin: 0!important;
    }

        .top-banner .menu-category > li:hover > .menu-item-link {
            color: #0A263C;
        }

        .top-banner .menu-category > li.active .has-sub-menu:after {
            content: '\f0d7';
        }

        .top-banner .menu-category > li.active .level-2 {
            opacity: 1;
            visibility: visible;
            max-height: 1000px;
        }

        .top-banner .menu-category > li.active + li, .top-banner .menu-category > li:first-child {
            border-top: 0;
        }

        .top-banner .menu-category > li > .menu-item-link {
            float: left;
            width: 100%;
            padding: 20px 15px;
            font-size: 13px;
            color: #0A263C;
            text-align: left;
            line-height: 17px;
            height: auto;
        }

            .top-banner .menu-category > li > .menu-item-link:hover {
                color: #0A263C!important;
            }

            .top-banner .menu-category > li > .menu-item-link:after {
                content: '\f0da';
                font-family: FontAwesome;
                display: block;
                position: absolute;
                height: 100%;
                line-height: 58px;
                top: 0;
                right: 15px;
            }

        .top-banner .menu-category > li .level-2 {
            position: static;
            border-top: 0;
            padding: 0;
            background-color: #e5f3ef;
            max-height: 0;
            overflow: hidden;
            visibility: hidden;
            opacity: 0;
            transition: visibility .2s ease,opacity .2s ease,max-height .2s ease;
            display: block!important;
        }

            .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li ul.level-3 > li a:hover, .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li > .menu-item-link:hover, .top-banner .menu-category > li .level-2 .container > ul.menu-vertical > li > .menu-item-link:hover {
                background-color: transparent;
            }

            .top-banner .menu-category > li .level-2 .container > ul.menu-vertical {
                width: 100%;
                padding: 10px 0;
            }

                .top-banner .menu-category > li .level-2 .container > ul.menu-vertical > li {
                    border: 0;
                    padding: 0;
                }

                    .top-banner .menu-category > li .level-2 .container > ul.menu-vertical > li > .menu-item-link {
                        font-family: "Libre Baskerville",serif;
                        font-size: 14px;
                        color: #0A263C;
                        text-transform: none;
                        font-weight: 700;
                        padding: 10px 15px;
                        display: block;
                        line-height: 17px;
                    }

            .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal {
                width: 100%;
                float: none;
            }

                .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li {
                    width: 100%;
                    padding: 0;
                }

                    .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li > .menu-item-link {
                        font-family: "Libre Baskerville",serif;
                        font-size: 14px;
                        color: #0A263C;
                        text-transform: none;
                        font-weight: 700;
                        padding: 10px 15px;
                        display: block;
                        line-height: 160%;
                    }

                    .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li:first-of-type > .menu-item-link {
                        padding: 20px 15px 10px;
                    }

                    .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li ul.level-3 {
                        display: block;
                        margin-top: 0;
                        margin-bottom: 10px;
                    }

                        .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li ul.level-3 > li {
                            border: 0;
                        }

                            .top-banner .menu-category > li .level-2 .container > ul.menu-horizontal > li ul.level-3 > li a {
                                font-size: 13px;
                                color: #0A263C;
                                padding: 10px 35px;
                                text-transform: capitalize;
                                display: block;
                                font-weight: 400;
                                line-height: 17px;
                            }

            .top-banner .menu-category > li .level-2 .container .banner {
                display: none;
            }
}

.btn, footer, footer .footer-columns {
    text-align: center;
}

.header-banner {
    margin: 30px 0;
    line-height: 28px;
    font-size: 14px;
}

    .header-banner .header-promotion {
        background: #fff5f6;
        color: #0A263C;
        font-size: 15px;
        font-family: 'Libre Baskerville',serif;
        letter-spacing: .025em;
        padding: 10px 0;
    }

        .header-banner .header-promotion a, .header-banner .header-promotion span {
            color: #0A263C;
        }

    .header-banner .header-shipping-banner {
        display: none;
    }

@media (max-width:991px) {
    .header-banner {
        line-height: 18px;
        font-size: 12px;
    }

        .header-banner .header-promotion {
            padding: 10px 15px;
            line-height: 22px;
        }

        .header-banner .header-shipping-banner {
            display: block;
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            margin: 10px 0 0;
            text-align: center;
        }
}

footer .footer-legal li, footer .footer-legal li:after, footer .footer-social-icons ul {
    display: inline-block;
}

.header-shipping-banner {
    position: absolute;
    top: 50px;
    right: 15px;
}

    .header-shipping-banner p {
        margin: 0;
    }

    .header-shipping-banner a {
        color: #7c7c7c;
        font-style: italic;
        font-size: 15px;
        font-weight: 400;
        text-transform: none;
        white-space: nowrap;
        bottom: -10px;
        margin: 0;
        letter-spacing: .015em;
    }

footer .footer-columns h3, footer a {
    color: #555;
    font-size: 13px;
}

.btn, body, footer {
    letter-spacing: 1.5px;
}

footer {
    font-size: 13px;
    border-top: 2px solid #63c7c5;
    padding-top: 30px;
    background: #fff;
}

    footer ul {
        margin: 0!important;
        padding: 0!important;
        line-height: inherit!important;
    }

        footer ul li {
            list-style: none!important;
        }

    footer .footer-columns h3 {
        padding-bottom: 15px;
        border-bottom: 2px solid #e6e7e8;
        /*width: 40%;*/
        width:100%;
        text-transform: uppercase;
        font-weight: 700;
        margin: 30px auto 15px;
    }

    footer .footer-columns ul li {
        margin-bottom: 15px;
    }

    footer .footer-social-icons {
        margin-top: 40px;
    }

        footer .footer-social-icons ul li {
            display: inline-block;
            padding: 0 10px;
        }

        footer .footer-social-icons a {
            color: #7c7c7c;
        }

            footer .footer-social-icons a:hover {
                color: #f4e200!important;
            }

        footer .footer-social-icons i.fa {
            font-size: 26px;
        }

    footer .footer-newsletter {
        margin-top: 30px;
    }

        footer .footer-newsletter a {
            font-style: italic;
            font-size: 11px;
            line-height: 130%;
            font-family: "Libre Baskerville",serif;
            text-transform: lowercase;
            color: #7c7c7c;
        }

    footer .footer-legal {
        margin: 60px 0;
        text-transform: uppercase;
    }

        footer .footer-legal li:after {
            content: "|";
            padding: 0 10px 0 14px;
        }

        footer .footer-legal li:last-child:after, footer .footer-print {
            display: none;
        }

.btn {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border-radius: 0;
    white-space: nowrap;
    height: auto!important;
    float: none!important;
    text-transform: uppercase;
    transition: none;
    padding: 10px 16px!important;
    line-height: 130%!important;
    color: #0A263C!important;
    background-color: #E6E7E8;
    border: 2px solid #E6E7E8;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #0A263C!important;
        background-color: #E6E7E8;
        border: 2px solid #E6E7E8;
    }

        .btn.disabled.disabled.focus, .btn.disabled.disabled:focus, .btn.disabled.disabled:hover, .btn.disabled[disabled].focus, .btn.disabled[disabled]:focus, .btn.disabled[disabled]:hover, .btn[disabled].disabled.focus, .btn[disabled].disabled:focus, .btn[disabled].disabled:hover, .btn[disabled][disabled].focus, .btn[disabled][disabled]:focus, .btn[disabled][disabled]:hover, fieldset[disabled] .btn.disabled.focus, fieldset[disabled] .btn.disabled:focus, fieldset[disabled] .btn.disabled:hover, fieldset[disabled] .btn[disabled].focus, fieldset[disabled] .btn[disabled]:focus, fieldset[disabled] .btn[disabled]:hover, fieldset[disabled] fieldset[disabled] .btn.focus, fieldset[disabled] fieldset[disabled] .btn:focus, fieldset[disabled] fieldset[disabled] .btn:hover {
            background-color: #E6E7E8;
            border: 2px solid #E6E7E8;
        }

    .btn.focus, .btn:focus, .btn:hover {
        text-decoration: none;
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
    }

    .btn.disabled.focus, .btn.disabled:focus, .btn.disabled:hover, .btn[disabled].focus, .btn[disabled]:focus, .btn[disabled]:hover, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:hover {
        color: #0A263C!important;
        background-color: #E6E7E8;
        border: 2px solid #E6E7E8;
    }

.btn-link {
    color: #0A263C!important;
    background-color: transparent!important;
    padding: 0!important;
    line-height: 30px!important;
    border: 0;
}

    .btn-link.focus, .btn-link:focus, .btn-link:hover {
        color: #0A263C!important;
        background-color: transparent;
        border: 2px solid transparent;
    }

    .btn-link.disabled.focus, .btn-link.disabled:focus, .btn-link.disabled:hover, .btn-link[disabled].focus, .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link.focus, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
        background-color: transparent!important;
        border: 2px solid transparent;
    }

    .btn-link span {
        border-bottom: 1px solid transparent;
    }

    .btn-link:focus, .btn-link:hover {
        border: 0;
        outline: 0;
    }

        .btn-link:focus span, .btn-link:hover span {
            border-bottom: 1px solid #0A263C;
        }

    .btn-link i {
        font-size: 16px;
    }

        .btn-link i:first-child {
            margin-right: 10px;
        }

        .btn-link i:last-child {
            margin-left: 10px;
        }

.btn-outlined {
    color: #0A263C!important;
    background-color: #fff;
    border: 2px solid #0A263C;
}

    .btn-outlined.focus, .btn-outlined:focus, .btn-outlined:hover {
        color: #fff!important;
        background-color: #0A263C;
        border: 2px solid #0A263C;
    }

    .btn-outlined.disabled.focus, .btn-outlined.disabled:focus, .btn-outlined.disabled:hover, .btn-outlined[disabled].focus, .btn-outlined[disabled]:focus, .btn-outlined[disabled]:hover, fieldset[disabled] .btn-outlined.focus, fieldset[disabled] .btn-outlined:focus, fieldset[disabled] .btn-outlined:hover {
        background-color: #fff;
        border: 2px solid #0A263C;
    }

hr {
    margin: 20px 0;
    border: 0;
    border-top: 2px solid #E6E7E8;
}

.mini-cart-content {
    box-shadow: none;
    top: 50px;
    width: 360px;
    border: 2px solid #E6E7E8;
}

    .mini-cart-content .mini-cart-header {
        background: #E6E7E8;
        padding: 0 15px;
        text-align: left;
        line-height: 38px;
        font-size: 13px;
    }

    .mini-cart-content hr {
        margin: 10px 0;
    }

    .mini-cart-content .mini-cart-products {
        padding: 0 15px;
    }

        .mini-cart-content .mini-cart-products hr:last-of-type {
            display: none;
        }

        .mini-cart-content .mini-cart-products .mini-cart-product {
            padding: 0;
            margin-top: 10px;
            border: 0;
        }

            .mini-cart-content .mini-cart-products .mini-cart-product:last-of-type {
                margin-bottom: 10px;
            }

            .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-image {
                width: 35%;
                text-align: center;
            }

                .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-image img {
                    display: inline-block;
                    max-width: 100%;
                }

            .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details {
                width: 65%;
                float: left;
                text-align: left;
                padding-left: 15px;
            }

                .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details > * {
                    float: none;
                    width: 100%;
                    font-style: normal;
                }

                .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-name {
                    font-size: 13px;
                }

                    .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-name a {
                        color: #0A263C;
                    }

                .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-promo {
                    color: #ed1c24;
                    text-transform: none;
                    line-height: 14px;
                }

                .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-pricing {
                    font-size: 13px;
                    font-weight: 400;
                    margin-top: 3px;
                }

                    .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-pricing .price-standard {
                        text-decoration: line-through;
                    }

                .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-qty {
                    font-size: 12px;
                    color: #7c7c7c;
                    font-weight: 400;
                    text-transform: none;
                    margin-top: 15px;
                }

                .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit {
                    margin-top: 15px;
                }

                    .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit:after, .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit:before {
                        content: " ";
                        display: block;
                    }

                    .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit:after {
                        clear: both;
                    }

                    .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn {
                        color: #0A263C!important;
                        background-color: #fff;
                        border: 2px solid #0A263C;
                        padding: 0!important;
                        font-size: 12px!important;
                        line-height: 20px!important;
                        width: calc(50% - 5px);
                    }

                        .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn.focus, .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn:focus, .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn:hover {
                            color: #fff!important;
                            background-color: #0A263C;
                            border: 2px solid #0A263C;
                        }

                        .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn.disabled.focus, .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn.disabled:focus, .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn.disabled:hover, .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn[disabled].focus, .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn[disabled]:focus, .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn[disabled]:hover, fieldset[disabled] .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn.focus, fieldset[disabled] .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn:focus, fieldset[disabled] .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn:hover {
                            background-color: #fff;
                            border: 2px solid #0A263C;
                        }

                        .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn:first-child {
                            float: left!important;
                        }

                        .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-product-details .mini-cart-edit .btn:last-child {
                            float: right!important;
                        }

    .mini-cart-content .mini-cart-totals {
        padding: 0 15px;
    }

        .mini-cart-content .mini-cart-totals .mini-cart-subtotals {
            width: 100%;
            padding: 10px 0;
            text-align: right;
            font-size: 13px;
            font-weight: 400;
            color: #7c7c7c;
            border-top: 2px solid #E6E7E8;
            position: relative;
        }

            .mini-cart-content .mini-cart-totals .mini-cart-subtotals:before {
                content: "";
            }

            .mini-cart-content .mini-cart-totals .mini-cart-subtotals .label {
                margin: 0 32px 0 0;
                text-transform: none;
                font-weight: 700;
            }

            .mini-cart-content .mini-cart-totals .mini-cart-subtotals .value {
                margin-right: 0;
            }

        .mini-cart-content .mini-cart-totals .mini-cart-slot {
            background: #fff5f6;
            border: 0;
            font-size: 11px;
            text-transform: uppercase;
            font-style: normal;
            font-weight: 400;
            padding: 5px 0;
            margin: 0;
        }

        .mini-cart-content .mini-cart-totals .btn-cart, .mini-cart-content .mini-cart-totals .btn-checkout {
            color: #0A263C!important;
            padding: 0!important;
            font-size: 13px!important;
            line-height: 35px!important;
            display: block;
        }

        .mini-cart-content .mini-cart-totals .mini-cart-slot * {
            margin: 0;
            font-weight: 400;
        }

        .mini-cart-content .mini-cart-totals .btn:last-child {
            margin: 5px 0 15px;
        }

        .mini-cart-content .mini-cart-totals .btn-checkout {
            background-color: #f4e200;
            border: 2px solid #f4e200;
        }

            .mini-cart-content .mini-cart-totals .btn-checkout.focus, .mini-cart-content .mini-cart-totals .btn-checkout:focus, .mini-cart-content .mini-cart-totals .btn-checkout:hover {
                color: #0A263C!important;
                background-color: #fff;
                border: 2px solid #f4e200;
            }

            .mini-cart-content .mini-cart-totals .btn-checkout.disabled.focus, .mini-cart-content .mini-cart-totals .btn-checkout.disabled:focus, .mini-cart-content .mini-cart-totals .btn-checkout.disabled:hover, .mini-cart-content .mini-cart-totals .btn-checkout[disabled].focus, .mini-cart-content .mini-cart-totals .btn-checkout[disabled]:focus, .mini-cart-content .mini-cart-totals .btn-checkout[disabled]:hover, fieldset[disabled] .mini-cart-content .mini-cart-totals .btn-checkout.focus, fieldset[disabled] .mini-cart-content .mini-cart-totals .btn-checkout:focus, fieldset[disabled] .mini-cart-content .mini-cart-totals .btn-checkout:hover {
                background-color: #f4e200;
                border: 2px solid #f4e200;
            }

        .mini-cart-content .mini-cart-totals .btn-cart {
            background-color: #fff;
            border: 2px solid #0A263C;
        }

            .mini-cart-content .mini-cart-totals .btn-cart.focus, .mini-cart-content .mini-cart-totals .btn-cart:focus, .mini-cart-content .mini-cart-totals .btn-cart:hover {
                color: #fff!important;
                background-color: #0A263C;
                border: 2px solid #0A263C;
            }

            .mini-cart-content .mini-cart-totals .btn-cart.disabled.focus, .mini-cart-content .mini-cart-totals .btn-cart.disabled:focus, .mini-cart-content .mini-cart-totals .btn-cart.disabled:hover, .mini-cart-content .mini-cart-totals .btn-cart[disabled].focus, .mini-cart-content .mini-cart-totals .btn-cart[disabled]:focus, .mini-cart-content .mini-cart-totals .btn-cart[disabled]:hover, fieldset[disabled] .mini-cart-content .mini-cart-totals .btn-cart.focus, fieldset[disabled] .mini-cart-content .mini-cart-totals .btn-cart:focus, fieldset[disabled] .mini-cart-content .mini-cart-totals .btn-cart:hover {
                background-color: #fff;
                border: 2px solid #0A263C;
            }

.header-search {
    z-index: 2;
}

    .header-search form {
        float: right;
        margin-bottom: 0;
    }

        .header-search form .search {
            width: 290px;
            height: auto;
            padding: 0 10px;
            border: 2px solid #0A263C;
            background: #fff;
            line-height: 27px;
            color: #0A263C;
        }

            .header-search form .search:focus {
                border-color: #0A263C;
            }

        .header-search form .btn-search {
            float: left;
            color: #fff!important;
            background-color: #0A263C;
            border: 2px solid #0A263C;
            padding: 6px 10px!important;
            font-size: 14px!important;
            line-height: 15px!important;
            margin-left: -2px;
        }

            .header-search form .btn-search.focus, .header-search form .btn-search:focus, .header-search form .btn-search:hover {
                color: #0A263C!important;
                background-color: #fff;
                border: 2px solid #0A263C;
            }

            .header-search form .btn-search.disabled.focus, .header-search form .btn-search.disabled:focus, .header-search form .btn-search.disabled:hover, .header-search form .btn-search[disabled].focus, .header-search form .btn-search[disabled]:focus, .header-search form .btn-search[disabled]:hover, fieldset[disabled] .header-search form .btn-search.focus, fieldset[disabled] .header-search form .btn-search:focus, fieldset[disabled] .header-search form .btn-search:hover {
                background-color: #0A263C;
                border: 2px solid #0A263C;
            }

            .header-search form .btn-search i {
                font-size: 14px!important;
            }

    .header-search .search-suggestion-wrapper {
        width: 600px;
        border: 2px solid #E6E7E8;
        box-shadow: none;
        margin: 0;
        right: 15px;
        text-align: left;
    }

        .header-search .search-suggestion-wrapper .hit, .header-search .search-suggestion-wrapper a {
            color: #7c7c7c;
            font-size: 12px;
            margin-left: 0;
        }

            .header-search .search-suggestion-wrapper .hit:hover span, .header-search .search-suggestion-wrapper a:hover span {
                color: #63c7c5;
            }

        .header-search .search-suggestion-wrapper .phrase-suggestions .hitgroup {
            margin: 15px 0;
        }

        .header-search .search-suggestion-wrapper .phrase-suggestions .header {
            text-transform: uppercase;
            font-size: 12px;
            color: #0A263C;
        }

        .header-search .search-suggestion-wrapper .product-suggestion, .header-search .search-suggestion-wrapper .search-phrase {
            padding: 10px 0;
            margin: 0;
        }

        .header-search .search-suggestion-wrapper .search-phrase {
            font-size: 12px;
        }

        .header-search .search-suggestion-wrapper .product-suggestion {
            border: 0;
            border-top: 2px solid #E6E7E8;
        }

            .header-search .search-suggestion-wrapper .product-suggestion:hover {
                background: 0 0;
                border: 0;
                border-top: 2px solid #E6E7E8;
            }

            .header-search .search-suggestion-wrapper .product-suggestion .product-link {
                width: 100%;
                display: block;
            }

                .header-search .search-suggestion-wrapper .product-suggestion .product-link:hover .product-name {
                    color: #63c7c5;
                }

a, body {
    color: #0A263C;
}

.header-search .search-suggestion-wrapper .product-suggestion .product-image {
    width: 17%;
}

.header-search .search-suggestion-wrapper .product-suggestion .product-details {
    width: 83%;
    padding: 0 0 0 10px;
}

.header-search .search-suggestion-wrapper .product-suggestion .product-name, .header-search .search-suggestion-wrapper .product-suggestion .product-price {
    font-size: 13px;
    color: #0A263C;
}

.header-search .search-suggestion-wrapper .product-suggestion .product-name {
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width:768px) {
    .menu-utility-user .user-info .user-panel {
        box-shadow: none;
        top: 23px;
        right: 0;
        max-width: 220px;
        min-width: 150px;
        border: 2px solid #E6E7E8;
        border-radius: 0;
        padding: 0 0 10px;
        display: none;
        visibility: visible;
        opacity: 1;
    }

        .menu-utility-user .user-info .user-panel h3 {
            background: #E6E7E8;
            padding: 0 15px;
            text-align: left;
            line-height: 38px;
            font-size: 13px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .menu-utility-user .user-info .user-panel .user-links {
            text-align: left;
        }

        .menu-utility-user .user-info .user-panel a {
            margin-bottom: 0;
            font-weight: 400;
            font-size: 12px;
            padding-left: 15px;
        }

        .menu-utility-user .user-info .user-panel hr {
            margin: 10px 0;
        }

    .menu-utility-user .user-info:hover .user-panel {
        display: block;
    }
}

body.has-sticky-nav #navigation {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 100;
}

body.has-sticky-nav .sticky-logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block!important;
    /*width: 50px;*/
    height: 50px;
    text-align: center;
    padding-top: 5px;
}

    body.has-sticky-nav .sticky-logo img {
        /*width: 40px;*/
        height: 40px;
    }

body.has-sticky-nav #mini-cart {
    position: fixed;
    top: 0;
    right: 10px;
    display: block;
    z-index: 101;
}

    body.has-sticky-nav #mini-cart .mini-cart-total .mini-cart-link {
        line-height: 50px;
    }

        body.has-sticky-nav #mini-cart .mini-cart-total .mini-cart-link .minicart-quantity {
            top: 10px;
        }

body {
    font-size: 13px;
    line-height: 160%;
}

ol, ul {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #63c7c5!important;
}

a.tooltip {
    border-bottom: 1px dotted #7c7c7c;
}

address, dd, dt, pre {
    line-height: 160%;
    margin: 0;
}

.in-stock-msg, .is-in-stock, [data-status=store-in-stock] {
    color: #78c763;
}

.section-title {
    font-family: "Libre Baskerville",serif;
    font-size: 20px;
    text-align: center;
    letter-spacing: .05em;
    text-transform: none;
    margin: 50px 0 30px;
}

    .section-title span {
        position: relative;
        display: inline-block;
    }

        .section-title span:after, .section-title span:before {
            display: block;
            width: 200px;
            height: 1px;
            background: #7c7c7c;
            content: ' ';
            position: absolute;
            top: 10px;
        }

        .section-title span:after {
            left: 100%;
            margin-left: 15px;
        }

        .section-title span:before {
            right: 100%;
            margin-right: 15px;
        }

.product-grid .search-result-items {
    margin-left: -7px;
    margin-right: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .product-grid .search-result-items:after, .product-grid .search-result-items:before {
        content: " ";
        display: block;
    }

    .product-grid .search-result-items:after {
        clear: both;
    }

    .product-grid .search-result-items > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 40px;
          flex-basis: 49%;
        max-width: 49%;
        border: 1px solid #E6E7E8;
        margin-right:1%;
    }

@media (min-width:768px) {
    .product-grid .search-result-items > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .product-grid .search-result-items > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-basis: 24%;
        max-width: 24%;
    }
}

@media (min-width:1200px) {
    .product-grid .search-result-items > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-basis: 24%;
        max-width: 24%;
        border: 1px solid #E6E7E8;
        margin-right:1%;
    }
}

.product-grid .product-tile {
    color: inherit;
}

    .product-grid .product-tile .product-image {
        height: 240px;
        border-bottom: 1px solid #E6E7E8;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }

        .product-grid .product-tile .product-image a {
            display: block;
        }

            .product-grid .product-tile .product-image a img {
                display: inline;
                vertical-align: middle;
                max-height: 200px;
              
            }

            .product-grid .product-tile .product-image a.quickview {
                display: none;
            }

@media (min-width:992px) {
    .product-grid .product-tile .product-image:hover a.quickview {
        display: block;
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
        padding: 0 5px!important;
        font-size: 12px!important;
        line-height: 20px!important;
    }

        .product-grid .product-tile .product-image:hover a.quickview.focus, .product-grid .product-tile .product-image:hover a.quickview:focus, .product-grid .product-tile .product-image:hover a.quickview:hover {
            color: #fff!important;
            background-color: #0A263C;
            border: 2px solid #0A263C;
        }

        .product-grid .product-tile .product-image:hover a.quickview.disabled.focus, .product-grid .product-tile .product-image:hover a.quickview.disabled:focus, .product-grid .product-tile .product-image:hover a.quickview.disabled:hover, .product-grid .product-tile .product-image:hover a.quickview[disabled].focus, .product-grid .product-tile .product-image:hover a.quickview[disabled]:focus, .product-grid .product-tile .product-image:hover a.quickview[disabled]:hover, fieldset[disabled] .product-grid .product-tile .product-image:hover a.quickview.focus, fieldset[disabled] .product-grid .product-tile .product-image:hover a.quickview:focus, fieldset[disabled] .product-grid .product-tile .product-image:hover a.quickview:hover {
            background-color: #fff;
            border: 2px solid #0A263C;
        }
}

@media (max-width:991px) {
    .product-grid .product-tile .product-image {
        height: 205px;
    }

        .product-grid .product-tile .product-image a {
            margin-bottom: 30px;
        }

            .product-grid .product-tile .product-image a img {
                max-height: 200px;
                max-width: 100%;
            }
}

.product-grid .product-tile .product-name {
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    height: auto;
    margin-top: 0;
}

    .product-grid .product-tile .product-name a {
        color: #0A263C;
    }

.product-grid .product-tile .product-pricing .product-standard-price {
    text-decoration: none;
}

.product-grid .product-tile .product-pricing.has-sales-price .product-standard-price {
    text-decoration: line-through;
}

.product-grid .product-tile .product-pricing .product-sales-price {
    color: #63c7c5;
    font-weight: 700;
    padding: 0 5px;
}

.product-grid .product-tile .product-swatches {
    font-size: 11px;
    font-style: italic;
    color: #7c7c7c;
    height: 40px;
    margin-top: -40px;
    position: relative;
}

    .product-grid .product-tile .product-swatches ul {
        font-size: 0;
        padding: 2px 10px;
        height: 28px;
        display: inline-block;
        background: #fff;
    }

@media (max-width:767px) {
    .product-grid .product-tile .product-swatches ul {
        padding: 2px 5px;
    }
}

.product-grid .product-tile .product-swatches li {
    float: none;
    display: inline-block;
    padding: 1px 1px 0;
    height: auto;
}

    .product-grid .product-tile .product-swatches li a {
        display: block;
        width: 22px;
        height: 22px;
        border: 0;
        min-width: auto;
        min-height: auto;
        margin: 0;
        padding: 0;
    }

        .product-grid .product-tile .product-swatches li a img {
            border-radius: 50%;
            border: 1px solid #fff;
            width: 22px;
            height: 22px;
            padding: 0;
        }

        .product-grid .product-tile .product-swatches li a.selected {
            border: 2px solid #0A263C;
            border-radius: 50%;
            position: relative;
            width: 26px;
            height: 26px;
            margin-bottom: -2px;
            margin-top: -2px;
        }

.product-grid .product-tile .product-swatches-all {
    margin-top: -5px;
    line-height: 9px;
    font-size: 9px;
    color: #7c7c7c;
}

@media (max-width:767px) {
    .product-grid .product-tile .product-swatches-all {
        display: none;
    }
}

.product-grid .product-tile .bv-inline-rating-container {
    text-align: center!important;
}

    .product-grid .product-tile .bv-inline-rating-container .bv-stars-container {
        display: inline-block!important;
    }

        .product-grid .product-tile .bv-inline-rating-container .bv-stars-container .bv-rating-ratio {
            position: relative!important;
            top: 2px!important;
        }

.search-result-options, .search-result-options-mobile {
    padding: 0;
    margin-top: 15px;
}

    .search-result-options .menu-switcher, .search-result-options-mobile .menu-switcher {
        display: none;
    }

        .search-result-options .menu-switcher a, .search-result-options-mobile .menu-switcher a {
            display: block;
            height: 40px;
            border: 2px solid #444;
            font-family: Lato,sans-serif;
            text-align: center;
            font-weight: 700;
            color: #0A263C;
            line-height: 36px;
        }

    .search-result-options .sort-by label, .search-result-options-mobile .sort-by label {
        font-weight: 400;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        color: #7c7c7c;
    }

    .search-result-options .sort-by select, .search-result-options .sort-by select:focus, .search-result-options-mobile .sort-by select, .search-result-options-mobile .sort-by select:focus {
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: .4em 1.5em .4em .4em;
        border-radius: 0;
        width: auto;
        min-width: 180px;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        color: #0A263C;
        border: 0;
        vertical-align: middle;
        background: 0 0!important;
        cursor: pointer;
        z-index: 10;
        position: relative;
        outline-style: none;
    }

    .search-result-options .sort-by i, .search-result-options-mobile .sort-by i {
        vertical-align: middle;
        color: #63c7c5;
        margin-left: -18px;
        z-index: 0;
        position: relative;
    }

    .search-result-options .pagination, .search-result-options-mobile .pagination {
        font-size: 13px;
    }

        .search-result-options .pagination a, .search-result-options .pagination span, .search-result-options-mobile .pagination a, .search-result-options-mobile .pagination span {
            color: #7c7c7c;
        }

        .search-result-options .pagination strong, .search-result-options-mobile .pagination strong {
            color: #0A263C;
        }

        .search-result-options .pagination .separator, .search-result-options-mobile .pagination .separator {
            padding: 0 5px;
        }

        .search-result-options .pagination .items-per-page, .search-result-options-mobile .pagination .items-per-page {
            float: none;
            margin: 0;
        }

        .search-result-options .pagination .current-page, .search-result-options-mobile .pagination .current-page {
            text-transform: uppercase;
        }

            .search-result-options .pagination .current-page a, .search-result-options-mobile .pagination .current-page a {
                line-height: 22px;
                padding: 0 5px;
                display: inline-block;
                vertical-align: middle;
                margin-top: -4px;
            }

@media (max-width:991px) {
    .search-result-options, .search-result-options-mobile {
        margin-top: 5px;
    }

        .search-result-options .menu-switcher, .search-result-options-mobile .menu-switcher {
            display: block;
            padding-right: 7.5px;
            float: left;
            width: 50%;
        }

        .search-result-options .pagination .results-hits, .search-result-options-mobile .pagination .results-hits {
            display: none!important;
        }

        .search-result-options .sort-by, .search-result-options-mobile .sort-by {
            width: 50%;
            float: right;
            position: relative;
            padding-left: 7.5px;
            margin-right: 0!important;
        }

            .search-result-options .sort-by label, .search-result-options-mobile .sort-by label {
                display: none;
            }

            .search-result-options .sort-by select, .search-result-options-mobile .sort-by select {
                background: #f2f2f2!important;
                height: 40px;
                width: 100%;
                padding-left: 10px!important;
            }

            .search-result-options .sort-by i, .search-result-options-mobile .sort-by i {
                position: absolute!important;
                top: 0;
                right: 5px;
                z-index: 50!important;
                line-height: 40px;
            }
}

.search-result-options-mobile {
    display: none;
}

@media (max-width:991px) {
    .search-result-options-mobile {
        display: block;
        text-align: center;
    }

        .search-result-options-mobile .pagination .results-hits {
            display: block!important;
        }

            .search-result-options-mobile .pagination .results-hits .item-count, .search-result-options-mobile .pagination .results-hits .items-per-page, .search-result-options-mobile .pagination .results-hits .separator {
                display: none;
            }
}

.plp-filters {
    background: 0 0;
    border: 0;
    float: none;
    width: 100%;
    font-size: inherit;
}

    .plp-filters > ul.filters-tabs {
        position: relative;
    }

        .plp-filters > ul.filters-tabs > li {
            display: block;
            float: left;
            width: 50%;
        }

            .plp-filters > ul.filters-tabs > li:first-child {
                border-left: 2px solid #E6E7E8;
            }

            .plp-filters > ul.filters-tabs > li:last-child {
                border-right: 2px solid #E6E7E8;
            }

            .plp-filters > ul.filters-tabs > li > a {
                display: block;
                line-height: 46px;
                height: 50px;
                border-top: 2px solid #E6E7E8;
                border-bottom: 2px solid #E6E7E8;
                padding: 0 35px 0 15px;
                font-size: 13px;
                text-transform: uppercase;
                color: #0A263C!important;
                font-weight: 700;
                position: relative;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .plp-filters > ul.filters-tabs > li > a span {
                    background: #f4e200;
                    display: inline-block;
                    font-size: 12px;
                    line-height: 13px;
                    letter-spacing: 0;
                    border-radius: 12px;
                    text-align: center;
                    border: 1px solid #f4e200;
                    color: #0A263C;
                    padding: 0 3px 0 2px;
                    min-width: 16px;
                    height: 16px;
                    vertical-align: text-bottom;
                }

                .plp-filters > ul.filters-tabs > li > a.active, .plp-filters > ul.filters-tabs > li > a:hover {
                    background: #f2f2f2;
                    border-bottom: 3px solid #0A263C;
                    text-decoration: none;
                }

                .plp-filters > ul.filters-tabs > li > a:after {
                    content: "+";
                    display: block;
                    position: absolute;
                    height: 100%;
                    top: 0;
                    right: 15px;
                    font-size: 18px;
                    line-height: 46px;
                    font-weight: 400;
                }

                .plp-filters > ul.filters-tabs > li > a.active:after {
                    content: "\2013";
                }

    .plp-filters ul.filters-tabs-content > li {
        display: none;
        text-align: center;
        padding: 30px 0 10px;
    }

        .plp-filters ul.filters-tabs-content > li.active {
            display: block;
        }

        .plp-filters ul.filters-tabs-content > li .clear-refinement {
            margin: 0 0 30px;
        }

            .plp-filters ul.filters-tabs-content > li .clear-refinement a {
                color: #fff!important;
                background-color: #0A263C;
                border: 2px solid #0A263C;
                padding: 0 25px!important;
                font-size: 13px!important;
                line-height: 30px!important;
            }

                .plp-filters ul.filters-tabs-content > li .clear-refinement a.focus, .plp-filters ul.filters-tabs-content > li .clear-refinement a:focus, .plp-filters ul.filters-tabs-content > li .clear-refinement a:hover {
                    color: #0A263C!important;
                    background-color: #fff;
                    border: 2px solid #0A263C;
                }

                .plp-filters ul.filters-tabs-content > li .clear-refinement a.disabled.focus, .plp-filters ul.filters-tabs-content > li .clear-refinement a.disabled:focus, .plp-filters ul.filters-tabs-content > li .clear-refinement a.disabled:hover, .plp-filters ul.filters-tabs-content > li .clear-refinement a[disabled].focus, .plp-filters ul.filters-tabs-content > li .clear-refinement a[disabled]:focus, .plp-filters ul.filters-tabs-content > li .clear-refinement a[disabled]:hover, fieldset[disabled] .plp-filters ul.filters-tabs-content > li .clear-refinement a.focus, fieldset[disabled] .plp-filters ul.filters-tabs-content > li .clear-refinement a:focus, fieldset[disabled] .plp-filters ul.filters-tabs-content > li .clear-refinement a:hover {
                    background-color: #0A263C;
                    border: 2px solid #0A263C;
                }

        .plp-filters ul.filters-tabs-content > li > ul {
            border-bottom: 2px solid #E6E7E8;
            padding-bottom: 5px;
        }

            .plp-filters ul.filters-tabs-content > li > ul > li {
                display: inline-block;
                margin: 0 0 20px;
            }

                .plp-filters ul.filters-tabs-content > li > ul > li a {
                    display: inline-block;
                    font-size: 12px;
                    line-height: 21px;
                    font-family: Lato,sans-serif;
                    text-transform: uppercase;
                    color: #0A263C!important;
                    padding: 0 20px 5px 30px;
                    position: relative;
                    cursor: pointer;
                }

                    .plp-filters ul.filters-tabs-content > li > ul > li a:before {
                        display: block;
                        content: '';
                        width: 21px;
                        height: 21px;
                        cursor: pointer;
                        position: absolute;
                        top: 0;
                        left: 0;
                        border: 2px solid #7c7c7c;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-clear:before {
                        border-color: #dfdfdf;
                        background: #dfdfdf;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-black:before {
                        border-color: #000;
                        background: #000;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-gray:before {
                        border-color: gray;
                        background: gray;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-cream:before {
                        border-color: #fff5ae;
                        background: #fff5ae;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-green:before {
                        border-color: green;
                        background: green;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-blue:before {
                        border-color: #00f;
                        background: #00f;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-beige:before {
                        border-color: #f0e27f;
                        background: #f0e27f;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-red:before {
                        border-color: red;
                        background: red;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-pink:before {
                        border-color: pink;
                        background: pink;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-yellow:before {
                        border-color: #ff0;
                        background: #ff0;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-orange:before {
                        border-color: #ff8c00;
                        background: #ff8c00;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-brown:before {
                        border-color: brown;
                        background: brown;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-purple:before {
                        border-color: purple;
                        background: purple;
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a.cat-color.val-multi-color:before {
                        background: -moz-linear-gradient(top,red 0,#ff0 15%,#0f0 30%,#0ff 50%,#00f 65%,#ff00ff 80%,red 100%);
                        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,red),color-stop(15%,#ff0),color-stop(30%,#0f0),color-stop(50%,#0ff),color-stop(65%,#00f),color-stop(80%,#ff00ff),color-stop(100%,red));
                    }

                    .plp-filters ul.filters-tabs-content > li > ul > li a:not(.cat-color):hover:before {
                        background: #f2f2f2;
                    }

                .plp-filters ul.filters-tabs-content > li > ul > li.selected a:not(.cat-color):before {
                    background: #0A263C;
                    border: 2px solid #0A263C;
                }

                .plp-filters ul.filters-tabs-content > li > ul > li.selected a.cat-color:after {
                    display: block;
                    content: '';
                    width: 21px;
                    height: 2px;
                    cursor: pointer;
                    position: absolute;
                    top: 24px;
                    left: 0;
                    background: #0A263C;
                }

@media (max-width:991px) {
    .plp-filters {
        display: none;
    }
}

.plp-filters-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    overflow-y: auto;
}

    .plp-filters-mobile header {
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: relative;
        background: #0A263C;
        font-family: Lato,sans-serif;
    }

        .plp-filters-mobile header h2 {
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0;
            line-height: 50px;
        }

        .plp-filters-mobile header a {
            position: absolute;
            color: #fff!important;
            font-size: 9px;
            text-transform: uppercase;
            text-decoration: underline;
            padding: 0 15px;
            cursor: pointer;
        }

            .plp-filters-mobile header a.pull-left {
                left: 0;
                float: none;
            }

            .plp-filters-mobile header a.pull-right {
                right: 0;
                float: none;
            }

    .plp-filters-mobile ul.filters-tabs-mobile, .plp-filters-mobile ul.filters-tabs-mobile > li {
        display: block;
    }

        .plp-filters-mobile ul.filters-tabs-mobile > li > a {
            padding: 20px 15px;
            font-family: Lato,sans-serif;
            font-size: 13px;
            color: #0A263C;
            text-transform: uppercase;
            display: block;
            font-weight: 700;
            border-bottom: 2px solid #E6E7E8;
            background: #fff;
            position: relative;
        }

            .plp-filters-mobile ul.filters-tabs-mobile > li > a span {
                background: #f4e200;
                display: inline-block;
                font-size: 12px;
                line-height: 13px;
                letter-spacing: 0;
                border-radius: 12px;
                text-align: center;
                border: 1px solid #f4e200;
                color: #0A263C;
                padding: 0 3px 0 2px;
                min-width: 16px;
                height: 16px;
                vertical-align: text-bottom;
            }

            .plp-filters-mobile ul.filters-tabs-mobile > li > a:after {
                content: '\f0da';
                font-family: FontAwesome;
                display: block;
                position: absolute;
                height: 100%;
                line-height: 58px;
                top: 0;
                right: 15px;
            }

        .plp-filters-mobile ul.filters-tabs-mobile > li > ul {
            display: block;
            background: #f2f2f2;
            max-height: 0;
            overflow: hidden;
            -webkit-transition: max-height .3s ease;
            -o-transition: max-height .3s ease;
            transition: max-height .3s ease;
        }

            .plp-filters-mobile ul.filters-tabs-mobile > li > ul > li {
                padding: 5px 15px;
            }

                .plp-filters-mobile ul.filters-tabs-mobile > li > ul > li:not(:last-child) {
                    margin-bottom: 10px;
                }

                .plp-filters-mobile ul.filters-tabs-mobile > li > ul > li:first-child {
                    padding-top: 15px;
                }

                .plp-filters-mobile ul.filters-tabs-mobile > li > ul > li:last-child {
                    padding-bottom: 15px;
                }

                .plp-filters-mobile ul.filters-tabs-mobile > li > ul > li a {
                    display: block;
                    font-size: 12px;
                    line-height: 21px;
                    font-family: Lato,sans-serif;
                    text-transform: uppercase;
                    color: #0A263C!important;
                    padding: 0 20px 0 30px;
                    position: relative;
                    cursor: pointer;
                }

                    .plp-filters-mobile ul.filters-tabs-mobile > li > ul > li a:before {
                        display: block;
                        content: '';
                        width: 21px;
                        height: 21px;
                        cursor: pointer;
                        position: absolute;
                        top: 0;
                        left: 0;
                        border: 2px solid #7c7c7c;
                        background: #fff;
                    }

                .plp-filters-mobile ul.filters-tabs-mobile > li > ul > li.selected a:before {
                    background: #0A263C;
                    border: 2px solid #0A263C;
                }

        .plp-filters-mobile ul.filters-tabs-mobile > li.expanded ul {
            max-height: 10000px;
        }

        .plp-filters-mobile ul.filters-tabs-mobile > li.expanded > a:after {
            content: '\f0d7';
        }

body.plp-filters-menu-expanded {
    overflow: hidden!important;
    max-height: 100%;
}

.pdp-main .product-primary-image #swatch-hover-img img, .pdp-main .product-primary-image ul li.product-image img {
    max-height: 500px;
    max-width: 100%;
}

body.plp-filters-menu-expanded #nav-overlay, body.plp-filters-menu-expanded .plp-filters-mobile {
    display: block;
    visibility: visible;
    opacity: 1;
}

.filters-currently-showing {
    padding: 15px 0;
    border-bottom: 2px solid #E6E7E8;
    color: #7c7c7c;
}

    .filters-currently-showing:after, .filters-currently-showing:before {
        content: " ";
        display: block;
    }

    .filters-currently-showing:after {
        clear: both;
    }

    .filters-currently-showing p {
        float: left;
        margin: 0;
        width: calc(100% - 100px);
    }

        .filters-currently-showing p a {
            margin-right: 5px;
        }

            .filters-currently-showing p a:first-of-type {
                margin-left: 10px;
            }

            .filters-currently-showing p a:before {
                content: "\f00d";
                font: normal normal normal 10px/13px FontAwesome;
                background: #E6E7E8;
                display: inline-block;
                letter-spacing: 0;
                border-radius: 12px;
                text-align: center;
                border: 1px solid #E6E7E8;
                color: #0A263C;
                padding: 0 3px;
                height: 16px;
                vertical-align: text-bottom;
            }

            .filters-currently-showing p a:hover:before {
                color: #ed1c24;
            }

    .filters-currently-showing a.clear-all {
        float: right;
        font-weight: 700;
        text-transform: uppercase;
    }

.cat-banner {
    margin-bottom: 5px;
}

.slot-grid-header {
    margin-bottom: 10px;
}

.pdp-cb {
    min-height: 300px;
    background: url(../images/ks-medallion-spinning-finalized-2.gif) top center no-repeat;
}

#fluidConfigure {
    background: #fff!important;
}

@media (max-width:767px) {
    .pdp-main .row .product-set .row .set-list-header {
        margin: 0 auto;
    }

    .pdp-main .row .product-set .product-add-to-cart {
        padding: 0;
    }

        .pdp-main .row .product-set .product-add-to-cart .inventory {
            float: none!important;
            text-align: center;
        }

            .pdp-main .row .product-set .product-add-to-cart .inventory .form-row.form-row-select {
                float: none!important;
            }

            .pdp-main .row .product-set .product-add-to-cart .inventory .quantity {
                padding: 10px 0;
                float: none!important;
            }

                .pdp-main .row .product-set .product-add-to-cart .inventory .quantity .qty {
                    float: none;
                    text-align: center;
                    padding: 0;
                }

    .pdp-main .product-detail .pdpForm, .pdp-main .product-detail .product-name, .pdp-main .product-detail .product-price, .pdp-main .product-detail .product-review {
        text-align: center;
    }
}

.pdp-main, .pdp-main hr {
    margin: 0;
}

    .pdp-main .product-thumbnails li {
        display: block;
        float: none;
        margin: 0 0 10px;
        width: 100%;
        padding: 0;
        border: 0;
    }

        .pdp-main .product-thumbnails li a {
            display: block;
            text-align: center;
        }

            .pdp-main .product-thumbnails li a img {
                border: 0;
                display: inline-block;
            }

    .pdp-main .product-primary-image {
        position: relative;
    }

        .pdp-main .product-primary-image a {
            display: block;
            cursor: -webkit-zoom-in;
            cursor: -moz-zoom-in;
        }

        .pdp-main .product-primary-image ul {
            height: 500px;
            overflow: hidden;
        }

            .pdp-main .product-primary-image ul li.product-image {
                width: 100%;
                height: 500px;
                overflow: hidden;
            }

        .pdp-main .product-primary-image #swatch-hover-img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #fff;
            width: 100%;
            height: 100%;
            z-index: 101;
        }

    .pdp-main [data-ur-set=zoom] {
        display: inline-block;
        overflow: hidden;
        position: relative;
        max-width: 100%;
    }

    .pdp-main [data-ur-zoom-component=img] {
        vertical-align: top;
        max-height: 350px;
    }

        .pdp-main [data-ur-zoom-component=img][data-ur-state=enabled-in], .pdp-main [data-ur-zoom-component=img][data-ur-state=enabled-out] {
            -webkit-transition: .4s ease-in-out;
            -moz-transition: .4s ease-in-out;
            transition: .4s ease-in-out;
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            transition-property: transform;
        }

        .pdp-main [data-ur-zoom-component=img][data-ur-state=enabled-slide] {
            -webkit-transition: .3s ease-out;
            -moz-transition: .3s ease-out;
            transition: .3s ease-out;
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            transition-property: transform;
        }

    .pdp-main [data-ur-zoom-component=loading][data-ur-state=disabled] {
        display: none;
    }

    .pdp-main [data-ur-set=carousel] {
        overflow: hidden;
        position: relative;
        max-height: 400px;
        margin-bottom: 15px;
    }

    .pdp-main [data-ur-carousel-component=scroll_container] {
        clear: both;
        display: block;
    }

        .pdp-main [data-ur-carousel-component=scroll_container]:after {
            clear: both;
            content: "";
            display: table;
        }

        .pdp-main [data-ur-carousel-component=scroll_container] img {
            -webkit-user-drag: none;
        }

    .pdp-main [data-ur-carousel-component=item] {
        display: inline-block;
        float: left;
        text-align: center;
    }

    .pdp-main [data-ur-zoom-component=button] {
        background: rgba(0,0,0,.3);
        border-radius: 13px;
        color: #fff;
        cursor: pointer;
        font-size: 19px;
        line-height: 25px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        text-align: center;
        width: 25px;
        height: 25px;
        z-index: 1;
    }

        .pdp-main [data-ur-zoom-component=button] span:last-child, .pdp-main [data-ur-zoom-component=button][data-ur-state=enabled] span:first-child {
            display: none;
        }

        .pdp-main [data-ur-zoom-component=button][data-ur-state=enabled] span:last-child {
            display: block;
        }

    .pdp-main [data-ur-carousel-component=dots] {
        margin: 10px auto;
        text-align: center;
    }

    .pdp-main [data-ur-carousel-component=dot] {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #E6E7E8;
        display: inline-block;
        margin: 0 5px;
        width: 8px;
        height: 8px;
    }

        .pdp-main [data-ur-carousel-component=dot][data-ur-state=active] {
            background: #f4e200;
        }

    .pdp-main .product-name {
        width: 100%!important;
        margin: 0;
        text-transform: capitalize;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 1px;
        color: #0A263C;
    }

    .pdp-main #BVRRSummaryContainer {
        margin: 15px 0 0;
        min-height: 21px;
    }

        .pdp-main #BVRRSummaryContainer .bv-primarySummary-rating-container {
            border: 0!important;
        }

        .pdp-main #BVRRSummaryContainer .bv-stars-container {
            margin: 0!important;
        }

        .pdp-main #BVRRSummaryContainer .bv-rating-ratio {
            position: relative!important;
            top: 1px!important;
        }

        .pdp-main #BVRRSummaryContainer button.bv-write-review {
            text-transform: uppercase!important;
            color: #0A263C!important;
            font-weight: 700!important;
            padding: 0 0 0 10px!important;
            font-size: 13px!important;
            text-decoration: none!important;
        }

@media (max-width:991px) {
    .pdp-main #BVRRSummaryContainer .bv-summary-bar {
        text-align: center!important;
    }

    .pdp-main .product-options li.variant-dropdown .form-row, .pdp-main .product-variations li.variant-dropdown .form-row {
        text-align: center;
    }

    .pdp-main .product-options li.variant-dropdown .field-wrapper select, .pdp-main .product-variations li.variant-dropdown .field-wrapper select {
        min-width: 0;
    }
}

.pdp-main .product-price {
    font-size: 15px;
    letter-spacing: 1px;
    color: #0A263C;
    margin: 15px 0 0;
}

.pdp-main .product-promotion {
    padding: 15px;
    margin: 15px 0;
    background: #fff5f6;
}

    .pdp-main .product-promotion .promotion-title {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        color: #ed1c24;
    }

.pdp-main .product-options li.attribute, .pdp-main .product-variations li.attribute {
    margin: 15px 0 0;
}

    .pdp-main .product-options li.attribute div.value .swatches-header, .pdp-main .product-variations li.attribute div.value .swatches-header {
        font-size: 12px;
        text-transform: uppercase;
        color: #0A263C;
        padding-left: 5px;
        font-weight: 700;
    }

@media (max-width:767px) {
    .pdp-main .product-options li.attribute ul, .pdp-main .product-variations li.attribute ul {
        text-align: center;
    }

    .pdp-main .product-options li.attribute div.value .swatches-header, .pdp-main .product-variations li.attribute div.value .swatches-header {
        text-align: center;
        padding-left: 0;
    }
}

.pdp-main .product-options li.attribute div.value ul, .pdp-main .product-variations li.attribute div.value ul {
    font-size: 0;
    padding-left: 1px;
}

.pdp-main .product-options li.attribute div.value li, .pdp-main .product-variations li.attribute div.value li {
    float: none;
    display: inline-block;
    padding: 1px 3px 5px 1px;
}

    .pdp-main .product-options li.attribute div.value li a, .pdp-main .product-variations li.attribute div.value li a {
        display: block;
        width: auto;
        height: auto;
        border: 0;
        min-width: 0;
        min-height: 0;
        margin: 0;
        padding: 0;
    }

        .pdp-main .product-options li.attribute div.value li a img, .pdp-main .product-variations li.attribute div.value li a img {
            border-radius: 50%;
            border: 1px solid #fff;
            width: 22px;
            height: 22px;
        }

    .pdp-main .product-options li.attribute div.value li.selected a, .pdp-main .product-variations li.attribute div.value li.selected a {
        border: 2px solid #0A263C;
        border-radius: 50%;
        position: relative;
        margin: 0 -2px -2px;
    }

.pdp-main .product-options li.variant-dropdown .form-row, .pdp-main .product-variations li.variant-dropdown .form-row {
    margin-bottom: 0;
}

.pdp-main .product-options li.variant-dropdown .field-wrapper, .pdp-main .product-variations li.variant-dropdown .field-wrapper {
    width: auto;
    display: inline-block;
}

.pdp-main .product-options li.variant-dropdown .size-chart-link, .pdp-main .product-variations li.variant-dropdown .size-chart-link {
    display: inline-block;
    clear: none;
    line-height: 40px;
    padding: 0 10px;
    vertical-align: middle;
}

.pdp-main .pdpForm {
    margin: 15px 0 0;
}

    .pdp-main .pdpForm .product-add-to-cart {
        border: 0;
        padding: 0;
    }

        .pdp-main .pdpForm .product-add-to-cart .inventory {
            float: none;
        }

            .pdp-main .pdpForm .product-add-to-cart .inventory label {
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: 1.5px;
                color: #0A263C;
                margin: 0;
                vertical-align: middle;
                padding-left: 5px;
            }

            .pdp-main .pdpForm .product-add-to-cart .inventory .form-row.form-row-select {
                display: inline-block;
                width: 60px;
                margin: 0;
            }

                .pdp-main .pdpForm .product-add-to-cart .inventory .form-row.form-row-select select {
                    min-width: 100%;
                }

        .pdp-main .pdpForm .product-add-to-cart button {
            height: auto;
            padding: inherit;
            display: block;
            width: 100%;
            float: none;
            border-radius: 0;
            margin: 15px 0 0;
        }

.pdp-main .product-actions {
    padding: 15px 0;
    text-align: center;
    border-bottom: 2px solid #E6E7E8;
}

    .pdp-main .product-actions a {
        margin: 0;
        padding: 0 15px!important;
    }

.pdp-main .product-description, .pdp-main .product-short-description {
    padding: 15px 0;
    font-size: 15px;
    line-height: 24px;
}

.pdp-main .product-description {
    display: none;
}

    .pdp-main .product-description.expanded {
        display: block;
    }

.pdp-main a.product-description-tab {
    display: block;
    border-top: 2px solid #E6E7E8;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #0A263C;
    position: relative;
}

    .pdp-main a.product-description-tab:after {
        content: '+';
        position: absolute;
        display: block;
        line-height: 50px;
        top: 0;
        right: 0;
    }

    .pdp-main a.product-description-tab.expanded:after {
        content: '-';
    }

.pdp-main .socialsharing {
    margin: 15px 0 0;
    text-align: center;
    font-size: 20px;
}

    .pdp-main .socialsharing a {
        color: #7c7c7c;
        margin: 0 15px;
    }

        .pdp-main .socialsharing a span {
            display: none;
        }

        .pdp-main .socialsharing a:hover {
            color: #f4e200!important;
            float: none;
            border-radius: 0;
        }

.pdp-main .product-recommendations {
    text-align: center;
    margin-top: 15px;
}

    .pdp-main .product-recommendations h3 {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin: 0;
        font-weight: 400;
    }

    .pdp-main .product-recommendations .recommendations ul {
        margin-left: -15px;
        margin-right: -15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto;
        padding: 0;
    }

        .pdp-main .product-recommendations .recommendations ul:after, .pdp-main .product-recommendations .recommendations ul:before {
            content: " ";
            display: block;
        }

        .pdp-main .product-recommendations .recommendations ul:after {
            clear: both;
        }

        .pdp-main .product-recommendations .recommendations ul li.recommendation-item {
            position: relative;
            padding-left: 15px;
            padding-right: 15px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            flex-basis: 50%;
            max-width: 50%;
            width: 100%;
            min-height: 150px;
            margin-bottom: 15px;
        }

@media (min-width:768px) {
    .pdp-main .product-recommendations .recommendations ul li.recommendation-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-basis: 20%;
        max-width: 20%;
    }
}

.pdp-main .product-recommendations .recommendations ul li:nth-child(even):after {
    content: ' ';
    display: block;
    clear: both;
}

.pdp-main .product-recommendations .recommendations ul li .product-name {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0 0;
    line-height: 16px;
    letter-spacing: 1.5px;
    height: auto;
}

    .pdp-main .product-recommendations .recommendations ul li .product-name a {
        color: #0A263C;
    }

.pdp-main .product-reviews {
    margin-top: 15px;
}

    .pdp-main .product-reviews h3 {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin: 0;
        font-weight: 400;
        text-align: center;
    }

.pdp-main .product-set #swatch-hover-img {
    padding: 0 15px;
}

.pdp-main .product-set .product-actions {
    border: 0;
}

.pdp-main .product-set .add-all-to-cart {
    display: block;
    width: 100%;
    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
}

    .pdp-main .product-set .add-all-to-cart.focus, .pdp-main .product-set .add-all-to-cart:focus, .pdp-main .product-set .add-all-to-cart:hover {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
    }

    .pdp-main .product-set .add-all-to-cart.disabled.focus, .pdp-main .product-set .add-all-to-cart.disabled:focus, .pdp-main .product-set .add-all-to-cart.disabled:hover, .pdp-main .product-set .add-all-to-cart[disabled].focus, .pdp-main .product-set .add-all-to-cart[disabled]:focus, .pdp-main .product-set .add-all-to-cart[disabled]:hover, fieldset[disabled] .pdp-main .product-set .add-all-to-cart.focus, fieldset[disabled] .pdp-main .product-set .add-all-to-cart:focus, fieldset[disabled] .pdp-main .product-set .add-all-to-cart:hover {
        background-color: #0A263C;
        border: 2px solid #0A263C;
    }

#ringSizeTable tbody tr:nth-child(even), h3.section-header {
    background: #E6E7E8;
}

.pdp-main .product-set .product-set-header {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .pdp-main .product-set .product-set-header:after, .pdp-main .product-set .product-set-header:before {
        content: " ";
        display: block;
    }

    .pdp-main .product-set .product-set-header:after {
        clear: both;
        content: ' ';
        height: 2px;
        width: calc(100% - 30px);
        background: #E6E7E8;
        margin: 20px auto 0;
    }

    .pdp-main .product-set .product-set-header form, .pdp-main .product-set .product-set-header h1 {
        height: 100%;
        display: flex;
        align-items: center;
    }

.pdp-main .product-set .product-add-to-cart label {
    float: none;
    padding: 0 0 0 5px;
}

.pdp-main .product-set .product-set-list {
    border-top: 0;
}

    .pdp-main .product-set .product-set-list .product-set-details {
        width: auto;
        padding: 0;
    }

    .pdp-main .product-set .product-set-list .product-set-item {
        border-bottom: 2px solid #E6E7E8;
        margin-top: 20px;
    }

        .pdp-main .product-set .product-set-list .product-set-item:last-of-type {
            border: 0;
        }

        .pdp-main .product-set .product-set-list .product-set-item .product-primary-image img {
            max-width: 100%;
        }

        .pdp-main .product-set .product-set-list .product-set-item .product-name {
            font-size: 20px;
        }

        .pdp-main .product-set .product-set-list .product-set-item .product-ratings {
            padding: 10px 0 0;
        }

@media (max-width:767px) {
    .pdp-main .product-set .product-set-header h1 {
        text-align: center;
        margin-bottom: 25px;
    }

    .pdp-main .product-set .product-set-list .product-set-item {
        text-align: center;
    }

        .pdp-main .product-set .product-set-list .product-set-item .product-ratings > div {
            display: inline-block;
        }
}

.pdp-main .product-set .product-add-all-to-cart {
    padding-top: 30px;
    text-align: center;
    border-top: 2px solid #E6E7E8;
}

    .pdp-main .product-set .product-add-all-to-cart .add-all-to-cart {
        display: inline-block;
        width: auto;
        min-width: 360px;
    }

.pdp-main .product-set .product-primary-image ul, .pdp-main .product-set .product-primary-image ul li.product-image {
    height: auto;
}

    .pdp-main .product-set .product-primary-image ul li.product-image img {
        max-height: 700px;
    }

.pdp-main .product-set .product-slide-images .product-thumbnails li a {
    padding: 5px;
}

.ring-size-table-container {
    display: block;
    width: 100%;
    overflow-x: auto;
}

#ringSizeTable {
    min-width: 680px;
}

    #ringSizeTable img {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 5px;
    }

    #ringSizeTable th {
        padding-bottom: 10px;
        border-bottom: 1px solid #0A263C;
        vertical-align: bottom;
    }

    #ringSizeTable td {
        vertical-align: middle;
        padding: 5px 0;
        text-align: center;
    }

h3.section-header {
    font-size: 18px!important;
    line-height: 40px;
    margin: 0 0 15px;
    padding: 0 15px;
    text-transform: uppercase;
    border: 0;
    font-weight: 400;
}

    h3.section-header .btn-edit {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
        padding: 0 10px!important;
        font-size: 12px!important;
        line-height: 18px!important;
        float: right!important;
        margin-top: 10px;
    }

        h3.section-header .btn-edit.focus, h3.section-header .btn-edit:focus, h3.section-header .btn-edit:hover {
            color: #fff!important;
            background-color: #0A263C;
            border: 2px solid #0A263C;
        }

        fieldset[disabled] h3.section-header .btn-edit.focus, fieldset[disabled] h3.section-header .btn-edit:focus, fieldset[disabled] h3.section-header .btn-edit:hover, h3.section-header .btn-edit.disabled.focus, h3.section-header .btn-edit.disabled:focus, h3.section-header .btn-edit.disabled:hover, h3.section-header .btn-edit[disabled].focus, h3.section-header .btn-edit[disabled]:focus, h3.section-header .btn-edit[disabled]:hover {
            background-color: #fff;
            border: 2px solid #0A263C;
        }

@media (max-width:767px) {
    h3.section-header {
        margin: 0 -15px 15px;
        font-size: 16px!important;
        line-height: 40px;
    }
}

.cart-banner {
    margin: -15px 0 10px;
}

.cart {
    margin-top: 15px;
}

    .cart .header-promotion {
        margin-bottom: 30px;
    }

    .cart .cart-coupon-code, .cart .cart-order-totals {
        float: none;
        width: 100%;
    }

    .cart .order-totals-table {
        color: #7c7c7c;
        font-size: 16px;
    }

        .cart .order-totals-table tr td:first-child {
            text-align: left;
        }

        .cart .order-totals-table td {
            padding: 0;
        }

        .cart .order-totals-table .order-subtotal {
            font-weight: 400;
        }

            .cart .order-totals-table .order-subtotal td {
                padding-top: 5px;
            }

        .cart .order-totals-table .order-total {
            font-size: 16px;
        }

            .cart .order-totals-table .order-total td {
                padding-top: 20px;
                color: #0A263C;
            }

#cart-table .section-header {
    background: 0 0;
    font-size: 13px!important;
    color: #7c7c7c;
    font-weight: 400;
    text-transform: none;
    padding: 0 0 4px;
    border-bottom: 2px solid #E6E7E8;
}

#cart-table tr {
    border: 0;
}

#cart-table .cart-row-promo {
    background: #fff5f6;
    color: #0A263C;
    font-size: 11px;
    line-height: 14px;
}

    #cart-table .cart-row-promo strong {
        color: #ed1c24;
    }

    #cart-table .cart-row-promo td {
        vertical-align: middle;
        padding: 5px 15px;
    }

        #cart-table .cart-row-promo td.bonus-item-actions {
            text-align: right;
        }

@media (max-width:991px) {
    #cart-table .cart-row-promo td.bonus-item-details {
        padding-bottom: 3px;
    }

    #cart-table .cart-row-promo td.bonus-item-actions {
        padding-top: 0;
        text-align: left;
    }
}

#cart-table .cart-row-actions td:last-of-type, #cart-table .cart-row-coupons td:last-of-type {
    text-align: right;
}

#cart-table .cart-row-promo .select-bonus {
    border-bottom: 1px dotted #7c7c7c;
    font-weight: 700;
}

#cart-table .cart-row td, #cart-table .cart-row-coupons td, #cart-table .cart-row-giftcertificate td {
    padding: 25px 0 0;
}

@media (max-width:991px) {
    #cart-table .cart-row td, #cart-table .cart-row-coupons td, #cart-table .cart-row-giftcertificate td {
        padding: 10px 0 0;
    }
}

#cart-table .cart-row-coupons td .btn-remove {
    color: #0A263C!important;
    background-color: #fff;
    border: 2px solid #0A263C;
    padding: 0!important;
    font-size: 12px!important;
    line-height: 20px!important;
    width: calc(50% - 5px);
    display: inline-block;
}

    #cart-table .cart-row-coupons td .btn-remove.focus, #cart-table .cart-row-coupons td .btn-remove:focus, #cart-table .cart-row-coupons td .btn-remove:hover {
        color: #fff!important;
        background-color: #0A263C;
        border: 2px solid #0A263C;
    }

    #cart-table .cart-row-coupons td .btn-remove.disabled.focus, #cart-table .cart-row-coupons td .btn-remove.disabled:focus, #cart-table .cart-row-coupons td .btn-remove.disabled:hover, #cart-table .cart-row-coupons td .btn-remove[disabled].focus, #cart-table .cart-row-coupons td .btn-remove[disabled]:focus, #cart-table .cart-row-coupons td .btn-remove[disabled]:hover, fieldset[disabled] #cart-table .cart-row-coupons td .btn-remove.focus, fieldset[disabled] #cart-table .cart-row-coupons td .btn-remove:focus, fieldset[disabled] #cart-table .cart-row-coupons td .btn-remove:hover {
        background-color: #fff;
        border: 2px solid #0A263C;
    }

#cart-table .cart-row-coupons td .not-applied {
    color: #ed1c24;
}

@media (max-width:991px) {
    #cart-table .cart-row-coupons .item-image {
        display: none;
    }

    #cart-table .cart-row-coupons .item-total {
        width: 50%;
        display: block;
        float: right;
    }
}

#cart-table .cart-row-giftcertificate .gift-cert-delivery {
    font-weight: 700;
    color: #ed1c24;
}

#cart-table .cart-row-actions td {
    border-top: 2px solid #E6E7E8;
    border-bottom: 2px solid #E6E7E8;
    padding: 0;
    height: 50px;
    vertical-align: middle;
}

    #cart-table .cart-row-actions td .btn-edit, #cart-table .cart-row-actions td .btn-edit-gc, #cart-table .cart-row-actions td .btn-remove {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
        padding: 0!important;
        font-size: 12px!important;
        line-height: 20px!important;
        width: calc(50% - 5px);
        display: inline-block;
    }

        #cart-table .cart-row-actions td .btn-edit-gc.focus, #cart-table .cart-row-actions td .btn-edit-gc:focus, #cart-table .cart-row-actions td .btn-edit-gc:hover, #cart-table .cart-row-actions td .btn-edit.focus, #cart-table .cart-row-actions td .btn-edit:focus, #cart-table .cart-row-actions td .btn-edit:hover, #cart-table .cart-row-actions td .btn-remove.focus, #cart-table .cart-row-actions td .btn-remove:focus, #cart-table .cart-row-actions td .btn-remove:hover {
            color: #fff!important;
            background-color: #0A263C;
            border: 2px solid #0A263C;
        }

        #cart-table .cart-row-actions td .btn-edit-gc.disabled.focus, #cart-table .cart-row-actions td .btn-edit-gc.disabled:focus, #cart-table .cart-row-actions td .btn-edit-gc.disabled:hover, #cart-table .cart-row-actions td .btn-edit-gc[disabled].focus, #cart-table .cart-row-actions td .btn-edit-gc[disabled]:focus, #cart-table .cart-row-actions td .btn-edit-gc[disabled]:hover, #cart-table .cart-row-actions td .btn-edit.disabled.focus, #cart-table .cart-row-actions td .btn-edit.disabled:focus, #cart-table .cart-row-actions td .btn-edit.disabled:hover, #cart-table .cart-row-actions td .btn-edit[disabled].focus, #cart-table .cart-row-actions td .btn-edit[disabled]:focus, #cart-table .cart-row-actions td .btn-edit[disabled]:hover, #cart-table .cart-row-actions td .btn-remove.disabled.focus, #cart-table .cart-row-actions td .btn-remove.disabled:focus, #cart-table .cart-row-actions td .btn-remove.disabled:hover, #cart-table .cart-row-actions td .btn-remove[disabled].focus, #cart-table .cart-row-actions td .btn-remove[disabled]:focus, #cart-table .cart-row-actions td .btn-remove[disabled]:hover, fieldset[disabled] #cart-table .cart-row-actions td .btn-edit-gc.focus, fieldset[disabled] #cart-table .cart-row-actions td .btn-edit-gc:focus, fieldset[disabled] #cart-table .cart-row-actions td .btn-edit-gc:hover, fieldset[disabled] #cart-table .cart-row-actions td .btn-edit.focus, fieldset[disabled] #cart-table .cart-row-actions td .btn-edit:focus, fieldset[disabled] #cart-table .cart-row-actions td .btn-edit:hover, fieldset[disabled] #cart-table .cart-row-actions td .btn-remove.focus, fieldset[disabled] #cart-table .cart-row-actions td .btn-remove:focus, fieldset[disabled] #cart-table .cart-row-actions td .btn-remove:hover {
            background-color: #fff;
            border: 2px solid #0A263C;
        }

    #cart-table .cart-row-actions td .btn-remove {
        margin-left: 5px;
    }

    #cart-table .cart-row-actions td .btn-link {
        font-size: 12px!important;
        line-height: 20px!important;
        padding: 10px 0!important;
    }

        #cart-table .cart-row-actions td .btn-link:not(:first-child) {
            margin-left: 20px;
        }

        #cart-table .cart-row-actions td .btn-link i {
            margin-left: 0;
        }

@media (max-width:991px) {
    #cart-table .cart-row-actions {
        display: block;
        margin-bottom: 20px;
        border-bottom: 2px solid #E6E7E8;
        padding: 10px 0 15px;
    }

        #cart-table .cart-row-actions td {
            border: 0;
            height: auto;
        }

            #cart-table .cart-row-actions td .btn-edit, #cart-table .cart-row-actions td .btn-edit-gc, #cart-table .cart-row-actions td .btn-remove {
                color: #0A263C!important;
                background-color: #fff;
                border: 2px solid #0A263C;
                padding: 0!important;
                font-size: 16px!important;
                line-height: 32px!important;
            }

                #cart-table .cart-row-actions td .btn-edit-gc.focus, #cart-table .cart-row-actions td .btn-edit-gc:focus, #cart-table .cart-row-actions td .btn-edit-gc:hover, #cart-table .cart-row-actions td .btn-edit.focus, #cart-table .cart-row-actions td .btn-edit:focus, #cart-table .cart-row-actions td .btn-edit:hover, #cart-table .cart-row-actions td .btn-remove.focus, #cart-table .cart-row-actions td .btn-remove:focus, #cart-table .cart-row-actions td .btn-remove:hover {
                    color: #fff!important;
                    background-color: #0A263C;
                    border: 2px solid #0A263C;
                }

                #cart-table .cart-row-actions td .btn-edit-gc.disabled.focus, #cart-table .cart-row-actions td .btn-edit-gc.disabled:focus, #cart-table .cart-row-actions td .btn-edit-gc.disabled:hover, #cart-table .cart-row-actions td .btn-edit-gc[disabled].focus, #cart-table .cart-row-actions td .btn-edit-gc[disabled]:focus, #cart-table .cart-row-actions td .btn-edit-gc[disabled]:hover, #cart-table .cart-row-actions td .btn-edit.disabled.focus, #cart-table .cart-row-actions td .btn-edit.disabled:focus, #cart-table .cart-row-actions td .btn-edit.disabled:hover, #cart-table .cart-row-actions td .btn-edit[disabled].focus, #cart-table .cart-row-actions td .btn-edit[disabled]:focus, #cart-table .cart-row-actions td .btn-edit[disabled]:hover, #cart-table .cart-row-actions td .btn-remove.disabled.focus, #cart-table .cart-row-actions td .btn-remove.disabled:focus, #cart-table .cart-row-actions td .btn-remove.disabled:hover, #cart-table .cart-row-actions td .btn-remove[disabled].focus, #cart-table .cart-row-actions td .btn-remove[disabled]:focus, #cart-table .cart-row-actions td .btn-remove[disabled]:hover, fieldset[disabled] #cart-table .cart-row-actions td .btn-edit-gc.focus, fieldset[disabled] #cart-table .cart-row-actions td .btn-edit-gc:focus, fieldset[disabled] #cart-table .cart-row-actions td .btn-edit-gc:hover, fieldset[disabled] #cart-table .cart-row-actions td .btn-edit.focus, fieldset[disabled] #cart-table .cart-row-actions td .btn-edit:focus, fieldset[disabled] #cart-table .cart-row-actions td .btn-edit:hover, fieldset[disabled] #cart-table .cart-row-actions td .btn-remove.focus, fieldset[disabled] #cart-table .cart-row-actions td .btn-remove:focus, fieldset[disabled] #cart-table .cart-row-actions td .btn-remove:hover {
                    background-color: #fff;
                    border: 2px solid #0A263C;
                }

            #cart-table .cart-row-actions td .btn-link {
                padding: 5px 0!important;
            }

                #cart-table .cart-row-actions td .btn-link:not(:first-child) {
                    margin-left: 0;
                }

            #cart-table .cart-row-actions td:first-of-type {
                text-align: center;
                height: 60px;
                position: relative;
                top: 45px;
            }

            #cart-table .cart-row-actions td:last-of-type {
                height: 40px;
                position: relative;
                top: -60px;
            }
}

#cart-table .item-image {
    width: 170px;
    padding-right: 20px!important;
}

    #cart-table .item-image img {
        max-width: 100%;
        max-height: 150px;
    }

@media (max-width:991px) {
    #cart-table .item-image {
        width: 50%;
        flex-basis: 50%;
        padding-right: 10px!important;
    }
}

#cart-table .item-details {
    padding-bottom: 10px!important;
}

    #cart-table .item-details .name {
        font-size: 14px;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 700;
    }

    #cart-table .item-details .sku {
        color: #7c7c7c;
    }

    #cart-table .item-details .label {
        font-weight: 700;
    }

    #cart-table .item-details .product-list-item .name a {
        color: #0A263C;
    }

    #cart-table .item-details .product-list-item .promo {
        color: #ed1c24;
        font-weight: 700;
    }

    #cart-table .item-details .callout-link {
        background: #0A263C;
        color: #f4e200;
        font-size: 12px;
        display: inline-block;
        text-transform: uppercase;
        padding: 0 5px;
        margin-top: 5px;
    }

        #cart-table .item-details .callout-link:hover {
            color: #fff!important;
        }

    #cart-table .item-details .price-total, #cart-table .item-details .total-price {
        font-weight: 700;
    }

        #cart-table .item-details .total-price .price-adjusted-total, #cart-table .item-details .total-price .price-unadjusted {
            margin: 0;
            color: #0A263C;
            display: inline;
        }

            #cart-table .item-details .total-price .price-adjusted-total span, #cart-table .price-promotion .price-sales {
                color: #ed1c24;
            }

@media (max-width:991px) {
    #cart-table .item-details {
        width: 50%;
        flex-basis: 50%;
        padding-left: 10px!important;
        font-size: 12px;
    }

        #cart-table .item-details .name {
            font-size: 12px;
        }

        #cart-table .item-details .label {
            font-weight: 400;
        }

        #cart-table .item-details .sku {
            display: none;
        }
}

#cart-table .item-quantity {
    font-weight: 700;
    text-align: center;
}

    #cart-table .item-quantity .field-wrapper {
        width: 45px;
        margin: 0 auto;
    }

        #cart-table .item-quantity .field-wrapper:after {
            line-height: 24px;
            right: 5px;
        }

    #cart-table .item-quantity select {
        min-width: 0;
        padding: 0 5px;
        font-size: 12px;
        font-weight: 400;
        height: 24px;
    }

#cart-table .item-price, #cart-table .item-total {
    font-weight: 700;
    text-align: center;
}

    #cart-table .item-price span, #cart-table .item-total span {
        display: block;
        margin: 0!important;
    }

#cart-table .item-price, #cart-table .item-quantity, #cart-table .item-total {
    width: 80px;
}

@media (max-width:991px) {
    #cart-table .item-price, #cart-table .item-quantity, #cart-table .item-total {
        display: none;
    }
}

#cart-table .value {
    font-weight: 400;
}

.cart-coupon-code {
    border-top: 2px solid #E6E7E8;
    border-bottom: 2px solid #E6E7E8;
    padding: 15px 0;
    vertical-align: middle;
}

    .cart-coupon-code fieldset {
        margin: 0!important;
    }

    .cart-coupon-code input {
        border: 2px solid #0A263C;
        margin: 0;
        width: 70%!important;
        vertical-align: middle;
    }

    .cart-coupon-code button {
        color: #fff!important;
        background-color: #0A263C;
        border: 2px solid #0A263C;
        padding: 0!important;
        font-size: 12px!important;
        line-height: 36px!important;
        width: calc(30% - 5px);
        margin-left: 0;
        vertical-align: middle;
    }

        .cart-coupon-code button.focus, .cart-coupon-code button:focus, .cart-coupon-code button:hover {
            color: #0A263C!important;
            background-color: #fff;
            border: 2px solid #0A263C;
        }

        .cart-coupon-code button.disabled.focus, .cart-coupon-code button.disabled:focus, .cart-coupon-code button.disabled:hover, .cart-coupon-code button[disabled].focus, .cart-coupon-code button[disabled]:focus, .cart-coupon-code button[disabled]:hover, fieldset[disabled] .cart-coupon-code button.focus, fieldset[disabled] .cart-coupon-code button:focus, fieldset[disabled] .cart-coupon-code button:hover {
            background-color: #0A263C;
            border: 2px solid #0A263C;
        }

    .cart-coupon-code .error {
        color: #ed1c24;
    }

.cart-actions {
    padding: 15px 0;
}

    .cart-actions .btn.btn-checkout, .cart-actions .btn.btn-continue {
        color: #0A263C!important;
        padding: 0!important;
        font-size: 16px!important;
        line-height: 40px!important;
    }

    .cart-actions .btn {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }

        .cart-actions .btn.btn-checkout {
            background-color: #f4e200;
            border: 2px solid #f4e200;
        }

            .cart-actions .btn.btn-checkout.focus, .cart-actions .btn.btn-checkout:focus, .cart-actions .btn.btn-checkout:hover {
                color: #0A263C!important;
                background-color: #fff;
                border: 2px solid #f4e200;
            }

            .cart-actions .btn.btn-checkout.disabled.focus, .cart-actions .btn.btn-checkout.disabled:focus, .cart-actions .btn.btn-checkout.disabled:hover, .cart-actions .btn.btn-checkout[disabled].focus, .cart-actions .btn.btn-checkout[disabled]:focus, .cart-actions .btn.btn-checkout[disabled]:hover, fieldset[disabled] .cart-actions .btn.btn-checkout.focus, fieldset[disabled] .cart-actions .btn.btn-checkout:focus, fieldset[disabled] .cart-actions .btn.btn-checkout:hover {
                background-color: #f4e200;
                border: 2px solid #f4e200;
            }

        .cart-actions .btn.btn-continue {
            background-color: #fff;
            border: 2px solid #0A263C;
        }

            .cart-actions .btn.btn-continue.focus, .cart-actions .btn.btn-continue:focus, .cart-actions .btn.btn-continue:hover {
                color: #fff!important;
                background-color: #0A263C;
                border: 2px solid #0A263C;
            }

            .cart-actions .btn.btn-continue.disabled.focus, .cart-actions .btn.btn-continue.disabled:focus, .cart-actions .btn.btn-continue.disabled:hover, .cart-actions .btn.btn-continue[disabled].focus, .cart-actions .btn.btn-continue[disabled]:focus, .cart-actions .btn.btn-continue[disabled]:hover, fieldset[disabled] .cart-actions .btn.btn-continue.focus, fieldset[disabled] .cart-actions .btn.btn-continue:focus, fieldset[disabled] .cart-actions .btn.btn-continue:hover {
                background-color: #fff;
                border: 2px solid #0A263C;
            }

.cart-recommendations {
    margin-top: 60px;
}

    .cart-recommendations .product-listing {
        background: 0 0;
        padding: 0;
    }

        .cart-recommendations .product-listing .product-add-to-cart {
            padding: 5px 0;
        }

            .cart-recommendations .product-listing .product-add-to-cart .btn {
                color: #fff!important;
                background-color: #0A263C;
                border: 2px solid #0A263C;
                padding: 0 10px!important;
                font-size: 12px!important;
                line-height: 28px!important;
            }

                .cart-recommendations .product-listing .product-add-to-cart .btn.focus, .cart-recommendations .product-listing .product-add-to-cart .btn:focus, .cart-recommendations .product-listing .product-add-to-cart .btn:hover {
                    color: #0A263C!important;
                    background-color: #fff;
                    border: 2px solid #0A263C;
                }

                .cart-recommendations .product-listing .product-add-to-cart .btn.disabled.focus, .cart-recommendations .product-listing .product-add-to-cart .btn.disabled:focus, .cart-recommendations .product-listing .product-add-to-cart .btn.disabled:hover, .cart-recommendations .product-listing .product-add-to-cart .btn[disabled].focus, .cart-recommendations .product-listing .product-add-to-cart .btn[disabled]:focus, .cart-recommendations .product-listing .product-add-to-cart .btn[disabled]:hover, fieldset[disabled] .cart-recommendations .product-listing .product-add-to-cart .btn.focus, fieldset[disabled] .cart-recommendations .product-listing .product-add-to-cart .btn:focus, fieldset[disabled] .cart-recommendations .product-listing .product-add-to-cart .btn:hover {
                    background-color: #0A263C;
                    border: 2px solid #0A263C;
                }

.checkout .breadcrumb {
    text-align: center;
    padding: 10px 0 20px;
}

    .checkout .breadcrumb .breadcrumb-steps {
        display: inline-block;
        position: relative;
        padding: 0;
    }

        .checkout .breadcrumb .breadcrumb-steps:before {
            content: " ";
            display: block;
            height: 2px;
            width: calc(100% - 140px);
            background: #E6E7E8;
            position: absolute;
            top: 14px;
            left: 70px;
            z-index: 0;
        }

        .checkout .breadcrumb .breadcrumb-steps div {
            display: inline-block;
            font-size: 13px;
            text-transform: uppercase;
            color: #7c7c7c;
            text-align: center;
            width: 140px;
            position: relative;
            z-index: 1;
        }

            .checkout .breadcrumb .breadcrumb-steps div a {
                color: #0A263C;
            }

                .checkout .breadcrumb .breadcrumb-steps div a:hover {
                    color: #63c7c5;
                }

            .checkout .breadcrumb .breadcrumb-steps div:before {
                content: ' ';
                display: block;
                width: 30px;
                height: 30px;
                border-radius: 30px;
                background: #E6E7E8;
                margin: 0 auto 10px;
            }

.checkout #shipping-method-list, .checkout fieldset {
    margin-bottom: 30px;
}

.checkout .breadcrumb .breadcrumb-steps div.active {
    color: #0A263C;
    font-weight: 700;
}

    .checkout .breadcrumb .breadcrumb-steps div.active:before {
        background: #f4e200;
    }

.checkout .breadcrumb .breadcrumb-steps div.completed:before {
    background: #7c7c7c;
}

@media (max-width:991px) {
    .checkout .breadcrumb .breadcrumb-steps:before {
        width: calc(100% - 90px);
        left: 45px;
    }

    .checkout .breadcrumb .breadcrumb-steps div {
        font-size: 12px;
        width: 90px;
    }
}

.checkout .btn-return, .checkout .btn-submit {
    padding: 0 40px!important;
    font-size: 18px!important;
    line-height: 36px!important;
}

.checkout fieldset .form-row:not(.label-inline):not(.form-row-radio) label {
    display: none;
}

.checkout fieldset .form-row:not(.label-inline):not(.form-row-radio) .field-wrapper {
    float: left;
    width: 50%;
}

@media (max-width:991px) {
    .checkout fieldset .form-row:not(.label-inline):not(.form-row-radio) .field-wrapper {
        width: 100%;
    }
}

.checkout fieldset .form-field-tooltip {
    width: 40%;
}

.checkout .btn-submit {
    color: #0A263C!important;
    background-color: #f4e200;
    border: 2px solid #f4e200;
}

    .checkout .btn-submit.focus, .checkout .btn-submit:focus, .checkout .btn-submit:hover {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #f4e200;
    }

    .checkout .btn-submit.disabled.focus, .checkout .btn-submit.disabled:focus, .checkout .btn-submit.disabled:hover, .checkout .btn-submit[disabled].focus, .checkout .btn-submit[disabled]:focus, .checkout .btn-submit[disabled]:hover, fieldset[disabled] .checkout .btn-submit.focus, fieldset[disabled] .checkout .btn-submit:focus, fieldset[disabled] .checkout .btn-submit:hover {
        background-color: #f4e200;
        border: 2px solid #f4e200;
    }

    .checkout .btn-submit:disabled, .checkout .btn-submit:disabled.focus, .checkout .btn-submit:disabled:focus, .checkout .btn-submit:disabled:hover {
        color: #0A263C!important;
        background-color: #E6E7E8;
        border: 2px solid #E6E7E8;
    }

        .checkout .btn-submit:disabled.disabled.focus, .checkout .btn-submit:disabled.disabled:focus, .checkout .btn-submit:disabled.disabled:hover, .checkout .btn-submit:disabled[disabled].focus, .checkout .btn-submit:disabled[disabled]:focus, .checkout .btn-submit:disabled[disabled]:hover, fieldset[disabled] .checkout .btn-submit:disabled.focus, fieldset[disabled] .checkout .btn-submit:disabled:focus, fieldset[disabled] .checkout .btn-submit:disabled:hover {
            background-color: #E6E7E8;
            border: 2px solid #E6E7E8;
        }

.checkout .btn-return {
    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
}

    .checkout .btn-return.focus, .checkout .btn-return:focus, .checkout .btn-return:hover {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
    }

    .checkout .btn-return.disabled.focus, .checkout .btn-return.disabled:focus, .checkout .btn-return.disabled:hover, .checkout .btn-return[disabled].focus, .checkout .btn-return[disabled]:focus, .checkout .btn-return[disabled]:hover, fieldset[disabled] .checkout .btn-return.focus, fieldset[disabled] .checkout .btn-return:focus, fieldset[disabled] .checkout .btn-return:hover {
        background-color: #0A263C;
        border: 2px solid #0A263C;
    }

@media (max-width:991px) {
    .checkout .btn-submit {
        display: block;
        width: 100%;
    }

    .checkout .btn-return {
        display: block;
        width: 100%;
        font-size: 16px!important;
    }
}

.checkout .checkout-mini-cart {
    background: 0 0;
    max-height: 360px;
}

    .checkout .checkout-mini-cart hr {
        margin: 10px 0;
    }

        .checkout .checkout-mini-cart hr:last-of-type {
            display: none;
        }

    .checkout .checkout-mini-cart fieldset {
        margin: 0;
    }

    .checkout .checkout-mini-cart .mini-cart-product {
        border: 0;
        padding: 0;
    }

        .checkout .checkout-mini-cart .mini-cart-product:last-of-type {
            margin-bottom: 10px;
        }

    .checkout .checkout-mini-cart .mini-cart-image {
        width: 35%;
        text-align: center;
    }

        .checkout .checkout-mini-cart .mini-cart-image img {
            display: inline-block;
            max-width: 100%;
            max-height: 100px;
        }

    .checkout .checkout-mini-cart .mini-cart-product-details {
        width: 65%;
        float: left;
        text-align: left;
        padding-left: 15px;
    }

    .checkout .checkout-mini-cart .mini-cart-name, .checkout .checkout-mini-cart .mini-cart-pricing {
        float: none;
        width: 100%;
        font-size: 13px;
        font-style: normal;
    }

    .checkout .checkout-mini-cart .mini-cart-pricing {
        font-weight: 400;
        margin-top: 3px;
    }

        .checkout .checkout-mini-cart .mini-cart-pricing .price-standard {
            text-decoration: line-through;
        }

    .checkout .checkout-mini-cart .mini-cart-name a {
        color: #0A263C;
    }

    .checkout .checkout-mini-cart .mini-cart-promo {
        color: #ed1c24;
        text-transform: none;
        font-size: 11px;
        line-height: 14px;
        font-weight: 700;
    }

.checkout .checkout-order-totals {
    background: 0 0;
    padding: 20px 0 25px;
    border-top: 2px solid #E6E7E8;
    border-bottom: 2px solid #0A263C;
}

    .checkout .checkout-order-totals .order-totals-table {
        color: #7c7c7c;
        font-size: 16px;
    }

        .checkout .checkout-order-totals .order-totals-table tr td:first-child {
            text-align: left;
        }

        .checkout .checkout-order-totals .order-totals-table td {
            padding: 0;
        }

        .checkout .checkout-order-totals .order-totals-table .order-subtotal {
            font-weight: 400;
        }

            .checkout .checkout-order-totals .order-totals-table .order-subtotal td {
                padding-top: 5px;
            }

        .checkout .checkout-order-totals .order-totals-table .order-total {
            font-size: 16px;
        }

            .checkout .checkout-order-totals .order-totals-table .order-total td {
                padding-top: 20px;
                color: #0A263C;
            }

.checkout .order-component-block {
    margin: 30px 0;
}

    .checkout .order-component-block h3.section-header {
        margin: 0;
        padding-top: 5px;
    }

    .checkout .order-component-block .details {
        color: #0A263C;
        padding: 0 15px 15px;
        background: #E6E7E8;
    }

@media (max-width:991px) {
    .checkout .order-component-block {
        margin: 30px -15px;
    }

    .checkout .checkout-billing .cart-coupon-code {
        border-bottom: 0;
    }
}

.checkout .mini-shipment {
    margin-top: 0;
}

.checkout .checkout-billing .cart-coupon-code {
    border-top: 0;
}

.checkout .checkout-billing hr {
    margin: 15px 0;
}

.checkout .billing-coupon-code fieldset {
    margin-bottom: 0;
}

.checkout .billing-coupon-code .billing-form-group {
    width: 50%;
    display: inline-block;
    margin-right: 3%;
}

    .checkout .billing-coupon-code .billing-form-group input[type=text] {
        display: inline-block;
        width: 70%;
        vertical-align: top;
    }

.form-row.form-row-checkbox label i, .form-row.form-row-checkbox label span, .form-row.form-row-radio .field-wrapper label i, .form-row.form-row-radio .field-wrapper label span, .form-row.form-row-select .field-wrapper select, .giftregistry .section-header .btn-link span, .giftregistry .section-header .dialog-required, .wishlist .section-header .btn-link span, .wishlist .section-header .dialog-required {
    vertical-align: middle;
}

.checkout .billing-coupon-code .billing-form-group .btn {
    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
    padding: 0!important;
    font-size: 12px!important;
    line-height: 36px!important;
    width: calc(30% - 5px);
    margin-left: 0;
}

    .checkout .billing-coupon-code .billing-form-group .btn.focus, .checkout .billing-coupon-code .billing-form-group .btn:focus, .checkout .billing-coupon-code .billing-form-group .btn:hover {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
    }

    .checkout .billing-coupon-code .billing-form-group .btn.disabled.focus, .checkout .billing-coupon-code .billing-form-group .btn.disabled:focus, .checkout .billing-coupon-code .billing-form-group .btn.disabled:hover, .checkout .billing-coupon-code .billing-form-group .btn[disabled].focus, .checkout .billing-coupon-code .billing-form-group .btn[disabled]:focus, .checkout .billing-coupon-code .billing-form-group .btn[disabled]:hover, .checkout .billing-coupon-code .btn-apply, fieldset[disabled] .checkout .billing-coupon-code .billing-form-group .btn.focus, fieldset[disabled] .checkout .billing-coupon-code .billing-form-group .btn:focus, fieldset[disabled] .checkout .billing-coupon-code .billing-form-group .btn:hover {
        background-color: #0A263C;
        border: 2px solid #0A263C;
    }

@media (max-width:991px) {
    .checkout .billing-coupon-code .billing-form-group {
        width: 100%;
    }
}

.checkout .billing-coupon-code .form-row {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

    .checkout .billing-coupon-code .form-row .error {
        color: #ed1c24;
    }

.checkout .billing-coupon-code .btn-apply {
    color: #fff!important;
    padding: 0 20px!important;
    font-size: 12px!important;
    line-height: 36px!important;
    margin-right: 15px;
}

    .checkout .billing-coupon-code .btn-apply.focus, .checkout .billing-coupon-code .btn-apply:focus, .checkout .billing-coupon-code .btn-apply:hover {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
    }

.checkout .billing-coupon-code .gift-cert-applied .btn-link, .checkout .billing-coupon-code .gift-cert-applied .btn-link.focus, .checkout .billing-coupon-code .gift-cert-applied .btn-link:focus, .checkout .billing-coupon-code .gift-cert-applied .btn-link:hover {
    color: #ed1c24!important;
    background-color: transparent;
    border: 2px solid transparent;
}

.checkout .billing-coupon-code .btn-apply.disabled.focus, .checkout .billing-coupon-code .btn-apply.disabled:focus, .checkout .billing-coupon-code .btn-apply.disabled:hover, .checkout .billing-coupon-code .btn-apply[disabled].focus, .checkout .billing-coupon-code .btn-apply[disabled]:focus, .checkout .billing-coupon-code .btn-apply[disabled]:hover, fieldset[disabled] .checkout .billing-coupon-code .btn-apply.focus, fieldset[disabled] .checkout .billing-coupon-code .btn-apply:focus, fieldset[disabled] .checkout .billing-coupon-code .btn-apply:hover {
    background-color: #0A263C;
    border: 2px solid #0A263C;
}

.checkout .billing-coupon-code .gift-cert-applied .btn-link {
    padding: 0!important;
    font-size: 12px!important;
    line-height: 16px!important;
    font-style: normal;
}

    .checkout .billing-coupon-code .gift-cert-applied .btn-link.disabled.focus, .checkout .billing-coupon-code .gift-cert-applied .btn-link.disabled:focus, .checkout .billing-coupon-code .gift-cert-applied .btn-link.disabled:hover, .checkout .billing-coupon-code .gift-cert-applied .btn-link[disabled].focus, .checkout .billing-coupon-code .gift-cert-applied .btn-link[disabled]:focus, .checkout .billing-coupon-code .gift-cert-applied .btn-link[disabled]:hover, fieldset[disabled] .checkout .billing-coupon-code .gift-cert-applied .btn-link.focus, fieldset[disabled] .checkout .billing-coupon-code .gift-cert-applied .btn-link:focus, fieldset[disabled] .checkout .billing-coupon-code .gift-cert-applied .btn-link:hover {
        background-color: transparent;
        border: 2px solid transparent;
    }

.checkout .payment-method .expiration .month .error select, .checkout .payment-method .expiration .year .error select {
    border-color: #ed1c24;
}

.checkout .payment-method .expiration {
    width: 50%;
}

    .checkout .payment-method .expiration .month, .checkout .payment-method .expiration .year, .checkout .payment-method .expiration > label {
        display: inline-block!important;
        float: left;
    }

        .checkout .payment-method .expiration .month .field-wrapper, .checkout .payment-method .expiration .year .field-wrapper {
            float: none!important;
            width: 100%!important;
        }

            .checkout .payment-method .expiration .month .field-wrapper select, .checkout .payment-method .expiration .year .field-wrapper select {
                min-width: 0;
            }

    .checkout .payment-method .expiration > label {
        width: 50%;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
    }

    .checkout .payment-method .expiration .month {
        width: 20%;
    }

    .checkout .payment-method .expiration .year {
        width: calc(30% - 10px);
        margin-left: 10px;
        margin-bottom: 0;
    }

@media (max-width:991px) {
    .checkout .payment-method .expiration {
        width: 100%;
    }

        .checkout .payment-method .expiration > label {
            width: 40%;
        }

        .checkout .payment-method .expiration .month {
            width: 30%;
        }
}

.checkout .payment-method .cvn {
    width: 50%;
}

    .checkout .payment-method .cvn .field-wrapper {
        width: 70%!important;
    }

    .checkout .payment-method .cvn .form-field-tooltip {
        width: 30%!important;
        margin: 0;
        text-align: right;
    }

@media (max-width:991px) {
    .checkout .payment-method .cvn {
        width: 100%;
    }

        .checkout .payment-method .cvn .field-wrapper {
            width: 100%!important;
        }
}

.checkout .payment-method .form-row-hidden {
    display: none;
}

.checkout .confirmation .confirmation-message {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}

    .checkout .confirmation .confirmation-message h1 {
        font-size: 30px;
        text-transform: uppercase;
        color: #0A263C;
    }

@media (max-width:767px) {
    .checkout .confirmation .confirmation-message h1 {
        font-size: 18px;
    }

    .checkout .confirmation h3.section-header {
        margin-top: 20px;
    }

        .checkout .confirmation h3.section-header em {
            display: none;
        }
}

.checkout .confirmation .confirmation-message .content-asset {
    font-size: 14px;
    color: #7c7c7c;
}

.checkout .confirmation .confirmation-message .btn-print-page {
    float: right!important;
}

.checkout .confirmation h3.section-header em {
    font-style: normal;
    color: #7c7c7c;
}

#bonus-product-list .product-col-2 .quantity, #bonus-product-list .product-col-2 .quantity .form-row {
    display: inline-block;
}

.checkout .confirmation .register-box .field-wrapper {
    float: none!important;
    width: 100%!important;
}

.checkout .confirmation .register-box .btn {
    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
    padding: 0 40px!important;
    font-size: 18px!important;
    line-height: 36px!important;
}

    .checkout .confirmation .register-box .btn.focus, .checkout .confirmation .register-box .btn:focus, .checkout .confirmation .register-box .btn:hover {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
    }

    .checkout .confirmation .register-box .btn.disabled.focus, .checkout .confirmation .register-box .btn.disabled:focus, .checkout .confirmation .register-box .btn.disabled:hover, .checkout .confirmation .register-box .btn[disabled].focus, .checkout .confirmation .register-box .btn[disabled]:focus, .checkout .confirmation .register-box .btn[disabled]:hover, fieldset[disabled] .checkout .confirmation .register-box .btn.focus, fieldset[disabled] .checkout .confirmation .register-box .btn:focus, fieldset[disabled] .checkout .confirmation .register-box .btn:hover {
        background-color: #0A263C;
        border: 2px solid #0A263C;
    }

.checkout .confirmation h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

@media (min-width:768px) {
    .checkout .confirmation .row-order {
        margin: 0;
    }
}

.checkout .confirmation .order-container {
    color: #7c7c7c;
    padding-bottom: 20px;
}

.checkout .confirmation .order-detail-summary td {
    padding: 0;
    text-align: left;
    color: #7c7c7c;
}

.checkout .confirmation .order-detail-summary .order-total {
    font-size: 13px;
}

    .checkout .confirmation .order-detail-summary .order-total td {
        padding-top: 20px;
    }

.checkout .confirmation .order-shipments {
    margin: 0 0 20px;
}

.checkout .confirmation hr {
    margin: 5px 0 20px;
}

.checkout .confirmation .line-items {
    padding: 0 15px;
    color: #7c7c7c;
}

    .checkout .confirmation .line-items .line-item {
        padding: 0 0 15px;
    }

        .checkout .confirmation .line-items .line-item .name, .checkout .confirmation .line-items h4 {
            color: #0A263C;
        }

@media (max-width:767px) {
    .checkout .confirmation .line-items {
        padding: 0 0 15px;
    }

        .checkout .confirmation .line-items .line-item-details, .checkout .confirmation .line-items .line-item-price, .checkout .confirmation .line-items .line-item-quantity {
            width: 100%;
        }
}

.normalize-address {
    padding-bottom: 15px;
}

    .normalize-address .btn-yes {
        color: #0A263C!important;
        background-color: #f4e200;
        border: 2px solid #f4e200;
    }

        .normalize-address .btn-yes.focus, .normalize-address .btn-yes:focus, .normalize-address .btn-yes:hover {
            color: #0A263C!important;
            background-color: #fff;
            border: 2px solid #f4e200;
        }

        .cart-empty .btn, .normalize-address .btn-yes.disabled.focus, .normalize-address .btn-yes.disabled:focus, .normalize-address .btn-yes.disabled:hover, .normalize-address .btn-yes[disabled].focus, .normalize-address .btn-yes[disabled]:focus, .normalize-address .btn-yes[disabled]:hover, fieldset[disabled] .normalize-address .btn-yes.focus, fieldset[disabled] .normalize-address .btn-yes:focus, fieldset[disabled] .normalize-address .btn-yes:hover {
            background-color: #f4e200;
            border: 2px solid #f4e200;
        }

.cart-empty {
    margin-top: 0;
}

    .cart-empty h1 {
        font-size: 16px;
        text-transform: uppercase;
        margin: 20px 0;
    }

    .cart-empty .btn {
        color: #0A263C!important;
        padding: 10px 16px!important;
        font-size: 14px!important;
        line-height: 130%!important;
    }

        .cart-empty .btn.focus, .cart-empty .btn:focus, .cart-empty .btn:hover {
            color: #0A263C!important;
            background-color: #fff;
            border: 2px solid #f4e200;
        }

        .cart-empty .btn.disabled.focus, .cart-empty .btn.disabled:focus, .cart-empty .btn.disabled:hover, .cart-empty .btn[disabled].focus, .cart-empty .btn[disabled]:focus, .cart-empty .btn[disabled]:hover, fieldset[disabled] .cart-empty .btn.focus, fieldset[disabled] .cart-empty .btn:focus, fieldset[disabled] .cart-empty .btn:hover {
            background-color: #f4e200;
            border: 2px solid #f4e200;
        }

    .cart-empty .product-listing {
        background: 0 0;
        padding: 0;
        margin-top: 40px;
    }

        .cart-empty .product-listing .product-add-to-cart {
            padding: 5px 0;
        }

            .cart-empty .product-listing .product-add-to-cart .btn {
                color: #fff!important;
                background-color: #0A263C;
                border: 2px solid #0A263C;
                padding: 0 10px!important;
                font-size: 12px!important;
                line-height: 28px!important;
            }

                .cart-empty .product-listing .product-add-to-cart .btn.focus, .cart-empty .product-listing .product-add-to-cart .btn:focus, .cart-empty .product-listing .product-add-to-cart .btn:hover {
                    color: #0A263C!important;
                    background-color: #fff;
                    border: 2px solid #0A263C;
                }

                .cart-empty .product-listing .product-add-to-cart .btn.disabled.focus, .cart-empty .product-listing .product-add-to-cart .btn.disabled:focus, .cart-empty .product-listing .product-add-to-cart .btn.disabled:hover, .cart-empty .product-listing .product-add-to-cart .btn[disabled].focus, .cart-empty .product-listing .product-add-to-cart .btn[disabled]:focus, .cart-empty .product-listing .product-add-to-cart .btn[disabled]:hover, fieldset[disabled] .cart-empty .product-listing .product-add-to-cart .btn.focus, fieldset[disabled] .cart-empty .product-listing .product-add-to-cart .btn:focus, fieldset[disabled] .cart-empty .product-listing .product-add-to-cart .btn:hover {
                    background-color: #0A263C;
                    border: 2px solid #0A263C;
                }

#bonus-product-list .promotion {
    background: #fff5f6;
    border: 0;
    padding: 5px 15px;
}

    #bonus-product-list .promotion strong {
        color: #ed1c24;
    }

#bonus-product-list .product-col-1 {
    padding: 20px 0 0;
    width: 20%;
}

    #bonus-product-list .product-col-1 img {
        width: 100%;
    }

#bonus-product-list .product-col-2 {
    width: 80%;
    padding: 20px 0 0 2%;
}

@media (max-width:480px) {
    #bonus-product-list .product-col-2 {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

#bonus-product-list .product-col-2 .product-name {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

#bonus-product-list .product-col-2 .product-number {
    color: #7c7c7c;
    font-size: 13px;
}

#bonus-product-list .product-col-2 .product-add-to-cart {
    border: 0;
    padding: 5px 0;
}

@media (max-width:480px) {
    #bonus-product-list .product-col-2 .product-name {
        text-align: center;
    }

    #bonus-product-list .product-col-2 .product-add-to-cart .inventory {
        float: none;
    }
}

#bonus-product-list .product-col-2 .quantity label {
    line-height: 34px;
    font-size: 13px;
    margin-right: 5px;
    vertical-align: middle;
}

#bonus-product-list .product-col-2 .quantity select {
    min-width: 50px;
    height: 30px;
    padding: 0 15px 0 5px;
}

#bonus-product-list .product-col-2 .quantity .form-row .field-wrapper:after {
    line-height: 30px;
    right: 5px;
}

#bonus-product-list .product-col-2 .select-bonus-item {
    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
    padding: 0 10px!important;
    font-size: 12px!important;
    line-height: 26px!important;
}

    #bonus-product-list .product-col-2 .select-bonus-item.focus, #bonus-product-list .product-col-2 .select-bonus-item:focus, #bonus-product-list .product-col-2 .select-bonus-item:hover {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
    }

    #bonus-product-list .product-col-2 .select-bonus-item.disabled.focus, #bonus-product-list .product-col-2 .select-bonus-item.disabled:focus, #bonus-product-list .product-col-2 .select-bonus-item.disabled:hover, #bonus-product-list .product-col-2 .select-bonus-item[disabled].focus, #bonus-product-list .product-col-2 .select-bonus-item[disabled]:focus, #bonus-product-list .product-col-2 .select-bonus-item[disabled]:hover, fieldset[disabled] #bonus-product-list .product-col-2 .select-bonus-item.focus, fieldset[disabled] #bonus-product-list .product-col-2 .select-bonus-item:focus, fieldset[disabled] #bonus-product-list .product-col-2 .select-bonus-item:hover {
        background-color: #0A263C;
        border: 2px solid #0A263C;
    }

#bonus-product-list .product-col-2 .quantity-error {
    clear: both;
}

#bonus-product-list .bonus-product-list-footer {
    padding: 20px 0 0;
}

    #bonus-product-list .bonus-product-list-footer .bonus-product-summary {
        margin-bottom: 20px;
    }

        #bonus-product-list .bonus-product-list-footer .bonus-product-summary h2 {
            font-weight: 700;
            margin-bottom: 5px;
        }

        #bonus-product-list .bonus-product-list-footer .bonus-product-summary h3 {
            margin: 0 0 10px;
            font-size: 13px;
            color: #7c7c7c;
        }

            #bonus-product-list .bonus-product-list-footer .bonus-product-summary h3 .bonus-items-available {
                color: #ed1c24;
                font-weight: 700;
            }

    #bonus-product-list .bonus-product-list-footer .selected-bonus-item {
        padding: 20px 0 0;
        margin: 0;
        position: relative;
    }

.cart-promo, .form-row {
    margin: 0 0 10px;
}

#bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove {
    color: #0A263C!important;
    background-color: #fff;
    border: 2px solid #0A263C;
    padding: 0 10px!important;
    font-size: 12px!important;
    line-height: 20px!important;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
}

.form-row, .form-row.form-row-select .field-wrapper {
    position: relative;
}

#bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove.focus, #bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove:focus, #bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove:hover {
    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
}

#bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove.disabled.focus, #bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove.disabled:focus, #bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove.disabled:hover, #bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove[disabled].focus, #bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove[disabled]:focus, #bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove[disabled]:hover, fieldset[disabled] #bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove.focus, fieldset[disabled] #bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove:focus, fieldset[disabled] #bonus-product-list .bonus-product-list-footer .selected-bonus-item .btn-remove:hover {
    background-color: #fff;
    border: 2px solid #0A263C;
}

#bonus-product-list .bonus-product-list-footer .add-to-cart-bonus {
    float: none;
    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
    padding: 0 30px!important;
    font-size: 13px!important;
    line-height: 40px!important;
}

    #bonus-product-list .bonus-product-list-footer .add-to-cart-bonus.focus, #bonus-product-list .bonus-product-list-footer .add-to-cart-bonus:focus, #bonus-product-list .bonus-product-list-footer .add-to-cart-bonus:hover {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
    }

    #bonus-product-list .bonus-product-list-footer .add-to-cart-bonus.disabled.focus, #bonus-product-list .bonus-product-list-footer .add-to-cart-bonus.disabled:focus, #bonus-product-list .bonus-product-list-footer .add-to-cart-bonus.disabled:hover, #bonus-product-list .bonus-product-list-footer .add-to-cart-bonus[disabled].focus, #bonus-product-list .bonus-product-list-footer .add-to-cart-bonus[disabled]:focus, #bonus-product-list .bonus-product-list-footer .add-to-cart-bonus[disabled]:hover, fieldset[disabled] #bonus-product-list .bonus-product-list-footer .add-to-cart-bonus.focus, fieldset[disabled] #bonus-product-list .bonus-product-list-footer .add-to-cart-bonus:focus, fieldset[disabled] #bonus-product-list .bonus-product-list-footer .add-to-cart-bonus:hover {
        background-color: #0A263C;
        border: 2px solid #0A263C;
    }

.cart-promo {
    background: #e5f3ef;
    color: #0A263C;
    padding: 0 0 0 15px;
    line-height: 28px;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    text-align: center;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=text], textarea {
    border: 2px solid #0A263C;
    font-size: 16px;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
    background-clip: padding-box;
}

    input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
        color: #bbb;
        opacity: 1;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 400;
    }

    input[type=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #bbb;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 400;
    }

    input[type=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #bbb;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 400;
    }

    input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=text]:focus, textarea:focus {
        outline: 0;
        border: 2px solid #f4e200;
    }

@media (max-width:991px) {
    input[type=date], input[type=email], input[type=number], input[type=password], input[type=text], textarea {
        font-size: 14px;
    }
}

input[type=date].placeholder:before {
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    content: ''!important;
}

input[type=date].not-full:before {
    content: attr(placeholder)!important;
}

select::-ms-expand {
    display: none;
}

textarea {
    min-height: 140px;
    padding: 10px;
}

.form-row .form-caption {
    padding-top: 5px;
    color: #7c7c7c;
    font-size: 12px;
    font-style: italic;
}

.form-row.error .form-caption, .form-row.expiration .error {
    color: #ed1c24;
}

.form-row .field-wrapper {
    margin-bottom: 0;
    position: relative;
}

.form-row.error .input-text {
    border-color: #ed1c24;
}

.form-row.form-row-select .field-wrapper:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 40px;
    z-index: 0;
}

.form-row.form-row-select .field-wrapper select {
    padding: 0 25px 0 10px;
    border-radius: 0;
    width: 100%;
    min-width: 180px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0A263C;
    border: 2px solid #0A263C;
    background: 0 0!important;
    cursor: pointer;
    position: relative;
    outline-style: none;
    height: 40px;
    z-index: 1;
    letter-spacing: 1.5px;
}

.form-row.form-row-radio .field-wrapper label, .form-row.form-row-radio > label {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
}

.form-row.form-row-checkbox label {
    text-transform: uppercase;
    padding: 0;
    position: relative;
    cursor: pointer;
}

    .form-row.form-row-checkbox label i {
        content: ' ';
        display: inline-block;
        width: 26px;
        height: 26px;
        border: 2px solid #0A263C;
        margin-right: 10px;
        position: relative;
        background: #fff;
    }

    .form-row.form-row-checkbox label:hover i {
        background: #f2f2f2;
    }

.form-row.form-row-checkbox .field-wrapper input {
    display: none;
}

    .form-row.form-row-checkbox .field-wrapper input:checked + label i:after {
        content: ' ';
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 2px;
        left: 2px;
        background: #0A263C;
    }

.form-row.form-row-radio .field-wrapper label {
    padding: 0 0 0 35px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    float: none;
    margin: 0 20px 0 0;
    text-align: left;
    width: auto;
}

    .form-row.form-row-radio .field-wrapper label i {
        content: ' ';
        display: inline-block;
        width: 26px;
        height: 26px;
        border-radius: 26px;
        border: 2px solid #0A263C;
        position: absolute;
        left: 0;
        top: -1px;
        background: #fff;
    }

    .form-row.form-row-radio .field-wrapper label:hover i {
        background: #f2f2f2;
    }

.form-row.form-row-radio .field-wrapper input {
    display: none;
}

    .form-row.form-row-radio .field-wrapper input:checked + label i:after {
        content: ' ';
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 18px;
        top: 2px;
        left: 2px;
        background: #0A263C;
    }

.form-row.form-row-button {
    margin-bottom: 30px;
}

.form-row:not(.label-inline):not(.form-row-radio) label {
    display: none;
}

.form-row.error {
    color: #0A263C;
    border-color: #ed1c24;
}

.form-row .field-wrapper span.error {
    color: #ed1c24;
    font-style: italic;
    padding-top: 5px;
    font-size: 12px;
    display: block;
}

.form-row input[type=email].error, .form-row input[type=date].error, .form-row input[type=number].error, .form-row input[type=password].error, .form-row input[type=text].error, .form-row textarea.error {
    color: #0A263C;
    border-color: #ed1c24;
    background: #fff;
}

@media (max-width:991px) {
    .form-row .form-field-tooltip {
        display: none;
    }

    .form-row .field-wrapper {
        width: 100%;
    }

    .form-row input[type=email], .form-row input[type=date], .form-row input[type=number], .form-row input[type=password], .form-row input[type=text], .form-row textarea {
        font-size: 14px;
    }
}

.error-form {
    margin: 15px 0;
    padding: 15px 15px 15px 50px;
    border: 0;
    border-radius: 0;
    background: #f7cfd0;
    color: #0A263C;
    position: relative;
}

    .error-form:before {
        display: block;
        content: "\f071";
        font-family: FontAwesome;
        position: absolute;
        font-size: 24px;
        left: 15px;
        color: #e8787a;
    }

.dialog-required {
    font-size: 12px;
    line-height: 12px;
    color: #7c7c7c;
}

@media (max-width:991px) {
    .dialog-required {
        display: none;
    }
}

.accountlogin-page, .checkoutlogin, .registration-page, .reset-password-page {
    margin: 40px 0;
    width: 100%;
}

    .accountlogin-page .login-account, .checkoutlogin .login-account, .registration-page .login-account, .reset-password-page .login-account {
        background-color: #E6E7E8;
        padding: 30px;
    }

    .accountlogin-page h2, .checkoutlogin h2, .registration-page h2, .reset-password-page h2 {
        font-size: 22px;
        margin: 0;
    }

    .accountlogin-page .btn-submit, .checkoutlogin .btn-submit, .registration-page .btn-submit, .reset-password-page .btn-submit {
        max-width: 320px;
        width: 100%;
        margin: 40px 0 0;
        color: #fff!important;
        background-color: #0A263C;
        border: 2px solid #0A263C;
        padding: 10px 16px!important;
        font-size: 14px!important;
        line-height: 130%!important;
    }

        .accountlogin-page .btn-submit.focus, .accountlogin-page .btn-submit:focus, .accountlogin-page .btn-submit:hover, .checkoutlogin .btn-submit.focus, .checkoutlogin .btn-submit:focus, .checkoutlogin .btn-submit:hover, .registration-page .btn-submit.focus, .registration-page .btn-submit:focus, .registration-page .btn-submit:hover, .reset-password-page .btn-submit.focus, .reset-password-page .btn-submit:focus, .reset-password-page .btn-submit:hover {
            color: #0A263C!important;
            background-color: #fff;
            border: 2px solid #0A263C;
        }

        .accountlogin-page .btn-submit.disabled.focus, .accountlogin-page .btn-submit.disabled:focus, .accountlogin-page .btn-submit.disabled:hover, .accountlogin-page .btn-submit[disabled].focus, .accountlogin-page .btn-submit[disabled]:focus, .accountlogin-page .btn-submit[disabled]:hover, .checkoutlogin .btn-submit.disabled.focus, .checkoutlogin .btn-submit.disabled:focus, .checkoutlogin .btn-submit.disabled:hover, .checkoutlogin .btn-submit[disabled].focus, .checkoutlogin .btn-submit[disabled]:focus, .checkoutlogin .btn-submit[disabled]:hover, .registration-page .btn-submit.disabled.focus, .registration-page .btn-submit.disabled:focus, .registration-page .btn-submit.disabled:hover, .registration-page .btn-submit[disabled].focus, .registration-page .btn-submit[disabled]:focus, .registration-page .btn-submit[disabled]:hover, .reset-password-page .btn-submit.disabled.focus, .reset-password-page .btn-submit.disabled:focus, .reset-password-page .btn-submit.disabled:hover, .reset-password-page .btn-submit[disabled].focus, .reset-password-page .btn-submit[disabled]:focus, .reset-password-page .btn-submit[disabled]:hover, fieldset[disabled] .accountlogin-page .btn-submit.focus, fieldset[disabled] .accountlogin-page .btn-submit:focus, fieldset[disabled] .accountlogin-page .btn-submit:hover, fieldset[disabled] .checkoutlogin .btn-submit.focus, fieldset[disabled] .checkoutlogin .btn-submit:focus, fieldset[disabled] .checkoutlogin .btn-submit:hover, fieldset[disabled] .registration-page .btn-submit.focus, fieldset[disabled] .registration-page .btn-submit:focus, fieldset[disabled] .registration-page .btn-submit:hover, fieldset[disabled] .reset-password-page .btn-submit.focus, fieldset[disabled] .reset-password-page .btn-submit:focus, fieldset[disabled] .reset-password-page .btn-submit:hover {
            background-color: #0A263C;
            border: 2px solid #0A263C;
        }

        .accountlogin-page .btn-submit:focus, .checkoutlogin .btn-submit:focus, .registration-page .btn-submit:focus, .reset-password-page .btn-submit:focus {
            outline: 0;
        }

@media (max-width:767px) {
    .accountlogin-page, .checkoutlogin, .registration-page, .reset-password-page {
        margin: 0;
    }

        .accountlogin-page .login-account, .checkoutlogin .login-account, .registration-page .login-account, .reset-password-page .login-account {
            background-color: #fff;
            padding: 0;
        }

        .accountlogin-page h2, .checkoutlogin h2, .registration-page h2, .reset-password-page h2 {
            background-color: #E6E7E8;
            font-size: 16px;
            line-height: 40px;
            margin: 0 -15px 15px;
            padding: 0 15px;
            text-transform: uppercase;
        }

        .accountlogin-page .btn-submit, .checkoutlogin .btn-submit, .registration-page .btn-submit, .reset-password-page .btn-submit {
            margin-top: 20px;
            max-width: 100%;
        }
}

.accountlogin-page .login-box, .checkoutlogin .login-box, .registration-page .login-box {
    padding-top: 30px;
}

.accountlogin-page p, .checkoutlogin p, .registration-page p {
    font-size: 15px;
    margin: 0;
    padding: 20px 0;
    line-height: 20px;
}

.accountlogin-page .form-row .field-wrapper, .checkoutlogin .form-row .field-wrapper, .registration-page .form-row .field-wrapper {
    width: auto;
    float: none;
}

.accountlogin-page .form-row input.input-text, .checkoutlogin .form-row input.input-text, .registration-page .form-row input.input-text {
    /*max-width: 350px;*/
}

@media (max-width:767px) {
    .accountlogin-page p, .checkoutlogin p, .registration-page p {
        font-size: 13px;
        padding: 0!important;
    }

    .accountlogin-page fieldset, .checkoutlogin fieldset, .registration-page fieldset {
        text-align: center;
    }

    .accountlogin-page .field-wrapper.checkbox, .checkoutlogin .field-wrapper.checkbox, .registration-page .field-wrapper.checkbox {
        max-width: 350px;
        float: none;
        margin: 0 auto;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .accountlogin-page, .checkoutlogin, .registration-page {
        margin: 0;
    }
}

.accountlogin-page .login-rememberme, .checkoutlogin .login-rememberme {
    margin: 0;
    display: block;
    text-align: left;
}

    .accountlogin-page .login-rememberme label, .checkoutlogin .login-rememberme label {
        display: inline;
        font-size: 12px;
        color: #0A263C;
        text-transform: uppercase;
    }

.checkoutlogin .text-checkout-as-guest, .checkoutlogin .text-create-an-account {
    padding: 15px 0;
}

.checkoutlogin .btn-checkout-as-guest {
    margin: 20px 0 0;
}

.checkoutlogin .btn-create-an-account {
    margin-top: 15px;
}

@media (max-width:767px) {
    .checkoutlogin .btn-checkout-as-guest {
        margin: 15px 0 0;
    }

    .checkoutlogin .btn-create-an-account {
        margin-bottom: 20px;
    }
}

.accountlogin-page .login-order-track {
    margin-top: 30px;
    padding: 30px;
}

.accountlogin-page .login-create-account .btn-submit {
    margin: 20px 0 0;
}

.accountlogin-page .benefits-create-account h2 {
    padding: 20px 0;
}

.accountlogin-page .login-find {
    margin-top: 60px;
}

    .accountlogin-page .login-find h2 {
        margin-bottom: 30px;
    }

    .accountlogin-page .login-find form {
        margin-bottom: 15px;
    }

    .accountlogin-page .login-find .field-wrapper.select {
        background: #fff;
    }

    .accountlogin-page .login-find .toggle-content {
        display: none;
    }

@media (max-width:767px) {
    .accountlogin-page .login-order-track {
        background-color: #fff;
        padding: 0;
    }

    .accountlogin-page .benefits-create-account h2 {
        padding: 0 15px;
    }

    .accountlogin-page .benefits-create-account p {
        padding-bottom: 15px!important;
    }

    .accountlogin-page .login-find {
        margin: 0;
    }

        .accountlogin-page .login-find .field-wrapper.select {
            max-width: 350px;
            margin: 0 auto;
        }

        .accountlogin-page .login-find .btn-search {
            max-width: 290px;
            margin-top: 20px;
        }

    .registration-page .btn-submit {
        margin-top: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .accountlogin-page {
        padding-top: 15px;
    }
}

.reset-password-page h2 {
    padding-bottom: 20px;
}

@media (max-width:767px) {
    .reset-password-page h2 {
        padding-bottom: 0;
    }

    .account .btn-submit {
        width: 100%;
    }
}

#PasswordResetForm .btn-submit {
    color: #0A263C!important;
    background-color: #f4e200;
    border: 2px solid #f4e200;
}

    #PasswordResetForm .btn-submit.focus, #PasswordResetForm .btn-submit:focus, #PasswordResetForm .btn-submit:hover {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #f4e200;
    }

    #PasswordResetForm .btn-submit.disabled.focus, #PasswordResetForm .btn-submit.disabled:focus, #PasswordResetForm .btn-submit.disabled:hover, #PasswordResetForm .btn-submit[disabled].focus, #PasswordResetForm .btn-submit[disabled]:focus, #PasswordResetForm .btn-submit[disabled]:hover, fieldset[disabled] #PasswordResetForm .btn-submit.focus, fieldset[disabled] #PasswordResetForm .btn-submit:focus, fieldset[disabled] #PasswordResetForm .btn-submit:hover {
        background-color: #f4e200;
        border: 2px solid #f4e200;
    }

.account {
    margin-top: 20px;
}

    .account .account-nav-asset {
        background: 0 0;
        margin: 30px 0;
        padding: 0 15px;
    }

        .account .account-nav-asset h2 {
            font-style: normal;
            font-size: 20px;
            margin: 20px 0 10px;
            text-transform: uppercase;
        }

    .account .account-navigation a, .account .account-navigation span {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 40px;
        padding: 0 15px;
        display: block;
    }

    .account .account-nav-asset p {
        color: #7c7c7c;
    }

    .account .account-navigation li {
        margin-bottom: 2px;
    }

    .account .account-navigation a {
        background: #E6E7E8;
    }

        .account .account-navigation a.selected, .account .account-navigation a:hover {
            background: #fff;
            color: #0A263C;
        }

    .account .btn-submit {
        color: #fff!important;
        background-color: #0A263C;
        border: 2px solid #0A263C;
        padding: 0 60px!important;
        font-size: 14px!important;
        line-height: 36px!important;
    }

        .account .btn-submit.focus, .account .btn-submit:focus, .account .btn-submit:hover {
            color: #0A263C!important;
            background-color: #fff;
            border: 2px solid #0A263C;
        }

        .account .btn-submit.disabled.focus, .account .btn-submit.disabled:focus, .account .btn-submit.disabled:hover, .account .btn-submit[disabled].focus, .account .btn-submit[disabled]:focus, .account .btn-submit[disabled]:hover, fieldset[disabled] .account .btn-submit.focus, fieldset[disabled] .account .btn-submit:focus, fieldset[disabled] .account .btn-submit:hover {
            background-color: #0A263C;
            border: 2px solid #0A263C;
        }

@media (max-width:991px) {
    .account .btn-submit {
        padding: 0!important;
    }
}

.account .account-container {
    padding: 0 15px;
}

@media (max-width:767px) {
    .account .account-container {
        padding: 0;
    }
}

.account .tile-actions {
    margin-top: 15px;
}

    .account .tile-actions .btn {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
        padding: 0 10px!important;
        font-size: 12px!important;
        line-height: 18px!important;
    }

.address-list .address-tile h3, .order-history-item .order-number {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.account .tile-actions .btn.focus, .account .tile-actions .btn:focus, .account .tile-actions .btn:hover {
    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
}

.account .tile-actions .btn.disabled.focus, .account .tile-actions .btn.disabled:focus, .account .tile-actions .btn.disabled:hover, .account .tile-actions .btn[disabled].focus, .account .tile-actions .btn[disabled]:focus, .account .tile-actions .btn[disabled]:hover, fieldset[disabled] .account .tile-actions .btn.focus, fieldset[disabled] .account .tile-actions .btn:focus, fieldset[disabled] .account .tile-actions .btn:hover {
    background-color: #fff;
    border: 2px solid #0A263C;
}

@media (min-width:768px) {
    .account .field-wrapper {
        width: 50%;
        float: left;
    }
}

.account .form-row.error .form-caption {
    color: #ed1c24;
}

.account .form-row.error .input-text {
    border-color: #ed1c24;
}

.address-list .address-tile {
    margin-bottom: 30px;
    display: block;
    width: 100%;
}

    .address-list .address-tile .mini-address-title {
        text-transform: uppercase;
        font-weight: 700;
    }

.payment-list {
    margin-top: 20px;
}

    .payment-list li {
        margin-bottom: 30px;
        display: block;
        width: 100%;
    }

.order-history-item {
    margin-bottom: 10px;
    background: #f2f2f2;
    padding: 15px;
}

    .order-history-item .btn {
        float: right!important;
        clear: right;
    }

    /*certificate css*/
    .space2 {
    width: 100%;
    height: 20px;
    clear: both;
}
    .qlr-title-section {
    width: 100%;
   
    text-align: center;
}
    .qlr-title-section div {
    position: relative;
   
    
    margin: 0 auto;
}
    .qlr-title-section div span {
    display: inline-block;
    font-size: 1.2em;
    background: url(../images/seprator.jpg) 0 0 no-repeat;
    width: 320px;
    height: 49px;
}
      .single-blog-wrapper {
position: relative;
overflow: hidden;
border: #ddd solid 1px;
margin-bottom: 26px;
}

    /*.single-blog-wrapper:hover {
box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}*/

.single-blog {
text-align: center;
}

.blog-text {
border-top: 1px solid #ddd;
padding:9px 0 9px;
font-size: 13px;
    text-align: center;
    font-weight: 700;
   
}

.certificate{ text-align:center; margin-top:20px;}

 /*certificate css*/


.account-options:after, .wishlist-search:after {
    clear: both;
}

@media (max-width:767px) {
    .order-history-item .btn {
        float: none!important;
    }

    .order-history-details .line-items .line-item .image {
        display: none;
    }
}

.order-history-item .order-number {
    margin-bottom: 5px;
}

.order-history-details h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

@media (min-width:768px) {
    .order-history-details .row-order {
        margin: 0;
    }
}

.order-history-details .order-container {
    color: #7c7c7c;
    padding-bottom: 20px;
}

.order-history-details .order-detail-summary {
    color: #0A263C;
}

    .order-history-details .order-detail-summary td {
        padding: 0;
        text-align: left;
    }

    .order-history-details .order-detail-summary .order-total {
        font-size: 13px;
    }

        .order-history-details .order-detail-summary .order-total td {
            padding-top: 20px;
        }

.order-history-details .order-shipments {
    margin: 0 0 20px;
}

.order-history-details .line-items {
    padding: 0 15px;
    color: #7c7c7c;
}

    .order-history-details .line-items .line-item {
        padding: 0 0 15px;
        position: relative;
    }

        .order-history-details .line-items .line-item .name {
            color: #0A263C;
        }

        .order-history-details .line-items .line-item .promo {
            color: #ed1c24;
            font-weight: 700;
        }

        .order-history-details .line-items .line-item .image {
            float: left;
            height: 100%;
            max-width: 100px;
            min-height: 130px;
            margin-right: 30px;
        }

            .order-history-details .line-items .line-item .image img {
                width: 100%;
            }

    .order-history-details .line-items h4 {
        color: #0A263C;
    }

@media (max-width:767px) {
    .order-history-details .line-items {
        padding: 0 0 15px;
    }

        .order-history-details .line-items .line-item-details, .order-history-details .line-items .line-item-price, .order-history-details .line-items .line-item-quantity {
            width: 100%;
        }
}

.order-history-details .order-shipment-table {
    padding: 0 15px;
    color: #7c7c7c;
}

    .order-history-details .order-shipment-table .label {
        font-weight: 700;
        color: #0A263C;
    }

    .order-history-details .order-shipment-table .order-gift-cert-attributes .label, .order-history-details .order-shipment-table .order-gift-cert-attributes .value {
        display: inline-block;
    }

.account-options {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 30px;
}

    .account-options:after, .account-options:before {
        content: " ";
        display: block;
    }

    .account-options li {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        list-style-type: none!important;
        margin-bottom: 20px;
    }

@media (min-width:768px) {
    .account-options li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-basis: 50%;
        max-width: 50%;
    }
}

.account-options li a h2 {
    font-size: 14px;
    margin-bottom: 0;
}

.account-options li a p {
    color: #7c7c7c;
}

@media (max-width:991px) {
    .account-options {
        margin-bottom: 30px;
    }

        .account-options li {
            margin-bottom: 0;
        }
}

.giftregistry h2, .wishlist h2 {
    font-size: 18px;
    margin: 0 0 10px;
}

.giftregistry .section-header .btn-link, .wishlist .section-header .btn-link {
    font-size: 12px!important;
    line-height: 40px!important;
    float: right!important;
}

    .giftregistry .section-header .btn-link i, .wishlist .section-header .btn-link i {
        vertical-align: text-top;
    }

@media (max-width:991px) {
    .giftregistry .section-header .dialog-required, .wishlist .section-header .dialog-required {
        display: block;
        padding: 0;
    }

    .giftregistry .section-header .btn-link, .wishlist .section-header .btn-link {
        float: none!important;
    }
}

.giftregistry .two-buttons .btn-submit, .giftregistry .usepreevent, .wishlist .two-buttons .btn-submit, .wishlist .usepreevent {
    padding-left: 0!important;
    padding-right: 0!important;
}

.giftregistry .item-list .item-image, .wishlist .item-list .item-image {
    text-align: center;
    width: 140px;
}

    .giftregistry .item-list .item-image img, .wishlist .item-list .item-image img {
        max-width: 100px;
        display: inline-block;
    }

.giftregistry .toggle-content, .wishlist .toggle-content {
    display: none;
}

.giftregistry .usepreevent, .wishlist .usepreevent {
    width: 100%;
}

.giftregistry .two-buttons .btn, .wishlist .two-buttons .btn {
    float: left!important;
    width: calc(50% - 2.5px);
}

    .giftregistry .two-buttons .btn:last-child, .wishlist .two-buttons .btn:last-child {
        margin-left: 5px;
    }

.giftregistry dt.label, .wishlist dt.label {
    text-transform: uppercase;
    margin-right: 5px;
}

.giftregistry .page-content-tab-navigaton .btn-link, .wishlist .page-content-tab-navigaton .btn-link {
    padding: 0 16px!important;
}

.giftregistry .page-content-tab-navigaton .btn:hover, .wishlist .page-content-tab-navigaton .btn:hover {
    border-color: #E6E7E8;
    background: #E6E7E8;
}

    .giftregistry .page-content-tab-navigaton .btn:hover span, .wishlist .page-content-tab-navigaton .btn:hover span {
        border-bottom: 1px solid #0A263C;
    }

@media (max-width:767px) {
    .giftregistry .page-content-tab-navigaton, .wishlist .page-content-tab-navigaton {
        margin-bottom: 10px;
    }

        .giftregistry .page-content-tab-navigaton .btn, .wishlist .page-content-tab-navigaton .btn {
            width: 100%;
        }
}

.giftregistry .btn-change-access, .wishlist .btn-change-access {
    background: 0 0;
    line-height: 12px;
    font-size: 12px;
    display: inline;
    border: 0;
    padding: 0;
    transition: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #0A263C;
}

    .giftregistry .btn-change-access:hover, .wishlist .btn-change-access:hover {
        border-bottom: 1px solid #0A263C;
    }

.giftregistry .item-form, .wishlist .item-form {
    border-bottom: 2px solid #E6E7E8;
}

    .giftregistry .item-form:last-of-type, .wishlist .item-form:last-of-type {
        border-bottom: 0;
    }

.giftregistry .item-list, .wishlist .item-list {
    margin-bottom: 20px;
}

    .giftregistry .item-list tr, .wishlist .item-list tr {
        border-bottom: 2px solid #E6E7E8;
    }

        .giftregistry .item-list tr:last-of-type, .wishlist .item-list tr:last-of-type {
            border-bottom: 0;
        }

@media (max-width:767px) {
    .giftregistry .item-list tr, .wishlist .item-list tr {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
}

.giftregistry .item-list td, .wishlist .item-list td {
    padding: 25px 0;
}

    .giftregistry .item-list td.item-details, .giftregistry .item-list td.item-image, .wishlist .item-list td.item-details, .wishlist .item-list td.item-image {
        padding-right: 10px;
    }

        .giftregistry .item-list td.item-details .name, .wishlist .item-list td.item-details .name {
            font-weight: 700;
        }

        .giftregistry .item-list td.item-details .price-sales, .giftregistry .item-list td.item-details .price-standard, .wishlist .item-list td.item-details .price-sales, .wishlist .item-list td.item-details .price-standard {
            font-weight: 700;
            color: #0A263C;
        }

    .giftregistry .item-list td.item-dashboard, .wishlist .item-list td.item-dashboard {
        width: 250px;
    }

        .giftregistry .item-list td.item-dashboard .label, .giftregistry .item-list td.item-dashboard label, .wishlist .item-list td.item-dashboard .label, .wishlist .item-list td.item-dashboard label {
            display: inline-block;
            color: #0A263C;
            font-size: 13px;
            margin: 0;
        }

        .giftregistry .item-list td.item-dashboard .value, .wishlist .item-list td.item-dashboard .value {
            display: inline-block;
        }

        .giftregistry .item-list td.item-dashboard .field-wrapper, .wishlist .item-list td.item-dashboard .field-wrapper {
            width: auto;
            display: inline-block;
            float: none;
        }

        .giftregistry .item-list td.item-dashboard .select, .wishlist .item-list td.item-dashboard .select {
            font-weight: 700;
            text-align: center;
            width: 90px;
            margin: 0 10px 0 0;
        }

            .giftregistry .item-list td.item-dashboard .select:after, .wishlist .item-list td.item-dashboard .select:after {
                line-height: 24px;
                right: 5px;
                color: #0A263C;
            }

            .giftregistry .item-list td.item-dashboard .select select, .wishlist .item-list td.item-dashboard .select select {
                min-width: 0;
                padding: 0 5px;
                font-size: 12px;
                font-weight: 400;
                height: 24px;
            }

        .giftregistry .item-list td.item-dashboard .form-row-select, .wishlist .item-list td.item-dashboard .form-row-select {
            margin: 5px 0;
        }

            .giftregistry .item-list td.item-dashboard .form-row-select label, .wishlist .item-list td.item-dashboard .form-row-select label {
                vertical-align: middle;
            }

        .giftregistry .item-list td.item-dashboard .checkbox label i, .wishlist .item-list td.item-dashboard .checkbox label i {
            width: 24px;
            height: 24px;
        }

            .giftregistry .item-list td.item-dashboard .checkbox label i:after, .wishlist .item-list td.item-dashboard .checkbox label i:after {
                width: 16px;
                height: 16px;
            }

        .giftregistry .item-list td.item-dashboard .checkbox label span, .wishlist .item-list td.item-dashboard .checkbox label span {
            text-transform: none;
        }

        .giftregistry .item-list td.item-dashboard .option-add-to-cart, .wishlist .item-list td.item-dashboard .option-add-to-cart {
            width: 100%;
        }

        .giftregistry .item-list td.item-dashboard .option-quantity-desired .select, .giftregistry .item-list td.item-dashboard .option-quantity-desired .select select, .wishlist .item-list td.item-dashboard .option-quantity-desired .select, .wishlist .item-list td.item-dashboard .option-quantity-desired .select select {
            width: 50px;
        }

        .giftregistry .item-list td.item-dashboard .option-add-qty, .wishlist .item-list td.item-dashboard .option-add-qty {
            display: inline-block;
            vertical-align: middle;
        }

            .giftregistry .item-list td.item-dashboard .option-add-qty label, .wishlist .item-list td.item-dashboard .option-add-qty label {
                line-height: 34px;
                font-weight: 400;
                text-transform: none;
                padding-right: 5px;
            }

            .giftregistry .item-list td.item-dashboard .option-add-qty .select, .wishlist .item-list td.item-dashboard .option-add-qty .select {
                width: 50px;
                margin-right: 0;
            }

                .giftregistry .item-list td.item-dashboard .option-add-qty .select select, .wishlist .item-list td.item-dashboard .option-add-qty .select select {
                    line-height: 30px;
                    font-size: 13px;
                    height: auto;
                    width: 50px;
                }

                .giftregistry .item-list td.item-dashboard .option-add-qty .select:after, .wishlist .item-list td.item-dashboard .option-add-qty .select:after {
                    line-height: 34px;
                }

        .giftregistry .item-list td.item-dashboard .btn-cart, .wishlist .item-list td.item-dashboard .btn-cart {
            color: #fff!important;
            background-color: #0A263C;
            border: 2px solid #0A263C;
        }

            .giftregistry .item-list td.item-dashboard .btn-cart.focus, .giftregistry .item-list td.item-dashboard .btn-cart:focus, .giftregistry .item-list td.item-dashboard .btn-cart:hover, .wishlist .item-list td.item-dashboard .btn-cart.focus, .wishlist .item-list td.item-dashboard .btn-cart:focus, .wishlist .item-list td.item-dashboard .btn-cart:hover {
                color: #0A263C!important;
                background-color: #fff;
                border: 2px solid #0A263C;
            }

            .giftregistry .item-list td.item-dashboard .btn-cart.disabled.focus, .giftregistry .item-list td.item-dashboard .btn-cart.disabled:focus, .giftregistry .item-list td.item-dashboard .btn-cart.disabled:hover, .giftregistry .item-list td.item-dashboard .btn-cart[disabled].focus, .giftregistry .item-list td.item-dashboard .btn-cart[disabled]:focus, .giftregistry .item-list td.item-dashboard .btn-cart[disabled]:hover, .wishlist .item-list td.item-dashboard .btn-cart.disabled.focus, .wishlist .item-list td.item-dashboard .btn-cart.disabled:focus, .wishlist .item-list td.item-dashboard .btn-cart.disabled:hover, .wishlist .item-list td.item-dashboard .btn-cart[disabled].focus, .wishlist .item-list td.item-dashboard .btn-cart[disabled]:focus, .wishlist .item-list td.item-dashboard .btn-cart[disabled]:hover, fieldset[disabled] .giftregistry .item-list td.item-dashboard .btn-cart.focus, fieldset[disabled] .giftregistry .item-list td.item-dashboard .btn-cart:focus, fieldset[disabled] .giftregistry .item-list td.item-dashboard .btn-cart:hover, fieldset[disabled] .wishlist .item-list td.item-dashboard .btn-cart.focus, fieldset[disabled] .wishlist .item-list td.item-dashboard .btn-cart:focus, fieldset[disabled] .wishlist .item-list td.item-dashboard .btn-cart:hover {
                background-color: #0A263C;
                border: 2px solid #0A263C;
            }

        .giftregistry .item-list td.item-dashboard .btn-update, .wishlist .item-list td.item-dashboard .btn-update {
            color: #0A263C!important;
            background-color: #fff;
            border: 2px solid #0A263C;
            float: right!important;
        }

            .giftregistry .item-list td.item-dashboard .btn-update.focus, .giftregistry .item-list td.item-dashboard .btn-update:focus, .giftregistry .item-list td.item-dashboard .btn-update:hover, .wishlist .item-list td.item-dashboard .btn-update.focus, .wishlist .item-list td.item-dashboard .btn-update:focus, .wishlist .item-list td.item-dashboard .btn-update:hover {
                color: #fff!important;
                background-color: #0A263C;
                border: 2px solid #0A263C;
            }

            .giftregistry .item-list td.item-dashboard .btn-update.disabled.focus, .giftregistry .item-list td.item-dashboard .btn-update.disabled:focus, .giftregistry .item-list td.item-dashboard .btn-update.disabled:hover, .giftregistry .item-list td.item-dashboard .btn-update[disabled].focus, .giftregistry .item-list td.item-dashboard .btn-update[disabled]:focus, .giftregistry .item-list td.item-dashboard .btn-update[disabled]:hover, .wishlist .item-list td.item-dashboard .btn-update.disabled.focus, .wishlist .item-list td.item-dashboard .btn-update.disabled:focus, .wishlist .item-list td.item-dashboard .btn-update.disabled:hover, .wishlist .item-list td.item-dashboard .btn-update[disabled].focus, .wishlist .item-list td.item-dashboard .btn-update[disabled]:focus, .wishlist .item-list td.item-dashboard .btn-update[disabled]:hover, fieldset[disabled] .giftregistry .item-list td.item-dashboard .btn-update.focus, fieldset[disabled] .giftregistry .item-list td.item-dashboard .btn-update:focus, fieldset[disabled] .giftregistry .item-list td.item-dashboard .btn-update:hover, fieldset[disabled] .wishlist .item-list td.item-dashboard .btn-update.focus, fieldset[disabled] .wishlist .item-list td.item-dashboard .btn-update:focus, fieldset[disabled] .wishlist .item-list td.item-dashboard .btn-update:hover {
                background-color: #fff;
                border: 2px solid #0A263C;
            }

        .giftregistry .item-list td.item-dashboard .btn-cart, .giftregistry .item-list td.item-dashboard .btn-update, .wishlist .item-list td.item-dashboard .btn-cart, .wishlist .item-list td.item-dashboard .btn-update {
            padding: 0 20px!important;
            font-size: 13px!important;
            line-height: 30px!important;
        }

@media (max-width:767px) {
    .giftregistry .item-list td, .wishlist .item-list td {
        display: block;
    }

        .giftregistry .item-list td.item-image, .wishlist .item-list td.item-image {
            width: 50%;
            flex-basis: 50%;
            padding-right: 10px!important;
            padding-bottom: 0;
            order: 1;
        }

        .giftregistry .item-list td.item-details, .wishlist .item-list td.item-details {
            width: 50%;
            flex-basis: 50%;
            padding-left: 10px!important;
            padding-bottom: 0;
            font-size: 12px;
            order: 2;
        }

            .giftregistry .item-list td.item-details .option-update, .wishlist .item-list td.item-details .option-update {
                width: calc(200% + 40px);
                margin-left: calc(-100% - 30px);
                margin-top: 20px;
                text-align: center;
            }

                .giftregistry .item-list td.item-details .option-update:after, .giftregistry .item-list td.item-details .option-update:before, .wishlist .item-list td.item-details .option-update:after, .wishlist .item-list td.item-details .option-update:before {
                    content: " ";
                    display: block;
                }

                .giftregistry .item-list td.item-details .option-update:after, .wishlist .item-list td.item-details .option-update:after {
                    clear: both;
                }

                .giftregistry .item-list td.item-details .option-update .btn, .wishlist .item-list td.item-details .option-update .btn {
                    color: #0A263C!important;
                    background-color: #fff;
                    border: 2px solid #0A263C;
                    padding: 0!important;
                    font-size: 13px!important;
                    line-height: 30px!important;
                    width: calc(50% - 5px);
                }

                    .giftregistry .item-list td.item-details .option-update .btn.focus, .giftregistry .item-list td.item-details .option-update .btn:focus, .giftregistry .item-list td.item-details .option-update .btn:hover, .wishlist .item-list td.item-details .option-update .btn.focus, .wishlist .item-list td.item-details .option-update .btn:focus, .wishlist .item-list td.item-details .option-update .btn:hover {
                        color: #fff!important;
                        background-color: #0A263C;
                        border: 2px solid #0A263C;
                    }

                    .giftregistry .item-list td.item-details .option-update .btn.disabled.focus, .giftregistry .item-list td.item-details .option-update .btn.disabled:focus, .giftregistry .item-list td.item-details .option-update .btn.disabled:hover, .giftregistry .item-list td.item-details .option-update .btn[disabled].focus, .giftregistry .item-list td.item-details .option-update .btn[disabled]:focus, .giftregistry .item-list td.item-details .option-update .btn[disabled]:hover, .wishlist .item-list td.item-details .option-update .btn.disabled.focus, .wishlist .item-list td.item-details .option-update .btn.disabled:focus, .wishlist .item-list td.item-details .option-update .btn.disabled:hover, .wishlist .item-list td.item-details .option-update .btn[disabled].focus, .wishlist .item-list td.item-details .option-update .btn[disabled]:focus, .wishlist .item-list td.item-details .option-update .btn[disabled]:hover, fieldset[disabled] .giftregistry .item-list td.item-details .option-update .btn.focus, fieldset[disabled] .giftregistry .item-list td.item-details .option-update .btn:focus, fieldset[disabled] .giftregistry .item-list td.item-details .option-update .btn:hover, fieldset[disabled] .wishlist .item-list td.item-details .option-update .btn.focus, fieldset[disabled] .wishlist .item-list td.item-details .option-update .btn:focus, fieldset[disabled] .wishlist .item-list td.item-details .option-update .btn:hover {
                        background-color: #fff;
                        border: 2px solid #0A263C;
                    }

        .giftregistry .item-list td.item-dashboard, .wishlist .item-list td.item-dashboard {
            order: 3;
            width: 100%;
            text-align: center;
        }

            .giftregistry .item-list td.item-dashboard .select, .wishlist .item-list td.item-dashboard .select {
                float: none;
            }
}

.giftregistry .item-list .option-update, .wishlist .item-list .option-update {
    margin-top: 10px;
}

    .giftregistry .item-list .option-update .btn-edit, .giftregistry .item-list .option-update .btn-remove, .wishlist .item-list .option-update .btn-edit, .wishlist .item-list .option-update .btn-remove {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
        padding: 0 10px!important;
        font-size: 12px!important;
        line-height: 18px!important;
    }

        .giftregistry .item-list .option-update .btn-edit.focus, .giftregistry .item-list .option-update .btn-edit:focus, .giftregistry .item-list .option-update .btn-edit:hover, .giftregistry .item-list .option-update .btn-remove.focus, .giftregistry .item-list .option-update .btn-remove:focus, .giftregistry .item-list .option-update .btn-remove:hover, .wishlist .item-list .option-update .btn-edit.focus, .wishlist .item-list .option-update .btn-edit:focus, .wishlist .item-list .option-update .btn-edit:hover, .wishlist .item-list .option-update .btn-remove.focus, .wishlist .item-list .option-update .btn-remove:focus, .wishlist .item-list .option-update .btn-remove:hover {
            color: #fff!important;
            background-color: #0A263C;
            border: 2px solid #0A263C;
        }

        .giftregistry .item-list .option-update .btn-edit.disabled.focus, .giftregistry .item-list .option-update .btn-edit.disabled:focus, .giftregistry .item-list .option-update .btn-edit.disabled:hover, .giftregistry .item-list .option-update .btn-edit[disabled].focus, .giftregistry .item-list .option-update .btn-edit[disabled]:focus, .giftregistry .item-list .option-update .btn-edit[disabled]:hover, .giftregistry .item-list .option-update .btn-remove.disabled.focus, .giftregistry .item-list .option-update .btn-remove.disabled:focus, .giftregistry .item-list .option-update .btn-remove.disabled:hover, .giftregistry .item-list .option-update .btn-remove[disabled].focus, .giftregistry .item-list .option-update .btn-remove[disabled]:focus, .giftregistry .item-list .option-update .btn-remove[disabled]:hover, .wishlist .item-list .option-update .btn-edit.disabled.focus, .wishlist .item-list .option-update .btn-edit.disabled:focus, .wishlist .item-list .option-update .btn-edit.disabled:hover, .wishlist .item-list .option-update .btn-edit[disabled].focus, .wishlist .item-list .option-update .btn-edit[disabled]:focus, .wishlist .item-list .option-update .btn-edit[disabled]:hover, .wishlist .item-list .option-update .btn-remove.disabled.focus, .wishlist .item-list .option-update .btn-remove.disabled:focus, .wishlist .item-list .option-update .btn-remove.disabled:hover, .wishlist .item-list .option-update .btn-remove[disabled].focus, .wishlist .item-list .option-update .btn-remove[disabled]:focus, .wishlist .item-list .option-update .btn-remove[disabled]:hover, fieldset[disabled] .giftregistry .item-list .option-update .btn-edit.focus, fieldset[disabled] .giftregistry .item-list .option-update .btn-edit:focus, fieldset[disabled] .giftregistry .item-list .option-update .btn-edit:hover, fieldset[disabled] .giftregistry .item-list .option-update .btn-remove.focus, fieldset[disabled] .giftregistry .item-list .option-update .btn-remove:focus, fieldset[disabled] .giftregistry .item-list .option-update .btn-remove:hover, fieldset[disabled] .wishlist .item-list .option-update .btn-edit.focus, fieldset[disabled] .wishlist .item-list .option-update .btn-edit:focus, fieldset[disabled] .wishlist .item-list .option-update .btn-edit:hover, fieldset[disabled] .wishlist .item-list .option-update .btn-remove.focus, fieldset[disabled] .wishlist .item-list .option-update .btn-remove:focus, fieldset[disabled] .wishlist .item-list .option-update .btn-remove:hover {
            background-color: #fff;
            border: 2px solid #0A263C;
        }

.giftregistry.wishlist .item-list, .wishlist.wishlist .item-list {
    margin-bottom: 0;
}

.giftregistry .registry-info, .wishlist .registry-info {
    background: #f2f2f2;
    padding: 15px;
}

    .giftregistry .registry-info h3, .wishlist .registry-info h3 {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

    .giftregistry .registry-info dl, .wishlist .registry-info dl {
        margin: 0;
    }

    .giftregistry .registry-info dd, .giftregistry .registry-info dt, .wishlist .registry-info dd, .wishlist .registry-info dt {
        display: inline-block;
    }

.wishlist-search {
    margin-left: -2px;
    margin-right: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .wishlist-search:after, .wishlist-search:before {
        content: " ";
        display: block;
    }

    .wishlist-search .form-row {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 2.5px;
        padding-right: 2.5px;
    }

@media (min-width:768px) {
    .wishlist-search .form-row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-basis: 25%;
        max-width: 25%;
    }
}

.wishlist-search .form-row .field-wrapper {
    width: 100%;
}

.wishlist-search .form-row-button {
    clear: none;
    margin: 0 0 10px;
}

.giftregistry-search .search-inputs .row:after, .giftregistry-search:after {
    clear: both;
}

.giftregistry-search, .giftregistry-search .search-inputs .row {
    margin-left: -2px;
    margin-right: -3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.wishlist-search .btn-search {
    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
    width: 100%;
}

    .wishlist-search .btn-search.focus, .wishlist-search .btn-search:focus, .wishlist-search .btn-search:hover {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
    }

    .giftregistry-search .btn-search, .wishlist-search .btn-search.disabled.focus, .wishlist-search .btn-search.disabled:focus, .wishlist-search .btn-search.disabled:hover, .wishlist-search .btn-search[disabled].focus, .wishlist-search .btn-search[disabled]:focus, .wishlist-search .btn-search[disabled]:hover, fieldset[disabled] .wishlist-search .btn-search.focus, fieldset[disabled] .wishlist-search .btn-search:focus, fieldset[disabled] .wishlist-search .btn-search:hover {
        background-color: #0A263C;
        border: 2px solid #0A263C;
    }

.wishlist-search .form-error {
    color: #ed1c24;
    font-style: italic;
    font-size: 12px;
    padding-left: 5px;
}

.giftregistry-search .search-actions, .giftregistry-search .search-inputs, .giftregistry-search .search-inputs .form-row {
    padding-left: 2.5px;
    padding-right: 2.5px;
    position: relative;
    min-height: 1px;
}

.giftregistry-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .giftregistry-search:after, .giftregistry-search:before {
        content: " ";
        display: block;
    }

    .giftregistry-search .field-wrapper {
        width: 100%;
    }

        .giftregistry-search .field-wrapper span.error {
            display: none!important;
        }

    .giftregistry-search .search-inputs {
        width: 100%;
    }

@media (min-width:768px) {
    .giftregistry-search .search-inputs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

.giftregistry-search .search-inputs .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .giftregistry-search .search-inputs .row:after, .giftregistry-search .search-inputs .row:before {
        content: " ";
        display: block;
    }

.giftregistry-search .search-inputs .form-row {
    width: 100%;
}

@media (min-width:768px) {
    .giftregistry-search .search-inputs .form-row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .giftregistry-search .search-actions {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-basis: 25%;
        max-width: 25%;
    }
}

.giftregistry-search .form-row-button {
    clear: none;
    margin: 0 0 10px;
}

.giftregistry-search .form-row-select .field-wrapper select {
    min-width: 0;
}

.giftregistry-search .btn-search {
    color: #fff!important;
    width: 100%;
}

    .giftregistry-search .btn-search.focus, .giftregistry-search .btn-search:focus, .giftregistry-search .btn-search:hover {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #0A263C;
    }

    .giftregistry-search .btn-search.disabled.focus, .giftregistry-search .btn-search.disabled:focus, .giftregistry-search .btn-search.disabled:hover, .giftregistry-search .btn-search[disabled].focus, .giftregistry-search .btn-search[disabled]:focus, .giftregistry-search .btn-search[disabled]:hover, fieldset[disabled] .giftregistry-search .btn-search.focus, fieldset[disabled] .giftregistry-search .btn-search:focus, fieldset[disabled] .giftregistry-search .btn-search:hover {
        background-color: #0A263C;
        border: 2px solid #0A263C;
    }

.giftregistry-search .toggle-content .row {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .giftregistry-search .toggle-content .row:after, .giftregistry-search .toggle-content .row:before {
        content: " ";
        display: block;
    }

    .giftregistry-search .toggle-content .row:after {
        clear: both;
    }

.gift-registry-advanced {
    text-align: center;
}

    .gift-registry-advanced a.expanded i:before {
        content: "\f068";
    }

form.wishlist-select-address {
    margin-top: 30px;
}

form.list-share {
    margin: 30px 0 0;
}

.storelocator h3.section-header {
    margin-top: 10px;
}

@media (max-width:767px) {
    .storelocator h3.section-header {
        line-height: 160%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.storelocator .search-item {
    background: #f2f2f2;
    margin-bottom: 15px;
    padding: 15px;
}

    .storelocator .search-item hr {
        display: none!important;
    }

    .storelocator .search-item .store-name {
        font-size: 16px;
    }

    .storelocator .search-item h4, .storelocator .search-item p, .storelocator .search-item p a, .storelocator .search-item p span {
        font-family: Lato,sans-serif!important;
        letter-spacing: 1.5px!important;
        font-size: 13px!important;
        line-height: 160%!important;
        color: #0A263C!important;
    }

    .storelocator .search-item h4 {
        border: 0!important;
        width: 100%!important;
        margin-bottom: 0!important;
    }

    .storelocator .search-item p a {
        border-bottom: 1px dotted #0A263C!important;
    }

        .storelocator .search-item p a:hover {
            color: #63c7c5!important;
            border-color: #63c7c5!important;
        }

.storelocator .action-btns .btn {
    float: right!important;
    clear: right;
}

.storelocator .btn-submit {
    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
    padding: 0 60px!important;
    font-size: 14px!important;
    line-height: 36px!important;
}

.store-dialog h4, .store-dialog p, .store-dialog p a, .store-dialog p span {
    font-family: Lato,sans-serif!important;
    letter-spacing: 1.5px!important;
    font-size: 13px!important;
    line-height: 160%!important;
    color: #0A263C!important;
}

.storelocator .btn-submit.focus, .storelocator .btn-submit:focus, .storelocator .btn-submit:hover {
    color: #0A263C!important;
    background-color: #fff;
    border: 2px solid #0A263C;
}

.storelocator .btn-submit.disabled.focus, .storelocator .btn-submit.disabled:focus, .storelocator .btn-submit.disabled:hover, .storelocator .btn-submit[disabled].focus, .storelocator .btn-submit[disabled]:focus, .storelocator .btn-submit[disabled]:hover, fieldset[disabled] .storelocator .btn-submit.focus, fieldset[disabled] .storelocator .btn-submit:focus, fieldset[disabled] .storelocator .btn-submit:hover {
    background-color: #0A263C;
    border: 2px solid #0A263C;
}

@media (max-width:767px) {
    .storelocator .action-btns {
        margin-top: 10px;
    }

        .storelocator .action-btns .btn {
            float: none!important;
            width: 100%;
            text-align: left;
        }

    .storelocator .btn-submit {
        width: 100%;
    }

    .store-dialog .store-img {
        margin-bottom: 15px;
    }
}

.store-dialog .store-img {
    height: 300px;
    overflow: hidden;
    text-align: center;
}

    .store-dialog .store-img img {
        display: inline-block;
        height: 100%;
    }

.store-dialog #storemap {
    width: 100%;
    height: 300px;
}

.store-dialog h4 {
    border: 0!important;
    width: 100%!important;
    margin-bottom: 0!important;
}

.store-dialog p:first-of-type {
    margin-top: 20px;
}

.store-dialog p a {
    border-bottom: 1px dotted #0A263C!important;
}

    .store-dialog p a:hover {
        color: #63c7c5!important;
        border-color: #63c7c5!important;
    }

.gift-certificate form .row {
    margin-left: -3px;
    margin-right: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .gift-certificate form .row:after, .gift-certificate form .row:before {
        content: " ";
        display: block;
    }

    .gift-certificate form .row:after {
        clear: both;
    }

    .gift-certificate form .row .col-sm-6 {
        position: relative;
        min-height: 1px;
        padding-left: 3.75px;
        padding-right: 3.75px;
    }


    /* Search Bar & Suggestions */
.inline-search {
  z-index: 2;
  display: inline-block; }
  .inline-search div {
    float: right;
    margin-bottom: 0;
    position: relative; }
    .inline-search div input {
      width: 160px;
      border: none;
      height: auto;
      border-bottom: 1px solid #333333;
      padding: 0;
      padding-bottom: 2px;
      margin: 0 5px 0;
      display: inline-block;
      vertical-align: middle;
      font-weight: 400; }
      @media (max-width: 991px) {
        .inline-search div input {
          width: calc(100% - 42px); } }
      .inline-search div input:focus {
        border: none;
        border-bottom: 1px solid #333333; }
      .inline-search div input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #6c6c6c;
        font-family: "Libre Baskerville", serif;
        letter-spacing: 0.025em;
        font-size: 14px;
        text-transform: none; }
      .inline-search div input::-moz-placeholder {
        /* Firefox 19+ */
        color: #6c6c6c;
        font-family: "Libre Baskerville", serif;
        letter-spacing: 0.025em;
        font-size: 14px;
        text-transform: none; }
      .inline-search div input:-ms-input-placeholder {
        /* IE 10+ */
        color: #6c6c6c;
        font-family: "Libre Baskerville", serif;
        letter-spacing: 0.025em;
        font-size: 14px;
        text-transform: none; }
      .inline-search div input:-moz-placeholder {
        /* Firefox 18- */
        color: #6c6c6c;
        font-family: "Libre Baskerville", serif;
        letter-spacing: 0.025em;
        font-size: 14px;
        text-transform: none; }
    .inline-search div .btn-search {
      float: left;
      background: none;
      border: none;
      padding: 0;
      margin-top: -2px; }
    .inline-search div .clear-field {
      position: absolute;
      font-size: 12px;
      top: 2px;
      right: 3px;
      color: #bbb; }
  .inline-search .search-suggestion-wrapper {
    width: 400px;
    max-height: 400px;
    border: 2px solid #E6E7E8;
    box-shadow: none;
    margin: 0;
    right: 0;
    top: 23px;
    text-align: left;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    overflow-y: scroll; }
    .inline-search .search-suggestion-wrapper a, .inline-search .search-suggestion-wrapper .hit {
      color: #7c7c7c;
      font-size: 12px;
      margin-left: 0; }
      .inline-search .search-suggestion-wrapper a:hover span, .inline-search .search-suggestion-wrapper .hit:hover span {
        color: #63c7c5; }
    .inline-search .search-suggestion-wrapper .phrase-suggestions .hitgroup {
      margin: 15px 0; }
    .inline-search .search-suggestion-wrapper .phrase-suggestions .header {
      text-transform: uppercase;
      font-size: 12px;
      color: #0A263C; }
    .inline-search .search-suggestion-wrapper .search-phrase,
    .inline-search .search-suggestion-wrapper .product-suggestion {
      padding: 10px 0;
      margin: 0; }
    .inline-search .search-suggestion-wrapper .search-phrase {
      font-size: 12px; }
    .inline-search .search-suggestion-wrapper .product-suggestion {
      border: 0;
      border-top: 2px solid #E6E7E8; }
      .inline-search .search-suggestion-wrapper .product-suggestion:hover {
        background: transparent;
        border: 0;
        border-top: 2px solid #E6E7E8; }
      .inline-search .search-suggestion-wrapper .product-suggestion .product-link {
        width: 100%;
        display: block;
        position: relative; }
        .inline-search .search-suggestion-wrapper .product-suggestion .product-link:hover .product-name {
          color: #63c7c5; }
      .inline-search .search-suggestion-wrapper .product-suggestion .product-image {
        width: 20%; }
        .inline-search .search-suggestion-wrapper .product-suggestion .product-image img {
          max-width: 100%;
          display: inline-block;
          vertical-align: middle; }
      .inline-search .search-suggestion-wrapper .product-suggestion .product-details {
        padding: 0 0 0 25%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .inline-search .search-suggestion-wrapper .product-suggestion .product-name,
      .inline-search .search-suggestion-wrapper .product-suggestion .product-price {
        font-size: 13px;
        color: #0A263C; }
      .inline-search .search-suggestion-wrapper .product-suggestion .product-name {
        text-transform: uppercase;
        font-weight: bold; }
    .inline-search .search-suggestion-wrapper .product-suggestions .search-phrase a > span {
      color: #6c6c6c; }
  @media (max-width: 991px) {
    .inline-search {
      position: absolute;
      width: 100%;
      padding: 0 15px;
      right: 0;
      bottom: -40px; }
      .inline-search div {
        float: none; } }


@media (min-width:768px) {
    .gift-certificate form .row .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-basis: 50%;
        max-width: 50%;
    }
}

.gift-certificate .form-row-gift-cert-types li {
    display: block;
    float: left;
    width: calc(15% - 15px);
    margin-right: 15px;
}

    .gift-certificate .form-row-gift-cert-types li:last-of-type {
        margin-right: 0;
    }

    .gift-certificate .form-row-gift-cert-types li img {
        width: 100%;
    }

    .gift-certificate .form-row-gift-cert-types li label {
        display: block!important;
        width: 100%;
        cursor: pointer;
        overflow: hidden;
    }

    .gift-certificate .form-row-gift-cert-types li input {
        display: none;
    }

        .gift-certificate .form-row-gift-cert-types li input:checked + label {
            border: 2px solid #0A263C;
        }

            .gift-certificate .form-row-gift-cert-types li input:checked + label img {
                height: 100%;
                float: left;
            }

@media (max-width:991px) {
    .gift-certificate .form-row-gift-cert-types li {
        width: calc(20% - 5px);
        margin-right: 5px;
    }
}

.gift-certificate .field-wrapper {
    width: 100%;
}

.gift-certificate .textarea textarea {
    width: 100%;
    min-height: 100px;
}

.gift-certificate h2 {
    text-transform: none;
    font-size: 24px;
}

.gift-certificate h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.gift-certificate .gift-cert-main-img li {
    display: none;
    position: absolute;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 90px;
}

    .gift-certificate .gift-cert-main-img li img {
        width: calc(100% - 15px);
    }

    .gift-certificate .gift-cert-main-img li.selected {
        display: block;
    }

.gift-certificate .terms-of-use {
    color: #7c7c7c;
    font-size: 12px;
}

@media print {
    .label, .top-banner .logo-bar {
        border: 0;
    }

    .top-banner #navigation, .top-banner .logo-bar-left, .top-banner .logo-bar-right, footer .footer-columns, footer .footer-legal, footer .footer-newsletter, footer .footer-social-icons, iframe {
        display: none;
    }

    a[href]:after {
        content: "";
    }

    .top-banner {
        padding-top: 25px;
    }

        .top-banner .logo-bar .container {
            text-align: left;
        }

    footer .footer-print {
        display: block;
    }

        footer .footer-print h3 {
            font-size: 13px;
            text-transform: uppercase;
        }

    .confirmation .breadcrumb, .confirmation .btn-return, .confirmation .confirmation-message {
        display: none;
    }
}

.block-banner, .block-columns, .block-content-slide, .pt_product-search-noresult {
    text-align: center;
}

.block-banner {
    position: relative;
    margin-bottom: 30px;
}

    .block-banner a {
        display: block;
    }

        .block-banner a:hover {
            color: inherit!important;
            background: rgba(255,255,255,.8);
        }

            .block-banner a:hover .btn {
                background: #0A263C!important;
                border-color: #0A263C!important;
                color: #fff!important;
            }

            .block-banner a:hover:before {
                display: block;
                content: ' ';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: rgba(255,255,255,.2);
            }

    .block-banner .banner-text-center, .block-banner .banner-text-left, .block-banner .banner-text-right {
        width: 33.33%;
        padding: 0 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .block-banner img, .block-banner-text img, .block-youtube iframe {
        width: 100%;
    }

    .block-banner .banner-text-center h2, .block-banner .banner-text-left h2, .block-banner .banner-text-right h2 {
        font-family: 'Libre Baskerville',serif;
        font-size: 52px;
        letter-spacing: .03em;
        text-transform: none;
        margin: 0;
    }

    .block-banner .banner-text-center p, .block-banner .banner-text-left p, .block-banner .banner-text-right p {
        font-family: 'Libre Baskerville',serif;
        font-size: 24px;
        font-style: italic;
        letter-spacing: .025em;
        line-height: 160%;
        margin: 0;
    }

        .block-banner .banner-text-center h2 + p, .block-banner .banner-text-center p + h2, .block-banner .banner-text-left h2 + p, .block-banner .banner-text-left p + h2, .block-banner .banner-text-right h2 + p, .block-banner .banner-text-right p + h2 {
            margin-bottom: 20px;
        }

    .block-banner .banner-text-center .btn, .block-banner .banner-text-left .btn, .block-banner .banner-text-right .btn {
        color: #0A263C!important;
        background-color: #fff;
        border: 2px solid #fff;
        padding: 0 40px!important;
        font-size: 20px!important;
        line-height: 40px!important;
        letter-spacing: .08em;
    }

        .block-banner .banner-text-center .btn.focus, .block-banner .banner-text-center .btn:focus, .block-banner .banner-text-center .btn:hover, .block-banner .banner-text-left .btn.focus, .block-banner .banner-text-left .btn:focus, .block-banner .banner-text-left .btn:hover, .block-banner .banner-text-right .btn.focus, .block-banner .banner-text-right .btn:focus, .block-banner .banner-text-right .btn:hover {
            color: #fff!important;
            background-color: #0A263C;
            border: 2px solid #0A263C;
        }

        .block-banner .banner-text-center .btn.disabled.focus, .block-banner .banner-text-center .btn.disabled:focus, .block-banner .banner-text-center .btn.disabled:hover, .block-banner .banner-text-center .btn[disabled].focus, .block-banner .banner-text-center .btn[disabled]:focus, .block-banner .banner-text-center .btn[disabled]:hover, .block-banner .banner-text-left .btn.disabled.focus, .block-banner .banner-text-left .btn.disabled:focus, .block-banner .banner-text-left .btn.disabled:hover, .block-banner .banner-text-left .btn[disabled].focus, .block-banner .banner-text-left .btn[disabled]:focus, .block-banner .banner-text-left .btn[disabled]:hover, .block-banner .banner-text-right .btn.disabled.focus, .block-banner .banner-text-right .btn.disabled:focus, .block-banner .banner-text-right .btn.disabled:hover, .block-banner .banner-text-right .btn[disabled].focus, .block-banner .banner-text-right .btn[disabled]:focus, .block-banner .banner-text-right .btn[disabled]:hover, fieldset[disabled] .block-banner .banner-text-center .btn.focus, fieldset[disabled] .block-banner .banner-text-center .btn:focus, fieldset[disabled] .block-banner .banner-text-center .btn:hover, fieldset[disabled] .block-banner .banner-text-left .btn.focus, fieldset[disabled] .block-banner .banner-text-left .btn:focus, fieldset[disabled] .block-banner .banner-text-left .btn:hover, fieldset[disabled] .block-banner .banner-text-right .btn.focus, fieldset[disabled] .block-banner .banner-text-right .btn:focus, fieldset[disabled] .block-banner .banner-text-right .btn:hover {
            background-color: #fff;
            border: 2px solid #fff;
        }

    .block-banner .banner-text-left {
        left: 0;
    }

    .block-banner .banner-text-right {
        right: 0;
    }

    .block-banner .banner-text-center {
        left: 50%;
        transform: translate(-50%,-50%);
    }

@media (max-width:767px) {
    .block-banner a {
        display: block;
    }

    .block-banner .banner-text-center, .block-banner .banner-text-left, .block-banner .banner-text-right {
        width: 100%;
        padding: 0;
        position: relative;
        top: 0;
        transform: none;
    }

        .block-banner .banner-text-center .btn, .block-banner .banner-text-left .btn, .block-banner .banner-text-right .btn {
            color: #fff!important;
            background-color: #0A263C;
            border: 2px solid #0A263C;
            padding: 0 40px!important;
            font-size: 16px!important;
            line-height: 30px!important;
        }

            .block-banner .banner-text-center .btn.focus, .block-banner .banner-text-center .btn:focus, .block-banner .banner-text-center .btn:hover, .block-banner .banner-text-left .btn.focus, .block-banner .banner-text-left .btn:focus, .block-banner .banner-text-left .btn:hover, .block-banner .banner-text-right .btn.focus, .block-banner .banner-text-right .btn:focus, .block-banner .banner-text-right .btn:hover {
                color: #fff!important;
                background-color: #0A263C;
                border: 2px solid #0A263C;
            }

            .block-banner .banner-text-center .btn.disabled.focus, .block-banner .banner-text-center .btn.disabled:focus, .block-banner .banner-text-center .btn.disabled:hover, .block-banner .banner-text-center .btn[disabled].focus, .block-banner .banner-text-center .btn[disabled]:focus, .block-banner .banner-text-center .btn[disabled]:hover, .block-banner .banner-text-left .btn.disabled.focus, .block-banner .banner-text-left .btn.disabled:focus, .block-banner .banner-text-left .btn.disabled:hover, .block-banner .banner-text-left .btn[disabled].focus, .block-banner .banner-text-left .btn[disabled]:focus, .block-banner .banner-text-left .btn[disabled]:hover, .block-banner .banner-text-right .btn.disabled.focus, .block-banner .banner-text-right .btn.disabled:focus, .block-banner .banner-text-right .btn.disabled:hover, .block-banner .banner-text-right .btn[disabled].focus, .block-banner .banner-text-right .btn[disabled]:focus, .block-banner .banner-text-right .btn[disabled]:hover, fieldset[disabled] .block-banner .banner-text-center .btn.focus, fieldset[disabled] .block-banner .banner-text-center .btn:focus, fieldset[disabled] .block-banner .banner-text-center .btn:hover, fieldset[disabled] .block-banner .banner-text-left .btn.focus, fieldset[disabled] .block-banner .banner-text-left .btn:focus, fieldset[disabled] .block-banner .banner-text-left .btn:hover, fieldset[disabled] .block-banner .banner-text-right .btn.focus, fieldset[disabled] .block-banner .banner-text-right .btn:focus, fieldset[disabled] .block-banner .banner-text-right .btn:hover {
                background-color: #0A263C;
                border: 2px solid #0A263C;
            }

    .block-banner .banner-text-center {
        left: 0;
    }

    .block-banner img {
        margin-bottom: 20px;
    }

    .block-youtube iframe {
        height: 200px;
    }
}

.pt_error h1, .pt_product-search-noresult h1 {
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
}

@media (max-width:1199px) {
    .block-banner .banner-text-center h2, .block-banner .banner-text-left h2, .block-banner .banner-text-right h2 {
        font-size: 40px;
        letter-spacing: .03em;
    }

    .block-banner .banner-text-center p, .block-banner .banner-text-left p, .block-banner .banner-text-right p {
        font-size: 20px;
        letter-spacing: .025em;
    }
}

.block-banner-text {
    margin-bottom: 30px;
}

    .block-banner-text h2 {
        font-size: 20px;
        margin: 0;
    }

    .block-banner-text h3 {
        font-size: 16px;
        margin: 0;
    }

    .block-banner-text p {
        margin-top: 10px;
    }

.block-columns a img, .block-content-slide a img {
    max-width: 100%!important;
    filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
}

.block-columns1 {
    text-align:center;
}
.block-columns1 a img, .block-content-slide a img {
    max-width: 100%!important;
    
      
}
.block-columns a img:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.2);
   
}




.block-columns a h3, .block-content-slide a h3 {
    text-align: center;
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 10px 0 30px;
	line-height:22px;
	
	
	
}

.block-content-slide a img {
    max-height: 200px;
}

.block-youtube {
    margin-bottom: 30px;
}

.pt_product-search-noresult h1 {
    font-size: 16px!important;
    margin: 35px 0 0;
    background: 0 0;
}

.pt_product-search-noresult h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0 35px;
}

.pt_product-search-noresult .no-hits-search-term, .pt_product-search-noresult .no-hits-search-term-suggest {
    color: #ed1c24;
    font-style: normal;
}

.pt_product-search-noresult .no-hits-search {
    margin: 20px auto 0;
    width: 30%;
}

    .pt_product-search-noresult .no-hits-search .form-row-text {
        width: calc(100% - 60px);
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

    .pt_product-search-noresult .no-hits-search .form-row-button {
        width: 60px;
        display: inline-block;
        text-align: left;
        margin: 0 0 0 -4px;
        vertical-align: middle;
    }

        .pt_product-search-noresult .no-hits-search .form-row-button .btn {
            color: #fff!important;
            background-color: #0A263C;
            border: 2px solid #0A263C;
        }

            .pt_product-search-noresult .no-hits-search .form-row-button .btn.focus, .pt_product-search-noresult .no-hits-search .form-row-button .btn:focus, .pt_product-search-noresult .no-hits-search .form-row-button .btn:hover {
                color: #0A263C!important;
                background-color: #fff;
                border: 2px solid #0A263C;
            }

            .pt_product-search-noresult .no-hits-search .form-row-button .btn.disabled.focus, .pt_product-search-noresult .no-hits-search .form-row-button .btn.disabled:focus, .pt_product-search-noresult .no-hits-search .form-row-button .btn.disabled:hover, .pt_product-search-noresult .no-hits-search .form-row-button .btn[disabled].focus, .pt_product-search-noresult .no-hits-search .form-row-button .btn[disabled]:focus, .pt_product-search-noresult .no-hits-search .form-row-button .btn[disabled]:hover, fieldset[disabled] .pt_product-search-noresult .no-hits-search .form-row-button .btn.focus, fieldset[disabled] .pt_product-search-noresult .no-hits-search .form-row-button .btn:focus, fieldset[disabled] .pt_product-search-noresult .no-hits-search .form-row-button .btn:hover {
                background-color: #0A263C;
                border: 2px solid #0A263C;
            }

@media (max-width:991px) {
    .pt_product-search-noresult .no-hits-search {
        width: 100%;
    }
}

.pt_product-search-noresult .no-hits-footer {
    background: 0 0;
    margin-top: 0;
    padding-top: 0;
}

.pt_error {
    text-align: center;
}

    .pt_error h1 {
        font-size: 16px!important;
        margin: 35px 0 10px;
        background: 0 0;
    }

    .pt_error .error-page-search {
        margin: 20px auto 0;
        width: 30%;
    }

        .pt_error .error-page-search .form-row-text {
            width: calc(100% - 60px);
            display: inline-block;
            margin: 0;
            vertical-align: middle;
        }

        .pt_error .error-page-search .form-row-button {
            width: 60px;
            display: inline-block;
            text-align: left;
            margin: 0 0 0 -4px;
            vertical-align: middle;
        }

            .pt_error .error-page-search .form-row-button .btn {
                color: #fff!important;
                background-color: #0A263C;
                border: 2px solid #0A263C;
            }

                .pt_error .error-page-search .form-row-button .btn.focus, .pt_error .error-page-search .form-row-button .btn:focus, .pt_error .error-page-search .form-row-button .btn:hover {
                    color: #0A263C!important;
                    background-color: #fff;
                    border: 2px solid #0A263C;
                }

                .pt_error .error-page-search .form-row-button .btn.disabled.focus, .pt_error .error-page-search .form-row-button .btn.disabled:focus, .pt_error .error-page-search .form-row-button .btn.disabled:hover, .pt_error .error-page-search .form-row-button .btn[disabled].focus, .pt_error .error-page-search .form-row-button .btn[disabled]:focus, .pt_error .error-page-search .form-row-button .btn[disabled]:hover, fieldset[disabled] .pt_error .error-page-search .form-row-button .btn.focus, fieldset[disabled] .pt_error .error-page-search .form-row-button .btn:focus, fieldset[disabled] .pt_error .error-page-search .form-row-button .btn:hover {
                    background-color: #0A263C;
                    border: 2px solid #0A263C;
                }


.additional_features{position:fixed;right:30px;top:45%;z-index:98;box-sizing:border-box;border-bottom:0;}
.additional_features li{margin-bottom:7px;}
.additional_features li a{display:block;}
	
	
@media (max-width:991px) {
    .pt_error .error-page-search {
        width: 100%;
    }
}


.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(#000, .05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #0A263C url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

	.cd-is-visible, &.cd-fade-out, .no-touch &:hover {
		-webkit-transition: opacity .3s 0s, visibility 0s 0s;
		-moz-transition: opacity .3s 0s, visibility 0s 0s;
		transition: opacity .3s 0s, visibility 0s 0s;
	}

	.cd-is-visible { /* the button becomes visible */
		visibility: visible;
		opacity: 1;
	}

	.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
		opacity: .5;
	}

	.no-touch &:hover {
		background-color: rgba($link, 1);
		opacity: 1;
	}

	@include MQ(M) {
		right: 20px;
		bottom: 20px;
	}

	@include MQ(L) {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}

  @media (min-width: 992px)
.inline-search div input {
    width: calc(100% - 42px);
}
