/**
 * The ILM Product Tab module is a powerful tool for improving your PrestaShop store's product pages. 
 * It enables you to display additional product information, media, and files in a convenient tabbed format.
 *
 * @author    Abdullah Ahamed
 * @copyright Copyright (c) 2024 ILM Tech. All rights reserved.
 * @license   GNU General Public License version 2 or later
 * @site                https://www.ilmtech.in
 * @contact             support@ilmtech.in

 */
#btn_popup {
    margin-top: 10px;
    padding: 5px 10px !important;
    border-radius: 2px;
	display: flex;
	align-items: center;
}
#btn_popup img {
    width: 35px;
    height: 35px;
	margin-right: 10px;
}
#ilmpopup .modal-dialog{
    max-width: 100% !important;
}
#ilmpopup .modal-dialog span.button {
    position: absolute;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    top: -15px;
    background: #222;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.ilmgallery{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.ilmgallery li{
	list-style: none;
	width: 130px;
	margin: 10px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.ilmgallery li img{
	width: 100%;
}
.tabs .nav-tabs{
	border-bottom: 0;
}

.tabs .nav-tabs .nav-link{
	border-bottom: transparent 3px solid ;
}

.btn_popup {
    margin-top: 10px;
    padding: 5px 10px !important;
    border-radius: 2px;
	display: flex;
	align-items: center;
}
.btn_popup img {
    width: 35px;
    height: 35px;
	margin-right: 10px;
}
.ilmpopup .modal-dialog{
    max-width: 100% !important;
}
.ilmpopup .modal-dialog span.button {
    position: absolute;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    top: -15px;
    background: #222;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.viewbox-container{
	z-index: 1200;
}
.ilmtable td{
	word-break: break-word;
}
a.ilmfile {
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.ilmfile img{
	width: 20px;
	filter: invert(100%);
	margin-right: 10px;
}

.ilmhide{
	display: none !important;
}