@import url('/css/jquery.fancybox.css');
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.flex-active {background:#545d5e;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; text-align: center;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
/*.flexslider .slides > li:nth-child(n+2) {position: absolute; top:0;}*/
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { display: none; }

/* Control Nav */
.flex-control-nav {display:inline-block;position:absolute;left:8px; bottom:-2px;}
.flex-control-nav li {margin: 0 0 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 6px; height: 6px; display: block; background:rgba(51,51,51,0.2); text-indent: -999em; border-radius:50%;}
.flex-control-nav li a.active {border:1px solid #545d5e;background: #545d5e;}

.flex-active {background:rgba(51,51,51,0.8) !important;}

.top {
    margin-top: 0;
}

#show_search {
    width: 33px;
    height: 26px;
    background: url('.//cdn.m.bluefly.com/img/icon_search_small.png?build=76') no-repeat;
    float: right;
    margin-right: 2%;
    margin-top: 2px;
}

.title {
    display:block;
}

.title h1 {
    font-size: 1em;
    font-weight: bold;
    color: #545d5e;
    text-transform: capitalize;
    display: inline;
    line-height: 20px;
}

p.not-available {
    color: #FF0000;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    padding:10px 0px 10px;
}


.product {
    width: 92%;
    margin: auto;
    overflow: hidden;
    padding: 15px 0px;
    position: relative;
}

    .product div.sdesc {
        display: inline;
        font-size: 1em;
        font-weight: normal;
        color: #555;
        line-height:20px;
    }

    .product div.price {
        color: black;
        font-weight: normal;
        font-size: 1em;
        margin-top: 10px;
        position: relative;
    }


        div.price span.K_old_price {
            display: inline-block;
            margin-right:5px;
            display: block;
            color: #aaa;
            text-decoration: line-through;
        }

        div.price span.K_new_price {
            display: inline-block;
            font-weight: bold;
            color: #c44639;
            display: block;
            font-weight: bold;
            color: black;
            font-size: 1.1em;
        }
    .product-overview div.review {
        float: right;
        margin-right: 1.0416%;
    }

.flexslider {
/*  margin-left: 1.4583%;*/
    display: inline-block;
    width:85%;
    z-index: 1;
}

#add_to_bag {
    z-index: 2;
}

div.product_settings {
    display:block;
    width:100%;
}

    div.product_color {
        font-size: 0.875em;
        color: #333;
        line-height: 25px;
        margin-top: 5px;
    }

        div.product_color ul {
            list-style-type: none;
            padding: 0;
        }

            div.product_color ul li {
                float: left;
                padding-right: 1.875%;
            }

                div.product_color ul li a {
                    color: #56a1d5;
                }

    p.return-policy {
        margin-top: 5px;
    }


/* ********************************** */

.size_container {
    margin-top: 10px;
    width:92%;
    margin:auto;
    height:41px;
    padding:10px 0;
}

.market_partner {
    font-size: 0.85em;
    margin-bottom: 5px;
}

.market_partner strong {
    font-weight: bold;
}

