/* Layout */
.catalog-product-view .product-info-box {
    margin-bottom: 40px;
}
.catalog-product-view .product-essential {
    margin: 0 auto;
    max-width: 100%;
    width: 1200px;
}
/* Product Image */
.catalog-product-view .product-img-box {
    margin: 0;
    max-width: 100%;
    padding-right: 2%;
    /*width: 48%;*/
}
.catalog-product-view .product-img-box .onsale-product-container img {
    display: block !important;
    margin: 0 !important;
    position: relative;
    width: auto !important;
}
.catalog-product-view .product-img-box .product-image-zoom,
.catalog-product-view .product-img-box img {
    border: none;
    height: auto;
    margin: 0 auto !important;
    max-width: 100%;
    width: 98% !important;
}
.catalog-product-view .product-img-box .image-zoom {
    max-width: 100%;
    width: 308px;
}
.catalog-product-view .product-img-box .image-zoom #handle {
    background: url(../images/slider-handle.png) no-repeat 0 0;
}
/* Zoom*/
.catalog-product-view .product-img-box .product-image-zoom a {
    background: url(../images/icon-zoom.png) no-repeat center center;
    display: block;
    height: 24px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 24px;
    z-index: 2;
}
/* Thumbnails */
.catalog-product-view .product-img-box .more-views {
    clear: both;
    margin: 15px auto 0;
    padding: 0;
}
.catalog-product-view .product-img-box .more-views ul {
    margin: 0;
    padding: 0;
}
.catalog-product-view .product-img-box .more-views li {
    margin: 0 auto 1%;
    padding: 0 .5%;
    text-align: center;
    width: 24%;
}
.catalog-product-view .product-img-box .more-views li a {
    border: none;
    border-top: solid 1px #e2e6e9;
    display: block;
    float: none;
    height: auto;
    width: 100%;
}
.catalog-product-view .product-img-box .more-views li img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
}
/* Info */
.catalog-product-view .product-shop {
    margin: 0;
    max-width: 100%;
    padding-left: 2%;
    width: 48% !important;
}
.catalog-product-view .product-info-box .product-name {
    color: #100f14;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}
.catalog-product-view .product-info-box .short-description {
    color: #808080;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.catalog-product-view .product-info-link {
    color: #808080;
    clear: both;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
}
/* Grouped Product */
.catalog-product-view  #super-product-table {
    background: none;
    color: #000;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.catalog-product-view #super-product-table.data-table {
    border-spacing: 0;
}
.catalog-product-view #super-product-table.data-table thead tr th {
    background: #000;
    border-bottom: solid 1px #000;
    border-right: none;
    color: #fff;
    padding: 7px 7px 5px;
}
.catalog-product-view #super-product-table.data-table .a-right {
    text-align: center;
}
.catalog-product-view #super-product-table.data-table td,
.catalog-product-view #super-product-table.data-table td.last,
.catalog-product-view #super-product-table.data-table th.last {
    vertical-align: middle;
}
.catalog-product-view #super-product-table.data-table td {
    border-bottom: solid 1px #000;
    font-size: 15px;
}
.catalog-product-view #super-product-table .price-label {
    display: none;
}
.catalog-product-view #super-product-table .price {
    font-weight: 400;
}
.catalog-product-view .product-options p.required {
    clear: both;
}
/* Price */
.catalog-product-view .product-info-box .price-box {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
}
/* Price Configured */
.catalog-product-view .product-info-box .price-as-configured {
    background: #ffee2a;
}
/* Price - Old */
.catalog-product-view .product-shop .old-price {
    height: auto !important;
    text-decoration: line-through !important;
}
/* Price - Special */
.catalog-product-view .product-shop .special-price {
    position: static;
    width: auto;
}
.catalog-product-view .product-shop .special-price > .price-label {
    display: inline !important;
}
.catalog-product-view .product-shop .special-price .price {
    position: relative;
    top: 2px;
}
.catalog-product-view .product-shop .special-price .price .price-label {
    display: none !important;
}
.catalog-product-view .product-info-box .price-box .price-label,
.catalog-product-view .product-info-box .price-box .price {
    background: none;
    color: #060706;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.5;
    text-transform: uppercase;
}
/* Ratings */
.catalog-product-view  #product_addtocart_form .ratings {
    background: none;
    border: none;
    clear: both;
    padding: 3px 7px;
    width: 100%;
}
.catalog-product-view  #product_addtocart_form .ratings .rating-links {
    margin-top: 0;
    margin-left: 10px;
    display: inline-block;
}
.catalog-product-view #product_addtocart_form .show-reviews {
    margin: 0;
    color: #000;
}
.catalog-product-view #product_addtocart_form .show-reviews:active,
.catalog-product-view #product_addtocart_form .show-reviews:focus,
.catalog-product-view #product_addtocart_form .show-reviews:hover {
    color: #000;
    text-decoration: underline;
}
/* Size Chart */
.catalog-product-view .product-info-box .product-info-anchors {
    background: none;
    clear: both;
    float: none;
    width: 100%;
}
.catalog-product-view .product-info-anchors ul li.li-anchor-size {
    background: none;
    margin: 0;
    padding: 0;
}
.catalog-product-view .product-info-anchors #anchor-size {
    background: none;
    display: inline;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}
