/* ============================================ *
 * Catalog - Product
 * ============================================ */


.desktop.product-page .skip-search .icon {
    background-position: center;
    background-size: auto 100%;
    width: 50px;
}
.desktop.product-page .skip-link.skip-search {
    padding-left: 15px;
    position: relative;
    display: inline-table;
}

.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
    float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
    margin-top: 8px;
    margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
    content: '';
    display: table;
    clear: both;
}
.catalog-product-view ul li.clear_left {
    clear:none;
    margin: 0px;
}
.product-view .product-essential:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
    color: #3399cc;
    border: 0;
}
.product-view .product-shop {
    display: block;
}
.product-view .product-shop .product-name {
    display: none;
    float: left;
}
.product-view .product-shop .product-name .h1 {
    float: left;
    margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
    float: left;
    padding-right: 15px;
    clear: left;
    width: 70%;
}
.product-view .product-shop .price-info {
    float: right;
    padding-left: 15px;
    text-align: right;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
    max-width: 70%;
    margin-bottom: 10px;
}
.product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both;
}
.product-view .product-shop .ratings {
    margin-bottom: 8px;
}
.product-view .product-shop .availability {
    font-size: 16px;
}
.product-view .product-shop .price-box {
    margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
    padding-right: 0;
    line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    color: #3399cc;
    font-size: 24px;
}
.product-view .product-shop .price-box .special-price .price-label {
    font-size: 16px;
    text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
    color: #636363;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
    font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
    display: block;
    line-height: 1.2;
    color: #636363;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
    font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
}
.product-view .product-shop .block-title {
    margin: 10px 20px;
}
.product-view .price-box.map-info a {
    display: inherit;
}
.product-view .old-price .price-label {
    display: none;
}
.catalog-product-view .big-price .price-box .price { font-size: 40px;     color: #31302B;}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
    width: 50%;
    float: right;
    clear: right;
}
.product-view .wrapper .left h6 {
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #adadaa;
    color: #fff;
    position: relative;
    margin: 0px;
    float: left;
}
.product-view .ratings {display: inline-block; width: 100%;}
/*.product-view .left a {color: #adadaa;}*/
.product-view .left .share, .product-view .left .save { display: inline-block; margin-left: 10px;}
.product-view .left .share span, .product-view .left .save span {font-size: 22px; text-transform: uppercase; margin-left: 5px; }
.product-view .left .share i ,.product-view .left .save i {font-size: 30px;}

.catalog-product-view .info-content-top .single-line .reviews {
    padding: 18px 5px 12px 5px;
}
.catalog-product-view .info-content-top .single-line {display: inline-block; margin: 15px 0;}
.catalog-product-view .info-content-top .single-line .reviews,
.catalog-product-view .info-content-top .single-line .partner-small-logo{float: left;}
.catalog-product-view .info-content-top .single-line .partner-small-logo img{width:131px;}
.catalog-product-view .short-description {
    font-size: 16px;
    color: #31302b;
}
/*buttons*/
/*.catalog-product-view .product-button-group button.btn-cart {
    margin-left: 15px;
}*/
.catalog-product-view .product-button-group button.eye-icon {
    margin-right: 15px;
}
.catalog-product-view .product-button-group button {
    width: 45%;
    max-width: 195px;
    padding: 15px;
    height: 50px;
    border-radius: 2px;
}

.catalog-product-view .product-button-group button.eye-icon span {
    position: relative;
    padding-left: 30px;
}

.catalog-product-view .product-button-group button.eye-icon span:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 18px;
    left: 0px;
    background-image: url("../images/eye-icon.png");
    background-repeat: no-repeat;
}

.product-img-box {
    width: 100%;
    /*float: left;*/
}
.product-img-box .product-name h1 {
    border: 0;
}
.product-img-box .product-image {
    margin-bottom: 10px;
}
.product-img-box .product-image img:hover {
    cursor: pointer;
}
.product-img-box .product-image img {
    max-width: 100%;
   /* max-height: 300px;*/
    margin: 0px auto;
}
.product-img-box .product-image .product-image-list img {
    max-width:250px;
}