.size {
    position: relative;
    display: inline-block;
    float: left;
    width:100%;
}
        .size_select select {
            display: inline-block;
            background:white;
            border: 1px solid #ccc;
            margin: 0;
            height: 41px;
            width: 100%;
            font: inherit;
            outline:none; /* remove focus ring from Webkit */
            line-height: 31px;
            font-size: 0.85em;
            color: black;
            -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
            -moz-border-radius: 0px;
            border-radius: 0px;

        }

        /* for Webkit's CSS-only solution */
        @media screen and (-webkit-min-device-pixel-ratio:0) {
            .size_select select {
                padding:0px 10px;
            }
        }

        .size_select_ar {
            text-align: center;
            width: 37px;
            height: 40px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            font-size: .6em;
            font-weight: bold;
            line-height: 45px;
            color: #545d5e;
            background: transparent url('//cdn.m.bluefly.com/img/list_page_assets.png?build=76') no-repeat -243px -73px;
            pointer-events: none;
        }
        .select_active {
            background: url('.//cdn.m.bluefly.com/img/button_bg_active.png?build=76') repeat-x !important;
            color: white !important;
        }

    .size_buttons {
        float: right;
        width:25%;
    }

    @media (min-width:240px) and (max-width:319px) {
        .size_buttons {
            width: 50px;
        }
    }

    .size_buttons a {
        text-decoration: none;
    }

        .size_buttons a div {
            height: 39px;
            border: 1px solid #ccc;
            text-transform: capitalize;
            font-size: 0.85em;
            color: #545d5e;
            line-height: 39px;
            text-align:center;
            box-shadow: 0px 1px 2px white;
            -webkit-transition:all .2s ease-in-out;
        }

        .size_buttons a div:hover {
            border: 1px solid #aaa;
        }


    .modalOverlay
    {
        width:100%;
        height: 1400px;
        position:absolute;
        top:0;
        left:0;
        bottom: 0;
        margin:0;
        padding:0;
        background:#56a1d5;
        opacity:0;
        -webkit-transition: opacity 0.3s ease-in;
        z-index:101;
    }

    .modalWindow
    {
        position:fixed;
        top:150px;
        margin:0;
        width:100%;
        text-align:center;
        padding:5px;
        opacity:0;
        z-index:102;
        -webkit-transition: opacity 0.3s ease-in;
    }

    iframe {
        width: 100%;
    }

.size_error_text {
    font-size: 1em;
    font-weight: bold;
    color: red;
}

.size_error {
    position: absolute;
    width: 154px;
    height: 37px;
    background-color: red;
}

.error {
    opacity: 0.75;
}

#gallery {
    width: 100%;
    margin: auto;
    z-index: 999;
    text-align: center;
    background:white;
    border-bottom:1px solid #ccc;
}

#gallery:before {
    content
}

.cart_buttons {
    width:100%;
    text-align:center;
    background:#33485d;
    position:fixed;
    bottom:0px;
    z-index:1;
}
    .cart_buttons button {
        width: 96%;
        margin:0;
        padding:15px 0;
        border: none;
        background:#5FB8E7;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: bold;
        color: rgba(0,0,0,0.6);
        -webkit-transition:all .2s ease-in-out;
    }

    .cart_buttons button:hover, .cart_buttons button:active {
        background:#5FB8E7;
    }

    button.fake_active {

        color:white;
    }

.notes {
    padding-top: 12px;
    height: 50px;
    font-size: 1em;
    color: #333;
}

/* **************MENU**************** */
div.menu {
            width: 100%;
        }
            /* ******************** Categories *************** */
            div.menu ul.parent {
                width: 92%;
                margin:auto;
                list-style-type: none;
            }

                div.menu ul.parent li {
                    font-size: 1em;
                    color: #545d5e;
                    text-transform: capitalize;
                    display: list-item;
                    font-weight:bold;
                    padding:10px 0;
                    position:relative;
                }
                    .parent .minus,
                    .parent .plus {
                        position: absolute;
                        right: 10px;
                        top: 5px;
                        font-size: 25px;
                    }

                    p.child {
                        padding:0px;
                        /* font-size: 0.625em; */
                        font-size: 0.85em;
                        color: #545d5e;
                        line-height: 1.4em;
                        margin-bottom: 10px;
                    }
                .hide {
                    display: none;
                }

                .show {
                    display: block;
                }
/* ********************************** */

