.cds-content {
    max-width: 1260px;
    margin: 1.5em auto 0;
}

.cds-more-anchor, .cds-product-icons {
    display: none;
}

#cds-category-list-container {
    display: none;
}

.cds-browse-list img {
    padding: 2em;
}

.cds-browse-list h3 {
    font-size: 1.231em;
    text-align: center;
    width: 100%;
    margin: 0;
    background-color: #eae9e9;
    padding: 16px;
    height: 100%;
}

.cds-browse-list li:hover h3 {
    background-color: #1e91d6;
    color: #fff;
    text-decoration: none;
}

.cds-browse-list li:hover a {
    text-decoration: none;
}

.cds-browse-list li {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 291px;
    overflow: hidden;
    padding: 0;
    width: 200px;
}

.cds-facet-container h4 {
    text-transform: none;
}

.cds-facet-container h4.cds-facet-container-narrow-label {
    border-bottom: 3px solid #1e91d6;
    font-size: 18px;
    padding-bottom: 8px;
}

.cds-facet-container h4.cds-facet-container-narrow-label a {
    color: #666;
    font-size: 15px;
    font-weight: normal;
}

#cds-top-facet-container {
    background-color: #fff;
    padding: 0;
}

#cds-top-facet-container li.cds-attribute {
    border: 1px solid #ccc;
    margin: 0;
    margin-top: -1px;
    height: auto;
    padding-bottom: 16px;
    width: 100%;
}

#cds-top-facet-container .cds-attribute-value-list {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    left: 0;
    top: 3em;
    width: 100%;
}

#cds-top-facet-container .cds-attribute-value-list li {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

#cds-top-facet-container .cds-facet-reset-button {
    margin-right: 0;
    margin-bottom: 0.5em;

    cursor: pointer;
    color: #FFFFFF;
    background: rgb(30,145,214);
    background-image: -moz-linear-gradient(top, rgba(30,145,214,1) 0%, rgba(0,114,187,1) 100%);
    background-image: -webkit-linear-gradient(top, rgba(30,145,214,1) 0%,rgba(0,114,187,1) 100%);
    background-image: linear-gradient(to bottom, rgba(30,145,214,1) 0%,rgba(0,114,187,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e91d6', endColorstr='#0072bb',GradientType=0 );
    border-radius: 6px !important;
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.2) !important;
    line-height: 16px;
    border: 1px solid transparent !important;
    font-size: 16px;
    text-transform: none;
    padding: 0;
    text-shadow: 0 0.5px 0 #003052;
    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    font-family: Avenir-Heavy, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

#cds-product-controls-grid {
    display: none;
}

#cds-product-controls-list {
    display: none;
}

#cds-product-controls-table {
    display: none;
}

.cds-attribute-list > li {
    padding-bottom: 6px;
    padding-top: 12px;
}

.cds-attribute-list > li:first-child {
    padding-top: 0;
}

.cds-attribute-list {
    background-color: #fff;
    border: 0;
}

.cds-attribute-list h4 {
    padding-left: 0;
}

ul.cds-attribute-value-list {
    max-height: 175px;
}

.cds-attribute-value-list li {
    line-height: 18px;
    font-size: 13px;
}

.cds-attribute-value-list li div {
    margin-left: 3px;
}

ul.cds-attribute-value-list {
    margin-left: 0;
}

.cds-attribute-value-list li span {
    color: #1e91d6;
}

.cds-browse-container .head {
    padding-top: 0;
}

@media only screen and (max-width: 767px) {
    .cds-browse-container {
        float: none;
        width: 100%;
    }

    .cds-browse-container .head {
        display: none;
    }
}

.cds-browse-container .head table td {
    border: 0;
}

#cds-product-container > h4 {
    color: #1e91d6;
}

.cds-product-list-table {
    font-size: 12px;
}

.cds-product-list-table thead td {
    background-color: #003052;
    color: #fff;
    font-weight: normal;
}

#cds-product-container table.cds-product-list-table {
}

#cds-product-container table.cds-product-list-table tr td {
    border: 1px solid #d8d8d8;
    padding: 6px 12px;
}

.cds-product-list-table a {
    color: #1e91d6;
}

.cds-product-list-table .cds-even {
    background-color: #fff;
}

.cds-product-list-table tr.cds-selected:hover,
.cds-product-list-table tr:hover {
    background-color: #1e91d6;
    color: #fff;
}

.cds-product-list-table tr.cds-selected {
    background-color: #fff;
    color: #30292f;
    /*color: #fff;*/
}

.cds-product-list-table tr.cds-selected a {
    color: #1e91d6;
}

.cds-product-list-table tr:hover a {
    color: #fff;
}

.cds-product-list-table tr.cds-product-table-details:hover {
    background-color: #fff;
    color: #000;
}