@media only screen and (max-width: 479px) {
    .product-img-box .product-image img {
        max-height: 200px;
    }
}
.product-image-gallery {
    position: relative;
}
.product-image-gallery .gallery-image {
    display: none;
}
.product-image-gallery .gallery-image.visible {
    display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.product-image-gallery:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.product-image-gallery.loading {
    position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
    display: block;
}

.product-image-thumbs li {
    display: inline-block;
}
.product-image-thumbs li:first-child {
    margin-left: -1px;
}
.product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
    border-color: #c7c7c7;
}

.product-view .add-to-cart-wrapper,
.product-view .block-related {
    padding-left: 15px;
}

.product-img-box {
    /*padding-right: 15px;*/
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
    margin-bottom: 0px;
}

.product-view {
    /* Set a min-height so that the floated elements break appropriately */
}
.product-view code, .product-view kbd, .product-view pre, .product-view samp { font-family:monospace; margin:0 0 1.5em;  }
.product-view blockquote { background: #FAFAFA; border-left: 10px solid #e4e3e1; margin:0 10px 15px; padding:15px 15px 15px 20px; quotes: "\201C""\201D""\2018""\2019"; }
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .add-to-cart {
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
    min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
    margin-right: 7px;
    float: left;
}
.product-view .add-to-cart .qty-wrapper label {
    line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
    float: left;
    height: 40px;
}
.product-view .add-to-cart-buttons {
    float: left;
    margin-right: 10px;
    max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
    clear: left;
    text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
    margin: 0 auto;
    display: block;
    width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 174px;
    margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
    text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
    text-align: center;
}
.product-view .add-to-cart-buttons .button {
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 30px;
    float: left;
    min-width: 160px;
    width: 100%;
    white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
    clear: both;
}

@media only screen and (max-width: 479px) {
    .product-view .add-to-cart-buttons .paypal-or {
        line-height: 20px;
    }
    .product-view .add-to-cart-buttons .paypal-logo,
    .product-view .add-to-cart-buttons .paypal-or,
    .product-view .add-to-cart-buttons .paypal-button,
    .product-view .add-to-cart-buttons .button {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
    display: none;
}

.product-view .add-to-links {
    clear: both;
    margin-top: 0px;
    margin-right: 15px;
    float: left;
}
.product-view .add-to-links:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .add-to-links li {
    float: left;
}
.product-view .add-to-links a {
    padding: 2px 7px 2px 0px;
    margin-left: 7px;
    border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
    margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
    border-right: 0px;
}

.product-view .sharing-links {
    float: left;
}
.product-view .sharing-links:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .sharing-links li {
    float: left;
    padding: 0px 7px 7px;
}
.product-view .sharing-links a {
    text-indent: -9999px;
    display: block;
    width: 26px;
    height: 26px;
}
.product-view .sharing-links a:hover {
    opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
    background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
    background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
    background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
    background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
    background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
    .add-to-box .add-to-links a {
        float: none;
        width: auto;
        text-indent: 0;
    }
}
.product-collateral {
    clear: both;
    background-color: #fafafa;
}

.box-collateral {
    clear: both;
}

/*bundle option selection*/
ul.options-list.david {
    display: table;
}
li.options {
    display: table-cell;
    /*background-color: #dcdcdc;*/
}
li.options.active{
    background-color: #fff;
}
li.options .label label {
    padding: 5px 10px;
    width: auto;
}
.customer-managekeys-index .product-collateral > dl > dd.current > div{
    padding: 0 15px;
}
.product-collateral .toggle-tabs li span{
    color: #31302b;
}
.collateral-tabs .mini-products-list .product-details .product-name{
    padding-top: 8px;
}
.collateral-tabs .block-related .block-content{
    margin-top: 23px;
}
.collateral-tabs .sidebar .block-title span{
    color: #979794;
    font-size: 12px;
    font-family: 'open_sanssemibold', Verdana, Arial, sans-serif;
    line-height: 15px;
}
@media only screen and (min-width: 661px) {
    .customer-managekeys-index .product-collateral > dl > dd.current > div{
        padding:0 20px;
    }
    .product-collateral .toggle-tabs {
        display: block;
        width: 100%;
        position: relative;
        background-color: #FAFAFA;
    }
    .product-collateral .toggle-tabs li {
        float: left;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
    }
    .product-collateral .toggle-tabs li > a,
    .product-collateral .toggle-tabs li > span {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        display: inline-block;
        line-height: 24px;
        cursor: pointer;
        font-size: 16px;
        position: relative;
        font-family: OpenSansSemibold;
        bottom: -1px;
        min-width: 145px;
        text-align: center;
    }
    .product-collateral .toggle-tabs li > a { color: #bbbbb8; }
    .product-collateral .toggle-tabs li.current {
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
    }
    .product-collateral .toggle-tabs li  span {
        padding: 25px 14px 21px 13px;
        display: block;
    }
    .my-account-page .product-collateral .toggle-tabs li  span {
        padding: 24px 36px 22px 35px;
    }
    .product-collateral .toggle-tabs li.current span {
        background-color: #FFFFFF;
       /* z-index: 5;*/
        border-top: solid 3px #EF672F;
        border-left: solid 1px #E4E3E1;
        border-right: solid 1px #E4E3E1;
        padding: 22px 15px;
    }
    .my-account-page .product-collateral .toggle-tabs li.current span {
        padding: 22px 35px;
    }
    .product-collateral .toggle-tabs li.current span,
    .product-collateral .toggle-tabs li:hover span {
        /*color: #3399cc;*/
    }
    .product-collateral .toggle-tabs li:first-child {
        border-left: none;
    }
    .product-collateral .toggle-tabs:after {
        content: '';
        display: table;
        clear: both;
    }
    .downloadable-customer-products .product-collateral > dl {
        float: left;
    }
    .product-collateral > dl {
        width: 100%;
        border-top: solid 1px #E4E3E1;
        background-color: #fff;
    }
    .product-collateral > dl > dt {
        display: none;
    }
    .product-collateral > dl > dd {
        width: 100%;
        display: none;
        padding: 15px;
        border: 1px solid #cccccc;
        border-top: 0;
    }
    .product-collateral > dl > dd.current {
        display: block;
        max-width: 1024px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 660px) {
    .catalog-product-view .product-button-group .eye-icon{
        display: none;
    }
    .product-collateral .toggle-tabs {
        display: none;
    }
    .product-collateral > dl > dt {
        margin: 0;
        color: #636363;
        font-family: OpenSansSemiBold, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        font-size: 15px;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 20px 10px 20px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc;
        position: relative;
        background-color: #fff;
        display: block;
        text-align: center;
    }
    .product-collateral > dl > dt:hover {
        /*background-color: #ececec;*/
    }
    .product-collateral > dl > dd {
        padding: 10px;
        margin: 0;
        border-width: 0 1px;
        border-style: solid;
        border-color: #cccccc;
    }
    .product-collateral > dl > dd:last-child {
        border-width: 0 1px 1px 1px;
    }
    .product-collateral > dl > dt {
        cursor: pointer;
        border-bottom-width: 0;
    }

    .product-collateral > dl > dt.last {
        border-bottom-width: 1px;
    }
    .product-collateral > dl > dd {
        display: none;
    }
    .product-collateral.accordion-open > dl > dt.current {
        border-bottom-width: 1px;
        color: #EF672F;
        border-top: solid 3px #EF672F;
    }
    .product-collateral.accordion-open > dl > dd.current {
        display: block;
    }
}
@media only screen and (max-width: 770px) {
    .product-view .add-to-cart-wrapper,
    .product-view .block-related,
    .product-img-box,
    .product-collateral {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }
    .product-collateral{
        margin: 0 -15px;
        display: block;
        width: inherit;
    }
    .downloadable-customer-products .product-collateral{
        margin: 0;
        float: left;
        width: 100%;
    }
}
@media only screen and (min-width: 771px) {
    .product-view .product-shop .product-name {
        display: block;
    }

    .product-img-box .product-name {
        display: none;
    }
}
@media only screen and (max-width: 479px) {
    .product-view .product-shop,
    .product-img-box,
    .product-collateral,
    .product-view .block-related,
    .box-collateral {
        margin-bottom: 15px;
    }
}
.product-view .ratings .rating-links a {
    margin-left: 0!important;
}
.product-view .ratings .rating-links {
    float: left;
    /*margin: 5px ;*/
    margin-right: 0px;
}

#product-attribute-specs-table {
    max-width: 50em;
    border: 1px solid silver;
}
#product-attribute-specs-table th {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
    border: solid 1px silver;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none;
}
@media only screen and (max-width: 479px) {
    .grouped-items-table-wrapper {
        margin-bottom: 15px;
    }
}

.grouped-items-table .name-wrapper {
    color: #3399cc;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
    padding-top: 7px;
}
.grouped-items-table .qty-label {
    margin-left: 7px;
}
.grouped-items-table td {
    padding: 4px;
}
.grouped-items-table td:last-child {
    width: 30%;
    text-align: left;
}
.grouped-items-table .price-box {
    text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
    width: 100%;
    margin: 0;
    padding: 0px 15px 15px;
    clear: both;
    position: relative;
    min-height: 300px;
}

.product-options p.required {
    position: absolute;
    top: 6px;
    right: 15px;
    text-align: right;
}

@media only screen and (max-width: 979px) {
    .product-view .product-options .required {
        position: static;
    }
}
.product-options dt {
    margin: 10px 0 3px;
    font-weight: normal;
}

.product-options dt:first-child {
    margin-top: 0;
}

.product-options dd .qty-holder {
    display: none;
    padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
    width: 3em;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dd .qty-disabled {
    background: none;
    border: 0;
    padding: 0 2px;
}

.product-options dd {
    padding: 0 0 10px 0;
    margin: 0 0 5px;
    /*border-bottom: 1px solid #ededed;*/
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.product-options dd .input-text {
    width: 98%;
}

.product-options dd .input-box {
    padding-top: 0;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 100%;
    max-width: 100%;
}

.product-options ul.options-list {
    margin-right: 5px;
    display: inline-block;
    width: 100%;
}
#product-options-wrapper.product-options ul.options-list > li {
    padding-bottom: 10px;
}

.product-options ul.options-list li {
    line-height: 1.5;
}

.product-options ul.options-list li:last-child {
    margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
    float: left;
    margin-top: 5px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 30px;
}

.product-options ul.options-list label {
    font-weight: normal;
    padding: 0px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #31302b;
    display: none;
}
.product-options ul.options-list label.custom-check-buttons{
    display: block;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}
.product-options dl dt span.step-number,
.product-options dl dt label {
    font-size: 16px;
    margin: 0 0 10px;
    color: #31302B;
    line-height: 20px;
    font-family: OpenSansSemibold;
}
.product-options dl dt label{
    line-height: 25px;
    letter-spacing: 0px;
}
.product-options dl dt span.step-number {
    border: solid 2px #A5A5A5;
    border-radius: 40px;
    padding: 2px 10px;
    margin-right: 10px;
}

.product-options-bottom {
    padding: 15px 20px;
    border-top: 0;
    margin-bottom: 10px;
}

.product-options-bottom:after {
    content: '';
    display: table;
    clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    float: right;
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #636363;
}
.product-options ul.mage-edition li select { width: 120px; float: right; }
.product-options ul.mage-edition li .custom-radio-buttons { float: left; width: 28px; margin-top: 10px; }
.product-options ul.options-list li .custom-check-buttons {margin-top: -3px; }
.product-options ul.mage-edition li span.label {float: left; width: 65%; padding: 12px 0 0; margin-left: 3px;}
.product-options ul.options-list li .price-notice { color:#000; font-family: OpenSansSemibold; }
.product-view .product-image-list.category-4 > li img,.product-view .product-image-list.category-4 > li iframe{height: 464px}
.product-view .product-image-list.category-5 > li img,.product-view .product-image-list.category-5 > li iframe{height: 366px}
.product-view .product-button-group{text-align: right;padding-right: 90px}
@media only screen and (max-width: 970px) {
   .product-options ul.mage-edition li span.label { width: 53%; }
}
@media only screen and (max-width: 770px) {
   .product-options ul.mage-edition li span.label { width: 80%; padding-bottom: 10px; }
}
@media only screen and (max-width: 599px) {
   .product-options ul.mage-edition li span.label { width: 43%; }
}

/*popup stayles*/
/*.product-options ul.options-list label {
    min-width: 200px;
    width: 225px;
}*/
.options-list li input {
    margin: 7px 0px 0px 0px !important;
    /*display: none !important;*/
}

/*.options-list li input + span.label {
    background: #eaeaea;
    border:solid 1px #969696;
    padding: 40px 0px;
    /!*margin: 10px 0px 10px 20px;*!/
    margin: 10px;
}*/
/*.options-list li:first-child input + span.label {
    margin-left: 0px;
}*/
/*.options-list li input:checked + span.label {
    background: #fff;
}*/
/*span.price-notice {
    font-size: 40px;
    float: left;
    width: 100%;
}*/


@media only screen and (max-width: 1199px) {
    .product-options-bottom .product-pricing,
    .product-options-bottom .tier-prices {
        float: none;
        width: 100%;
        text-align: right;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
    display: none;
    float: right;
    margin: 0 0 10px;
    padding: 0;
}

@media only screen and (max-width: 479px) {
    .product-options-bottom .price-box .price-as-configured {
        text-align: right;
    }
    .product-options-bottom .price-box .price-as-configured .price-label {
        display: block;
    }
}
.product-options-bottom .price-tax {
    float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
    margin-bottom: 7px;
}
.sidebar .block-title {
    border: none;
    color: #bbbbb8;
    text-transform: uppercase;
}
.sidebar p.product-name a {
    color: #0C96C5;
    font-size: 14px;
    line-height: 20px;
}
.block-related .block-title h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: OpenSans, "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin-bottom: 0;
}
.block-related .block-subtitle {
    margin-bottom: 7px;
}
.block-related .product {
    margin-left: 20px;
    position: relative;
}
.block-related .checkbox {
    float: left;
    margin-top: 36px;
}
.block-related .product-details {
    margin: 0px;
    clear: both;
}
.block-related .product-name {
    margin-bottom: 3px;
}
.block-related .product-details .price-box {
    margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
    float: left;
    margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
    margin-left: 0;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
}
.block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both;
}
.block-related .link-wishlist {
    display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
    margin-top: 20px;
}
.box-up-sell .ratings {
    display: none;
}

/* Rules for product layout*/
body {
    color: #6d6d69;
}
.breadcrumbs {
    margin: 0px 0px 15px;
}
.main-container {
    background: #FAFAFA;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
    color: #31302B;
}

.block {
    margin-bottom: 10px;
}

.product-essential{
    padding: 10px 20px;
    max-width: 1024px;
    margin: 0 auto;
}
.product-general-information {
    margin-bottom: 30px;
}
.product-img-box {
    margin: 30px 0px 0px 0px;
}
.product-img-box .product-image {
    background: #FAFAFA;
    border: none;
    }
/*.product-collateral .toggle-tabs li a,
.product-collateral .toggle-tabs li span{
    color: #bbbbb8;
    border-top: solid 3px #FAFAFA;
    font-size: 18px;
}
.product-collateral .toggle-tabs li span{
    padding: 0 15px;
}*/
.product-collateral .toggle-tabs li.current span{
    color: #EF672F;
}

/* Image horizontal list with scroll*/
.product-image-gallery {
    margin: 0px auto;
    overflow-x: auto;
}
ul.product-image-list {
    float: left;
    margin-right: -999em;
    white-space: nowrap;
}
ul.product-image-list.category-2 {float: none; margin:0; white-space: inherit; }
li.product-image-item {
    margin: 15px 15px 15px 0px;
    text-align: center;
    float: left;
    display: inline;
}
li.product-image-item.first {
    margin: 15px;
}
.product-popup li.product-image-item { padding:0 15px;  }
.product-popup li.product-image-item.first { margin: 15px 0;}

/* product general styles*/
.wrapper {
    background-color: transparent ;
}
.transparent-gray-border{
    background-color: transparent;
    border: 2px solid #9d9c9a;
    padding: 5px 25px;
}
.solid-gray-border {
    background-color: #9d9c9a;
    color: #fff;
    border: 2px solid #9d9c9a;
    padding: 5px 25px;
}

/* right bar*/
.product-view .block-related {
    width: 100%;
    border-top: solid 1px #d6d6d5;
    padding: 0px;
}
.col-right.sidebar .block-title h2{
    display: block;
}
.block-related .product {
    margin: 0px;
    margin: 0px 0px 30px;
}
.block-content li.item {
    margin: 0px;
}
.tab-container .tab-content { padding: 0 15px;}
.company-tabs .tab-container .tab-content { padding: 0;}
.tab-container .tab-content .overview {
    display: inline-block;
    width: 100%;
}

/*styles for company*/
.company.product-essential {
    padding: 20px 25px;
}
@media only screen and (max-width: 480px){
    .company.product-essential {
        padding: 20px 0;
    }
}
.company-wrapper {display:table;}
.company-wrapper .left, .company-wrapper .right{vertical-align: top;}

.company-wrapper .left.company-img {
    width: 23%;
    float: left;
}
.company-wrapper .right.company-main-info{
    width: 75%;
    float: right;
}
.company-wrapper .left img {
    width: 100%;
}
.company-wrapper .top-mobile {
    display: none;
}
.company-wrapper .left {
    padding: 20px 0px 20px 0px;
}

.company-wrapper .button-black {
    padding: 14px 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}
.company-wrapper .right {
    padding: 20px 0px 20px 20px;
}
@media only screen and (max-width: 767px){
    .company-wrapper .button-black {
        padding: 14px 15px;
    }
}
.top, .middle, .bottom {  width: 100%; display: inline-block;  margin-bottom: 10px;  clear:both;}

.bottom .left { float: left;  }
.bottom .right { float: right; padding: 20px 0;}
ul.social-list { display: inline-block;}
ul.social-list li.social-item { float:left; margin: 5px;}
ul.social-list li.social-item a i:hover{
    background: #5f5f5f;
}
.bottom .right .aditional-list .social-list {
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
     box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
    background-color: rgb(248, 248, 248);
    padding: 3px 10px;
}
.bottom .right .aditional-list {
    display: none;
    position: absolute;
    margin: 0 5%;
    margin-top: -5px;
}
ul.social-list li.social-item a i{
    font-size: 18px;
    color: #fff;
    background-color: #31302B;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-weight: bold;
    margin-top: 6px;
}

/* support rules */

.release-version-container {
    display: block;
    margin-bottom: 50px;
}

.release-version-container h2.release-version-title {
    /* Version 3.0.0: */
    font-family: OpenSans;
    font-size: 24px;
    color: #31302B;
    line-height: 30px;
    margin-bottom: 20px;
}

.release-version-container p.release-version-detail {
    /* Updated 19 April, 20: */
    font-family: OpenSans;
    font-size: 16px;
    color: #979794;
    line-height: 25px;
    margin: 0px;
}

.release-version-container  p.release-version-compatibility {
    /* Compatibility: 1.10 : */
    font-family: OpenSans;
    font-size: 16px;
    color: #979794;
    line-height: 25px;
    margin-bottom: 30px;
}

.release-version-container .release-version-notes-container p{
    /* Free Responsive Them: */
    font-family: OpenSans;
    font-size: 16px;
    color: #31302B;
    line-height: 25px;
}

/*Bazaar Voice first styles rules*/
/*#BVRRContainer,
#BVRRSummaryContainer {
    display: none;
}*/

/* responsive */
@media only screen and (min-width: 771px) {
    .tab-container .tab-content .overview .col-main {
        float: left;
        width: 74%;
        padding:0;
        margin-right: 4%;
    }
    .tab-container .tab-content .col-main .std{
        padding-left: 0;
    }
    /*.tab-container .tab-content .std{
        padding-left: 20px;
    }*/
    .tab-container .tab-content .overview .sidebar {
        width: 22%;
    }
}
@media only screen and (max-width: 770px) {
    .tab-container .tab-content .col-main {
        width: 100%;
        padding: 0;
    }
    .tab-container .tab-content .std{
        padding:0;
    }
    .tab-container .tab-content .sidebar {
        display: none;
    }
}
@media only screen and (min-width: 661px) {
    .product-collateral .toggle-tabs {
        padding: 0px 30px;
    }
    .my-account-page .product-collateral .toggle-tabs {
        padding: 0 15px;
        max-width: 1054px;
    }
    .product-collateral .toggle-tabs li.current,
    .product-collateral .toggle-tabs {
        border: none;
        max-width: 1024px;
        margin: 0 auto;
    }
    .product-collateral > dl > dd {
        padding: 30px;
        border: none;
    }
    .customer-account-index.customer-account .product-collateral > dl > dd {
        padding: 77px 15px 60px;
        max-width: 1054px;
    }
}
.wrapper.columns-2 {
    margin: 15px 0px;
    width: 100%;
}

@media only screen and (min-width: 661px) {
    .wrapper.columns-2 {
        display: table;
    }

    .wrapper.columns-2 .left,
    .wrapper.columns-2 .right {
        display: table-cell;
        width: 50%;
    }
}
@media only screen and (max-width: 660px) {
    .wrapper.columns-2 {
        display: block;
    }
    .wrapper.columns-2 .left,
    .wrapper.columns-2 .right {
        display: inline-block;
        width: 100%;
        margin: 0px 0px 15px;
    }
    .transparent-gray-border,
    .solid-gray-border {
        width: 49%;
    }
    .transparent-gray-border{
        float:left;
    }
    .solid-gray-border {
        float:right;
    }
}
@media only screen and (max-width: 810px) {
    .product-collateral .toggle-tabs > li{
        padding: 0 3.3%;
        position: relative;
    }
    .my-account-page .product-collateral .toggle-tabs > li{
        padding: 0;
    }
    .product-collateral .toggle-tabs li.current{
        background-color: #FFFFFF;
        z-index: 15;
        border-top: solid 3px #EF672F;
        border-left: solid 1px #E4E3E1;
        border-right: solid 1px #E4E3E1;
        bottom: -1px;
    }
    .product-collateral .toggle-tabs li > span{
        min-width: auto;
    }
    .product-collateral .toggle-tabs li.current > span{
        background-color: transparent;
         z-index: 5;
         border-top: none;
         border-left: none;
         border-right: none;
    }
}

@media only screen and (min-width: 600px) {
    .catalog-product-view .info-content-top,
    .catalog-product-view .info-content-bottom {
        display: table;
        width: 100%;
    }

    .catalog-product-view .info-content-top .right,
    .catalog-product-view .info-content-top .left,
    .catalog-product-view .info-content-bottom .right,
    .catalog-product-view .info-content-bottom .left {
        display: table-cell;
        width: 50%;
        vertical-align: top;
    }
    .catalog-product-view .info-content-bottom .right{
        padding: 0px 15px 15px;
    }
    .left.no-display-table {
        margin-top: 230px;
        display: inline-block!important;
        position: relative;
        width: 100%!important;
    }
    .left.no-display-table.movil{
        display: none!important;
    }
}
@media only screen and (max-width: 599px) {
    .left.no-display-table.desk{
        display: none!important;
    }
    .left.no-display-table.movil{
        display: none!important;
    }
    .product-options { padding-left: 0px; padding-right: 0px;}
    .info-content-bottom {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .info-content-bottom .left {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .info-content-bottom .right {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    /*
        /!*buttons*!/
        .catalog-product-view .product-button-group button {
            width: 100%;
            height: 50px;
            border-radius: 2px;
            margin: 0px 0px 10px;
        }*/

    .product-essential { padding: 10px 10px; }
    .info-content-bottom .left { width: 100%; margin-top: 20px;}
}

@media only screen and (max-width: 850px) {
    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 15px;
    }
    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 18px;
    }
}
@media only screen and (max-width: 770px) {
    .product-view .add-to-cart-wrapper {
        float: none;
        width: 100%;
        clear: both;
    }
    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 16px;
    }
    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px;
    }
    .customer-account-index.customer-account .page-title {
        padding: 0;
    }
}
@media only screen and (max-width: 420px) {
    .product-view .product-shop .price-box .price-excluding-tax,
    .product-view .product-shop .price-box .price-including-tax {
        margin-bottom: 5px;
    }
    .product-view .product-shop .price-box .price-excluding-tax span,
    .product-view .product-shop .price-box .price-including-tax span {
        display: block;
    }
}
.product-view .info-content-top .left{position: relative}
.product-view .left.no-display-table.desk {
    position: absolute;
    bottom: 20px;
}

.support-tooltip .icon-help { position: relative; cursor:help;}
.support-tooltip .icon-help span { display:none; position: absolute; left:35px; top:0; font-size: 12px; padding:5px 8px; width: 200px;  z-index: 9; color:#6d6d69; background: #eee; font-family: OpenSans,"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;}
.support-tooltip .icon-help span:after { background:url(../images/tooltip-arrow.gif) 0 0 no-repeat; width:6px; height: 11px; content: ' '; position: absolute; left:-6px; top:6px; }
.support-tooltip .icon-help:hover span { display: block; }
@media only screen and (max-width: 910px) {
    .support-tooltip label { position: relative; }
    .support-tooltip .icon-help { position: static; }
    .support-tooltip .icon-help span { top: 28px; left:0; width: 270px; }
    .support-tooltip .icon-help span:after { display: none; }
}
#collateral-tabs .bv-cleanslate .bv-shared .bv-content-search .bv-masthead .bv-masthead-product .bv-stars-container { padding:0 7px 1px !important; }
#collateral-tabs .bv-cleanslate .bv-shared .bv-content-search .bv-masthead .bv-masthead-product, 
#collateral-tabs .bv-cleanslate .bv-shared .bv-generic-submission .bv-masthead .bv-masthead-product { padding: 0 10px 10px !important; }
#collateral-tabs .bv-cleanslate .bv-shared .bv-action-bar-header, 
#collateral-tabs .bv-cleanslate .bv-shared .bv-mbox-breadcrumb { font-size: 16px !important; line-height: 20px !important; font-family: OpenSansSemibold,"Raleway","Helvetica Neue",Verdana,Arial,sans-serif !important; color:#31302b !important; font-weight: 400 !important; }
#collateral-tabs .bv-cleanslate .bv-shared .bv-action-bar { padding: 20px 0 5px !important; }
#collateral-tabs .bv-cleanslate .bv-shared .bv-content-summary p { color: #31302b !important; font-family: OpenSans,"Helvetica Neue",Verdana,Arial,sans-serif !important; font-size: 16px !important; line-height: 25px !important; }
#collateral-tabs .bv-cleanslate .bv-shared .bv-content-title { color:#000 !important; font-family: OpenSans,"Helvetica Neue",Verdana,Arial,sans-serif !important; }
#collateral-tabs .bv-cleanslate .bv-shared .bv-author, 
#collateral-tabs .bv-cleanslate .bv-shared .bv-popup-profull .bv-content-item .bv-content-author-name .bv-author,
#collateral-tabs .bv-cleanslate .bv-shared .bv-content-datetime, 
#collateral-tabs .bv-cleanslate .bv-shared .bv-content-author-by,
#collateral-tabs .bv-cleanslate .bv-shared .bv-summary-bar .bv-rating,
#collateral-tabs .bv-cleanslate .bv-shared .bv-content-secondary-ratings-label,
#collateral-tabs .bv-cleanslate .bv-shared .bv-submission input.bv-text { font-family: OpenSans,"Helvetica Neue",Verdana,Arial,sans-serif !important; }
#collateral-tabs .bv-cleanslate .bv-shared .bv-content-product-stats .bv-content-product-stats-item .bv-content-data-label { font-family: OpenSans,"Helvetica Neue",Verdana,Arial,sans-serif !important; color: #bbbbb8 !important; }
#collateral-tabs .bv-cleanslate .bv-shared .bv-content-datetime, 
#collateral-tabs .bv-cleanslate .bv-shared .bv-content-author-by { color: #bbbbb8 !important; }

.company-wrapper .product-name .h1 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}
.company .products-grid .product-info {
    padding-bottom: 20px;
}
.company.product-collateral > dl > dd {
    padding-top: 87px;
}
.company .products-grid .product-image {
    margin-bottom: 30px;
}
.company-tabs .products-grid .product-image {
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.company-tabs .products-grid .product-image img {
    display: block;
}
.company-tabs .products-grid .product-name, .company-tabs .products-grid .product-name a {
    font-size: 16px;
    line-height: 25px;
    color: #31302b;
    font-family: "open_sanssemibold",Verdana,Arial,sans-serif;
}
.company-tabs .products-grid .free-color {
    font-size: 16px;
    font-family: "open_sanssemibold",Verdana,Arial,sans-serif;
}
.product-view .company-tabs .products-grid .ratings .rating-links {
    margin-top: 0;
}
.company-tabs .ratings .rating-box {
    background-image: url(../images/rating-star.jpg);
    background-position: 0 -27px;
    background-repeat: repeat-x;
    width: 106px;
    margin-top: 0;
}
.company-tabs .ratings .rating-box .rating.small-stars {
    background-image: url(../images/rating-star.jpg);
    background-position: 0 0;
    background-size: auto;
}
.company-tabs .reviews .ratings div.resize {
    zoom: 1;
    -moz-transform: scale(1);
}
.product-other-info {
    color:#31302b;
    font-size: 14px;
    text-transform: uppercase;
}
.product-other-info a {
    text-transform: uppercase;
    font-size: 14px;
}

#wageDescriptions > ul {
    list-style: disc;
}