.pdp_wrapper {
    position: relative;
    display: inline-block;
    background: #FFF;
    text-align: left;
}
div[data-tabcontent] {
    display: none;
    width: 100%;
}
div.shoe_images {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
}
.delivery #dm_shiptohome, .delivery #dm_storepickup {
    vertical-align: middle;
}
.left_column, .right_column {
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.left_column {
    float: left;
    width: 613px;
    margin: 0 0 0 20px;
    padding: 0 20px 0 0;
}
.right_column {
    float: right;
    width: 333px;
    padding: 10px 20px 10px 20px;
    border-left: 1px solid #D8D8D8;
}
.add_to_cart {
    position: relative;
}
[data-info="add_errors"] {
	display: none;
    position: absolute;
    top : 50px;
    left: 0;
    text-align: center;
    width: 100%;
}
[data-info="add_errors"] ul {
    display: inline-block;
    background: #444;
    opacity: .9;
    color: #FFF;
    border-radius: 5px;
    margin: 0;
    padding: 10px;
    list-style: none;
}
.right_column .pinnedDiv {
    width: 293px;
}
.pdp_wrapper [data-tabcontent] {
    padding: 20px 0 0 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.rv_title {
    float: left;
    display:inline-block;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px;
}
.recently_viewed {
    display: inline-block;
    float: right;
}
.rv_content {
    float: left;
}
.rv_content ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.rv_content ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
    padding: 0;
}
.rv_content ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
}
.rv_content ul li img {
    width: 100%;
}
[data-info="product_price"] {
    margin: 0 20px 0 0;
}
.price .sale {
    color: #F00;
}
.fit_info .label {
    display: inline-block;
    width: auto;
}
[data-label="fit_length"]:before {
    content: 'Length: ';
}
[data-label="fit_width"]:before {
    content: 'Width: ';
}
#product_images, #product_styles {
    display: inline-block;
    width: 593px;
    text-align: center;
    background: #FFF;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#product_images .slide_content {
    height: 560px;
    display:block;
}
.left-arrow, .right-arrow {
     position: absolute;
     display: inline-block;
     width: 30px;
     height: 50px;
 }
#hover_item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
#product_images #hover_item ul {
    margin: 0;
    padding: 0;
}
#product_images #hover_item ul li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align : center;
    height: 503px;
}
#product_images #selected_item ul li {
    position: relative;
	width : 100%;
}
#product_images .slide_content {
    position: relative;
    z-index: 2;
}
.other_styles .slide_buttons, #product_images .slide_buttons {
    display: inline-block;
    width: 593px;
    top: 0;
    left: 0;
    bottom: auto;
}
#product_images .slide_buttons .disable, .other_styles .slide_buttons .disable {
    opacity:0.4;
    filter:Alpha(opacity=40); /* IE8 and earlier */
}
#product_videos {
    text-align: center;
	margin: 0 0 20px 0;
}
#product_videos #show_videos{
    display: inline-block;
    width: 100px;
    height: 55px;
    background: url('/ns/pdp/images/play-button.png') no-repeat center center #000;
}
#close_vid {
    float: right;
	display: inline-block;
}
#close_vid:after {
    content: 'Close Video [X]';
}
#video_gallery {
    width: 100%;
    margin: 30px 0 20px 0;
}
#video_gallery .video_link {
    width: auto;
}
#video_gallery .video_link img {
    width: 65px;
}
#video_gallery .video_link .description {
    display: none;
}
.left-arrow {
    background: #000;
    left:0;
    top: 230px;
}
.right-arrow {
    background: #000;
    right: 0;
    top: 230px;
}
.other_styles .left-arrow, .other_styles .right-arrow {
    top: 30px;
}
.spotlight {
    position: relative;
}
#product_images .alt_view, #product_images .alt_view[data-zoom="in"] {
    cursor: url("/ns/pdp/images/fullscreen-plus.cur"), url("/ns/pdp/images/fullscreen-plus.png"), auto;
}
#product_images .alt_view[data-zoom="out"] {
    cursor: url("/ns/pdp/images/fullscreen-minus.cur"), url("/ns/pdp/images/fullscreen-minus.png"), auto;
}
#full_screen {
    position: relative;
    z-index: 998;
    background: #FFF;
}
.full_toggle {
    position: absolute;
    left: 0;
    top: 20px;
    margin: 0;
    color: transparent;
    line-height: 0;
    font-size: 0;
    z-index: 3;
}
#full_screen .close_btn {
    top: 60px;
}
.controls {
    position: absolute;
    right: 20px;
    top: 60px;
    z-index: 999;
}
#zoomIn, #zoomOut {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #000;
}
.main_view {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
}
.main_view:hover {
    cursor:hand;
    cursor:grab;
    cursor:-moz-grab;
    cursor:-webkit-grab;
}
.main_view:hover.grabbing {
    cursor:grabbing;
    cursor:-moz-grabbing;
    cursor:-webkit-grabbing;
}
.alt_views {
    position: absolute;
	width: 50px;
    bottom: 0;
    right: 0;
	padding: 15px;
}
.alt_views img {
	width: 50px;
	height: 50px;
}
#select_size {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
}
#product_sizes {
    width: 280px;
    margin: 20px 10px 10px 10px;
    padding: 10px;
}
div[data-info="product_sizes"] a[data-href="#sizes"] {
    display: inline-block;
    width: 100%;
    background: #EBEBEB;
    line-height: 40px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    border-radius: 5px;
}
div[data-info="product_sizes"] a[data-href="#sizes"]:after {
    display: inline-block;
    width: 100%;
    content: 'Select a size';
    text-align: center;
}
div[data-info="product_sizes"] a[data-href="#sizes"].size_selected:after {
    content: 'SIZE: ' attr(data-content);
}
#addToWishlist, [data-info="add_to_cart"], [data-info="product_delivery"] {
    display: none;
}
.pdp_wrapper [data-free_shipping="false"] label [data-image="radio_btn"] {
    top: 0;
}
.pdp_wrapper [data-free_shipping="false"] label #pdp_freeShipping{
    display: none;
}
.touch_device #sizes {
    position: relative;
    z-index: 2;
}
.touch_device select#product_sizes, input[type="text"], input[type="button"], input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;

}
.touch_device select#product_sizes {
    height: 30px;
    background: none;
    border: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