.cds-product-list-table tr.cds-product-table-details:hover a {
    color: #000;
}

.cds-product-table-details {
    border: 1px solid #ccc;
    display: none;
    padding: 13px;
}

#cds-product-container table.cds-product-list-table tr.cds-product-table-details td {
    padding: 13px;
}

.cds-product-table-details h3 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    padding: 0;
}

.cds-product-table-details h4 {
    color: #1e91d6;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
}

.cds-product-table-details-pn {
    margin-left: 32px;
    float: left;
}

.cds-product-table-details h4 span {
    cursor: pointer;
    float: right;
    font-size: 13px;
    font-weight: normal;
}

.cds-product-table-details ul {
    margin-left: 26px;
}

.cds-product-table-details li {
    display: inline-block;
    width: 200px;
}

#cds-add-to-cart-button,
#cds-buy-online-button,
.cds-product-cad-container button,
.cds-product-spec-sheet button,
.cds-product-table-details button {
    cursor: pointer;
    color: #FFFFFF;
    background: rgb(30,145,214);
    background-image: -moz-linear-gradient(top, rgba(30,145,214,1) 0%, rgba(0,114,187,1) 100%);
    background-image: -webkit-linear-gradient(top, rgba(30,145,214,1) 0%,rgba(0,114,187,1) 100%);
    background-image: linear-gradient(to bottom, rgba(30,145,214,1) 0%,rgba(0,114,187,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e91d6', endColorstr='#0072bb',GradientType=0 );
    border-radius: 6px !important;
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.2) !important;
    line-height: 46px;
    border: 1px solid transparent !important;
    font-size: 16px;
    text-transform: none;
    padding: 0;
    text-shadow: 0 0.5px 0 #003052;
    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    font-family: Avenir-Heavy, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    /*
    background-color: #e7e7e7;
    background: linear-gradient(#f3f3f3, #e7e7e7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e7e7e7));
    background: -webkit-linear-gradient(top, #f3f3f3, #e7e7e7);
    background: -moz-linear-gradient(top, #f3f3f3, #e7e7e7);
    background: -ms-linear-gradient(top, #f3f3f3, #e7e7e7);
    background: -o-linear-gradient(top, #f3f3f3, #e7e7e7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3", endColorstr="#e7e7e7");
    color: #333;
    font-size: 15px;
    height: 33px;
    width: 142px;
    */
}

#cds-add-to-cart-button:hover,
#cds-buy-online-button:hover,
.cds-product-cad-container button:hover,
.cds-product-spec-sheet button:hover,
.cds-product-table-details button:hover {
    background: #FFFFFF;
    color: #30292f;
    border-color: #c1292e !important;
    text-shadow: none;
    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
}

#cds-add-to-cart-button,
#cds-buy-online-button,
.cds-product-cad-container button,
.cds-product-cad-container select,
.cds-product-spec-sheet button,
.cds-product-table-details button,
.cds-product-table-details select,
#cds-product-controls-finish-container select {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 8px;
    width: 182px;
    height: 45px;
}

.cds-product-cad-container select,
.cds-product-table-details select {
    margin-bottom: 8px;
}

.cds-product-cad-container button,
.cds-product-cad-container select,
#cds-product-controls-finish-container select {
    margin-right: 3px;
}

