html body .lightbox {
    border: none;
    padding: 15px;
    font-family: proxima-nova, Arial, Helvetica, sans-serif !important;
}

    html body .lightbox h3.check {
        color: #333 !important;
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dbdbdb;
        background-image: url("http://cdn.orvis.com/images/check-2018.png") !important;
    }

    html body .lightbox .product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        html body .lightbox .product ul {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            html body .lightbox .product ul li,
            html body .lightbox .product ul div {
                margin: 2px 0;
            }

                html body .lightbox .product ul li,
                html body .lightbox .product ul div li {
                    position: relative;
                    font-size: 12px;
                }

                    html body .lightbox .product ul li#prodName,
                    html body .lightbox .product ul div li#prodName {
                        color: #333;
                        font-weight: 700;
                        font-size: 18px;
                        margin: 0 0 2px 0;
                    }

                    html body .lightbox .product ul li#sku,
                    html body .lightbox .product ul div li#sku {
                        font-weight: 700;
                        color: #333;
                        margin: 0 0 10px 0;
                    }

                    html body .lightbox .product ul li img,
                    html body .lightbox .product ul div li img {
                        padding-right: 10px;
                    }

                    html body .lightbox .product ul li.prodPrice,
                    html body .lightbox .product ul div li.prodPrice {
                        float: none;
                        text-align: left;
                        font-size: 12px !important;
                    }

                        html body .lightbox .product ul li.prodPrice::before,
                        html body .lightbox .product ul div li.prodPrice::before {
                            font-size: 12px;
                            content: "Item Price: ";
                        }

                        html body .lightbox .product ul li.prodPrice .price,
                        html body .lightbox .product ul div li.prodPrice .price {
                            font-weight: 700 !important;
                        }

                            html body .lightbox .product ul li.prodPrice .price div span,
                            html body .lightbox .product ul div li.prodPrice .price div span {
                                position: initial;
                            }

    html body .lightbox #bottom {
        height: auto;
    }

        html body .lightbox #bottom .btns {
            margin: 0;
        }

            html body .lightbox #bottom .btns ul {
                white-space: nowrap;
                font-size: 0;
            }

                html body .lightbox #bottom .btns ul li {
                    width: 50%;
                    margin: 0;
                }

            html body .lightbox #bottom .btns #contshopping_btn a {
                width: 100%;
                height: 50px;
                border: 1px solid #055;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                margin: 15px auto;
                cursor: pointer;
                text-align: center;
                background-image: none;
                text-decoration: none;
                width: 98%;
                margin-right: auto;
            }

                html body .lightbox #bottom .btns #contshopping_btn a::after {
                    font-size: 14px;
                    font-weight: 700;
                    content: "Continue Shopping";
                    text-transform: uppercase;
                    color: #055;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    height: 100%;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    letter-spacing: 2px;
                    background-image: none;
                }

            html body .lightbox #bottom .btns #checkout_btn a {
                width: auto;
                height: 50px;
                background-color: #055;
                margin: 15px 0;
                cursor: pointer;
                text-decoration: none;
                background-image: none;
                width: 98%;
                margin-left: auto;
            }

                html body .lightbox #bottom .btns #checkout_btn a::after {
                    content: "Checkout Now";
                    font-size: 14px;
                    font-weight: 700;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    height: 100%;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    color: #fafafa;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    background-color: #055;
                    background-image: none;
                }

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch !important;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#cboxOverlay {
    background-color: #000;
}

#colorbox,
#cboxWrapper,
#cboxContent {
    overflow: visible !important;
}

