﻿.fade_out {
    opacity: 0.3;
}
.full_color {
    opacity: 1;
}
.selected_option {
    border: 2px solid #0b0b0b;
    opacity: 0.8;
}

#product_details_page {
    padding: 60px 0 0 0;
}

#product_details_left
{
    width:40%;
    display:inline-block;
    vertical-align: top;
    overflow: hidden;
    padding-right:40px;
}

#product_details_right
{
    width:60%;
    display:inline-block;
    vertical-align: top;
    overflow: hidden;
    padding-bottom: 60px;
}

.product_image {
}
img.product_details_product {
    border: 1px solid #cccccc;
    width:100%;
    display:block;
}
.product_details_options {
}
.product_details_tabs {
    clear: both;
}
#product_details_page h2 {
    color: gray;
    font-size: 1.5em;
    font-weight: 500;
}
#product_details_page h3 {
    color: gray;
    font-size: 1em;
    margin: 10px 0 10px 0;
}
#product_details_page strong {
    font-weight: 600;
}
span#trim {
    line-height: 1.4em;
}
ul.trim_options_list {
    width: 100%;
    margin: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    padding: 10px 0 20px 0;
    overflow: auto;
}
ul.trim_options_list li {
    display: inline-block;
    margin: 0 5px 0px 0;
}


ul.trim_options_list img {
    width: 70px;
    border: 1px solid #cccccc;
    cursor: pointer;
    padding: 2px; 
}
ul.trim_options_list img:hover {
    opacity: 0.3;
}
.selected_option {
    border: 1px solid #000000 !important;
    padding: 2px; 
}   
ul.stain_options_list {
    border-top: 1px solid #cccccc;
    padding: 10px 0 0 0;
    clear: both;
    overflow: hidden;
}

ul.cross_size_list {
    border-top: 1px solid #cccccc;
    padding: 10px 0 0 0;
    clear: both;
    margin: 10px 0 0 0;
    overflow: hidden;
}


ul.stain_options_list li {
    display: inline-block;
    margin: 0 5px 0px 0;
}
ul.stain_options_list li a img {
    width: 60px;
    vertical-align: middle;
    cursor: pointer;
}
ul.stain_options_list li a img:hover {
    cursor: pointer;
    opacity: 0.3;
}
ul.stain_options_list li img {
    border: 1px solid #fff;
    padding: 2px; 
}
p.options_heading {
    color: gray;
    font-size: 1em;
    margin: 0 0 20px 0;
}
p.options_heading strong {
    font-weight: 600;
}
.select_cross_width p.options_heading {
    margin: 0 0 0 0;
}
.communion_table_products_select_width {
    border-top: 1px solid #cccccc;
    margin: 20px 0 0 0;
}
.communion_table_products_select_width .select_width {
    border: 0 none;
    margin: 20px 0 0 0;
    padding: 0;
}
#add_communion_table {
    /* border-top: 1px solid #cccccc; */    
/*    padding: 10px 0 0 0;
*/    clear: both;
    overflow: hidden;
}
#add_microphone_holder_kit {
    border-top: 1px solid #cccccc;
    padding: 10px 0 0 0;
    clear: both;
    overflow: hidden;
    margin: 20px 0 0 0;
}
#add_castors {
    border-top: 1px solid #cccccc;
    padding: 10px 0 0 0;
    clear: both;
    overflow: hidden;
    margin: 20px 0 0 0;
}
.product_price_container {
    overflow:hidden;
    margin-top: 40px;
}
h4.product_price {
    margin: 0px 0 0 0;
    font-size: 2em;
    color: gray;
    display:inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-weight: 600;
}
input#communion_table {
    margin: 30px 0 0 0;
}
#add_communion_table label {
    text-transform: uppercase;
    color: gray;
    font-size: 1em;
    font-weight: 600;
    display:inline-block;
    vertical-align: middle;
}
#add_communion_table i.fa.fa-info-circle {
    color: #008fce;
}
.preview_communion_table_container {
    width: 20%;
    float: right;    
}
#add_microphone_holder_kit label {
    text-transform: uppercase;
    color: gray;
    font-size: 1em;
    font-weight: 600;
    display:inline-block;
    vertical-align: middle;
}
#add_microphone_holder_kit label::after {
    content: "";
    font-size: 15px;
    font-family: FontAwesome;
    color: #f7fcfc;
}
#add_microphone_holder_kit i.fa.fa-info-circle {
    color: #008fce;
}
#add_castors label {
    text-transform: uppercase;
    color: gray;
    font-size: 1em;
    font-weight: 600;
    display:inline-block;
    vertical-align: middle;
}
#add_castors label::after {
    content: "";
    font-size: 15px;
    font-family: FontAwesome;
    color: #f7fcfc;
}
#add_castors i.fa.fa-info-circle {
    color: #008fce;
}
a.add_to_cart_button {
    background: #008fce;
    border: 0 none;
    display:inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    font-size:1.1em; 
}
a.add_to_cart_button {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    letter-spacing: 1px; 
}
a#add_to_cart_button:hover {
    background-color: #005e88;
    cursor: pointer;
} 
.product_quantity {
    border-top: 1px solid #cccccc; 
    margin: 20px 0 0 0;
}
form#select_product_quantity {
    width: 50%;
    display: inline-block;
}
form#select_product_quantity input.qtyminus, form#select_product_quantity input.qtyplus {
    width: 8% !important;
    display: inline-block;
    margin: 0 5px; 
    padding: 5px 0;
    background: #cccccc;
    border: 0;
    outline: none;
    cursor: pointer;
}
form#select_product_quantity input.qty {
    width: 20% !important;
}
form#select_product_quantity label {
    text-transform: uppercase;
    color: gray;
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