.social_buttons {
    margin-top: 17px;
    text-align: center;
}



    .social_buttons button {
        display: inline-block;
        margin-left: 12px;
    }



    button.wishlist {
        width: 28.125%;
        height: 39px;
        background: #53a2d6;
        /* font-size: 0.625em; */
        font-size: 62.5%;
        color: white;
        text-transform: capitalize;
        font-weight: bold;
        border: none;
    }

    .icon {
        width: 39px;
        height: 39px;
        background-repeat: no-repeat;
        border: none;
        background-color: white;
    }

    .social_wrap a {
        text-decoration: none;
        color: #2282c4;
    }

    .social_wrap a div {
        padding-left: 3.5%;
        padding-right: 3.5%;
        font-size: .75em;
        font-weight: bold;
        display: inline-block;
        text-transform: uppercase;
    }

    .social_wrap a:active div {
        text-decoration: underline !important;
    }

    .social_wrap a div.center {
        border-left: 1px solid #2282c4;
        border-right: 1px solid #2282c4;
    }


div.suggestions {
    text-align: center;
    margin-top: 25px;
    padding: 20px 0 10px 0;
    position: relative;
    background:#efefef;
}

    .suggestions ol.flex-control-nav {
        display: none;
    }

    .suggestions ul.flex-direction-nav {
        display: none;
    }

        .suggestions ul.flex-direction-nav li a {
            position: absolute;
            top: 30%;
            width: 13px;
            height: 26px;
            text-decoration: none;
        }

            ul.flex-direction-nav li a.flex-prev {
                left: 1px;
            }

            ul.flex-direction-nav li a.flex-next {
                right: 1px;
            }

    .suggestions .flex-viewport{
        margin-left: 18px;
        margin-right: 18px;
    }


    .suggestion_title {
        text-align: center;
        padding-bottom: 15px;
    }

    .suggestion_title h1 {
        font-size: 1em;
        color: #545d5e;
        font-weight: bold;
        text-transform: capitalize;
    }
    .est-shipping{
        margin:auto;
        font-size: 0.85em;
        text-transform:capitalize;
        color:#545d5e;
        margin-top:15px;
        }
    .est-shipping .bold{
        font-weight: bold;
    }

    .est-shipping p {
        display:inline-block;
    }

#mybuyspagezone10 {
    display: none;
    text-align: center;
    margin-top: 0px;
    padding: 20px 0 75px 0;
    position: relative;
    background:#efefef;
}
   /* .MB_PROD10 > div {
        display: table;
    }

    div.MB_PRODUCTSLOT{
        display: inline-block;
        width: 50%;
        text-align: left;
        padding: 20px 0 10px 0;
    }

        div.MB_PRODUCTSLOT img {
            width: 77%;
            height: auto;
            margin-left: 10px;
            margin-bottom: 10px;
        }

        div.MB_PRODUCTSLOT > div {
            width: 75%;
            text-align: center;
        }

        div.MB_PRODUCTSLOT > div:nth-child(1){
            width: 100%;
            text-align: left;
        }

        div.MB_PRODUCTSLOT .MB_PRODUCTBRAND {
            font-weight: bold;
            font-size: 0.875em;
            color: #545d5e;
            text-transform: capitalize;
            text-align: center;
            width: 100%;
            text-decoration: none;
            line-height: 18px;
        }

        div.MB_PRODUCTSLOT .MB_PRODUCTNAME {
            font-size: 0.75em;
            font-weight: normal;
            color: #95a5a6;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            line-height: 18px;
            text-decoration: none;
        }

        div.MB_PRODUCTSLOT .MB_PRODUCTDISCOUNTEDPRICEWRAPPER > div{
            display: inline-block;
        }

        .MB_PRODUCTSALEPRICELINK,
        .MB_PRODUCTBASEPRICELINK{
            font-size: 0;
            text-decoration: none;
        }

        .MB_PRODUCTBASEPRICE {
            text-decoration: line-through;
            color: #95a5a6;
            margin: 0;
            padding-right: 10px;
            border: 0;
            font-size: 16px !important;
            font: inherit;
            vertical-align: top;
            font-family: Helvetica, Arial, sans-serif;
            font-family: Raleway, sans-serif;
        }

        .MB_PRODUCTSALEPRICE{
            font-weight: bold;
            color: #c44639;
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 16px !important;
            font: inherit;
            vertical-align: top;
            font-family: Helvetica, Arial, sans-serif;
            font-family: Raleway, sans-serif;
            text-decoration: none;
            font-weight: bold;
        }*/


    #myslide li {
        text-align: center;
    }

    /*#myslide li > div {
        width: 77%;
    }*/

    #myslide img {
        width: 77%;
        height: auto;
        margin-bottom: 10px;
    }

    .MB_PRODUCTBRAND {
        font-weight: bold;
        font-size: 0.875em;
        color: #545d5e;
        text-transform: capitalize;
        text-align: center;
        width: 77%;
        text-decoration: none;
        line-height: 18px;
    }

    a.MB_PRODUCTPRICELINK {
        color: #000;
    }

    .MB_PRODUCTNAME {
        font-size: 0.75em;
        font-weight: normal;
        color: #95a5a6;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 18px;
        text-decoration: none;
        width: 77%;
        text-align: center;
        margin: 0 auto;
    }

    .MB_PRODUCTDISCOUNTEDPRICEWRAPPER > div{
        display: block;
        text-align: center;
    }

    .MB_PRODUCTSALEPRICELINK,
    .MB_PRODUCTBASEPRICELINK{
        font-size: 0;
        text-decoration: none;
    }

    .MB_PRODUCTBASEPRICE {
        text-decoration: line-through;
        color: #95a5a6;
        margin: 0;
        padding-right: 10px;
        border: 0;
        font-size: 16px !important;
        font: inherit;
        vertical-align: top;
        font-family: Helvetica, Arial, sans-serif;
        font-family: Raleway, sans-serif;
        width: 77%;
        text-align: center;
    }

    .MB_PRODUCTSALEPRICE{
        font-weight: bold;
        color: #000;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 16px !important;
        font: inherit;
        vertical-align: top;
        font-family: Helvetica, Arial, sans-serif;
        font-family: Raleway, sans-serif;
        text-decoration: none;
        width: 77%;
        text-align: center;
    }

