/* *
* 2010-2023 Webkul.
*
* NOTICE OF LICENSE
*
* All rights 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
*/

.room_type_extra_info
{
  font-family: inherit;
    color: #9A9A9A;
    border-bottom: none!important;
    position: relative;
}
.room_type_extra_info li.selected
{
    font-family: inherit;
    color: #404040;
    font-size: 18px;
    border-bottom: 2px solid #379aef;}
.room_type_extra_info li.active
{
  font-family: inherit;
  color: #404040;
  font-size: 18px;
  font-weight: 700;}
.room_type_extra_info ul
{
    padding-left:20px;
    padding-right: 20px;
    display: flex !important;
    justify-items: flex-start !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;}

.room_type_extra_info_content
{
    margin-top: 0px!important;
    line-height: 25px;}
.room_type_extra_info ul li
{
    min-width: fit-content;}
.room_type_extra_info ul li.active:after
{
    content: '';
    position: absolute;
    top: 36px;
    width: 100%;
    height: 4px;
    background: #379aef;}
.left_scroll{
    position: absolute;
    top: 7px;
    z-index:10;}
.right_scroll{
    position: absolute;
    top: 7px;
    right: -7px;
    z-index: 10;}
.icon-angle-left
{
    padding-right: 3px;
    font-size: 20px;
    background: #4b4a4a;;
    color: white;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-right: 6px;
    width: 25px;font-weight: normal;
    border-radius: 50px;
    text-align: center;
    opacity: 0.5;}
.icon-angle-right
{
    padding-left: 3px;
    font-size: 20px;
    background: #4b4a4a;;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: white;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin-right: 6px;
    text-align: center;
    width: 25px;
    opacity: 0.5;}
@media (min-width:768px)   {
    .additional_info{
        padding-left: 0;
        padding-right: 10px;}
}
@media (max-width:767px) {
    .additional_info{
        padding-left: 0;
        padding-right: 0;}
}
.room_type_additional_info {
    margin-left: 0px;}
.col-xs-8{
    padding-left : 0;}
.primary_block{
    margin-bottom:0 !important;}
.additional_information_tittle{
    color: #000000;
    font-weight: 550;
    font-size: 14px;}
.additional_information_content{
    padding: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #161616;}
