/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * that is bundled with this package in the file LICENSE.txt
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this module to a newer
 * versions in the future. If you wish to customize this module for your
 * needs please refer to CustomizationPolicy.txt file inside our module for more information.
 *
 * @author Webkul IN
 * @copyright Since 2010 Webkul
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

#tab-content img,
#tab-content video,
#tab-content table {
    max-width: 100% !important;
}

.product-information .tab-pane {
    word-break: break-word;
    color: #7a7a7a;
}

.product-information .tabs ul {
    display:flex !important;
    justify-items: flex-start !important;
    overflow-x: auto;
    overflow-y: hidden;
    transform:rotateX(180deg);
    -ms-transform:rotateX(180deg);
    -webkit-transform:rotateX(180deg);
}

.product-information .tabs ul li {
    transform:rotateX(180deg);
    -ms-transform:rotateX(180deg);
    -webkit-transform:rotateX(180deg);
}

.product-information .tabs ul::-webkit-scrollbar {
    width: 12px;
    height: 9px;
}

.product-information .tabs ul li {
    display: block;
    /* min-width: 200px; */
    min-width: 0; /* allow flex item to shrink so long labels wrap instead of overflowing */
}

.product-information .tabs ul li a {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.product-information .tabs ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
    box-shadow: inset 0 0 6px rgba(200,200,200,1);
    border-radius: 10px;
}

.wk-product-extra-tabs *{
    white-space: normal;
    word-break: break-word;
}

.product-information .tabs ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#fff;
    -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
    box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}