#cboxWrapper {
    margin-top: 30px;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(../images/css/colorbox/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(../images/css/colorbox/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(../images/css/colorbox/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(../images/css/colorbox/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(../images/css/colorbox/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(../images/css/colorbox/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(../images/css/colorbox/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(../images/css/colorbox/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 90%;
    color: #fff;
    background-color: #000;
    padding: 0 5%;
    font: bold 14px/24px Arial, Helvetica, sans-serif;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/css/colorbox/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../images/css/colorbox/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxLoadingOverlay {
    background: url(../images/css/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(../images/css/colorbox/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#cboxTopLeft {
    width: 5px;
    height: 5px;
    background: url(../images/css/orvislightbox/border-c.png) no-repeat 0 0;
}

#cboxTopRight {
    width: 5px;
    height: 5px;
    background: url(../images/css/orvislightbox/border-c.png) no-repeat -5px 0;
}

#cboxBottomLeft {
    width: 5px;
    height: 5px;
    background: url(../images/css/orvislightbox/border-c.png) no-repeat 0 -5px;
}

#cboxBottomRight {
    width: 5px;
    height: 5px;
    background: url(../images/css/orvislightbox/border-c.png) no-repeat -5px -5px;
}

#cboxMiddleLeft {
    width: 5px;
    background: url(../images/css/orvislightbox/border-v.png) repeat-y;
}

#cboxMiddleRight {
    width: 5px;
    background: url(../images/css/orvislightbox/border-v.png) repeat-y;
}

#cboxTopCenter {
    height: 5px;
    background: url(../images/css/orvislightbox/border-h.png) repeat-x;
}

#cboxBottomCenter {
    height: 5px;
    background: url(../images/css/orvislightbox/border-h.png) repeat-x;
}

#cboxCurrent {
    position: absolute;
    left: 5px;
    top: -24px;
    font-family: Arial;
    color: White;
    font-size: 11px;
    font-weight: 700;
}

#cboxPrevious {
    z-index: 2000;
    position: absolute;
    left: 0;
    right: auto;
    width: 95px;
    height: 100%;
    background: url(/orvis_assets/images/prev_inactive_sprite_1.png) no-repeat left center;
}

    #cboxPrevious:hover {
        background-position: -95px center;
    }

#cboxNext {
    z-index: 2000;
    position: absolute;
    left: auto;
    right: 0;
    width: 95px;
    height: 100%;
    background: url(/orvis_assets/images/next_inactive_sprite_1.png) no-repeat left center;
}

    #cboxNext:hover {
        background-position: -95px center;
    }

#colorbox.dark #cboxContent {
    background-color: #000;
}

#colorbox.dark #cboxLoadedContent {
    margin-bottom: 0;
}

#colorbox.dark #cboxTopLeft {
    width: 5px;
    height: 5px;
    background: url(../images/css/orvislightbox/border-black-c.png) no-repeat 0 0;
}

#colorbox.dark #cboxTopRight {
    width: 5px;
    height: 5px;
    background: url(../images/css/orvislightbox/border-black-c.png) no-repeat -5px 0;
}

#colorbox.dark #cboxBottomLeft {
    width: 5px;
    height: 5px;
    background: url(../images/css/orvislightbox/border-black-c.png) no-repeat 0 -5px;
}

#colorbox.dark #cboxBottomRight {
    width: 5px;
    height: 5px;
    background: url(../images/css/orvislightbox/border-black-c.png) no-repeat -5px -5px;
}

#colorbox.dark #cboxMiddleLeft {
    width: 5px;
    background: url(../images/css/orvislightbox/border-black-v.png) repeat-y;
}

#colorbox.dark #cboxMiddleRight {
    width: 5px;
    background: url(../images/css/orvislightbox/border-black-v.png) repeat-y;
}

#colorbox.dark #cboxTopCenter {
    height: 5px;
    background: url(../images/css/orvislightbox/border-black-h.png) repeat-x;
}

#colorbox.dark #cboxBottomCenter {
    height: 5px;
    background: url(../images/css/orvislightbox/border-black-h.png) repeat-x;
}

#colorbox.dark .cboxIframe {
    background: #000;
}

#cboxClose {
    position: absolute;
    top: -30px;
    right: 0;
    background: url(/orvis_assets/images/close_button.png) no-repeat;
    width: 65px;
    height: 23px;
    text-indent: -9999px;
    opacity: 0.7;
    *filter: Alpha(opacity=100);
}

    #cboxClose:hover {
        opacity: 1;
        background-position: inherit;
    }
/*# sourceMappingURL=colorbox.css.map */
