@charset "utf-8";

.mod .detail{

}
    .mod .detail h1{
        margin: 0 0 10px 0;
    }
    .mod .detail .crumble_nav{
        font-size: 0.9em;
        margin: 0 0 10px 0;
        color: #aeaeae;
    }
        .mod .detail .crumble_nav a{
            color: #aeaeae;
        }
            .mod .detail .crumble_nav a:hover{
                color: #1f2a53;
            }

    .mod .detail .details_cont .allow_buy_emails_cont{
        color:#fff;
        float: right;
        background-color: red;
        font-size: 13px;
        padding: 3px 7px;
        border: thin solid #905151;
    }
    .mod .detail .details_cont .price{
        font-size: 1em;
    }
        .mod .detail .details_cont .price .num{
            font-size: 1.7em;
            font-weight: bold;
            margin: 0 0 0 5px;
        }
        
    .mod .detail .details_cont .add_to_cart_button{
        background-position: 5px center;
        background-image: url(../images/add_cart.png);
        background-color: #4C9ED9;
        background-repeat: no-repeat;
        display: inline-block;
        background-position: left 10px center;
        color: white;
        font-size: 15px;
        border-radius: 5px;
        padding: 5px 10px 5px 45px;
        margin: 25px 0 0 0;
    }
    .mod .detail .details_cont .add_to_cart_button.supply_status{
        background-color: #049314;
    }
    .mod .detail .details_cont .add_to_cart_button.allow_buy_status{
        background-color: #FF1800;
    }
    .mod .detail .product_detail_img{
        max-height: 320px;
        height: 320px;
    }
        .mod .detail .product_detail_img > a{
            height: 320px;
        }
        .mod .detail .product_detail_img img{
            display: block;
            margin: 0 auto;
            max-height: 100%;
            width: auto;
        }
        .mod .detail .product_detail_img .magnify{
            height: 100% !important;
        }
        .mod .detail .product_detail_img .image_notif{
            position: absolute;
            bottom: 0;
            right: 0;
            color: red;
            z-index: 2000;
        }
        
        
    .mod .detail .product_gallery .product_gallery_slider li{
        width: auto !important;
    }
        
    .mod .detail .product_details .products_subsid_cont{
        
    }
        .mod .detail .product_details .products_subsid_cont .subsid_list_cont{
            max-height: 500px;
            overflow: auto;
        }
        .mod .detail .product_details .products_subsid_cont h3{
            margin: 15px 0 0 0;
            font-size: 13px;
            border-bottom: thin solid #642f98;
            color:#642f98;
            padding: 0 0 2px 0;
        }
        .mod .detail .product_details .products_subsid_cont .subsid{
            font-size: 12px;
            padding: 2px 0;
            border-bottom: thin solid #ccc;
            transition: 0.2s all ease-in-out;
            cursor: pointer;
            color:#642f98;
        }
        .mod .detail .product_details .products_subsid_cont .subsid:hover{
            background-color: #f1ea4a;
            padding: 2px 0 2px 7px;
        }
    
        .mod .detail .product_details .hide_show_for_customer{
            margin:15px 0 0 0;
        }
            .mod .detail .product_details .hide_show_for_customer form{
                float: left;
            }
            .mod .detail .product_details .hide_show_for_customer .button{
                border-radius: 5px;
                padding: 5px 7px;
                border:thin solid #aaa;
                display:inline-block;
                cursor:pointer;
                color:white;
                font-size:14px;
                font-weight:bold;
                transition: 0.15s ease-in-out all;
            }
            .mod .detail .product_details .hide_show_for_customer .button.show_button{
                background: none;
                background-color: #61b46b;
                margin:5px 15px 0 0;
            }
            .mod .detail .product_details .hide_show_for_customer .button.hide_button{
                background: none;
                background-color: #cb4d4d;
            }
            .mod .detail .product_details .hide_show_for_customer .button:hover{
                background-color:#e4e4e4;
                color:#424242;
            }
            
        .mod .detail .product_details .col .row{
            border-bottom: thin solid #ccc;
            padding: 2px 10px 2px 0;
        }
        .mod .detail .product_details .col .row:hover{
            background-color: #e7e9ea;
        }
        .mod .detail .product_details .col.note_details .row{
            font-size: 0.9em;
            list-style: initial;
            margin: 0 0 0 20px;
            border: 0;
            padding: 2px 10px 2px 5px;
        }
        .mod .detail .product_details .col .subsid a{
            text-decoration: underline;
            font-weight: bold;
            color:#1f2a53;
        }
        .mod .detail .product_details .col .subsid a:hover{
            color:#3a64ff;
        }
        
        .mod .detail .product_details .detail_table{
            margin: 20px 0 0 0;
        }
            .mod .detail .product_details .detail_table h2{
                font-weight: bold;
                text-align: center;
                margin: 0;
                padding: 0 0 5px 0;
                border-bottom: 0;
            }
            .mod .detail .product_details .detail_table table{
                width: 100%;
                border-collapse: collapse;
                background-color: #fff;
            }
                .mod .detail .product_details .detail_table table tr td{
                    border: thin solid #ccc;
                    padding: 2px 5px;
                    font-size: 0.9em;
                }
                .mod .detail .product_details .detail_table table .row.main{
                    font-weight: bold;
                    background-color: #bddaef;
                }
        
                
        
    .mod .detail ul.related_products{
        margin: 0 !important;
        padding: 0 !important;
    }
    
        .mod .detail .related_products .product_box{
            border: thin solid #ccc;
            color: #1f2a53;
        }
            .mod .detail .related_products .product_box:hover{
                -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.21);
                -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.21);
                box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.21);
            }
    
            .mod .detail .related_products .product_cont{
                width: 100%;
            }
            .mod .detail .related_products .product_box .image{
                border-bottom: thin solid #e6e6e6;
                border-top: thin solid #e6e6e6;
                height: 150px;
            }
                .mod .detail .related_products .product_box .image img{
                    margin: 0 auto;
                    max-height: 100%;
                    max-width: 100%;
                }
            .mod .detail .related_products .product_box .price{
                font-size: 14px;
                padding: 3px 10px;
            }
                .mod .detail .related_products .product_box .price .num{
                    font-size: 15px;
                    font-weight: bold;
                }
            .mod .detail .related_products .product_box h2{
                font-size: 14px;
                border: 0;
                padding: 3px 5px;
                margin: 0;
                height: 43px;
                overflow: hidden;
            }
    
