/**
* 2010-2020 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-2020 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

#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; */
    word-wrap: none;
}

.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;
}

.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);
}
