/**
* 2010-2023 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2023 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

/* column for equal height */
.package_ajax_reduce_link:before{
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
}
.row.row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: fit-content;
}
.row.row-equal-height > [class*='col-'] {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}

.exclusive, .exclusive:hover  {
    color: #FFFFFF;
}
    .exclusive.btn-danger, .exclusive.btn-danger:hover  {
        background-color: #d2322d;
        border: 1px solid #d2322d;
        color: #FFFFFF;
    }
    .exclusive:disabled {
        opacity: .65;
    }

#package_element_details {
    width: 100%;
}

#package_element_details .package_element_header {
    padding: 20px 20px 15px 20px;
    border-bottom: 1px solid #e5e5e5;
}
    #package_element_details .package_element_header h2 {
        font-weight: bold;
        font-size: 28px;
        color: #333333;
        margin: 0px;
    }
        #package_element_details .package_element_header h2 i {
            font-size: 22px;
        }

#package_element_details .package_element_body {
    padding: 15px;
    padding-bottom: 0px}
    #activity_sort_btn {
        text-align: right;
    }
        .activity_sort_cont .dropdown-menu {
            left: 0;
            margin: 0px;
            border: 1px solid rgba(0,0,0,0.10);
            border-radius: 5px;
    }

    .element-search-input{
        background: #ffffff;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 3px 9px 1px rgba(0,0,0,0.15);
        width: 100%;
        height: 50px;
        font-size: 13px;
        font-weight: bold;
        padding: 10px;
        border: none;
        border-radius: 5px;
    }
        .element-search-input::-webkit-input-placeholder {
            opacity: 0.3;
            font-size: 16px;
            color: #777777;
        }
        .element-search-input .sort_btn_span {
            opacity: 0.3;
            font-size: 13px;
            color: #000000;
            margin-right: 4px;
    }
    .activity_sort_cont .dropdown-menu .sort_result.selected {
        font-weight: bold;
        color: #1292FF;
    }

    .element_info_block {
        margin-top: 25px;
    }
    .package_element_body .element_info_head {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        display: inline-block;
        text-transform: uppercase;
        padding: 15px 15px 10px;
        border-bottom: 3px solid #379aef;
        margin-bottom: 10px;
    }
    .package_element_body .element_info_content {
        font-size: 16px;
        color: #333333;
        line-height: 25px;
    }
    .package_element_body .package_list_element {
        font-size: 16px;
        color: #333333;
        line-height: 25px;
    }
    .package_element_body .element_primary_block > div {
        margin-top: 15px;
    }
    .package_element_body .element_primary_block .element_name {
        font-size: 24px;
        color: #333333;
    }
        .package_element_body .element_primary_block .element_basic_info {
            background: #F1F1F1;
            border: 1px solid #E3E3E3;
            border-radius: 4px;
            padding: 10px 15px;
            margin-top: 15px;
        }
            .element_primary_block .add_element_to_package, .element_primary_block .remove_package_element {
                margin-top: 10px;
            }
    #element_inclusion_block .nav-tabs {
        border-bottom: none;
        padding-left: 5px;
    }
        #element_inclusion_block .nav-tabs li.active {
            border-bottom: 3px solid #379aef;
        }
            #element_inclusion_block .nav-tabs li>a {
                text-align: center;
                font-size: 16px;
                font-weight: 600;
                color: #333333;
                text-align: center;
                border: none;
            }
            #element_inclusion_block .nav-tabs > li.active > a, #element_inclusion_block .nav-tabs > li.active > a:hover, #element_inclusion_block .nav-tabs > li.active >
            a:focus {
                background-color: transparent;
            }
    #element_inclusion_block .tab-content {
        margin-top: 0px;
    }
    /* list popup style */
    .package_element_list_container .list_wrapper {
        position: relative;
    }
    .list_loading {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #2d2d2daa;
        text-align: center;
    }
        .list_loading i {
            position: absolute;
            top: 40%;
            width: 50px;
            color: #fff;
            font-size: 50px;
        }



    .list_element {
        background: #FFFFFF;
        box-shadow: 0 3px 15px 1px rgba(0,0,0,0.10);
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .list_element .activity_img {
        border-radius: 3px;
    }
    .list_element .activity_info_block {
        font-size: 14px;
        color: #333333;
    }
        .list_element .element_name {
            font-size: 16px;
            font-weight: bold;
        }
            .list_element .element_name a{
                font-size: 16px;
                color: #333333;
            }
        .list_element .activity_country {
            opacity: 0.8;
        }
        .activity_label {
            white-space: nowrap;
            overflow: hidden;
        }
        .list_element .row{
            margin: 0px !important;
            width: 100%;
        }
        .list_element .activity_label {
            font-weight: bold;
        }
        .list_element .activity_desc {
            line-height: 22px;
        }
        .list_element .activity_action_block {
            text-align: right;
        }
            .list_element .activity_action_block:not(.included) {
                justify-content: end;
            }
            .list_element .included_txt, .list_element .included_txt i {
                text-transform: uppercase;
                font-size: 12px;
                color: #333333;
            }
            .list_element .activity_price_txt {
                font-size: 14px;
                color: #333333;
            }
            .list_element .activity_price {
                font-size: 24px;
                margin-bottom: 9px;
                color: #333333;
                /* need to check this again*/
                /* overflow: hidden;
                white-space: nowrap; */
            }
            .activity_price{
                white-space: nowrap;
                overflow: hidden;
            }
            .list_element .activity_price_sign {
                margin-right: 5px;
            }

/* miniatures */
.miniture_image_block > div {
    padding: 0px 5px;
}
#miniature_full_size img {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 3px 9px 1px rgba(0,0,0,0.20);
}
#min_thumbs_list {
    overflow: hidden;
    float: left;
    width: 100%;
}
#min_thumbs_list ul#min_thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: auto;
}

#min_thumbs_list li {
    cursor: pointer;
    margin: auto;
    margin-bottom: 10px;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#min_thumbs_list li.last {
    margin-bottom: 0px;
}
#min_thumbs_list li a {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfbfb;
}
#min_thumbs_list li a:hover, #min_thumbs_list li a.shown {
    border-color: #dbdbdb;
}
#min_thumbs_list li img {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    #min_view_scroll_left,
    #min_view_scroll_right {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        height: 20px;
        width: 20px;
        line-height: 0;
        font-size: 0;
        overflow: hidden;
    }

    #min_view_scroll_left:before,
    #min_view_scroll_right:before {
        color: #ffffff;
        font-family: "FontAwesome";
        font-size: 22px;
        line-height: 22px;
    }
    #min_view_scroll_left:hover:before,
    #min_view_scroll_right:hover:before {
        color: #c0c0c0;
    }

    #min_view_scroll_right {
        bottom: 4px;
    }
    #min_view_scroll_right:before {
        content: "\f13a";
    }

    #min_view_scroll_left {
        top: 4px;
    }
    #min_view_scroll_left:before {
        content: "\f139";
    }