.cds-product-table-details-col3 button,
#cds-add-to-cart-button {
    background: #c32228;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #981f23 ), to( #c32228 ) );
    background-image: -webkit-linear-gradient( bottom, #981f23, #c32228 );
    background-image: -moz-linear-gradient( bottom, #981f23, #c32228 );
    background-image: -o-linear-gradient( bottom, #981f23, #c32228 );
    background-image: linear-gradient( to top, #981f23, #c32228 );
}

.cds-product-table-details-dynamic-facet-container button {
    color: #FFFFFF;
    background: rgb(30,145,214);
    background-image: -moz-linear-gradient(top, rgba(30,145,214,1) 0%, rgba(0,114,187,1) 100%);
    background-image: -webkit-linear-gradient(top, rgba(30,145,214,1) 0%,rgba(0,114,187,1) 100%);
    background-image: linear-gradient(to bottom, rgba(30,145,214,1) 0%,rgba(0,114,187,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e91d6', endColorstr='#0072bb',GradientType=0 );
}

/*
.cds-product-table-details .cds-product-table-details-cart button {
    background-color: #339933;
    background: linear-gradient(#393, #282);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#393), to(#282));
    background: -webkit-linear-gradient(top, #393, #282);
    background: -moz-linear-gradient(top, #393, #282);
    background: -ms-linear-gradient(top, #393, #282);
    background: -o-linear-gradient(top, #393, #282);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393', endColorstr='#282');
    color: #fff;
    font-size: 15px;
    height: 33px;
    width: 122px;
}
*/

.cds-product-table-details a {
    display: block;
    font-size: 14px;
    margin-bottom: 13px;
    text-decoration: underline;
}

.cds-product-table-details img,
.cds-product-table-details ul {
    max-width: 40%;
    margin-right: 26px;
    float: left;
}

.cds-product-table-details img {
    width: 128px;
}

.cds-product-table-details-col1 {
    float: left;
    width: 75%;
}

.cds-product-table-details-col3 {
    float: left;
    width: 20%;
}

.cds-product-table-details-col1 button {
    margin-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
    width: auto;
}

.cds-product-table-details .cds-product-table-details-col1 a {
    display: inline;
}

.cds-product-table-details-col3 a {
    display: inline;
}

#cds-product-controls-finish-container {
    margin-top: 54px;
}

#cds-product-controls-finish-container label {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.cds-product-table-details-finish-container {
    width: 100%;
    margin-top: 3px;
}

.cds-product-table-details-finish-container label {
    font-size: 15px;
    font-weight: bold;
    margin-left: 13px;
}

.cds-product-table-details-finish-container select {
    margin-bottom: 0;
}

.cds-product-cart {
    margin-top: 54px;
}

.cds-product-cart table {
    margin-bottom: 0;
}

.cds-product-image-container {
    height: auto;
    min-width: 300px;
    width: 300px;
}

.cds-product-image {
    height: 348px;
    min-width: 298px;
    width: 298px;
    overflow: hidden;
}

#cds-product-attachment-table {
    margin-top: 0;
}

#cds-content.cds-product-page h2 {
    color: #1e91d6;
    font-size: 24px;
    font-weight: bold;
}

#cds-content.cds-product-page .cds-product-controls h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 0;
}

#cds-content.cds-product-page .cds-product-controls h3 span {
    font-weight: normal;
}

.cds-product-controls a {
    color: #1e91d6;
    text-decoration: underline;
}

.cds-product-cart td {
    border: 0;
}

#cds-product-price a {
    color: #1e91d6;
    font-size: 15px;
    font-weight: normal;
}

.cds-product-additional-images {
    width: 350px;
    display: inline;
}

.cds-product-additional-images img {
    margin-top: 14px;
    max-width: 50%;
}

#cds-product-long-description {
    clear: both;
    padding-top: 48px;
}

.cds-product-details {
    border: 0;
    margin-bottom: 2em;
}

.cds-product-details:after {
    clear: both;
    content: "";
    display: table;
}

#cds-content.cds-product-page h3 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 24px;
}

.cds-product-details a {
    color: #1e91d6;
}

.cds-product-details p {
    margin-top: 0;
}

.cds-product-details-container {
    margin-top: 24px;
}

.cds-product-details-left {
    width: 100%;
    float: none;
    margin-right: 0;
}

.cds-attribute-table {
    width: 100%;
}

.cds-product-details .cds-even {
    background-color: #fff;
}

.cds-attribute-table td {
    border: 1px solid #d8d8d8;
    width: 100%;
    padding: 6px 12px;
    white-space: nowrap;
}

.cds-attribute-table td:first-child {
    background-color: #003052;
    color: #fff;
    width: 20%;
}

#cds-login-form input,
#cds-registration-form input,
#cds-registration-form select {
    height: 24px;
}

#cds-login-form input {
    max-width: 240px;
}

#cds-login-form button {
    margin-left: 278px;
}

.cds-browse-container h2 {
    margin: 0 0 26px;
    padding: 0;
}

.cds-browse-container .head p {
    margin: 0;
}

.cds-browse-container .head table {
    margin: 0;
}

.cds-product-container-controls,
.cds-product-list-table {
    margin: 0;
}

.cds-product-image img {
    width: 298px;
}

#cds-product-pricing-sld-table,
#cds-product-pricing-finish-table,
#cds-product-pricing-table {
    width: 400px;
}

#cds-product-pricing-sld-table td,
#cds-product-pricing-finish-table td,
#cds-product-pricing-table td {
    text-align: center;
    width: 25%;
}

.cds-attribute-table#cds-product-pricing-sld-table tbody td:first-child,
.cds-attribute-table#cds-product-pricing-finish-table tbody td:first-child,
.cds-attribute-table#cds-product-pricing-table tbody td:first-child {
    background-color: inherit;
    color: inherit;
    width: 25%;
}

.cds-product-pricing-table-info {
    margin-top: 8px;
    font-size: 1.154em;
    font-weight: bold;
}

.ui-dialog {
    background-color: #FFF;
}

.fusion-main-menu>ul>li:last-child {
    z-index: 200;
}

#cds-product-dynamic-attribute-table input {
    width: 90%;
}

#cds-product-dynamic-attribute-table button {
    height: 50px;
    border-radius: 7px;
}