.flex-viewport ul li div:first-child {
    margin-right: 0;
    text-align: left;
}

.flex-viewport ul li div:last-child {
    margin-right: 0;
}

.flex-viewport ul li div {
    margin-right: 23%;
    text-align: center;
}

.promo-message {
    color:#cc0000;
    margin-top: 5px;
}

.parent .minus,
.parent .plus {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 25px;
}

div.slide{
    text-align: left;
}
    div.slide p{

    }
    .suggestions a{
        text-decoration:none;
    }
        div.slide p.p_name,div.slide p.p_tags,div.slide p.price {
            text-align:center;
            width:76%;
        }

        div.slide p.p_name {
            font-weight: bold;
            font-size: 0.875em;
            color: #545d5e;
            text-transform: capitalize;
        }

        div.slide p.p_tags {
            font-size: 0.75em;
            font-weight: normal;
            color: #95a5a6;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        div.slide p {
            line-height:18px;

        }

            del.old-price {
                text-decoration: line-through;
                color: #95a5a6;
                margin-right: 5px;
            }

            span.new-price {
                color: #000;
            }

    div.slide img {
        width: 76%;
        height: auto;
        margin-bottom:10px;
    }

.added_to_cart_opaque {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #56a1d5;
    opacity: 0.7;
    top: 0;
    z-index: 200;
}

.atc {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0px;
    text-align: center;
    z-index: 201;
    background: white;
    margin: auto;
    padding: 10px 0;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

    .atc p {
        color: black;
        padding: 15px 0;
    }
        .atc button.atc_button {
        width: 96%;
        margin: 0;
        padding: 15px 0;
        background: #242634;
        border: 0;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: bold;
        color: #fff;
        -webkit-transition: all .2s ease-in-out;
        }

        div#close {
            width: 26px;
            height: 26px;
            position: absolute;
            top: 10px;
            right: 10px;
            background: transparent url('//cdn.m.bluefly.com/img/list_page_assets.png?build=76') no-repeat -155px -116px;
        }
    @media (min-width: 480px) {

        .size_buttons {
/*          width: 40%; */
        }

    }

