/* Custom package stylesheet */

header .header_content {
    margin-bottom: 0;
}

.main_content {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

    .main_content .breadcrumb {
        margin-bottom: 0;
    }

    .main_content h2 {
        font-family: 'Bitter', serif;
        font-size: 25px;
        margin: 0 0 10px;
    }

    .main_content .product_options_thumbs .thumbnail {
        cursor: pointer;
        max-height: 288px;
    }

        .main_content .product_options_thumbs .thumbnail:hover img {
            opacity: 0.6;
        }

        .main_content .product_options_thumbs .thumbnail .package_selected {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 70px;
            height: 70px;
            display: none;
        }

        .main_content .product_options_thumbs .thumbnail .custom-package-selected {
            position: absolute;
            top: 0;
            left: 0;
        }

        .main_content .product_options_thumbs .thumbnail .package_counter {
            position: absolute;
            bottom: 8px;
            right: 10px;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
        }

        .main_content .product_options_thumbs .thumbnail.selected .package_selected {
            display: block;
        }

.summary {
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

    .summary h4.section_title {
        font-size: 17px;
        font-weight: 600;
        padding: 12px 10px;
        border-bottom: solid 1px #dbdbdb;
        margin: 0;
    }

    .summary .package_set {
        border-bottom: 1px solid #DBDBDB;
        background: #f6f6f6;
    }

        .summary .package_set .package_set_actions {
            width: auto;
            float: left;
            text-decoration:none;
        }
        
            .summary .package_set .package_set_actions span {
                border-bottom: none !important;
                padding: 23px 16px 20px;
                border-right: 1px solid #dbdbdb;
                display: block;
                min-height: 63px;
                color: #bbb;
            }

            .summary .package_set .package_set_actions .glyphicon-minus {
                cursor: pointer;
                color: #e50808;
            }

                .summary .package_set .package_set_actions .glyphicon-minus:hover {
                    transition: none;
                    color: #9a191e;
                }


        .summary .package_set .package_set_details {
            width: 83%;
            padding: 6px 10px;
            position: relative;
            float: left;
        }

            .summary .package_set .package_set_details p {
                margin: 0;
            }

                .summary .package_set .package_set_details p .number_of_labels {
                    font-size: 22px;
                }

    .summary .package_sets_total {
        padding: 10px;
    }

        .summary .package_sets_total .package_sets_full_desc {
            text-align: right;
        }

            .summary .package_sets_total .package_sets_full_desc p {
                margin: 0;
            }

            .summary .package_sets_total .package_sets_full_desc .total {
                font-size: 25px;
                font-weight: 600;
                margin-bottom: 10px;
            }

        .summary .package_sets_total .button_container {
            padding: 0 10px;
            margin-top: 0;
            margin-bottom: 20px;
        }

.plus_overlay {
    position:absolute;
    top:20%;
    left:35%;
    opacity: 0.8;
}


.total .glyphicon-plus
{
    vertical-align:top;
    margin-top: 5px;
    font-size: 14px;
}
    /*.plus_overlay:hover + div img {
        opacity: 0.7;
    }*/

#divProducts {
    float: left;
}

#divSummary {
    float: right;
}

.package_set_actions .cart_item_actions a {
    text-decoration:none;
}

/* Style sheet for container set at 960px wide */

@media (max-width: 1199px) {

    .summary .package_set .package_set_details {
        width: 78%;
    }

    .plus_overlay {
        left:30%;
        top: 10%;
    }

}

/* Style sheet for container set at 724px wide */

@media (max-width: 991px) {

    .main_content .product_options_thumbs .thumbnail {
        min-height: 314px;
        max-height: 314px;
    }

    .plus_overlay {
        left:30%;
        top: 20%;
    }
}


/* Style sheet for container below 767px wide */

@media (max-width: 767px) {

    /* This value must be affected by the height ot the summary in mobile */
    .main_content .product_options_thumbs {
        /*padding-top: 372px;*/
    }

        .main_content .product_options_thumbs > .row {
            padding-left: 8px;
            padding-right: 8px;
        }

            .main_content .product_options_thumbs > .row > .col-xs-6 {
                padding-left: 4px;
                padding-right: 4px;
            }

    header .header_bottom_section {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .main_content .product_options_thumbs .thumbnail {
        min-height: 256px;
        max-height: 256px;
        margin-bottom: 8px;
    }

        .main_content .product_options_thumbs .thumbnail .caption p {
            font-size: 12px;
        }

    .custom_package_content {
        position: relative;
    }

        .custom_package_content .summary_content {
            /*position: absolute;*/
        }

    .summary {
        background: #fff;
        margin-bottom: 10px;
        border: none;
        border-bottom: 1px solid #dbdbdb;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

        .summary .package_sets_total .package_sets_full_desc .total {
            font-size: 17px;
            margin-bottom: 5px;
        }

        .summary .package_sets_total .button_container {
            margin-bottom: 5px;
        }

            .summary .package_sets_total .button_container + p {
                margin: 0;
            }

    .plus_overlay {
        height:30%;
        left:35%;
        top: 15%;
    }

}

@media (max-width: 480px)
{
    .plus_overlay {
        height:25%;
        left:35%;
        top: 15%;
    }
}

/* Style sheet for container set at 320px wide */

@media (max-width: 320px) {

    .main_content .product_options_thumbs .thumbnail .caption h4 {
        font-size: 14px;
    }

    .plus_overlay {
        height:25% !important;
        left:30%;
        top: 15%;
    }
}