/***********************************************************************************************************************************/
/***** PRODUCT DETAILS TABS *****/
.product_details {
    overflow: hidden;
}
.product_details_tabs {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0 0 0;
}

.product_details_tab_links
{
    overflow:hidden;
    margin-bottom: -1px
}

.product_details_tab_links:after {
    display:block;
    clear:both;
    content:'';
}
ul.product_details_tab_links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1em;
    color: gray;
}
ul.product_details_tab_links li {
    float: left;
    margin-right:5px;
    list-style: none;
    background-color: #cccccc;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-bottom: 0px;
}
ul.product_details_tab_links li.active {
    background-color: #ffffff;
}
.product_details_tab_content {
    margin: 0 0 60px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    color: gray;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.4em;
    clear: both;
}
ul.product_details_tab_links li.active_tab {
    background-color: #ffffff;
}
#select_communion_table {
    background-color: #cccccc;
    padding: 10px;
    overflow: auto;
    margin: 10px 0 0 0;
    display: block;
}
#select_communion_table_left, #select_communion_table_right
{
    width:49%;
    vertical-align: top;
    display:inline-block;
}
#select_communion_table_left
{
    padding-right: 10px;
}
ul.select_communion_table_list, ul.select_tint {
    margin: 0 0 10px 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #a5a5a5;
    padding: 10px;
}
/*ul.select_communion_table_list {
    opacity: 0.3;
}*/
ul.select_communion_table_list p, ul.select_tint p, div.select_width p {
    font-size: 1em;
    color: gray;
    margin: 0 0 10px 0;
}
li.select_communion_table_thumb, li.select_tint_thumb {
    display: inline-block;
}
li.select_communion_table_thumb:hover {
    opacity: 0.3;
}
li.tinted_glass_tint{
    margin: 0 0 0 -5px;
}
li.select_communion_table_thumb img, li.select_tint_thumb img {
    width: 50px;
    border: 1px solid #cccccc;
    margin: 0 5px 0 0;
    cursor: pointer;
    padding: 1px;
}
li.select_communion_table_thumb img:hover {
    opacity: 0.3;
}
li.select_tint_thumb img:hover {
    opacity: 0.3;
}
img.select_communion_table_image_main {
    border: 1px solid #a5a5a5;
    width:100%;
    display:block;
}
.select_width {
    margin: 10px 0 0 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #a5a5a5;
    padding: 10px
}
.select_cross_width {


}
select.select_communion_table_width {
    width:100%;
    font-size:1em;
    margin: 0 0 0 0;
}

select.select_cross_size {
    width:100%;
    font-size:1em;
    margin: 0 0 0 0;
    margin-top:0 !important;
}

span.add_communion_table_selection_sale {
    text-transform: uppercase;
    color: red;
    font-weight: bold;
}
.hide_tabs {
    display: none;
}
.show_tabs {
    display: block;
}
.details-content {
    display: block;
}
.dimensions-content {
    display: none;
}
.dimensions-content img {
    width:100%;
    display: block;
}
.video-content {
    display: none;
}

#microphone_holder_kit_popup {
    display: none;
    width: 500px;
    top: 50%;
    margin: 0 auto;
    margin-top:-250px;
    left: 50%;
    margin-left:-250px;
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
    position: fixed;
}
#microphone_holder_kit_popup p {
    font-size: 1em;
    color: #000000;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin: 0 0 30px 0;
}

#microphone_holder_kit_popup p:last-child
{
    margin-bottom: 0 !important
}

#microphone_holder_kit_popup img {
    width: 200px;
    display:block;
    margin:auto;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    padding: 10px;
}
.microphone_holder_kit_fine_print {
    font-size: 1em;
    font-style: italic;
}
#microphone_holder_kit_popup .fa.fa-times {
    right: 20px;
    color: #b4b4b4;
    font-size: 30px;
    top: 10px;
    position: absolute;
}
.fade_product_details_page {
    opacity: 0.4;
}
.product_details_page_full_color {
    opacity: 1;
} 
.communion_table_selection_details p {
    font-weight: 600;
    color: grey;
    margin: 10px 0;
}

#communion_table_discount {
    color: red;
    font-weight: 600;
    font-size: 0.9em;
    margin: 0 0 0 10px;
}