/* Configurable Options */
.catalog-product-view .product-options {
    background: none;
    padding: 30px 0 15px;
}
.catalog-product-view .product-options dt {
    clear: both;
    color: #898989;
    float: left;
    font-size: 13px;
    line-height: 2.3;
    padding: 0 2% 7px 0;
    text-align: right;
    text-transform: uppercase;
    width: 18%;
}
.catalog-product-view .product-options dt label {
    color: #898989;
    font-size: 13px;
}
.catalog-product-view .product-options dd {
    float: left;
    max-width: 100%;
    padding: 0 0 7px;
    text-align: right;
    width: 80%;
}
.catalog-product-view .product-options dd select {
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 5px 0 2px 10px;
    text-transform: uppercase;
    width: 99%;
}
.catalog-product-view .product-shop .product-options-bottom fieldset {
    width: 100%;
}
.catalog-product-view .product-shop .product-options-bottom {
    background: none;
    border: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
/* In Stock Message */
.catalog-product-view .product-shop .availability {
    margin: 10px 0 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 55%;
}
.catalog-product-view .product-shop .product-options-bottom .availability {
    float: right;
}
/* Quantity */
.catalog-product-view .add-to-holder {
    background: none;
    padding: 0;
}
.catalog-product-view .product-shop .add-to-holder .add-to-cart-box {
    width: 100%;
}
.catalog-product-view .product-shop .product-options-bottom.add-to-cart-box {
    width: 100%;
}
.catalog-product-view .product-shop .add-to-cart-box .qty-box {
    float: right;
    margin: 0 auto;
    padding: 10px 15px 0 0;
    width: 75px;
}
.catalog-product-view .product-shop .add-to-cart-box .qty-box label {
    clear: both;
    color: #898989;
    float: left;
    font-size: 13px;
    line-height: 2.7;
    padding: 0 5px 0 0;
    text-align: right;
    text-transform: uppercase;
    width: 30px;
}
.catalog-product-view .product-shop .add-to-cart-box .qty-box input.qty {
    background: #fff;
    border: solid 1px #b4b4b4;
    color: #000;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 35px;
}
.catalog-product-view .product-shop #super-product-table + .add-to-cart-box .button,
.catalog-product-view .product-shop .add-to-cart-box .button {
    float: right;
    padding-bottom: 14px;
    width: 160px;
}
/* Share */
.block-facebook {
    background: none;
    display: block !important;
    margin: 30px 0 0 0 !important;
    position: relative;
    width: 100%;
    z-index: 15;
}
.block-facebook * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-facebook .block-content {
    border-top: solid 1px #e6e6e6;
    padding: 15px 0 10px;
}
/* Facebook Popup fix */
.fb_iframe_widget > span > iframe {
    max-width: none;
}
.fb_iframe_widget,
.block-twitter,
.block-pinterest {
    display: block;
    float: left;
    margin: 0 10px 0 3px;
}
.block-twitter,
.block-pinterest {
    position: relative;
    top: 2px;
}

/*******************************************************************************
* Product Essential - Size Chart
*******************************************************************************/
.pschart-sizechart-link {
    border-color: black;
    color: black;
}
.pschart-sizechart-link {
    background: none;
    height: auto;
    line-height: normal;
    margin: 10px 0 5px 15px;
    min-width: auto;
    opacity: 0;
    padding: 7px 10px 5px;
    text-align: left;
}
.pschart-sizechart-link {:hover {
        opacity: 1;
        text-decoration: underline;
    }
}
.shipping-info-wrapper + .pschart-sizechart-link {
    margin: -5px 0 20px;
}
.pschart-sizechart-link.tab-link-sizechart {
    background: none;
    border: 0 none;
    display: inline;
    font-weight: 700;
    margin: 0;
    min-width: none;
    padding: 0;
    text-transform: none;
}
.pschart-sizechart-link {
    opacity: 0;
}
/*******************************************************************************
* Tabs
*******************************************************************************/
.catalog-product-view .product-collateral {
    margin: 0 auto;
    max-width: 100%;
    width: 1200px;
}
.catalog-product-view .TabbedPanels {
    background: #000;
    clear: both;
    float: none;
    margin-top: 15px;
    width: 100%;
}
.catalog-product-view .TabbedPanels {
    -webkit-border-radius: 0 0 10px 10px;
     -khtml-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
}
/* Tab Links */
.product-collateral ul.TabbedPanelsTabGroup {
    background: #000;
    clear: both;
    float: none;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.product-collateral ul.TabbedPanelsTabGroup .upper-left-corner {
    display: none;
}
.product-collateral .TabbedPanelsTab {
    background: #000;
    height: auto;
    margin: 0;
    padding: 25px 25px 21px;
    text-align: center;
}
.product-collateral .TabbedPanelsTab:hover,
.product-collateral .TabbedPanelsTabSelected {
    background: #fef336;
}
.product-collateral .TabbedPanelsTab:hover span,
.product-collateral .TabbedPanelsTabSelected span {
    color: #000 !important;
}
.product-collateral .TabbedPanelsTab span {
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}
/* Tab Content*/
.product-collateral .TabbedPanelsContentGroup {
    background: #f8f8f8;
    border: none;
    border-top: solid 2px #fef336;
    font-family: Arial, sans-serif;
    padding: 5% 6%;
}
.product-collateral .TabbedPanelsContentGroup {
    -webkit-box-shadow: 0 5px 5px 0 #eaeaea;
            box-shadow: 0 5px 5px 0 #eaeaea;
}
.product-collateral .TabbedPanelsContent {
    padding: 0 !important;
}
.product-collateral .TabbedPanelsContent h1,
.product-collateral .TabbedPanelsContent h2,
.product-collateral .TabbedPanelsContent h3 {
    text-transform: uppercase !important;
}
.product-collateral .TabbedPanelsContent > div {
    margin-top: 30px;
}
.product-collateral .TabbedPanelsContent > div:first-child {
    margin-top: 0;
}
.product-collateral form,
.product-collateral select,
.product-collateral input,
.product-collateral textarea,
.product-collateral table {
    max-width: 100%;
}
.product-collateral .TabbedPanelsContentGroupBottom {
    display: none;
}
/* Product Questions */
.productquestions-container {
    padding: 0 !important;
}
.productquestion-text {
    float: left;
    padding-right: 10px;
}
.productquestion-count {
    background: none;
    border: solid 1px #fff;
    float: left;
    font-size: 13px;
    padding: 3px 4px 2px 3px;
    position: relative;
    text-align: center;
    top: -1px;
}
.productquestions-container h2 {
    border-bottom: solid 1px #000 !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.productquestions-container label {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400 !important;
}
span.answer-response {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400 !important;
}
.productquestions-container .form-field {
    margin-bottom: 12px;
}
.productquestions-container .pager {
    background: none !important;
    border-top: none !important;
}
.productquestions-container ul {
    padding-left: 0;
}
.productquestions-container li.record {
    font-size: 12px;
    list-style-type: none;
    margin: 10px 0 15px !important;
}
.productquestions-container li.record ul {
    list-style-type: none;
    padding: 0 !important;
}
.productquestions-container li.record ul li {
    background: #000;
    border: solid 1x #000;
    border-bottom: none;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px !important;
}
.productquestions-container li.record ul li.reply {
    background: #f8f8f8 !important;
    border: solid 1px #000;
    border-top: none;
    color: #000;
    margin-left: 0 !important;
}
/* Reviews */
#customer-reviews-box .arar-review-heading h2 {
    font-size: 22px;
    padding-bottom: 10px;
}
.arar-form-add ul {
    padding: 0;
}
.arar-form-add ul li {
    list-style: none;
}
.arar-form-add ul li label.required {
    color: #000;
}
/* Upsells */
.product-collateral .collateral-box {
    margin-top: 50px;
}
.product-collateral .collateral-box h4 {
    color: #000 !important;
}
.product-collateral .collateral-box .price-label {
    display: none;
}
#upsell-product-table {
    margin: 10px auto;
}
#upsell-product-table h5 {
    text-transform: uppercase;
}
.up-sell .catalog-listing h5 a,
.up-sell .catalog-listing h5 a,
.catalog-listing h5 a:hover {
    color: #000 !important;
    font-weight: 400 !important;
}
/* Price */
.price-box .old-price > .price-label,
.special-price .price .price-label {
    display: none;
}