div.touch_device[data-info="product_sizes"] a[data-href="#sizes"] {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

div.touch_device[data-info="product_sizes"] a[data-href="#sizes"].selected .indicator {
    display: none;
}
#pdp_timer {
    display: inline-block;
    padding: 20px;
    text-align: center;
}
#pdp_timer .title, #pdp_timer .time, #pdp_timer .launchCopy {
    display: inline-block;
    width: 100%;
}
#pdp_timer .launch_copy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
}
.other_styles, .product_info {
    text-align: center;
}
.other_styles a[data-sku] {
    display: inline-block;
    width: 50px;
    padding: 5px;
}
.other_styles a[data-sku] img {
    width: 100%;
}
.recommendations table {
    display: inline-block;
    width: 100%;
}
.recommendations table tr td {
    width: 25%;
}
.recommendations .product_image_link, .recommendations .product_price a, .recommendations .product_name a {
    display: inline-block;
    width: 100%;
    color: #737373 !important;
    text-align: left !important;
    font-size: 12px !important;
}
.recommendations img.product_image_img {
    border: 0;
}
.recommendations .product_price {
    display: inline-block;
    font-size : 0;
    font-weight: normal !important;
}
.recommendations .product_price a.sale_price:before {
    content: 'Now:';
}
.recommendations .product_price a.list_price {
    text-decoration:line-through;
}
.recommendations .product_price a.sale_price {
    font-weight: bold;
    color: #F00 !important;
}
.recommendations .product_name a {
    font-weight: bold !important;
}
.social {
    margin: 0 0 20px 0;
}
.social_media {
    display: inline-block;
    width: auto;
    margin: 5px 5px 0 0;
    vertical-align: middle;
    height: 20px;
}
#video_gallery {
    height: auto;
}
#video_player_wrapper {
    display: none;
    height: 380px;
    width: 100%;
    padding: 0;
    margin: 0;
}
/** RATINGS AND REVIEWS ***/
.pdp_reviews .BVRRPrimaryRatingSummary {
    position: relative;
}
.pdp_reviews .BVRRBuyAgainContainer {
    display: inline-block;
    width: 360px;
}
.pdp_reviews .BVRRRatingSummaryLinks {
    position: absolute;
    top: 0;
    right: 0;
}
.pdp_reviews .BVRRQuickTakeContent, .pdp_reviews .BVRRQuickTakeProTags, .pdp_reviews .BVRRQuickTakeNoResultsConTagsSummaryTwoClouds, .pdp_reviews .BVRRQuickTakeSummary, .pdp_reviews .BVRRTagFilterSentence {
    width: 100%;
}
.pdp_reviews .BVRRBuyAgainContainer {
    display: inline-block;
    float: left;
    width: 60%;
}
.pdp_reviews .BVRRQuickTakeContent, .pdp_reviews .BVRRTagFilterSentence {
    background : #EAEAEA;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.pdp_reviews .BVRRDisplayContentBody {
    background: #FFF;
    padding: 10px 0;
    clear: both;
}
.pdp_reviews .BVRROverallRatingContainer .BVRRLabel {
    display: inline-block;
    float: left;
    color: #737373;
	font-weight: normal;
}
.pdp_reviews #BVRRDisplayContentID .BVRROverallRatingContainer .BVRRLabel {
	font-size: 17px;
	margin : 0 5px 0 0;
}
.pdp_reviews #BVRRDisplayContentID .BVRROverallRatingContainer .BVRRRatingOverall .BVRRRatingNormalOutOf, .pdp_reviews #BVRRDisplayContentID .BVRRRatingNormalOutOf .BVRRNumber {
	font-size: 17px;
}
.pdp_reviews #BVRRDisplayContentID .BVRRRatingOverall .BVRRRatingNormalImage {
	margin: 4px 0 0 0;
}
.pdp_reviews #BVRRDisplayContentID .BVRRRatingOverall .BVRRRatingNormalImage {
	line-height:14px;
}
.pdp_reviews #BVRRDisplayContentID .BVRROverallRatingContainer img.BVImgOrSprite {
	height: 14px;
}
.pdp_reviews .BVRRRatingEntry, .pdp_reviews .BVRROverallRatingContainer .BVRRLabel, .pdp_reviews .BVRRRatingOverall .BVRRRatingNormalOutOf, .pdp_reviews .BVRRRatingNormalOutOf .BVRRNumber, #BVRRQuickTakeSectionID .BVRRRatingSummary .BVRROverallRatingContainer .BVRRSeparatorText {
    font-family: 'BebasNeueRegular', Arial, sans-serif;
    font-size: 25px;
    line-height: 25px;
}
.pdp_reviews .BVRRReviewTitle {
    font-family: 'BebasNeueRegular', Arial, sans-serif;
    font-size: 17px;
    line-height: 17px;
    font-weight: normal;
}
.pdp_reviews .BVRRReviewDateContainer {
    font-family: 'BebasNeueRegular', Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    background : none;
}
.pdp_reviews .BVRRReviewDisplayStyle5BodyUser {
    background: #FFF;
}
.BVRRRatingOverall .BVRRRatingNormalImage {
    padding: 0 8px 0 5px;
}
.pdp_reviews .BVRRReviewProTagsPrefix, .pdp_reviews .BVRRReviewConTagsPrefix {
    display: inline-block;
}
.pdp_reviews .BVRRRatingNormalImage {
    float: right;
}
.pdp_reviews .BVRRQuickTakeSection .BVRRRatingSummaryLinks .BVRRRatingSummaryLinkWrite a {
    border: none;
    color: #333;
    border-radius: 5px;
    padding: 10px;
    margin: 0;
    font-family: 'BebasNeueRegular', Arial, sans-serif;
    font-weight: normal;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.75);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.BVRRQuickTakeSection {
    display: inline-block;
    padding: 10px 0;
    overflow: visible;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.BVRRReviewDisplayStyle5 {
    padding: 0;
    zoom: 1;
}
.BVRRRatingOverall .BVRRRatingNormalImage {
    padding: 0 10px 0 0;
}
.pdp_reviews .BVRRRatingOverall .BVRRRatingNormalImage {
    padding: 0 10px 0 10px;
}
.ratings_reviews {
    margin: 0 0 20px 0;
}
.ratings_reviews a {
    line-height: 14px;
    font-size: 17px;
    text-decoration: underline;
    margin: 0 5px 0 0;
    color: #737373;
}