.savings {
    font-style: italic;
    display: block;
    clear: both;
}

.savings span {
    font-weight: bold;
}

.savings .dollar-savings-new,
.savings .percent-savings-new {
    font-size: .875em;
    color: #95a5a6;
    font-style: normal;
}
.limited-alert{
    color: #ff0000;
    font-size: 13px;
    font-family: 'Gotham A', 'Gotham B', 'Helvetica';
    font-weight: 400;
    font-style: normal;
}

.savings .dollar-savings-new {
    display: none;
}

.site-sale-info {
    color: #aaa;
    padding: 8px 0;
    font-size: .875em;
    display: block;
    margin-right: 5px;
}

.hidden {
    display: none;
}

.more-colors-toggler-bg, .more-colors-toggler {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 30%;
    height: 30px;
}

.more-colors-toggler-bg {
    background: #666;
    opacity: 0.5;
    z-index: 5;
}

.more-colors-toggler {
    z-index: 6;
    text-align: center;
}

.more-colors-toggler span {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 30px;
}

.more-colors-toggler .opened-state:before {
    top: 6px;
    left: 50%;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('.//cdn.m.bluefly.com/img/x.png?build=76');
    margin-left: -30px;

}

.more-colors-toggler .opened-state {
    padding-left: 16px;
    display: none;
}

.more-colors-toggler.opened .closed-state{
    display: none;
}

.more-colors-toggler.opened .opened-state {
    display: block;
}

.more-colors-wrapper {
    clear: both;
    width: 100%;
    overflow: hidden;
    display: none;
    margin:20px 0 0 0;
}

.more-colors-wrapper ul li {
    width: 20%;
    float: left;
    text-align: center;
    overflow: hidden;
    background:white;
    border:1px solid #ccc;
    margin-right:10px;
}

.more-colors-wrapper ul li a {
    text-decoration: none;
    color: #444;
    font-weight: bold;
    position:relative;
}

.more-colors-wrapper ul li a img {
    width: 120%;
    margin-left: -10%;
}

.more-colors-wrapper ul li a span {
    text-decoration: none;
    font-size: .5em;
    display: block;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
}

div.prod_overlay {
    position: absolute;
    left: 1px;
    right: -1px;
    top: 0;
    bottom: 0;
    background: #444;
    opacity: .6;
    z-index: 100;
}
@media (min-width: 240px) and (max-width:479px) {
    span.overlay_text {
        font-size: 1em;
    }
}

@media (min-width: 480px) and (max-width: 639px){
    span.overlay_text {
        font-size: 1.2em;
    }
}

@media (min-width: 640px) {
    span.overlay_text {
        font-size: 1.6em;
    }
}

span.overlay_text {
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    z-index: 101;
}

/* Zoomed image container */
.zoom-button-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 20px;
    width: 20px;
    padding: 12px;
    cursor: pointer;
}
.zoom-button, .zoom-close {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #666;
    opacity: 0.8;
}

.zoom-button {
    background: url('//cdn.m.bluefly.com/img/button_zoom_in.png?build=76') no-repeat;
}

.zoom-close {
    background: url('//cdn.m.bluefly.com/img/button_close_zoom.png?build=76') no-repeat;
}

.zoom-button:hover, .zoom-close:hover {
    opacity: 1;
}

.zoombox {
    position: absolute;
    top: 0;
    background: #222;
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}

.zoombox .zoomwrap {
    top: 42px;
    position: fixed;
}

.suggestions ul li {
    width: 46%;
    display: inline-block;
    margin-bottom: 20px;
}

.holiday-shipping-info p {
    color: #000; 
    margin-bottom:5px; 
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.holiday-shipping-info {
    background-image:url("//cdn.m.bluefly.com/img/Shipping_Badge.png?build=76"); 
    background-position:top left; 
    background-repeat:no-repeat; 
    padding-left:25px; 
    font-size: 12px;
    position: absolute;
    right: 0;
    width: 45%;
    top: 0;
}
