/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 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:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.pa_div{
    position: relative;
    display: block;
    background: #fbfbfb;
    margin-bottom: 15px;
}
.pa_div.pa_block{
    border: 1px solid #ededed;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
}

#product.content_only div.primary_block div.pb-left-column{
    width: 100%;
    padding: 0px;
}

.pa_txt{
    padding: 10px;
    overflow-wrap: break-word;
}

.product-plan .imp-wrap .loading_msg{
    padding: 50px;
    text-align: center;
}
.product-plan .img-wrap>img {
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.product-plan .imp-shape-text{
    /*display: inline-table;*/
}

.product-plan .imp-shape-text .imp-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.product-plan .imp-shape-text .imp-text.transition{
    transition: all .25s cubic-bezier(.55,0,.1,1);
    -moz-transition: all .25s cubic-bezier(.55,0,.1,1);
    -webkit-transition: all .25s cubic-bezier(.55,0,.1,1);
}
.imp-tooltip{
   z-index: -1; 
}
.imp-tooltip.imp-anim-rotate{
    transition-timing-function : cubic-bezier(.17,.67,.4,1.39);
    -webkit-transition-timing-function: cubic-bezier(.17,.67,.4,1.39);
    -moz-transition-timing-function:  cubic-bezier(.17,.67,.4,1.39);
}
.imp-tooltip.imp-zindex{
    z-index: 5010;
}
.imp-tooltip.imp-tooltip-visible{
}
.imp-tooltip .disabled{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.imp-tooltip .group-qte-add-to-cart{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.imp-tooltip .group-qte-add-to-cart input{
    flex: 2;
    height: 32px;
    width: 100%;
    margin-right: 10px;
}
.imp-tooltip form .group-qte-add-to-cart input{
    height: 44px;
    padding: .5rem 0.3rem;
}
.imp-tooltip .group-qte-add-to-cart button,
.imp-tooltip .group-qte-add-to-cart .pa_add_to_cart,
.imp-tooltip .group-qte-add-to-cart > div,
.imp-tooltip .group-qte-add-to-cart a{
    flex: 9; 
}

.pb-left-column #views_block{
    display: flex;
    flex-direction: row;
}

span.view_scroll_spacer{
    flex: 2;
    float: none;
    width: inherit;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
}

#thumbs_list{
    flex: 20;
    float: none;
    width: inherit;
}

#view_scroll_left,
#view_scroll_right{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 24px;
    width: 24px;
    float: none;
}
#view_scroll_left:before, #view_scroll_right:before{
    font-size: 24px;
}

section.pa-product-list,
section.pa-links-list{
    margin-top:25px;
}
section.ps17.pa-product-list,
section.ps17.pa-links-list{
/*    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;*/
}

.view-topscroll{
    display: none;
    overflow-x: scroll;
    overflow-y: hidden;
}
.view-topscroll { height: 20px; }
.scroll-div1 {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 20px;
}

.pa-table-responsive-vertical {
    overflow-x: auto;
}
.pa-table-responsive-vertical .trdisabled{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pa-product-list .pa-table-responsive-vertical > .table > tbody > tr.hide{
  display: none;
}
.pa-table-responsive-vertical > .table > tbody > tr > td:nth-child(3) > span{
    display: flex;
    align-items: left;
    flex-direction: column;
}
.pa-table-responsive-vertical > .table > tbody > tr > td[data-title="Qte"] input{
    max-width: 30px;
}
.pa-table-responsive-vertical > .table > tbody > tr > td[data-title="Stock"]{
    /*text-align: center;*/
}
.pa-table-responsive-vertical .pict {
    position: relative;
    float: left;
    cursor: zoom-in;
    
}
.pa-table-responsive-vertical .pict > img {
    margin: 0px;
}
.pa-table-responsive-vertical .pa_product_description {
    /*display: none;*/
}
.pa-table-responsive-vertical .bigpict {
    position: absolute;
    top: -200%;
    left: 110%;
    z-index: 5000;
    width: 300px;
    display: none;
    border: 1px solid #dbdbdb;
    background: white;
    webkit-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
    -moz-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
    box-shadow: rgba(0,0,0,0.17) 0 0 13px;
}
.pa-table-responsive-vertical tr:first-of-type .bigpict{
    top:0;
}
.pa-table-responsive-vertical tr:last-of-type .bigpict{
    bottom: 0;
    top: initial;
}

.pa-table-responsive-vertical .bigpict img{
    width: 100%;
    margin: 0;
}
.pa-table-responsive-vertical .pa_add_to_cart_block{
    
}
.pa-table-responsive-vertical .pa_add_to_cart_block .form-control{
    height: 52px;
    min-width: 38px;
}
.pa-table-responsive-vertical .pa_add_to_cart_block .ajax_add_to_cart_button {
    font-size: 20px;
    height: 52px;
    padding: 10px 12px;
    margin-left: -1px;
    min-width: inherit;
    vertical-align: inherit;
}
.pa-table-responsive-vertical .pa_add_to_cart_block .ajax_add_to_cart_button i{
    margin: 0px;
    vertical-align: middle;
}
.ps17.bootstrap-touchspin{
    display: table;
    float: none;
    box-shadow: none;
}
.pa-table-responsive-vertical .pa_add_to_cart_block.ps17 .form-control{
    float: none;
    min-width: 3rem;
    width: 100%;
}
.pa-table-responsive-vertical .pa_add_to_cart_block.ps17 .ajax_add_to_cart_button{
    padding: .625rem 1rem;
    margin-left: -5px;
}
.pa-modal .pa-table-responsive-vertical .locate-on-pa{
    display: none;
}
.pa-table-responsive-vertical .locate-on-pa{
    cursor: pointer;
    font-size: 20px;
}

.pa-table-responsive-vertical .location_searching.locate-on-pa{
    cursor: pointer;
    font-size: 24px;
}
.pa-table-responsive-vertical .attribute_list{
    min-width: 100px;
    /*max-width: 130px;*/
} 
.pa-table-responsive-vertical .availability_statut,
.pa-table-responsive-vertical div.price{
    max-width: 150px;
    white-space: inherit;
}
.pa-table-responsive-vertical .attribute_list .form-control{
    max-width: 230px;
}
.pa-table-responsive-vertical .reduction_percent,
.pa-table-responsive-vertical #old_price
{
    margin: 0px;
    padding: 1px 2px;
}
.pa-table-responsive-vertical .availability_date_label,
.pa-table-responsive-vertical .availability_date_value{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.pa-table-responsive-vertical .the_price{
    font-weight: bold;
}

.ps17.pa-product-list .product-image > div > img,
.pa-modal-content tr.ps17 .product-image > div > img
{
    max-width: 98px;
}
.ps17.pa-product-list .product-availability,
.pa-modal tr.ps17 .product-availability{
    margin-top: .625rem;
    display: inline-block;
    font-weight: 700;
}
.ps17.pa-product-list .product-prices #product-availability{
  display: none;
}
.ps17.pa-product-list .product-availability .product-last-items,
.pa-modal tr.ps17 .product-availability .product-last-items,
.pa-modal tr.ps17 .product-availability .product-unavailable,
.ps17.pa-product-list .product-availability .product-unavailable{
    color: #ff9a52;
}
.ps17.pa-product-list .product-availability .product-available,
.pa-modal tr.ps17 .product-availability .product-available {
    color: #4cbb6c;
}
.ps17.pa-product-list .product-availability .material-icons,
.pa-modal tr.ps17 .product-availability .material-icons{
    line-height: inherit;
}
.ps17.pa-product-list .has-discount .discount,
.pa-modal tr.ps17 .has-discount .discount{
    margin-left: 0px;
}
 
.spinner {
  width: 100%;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical,
.bootstrap-touchspin .input-group-btn-vertical{
  position: relative;
  white-space: nowrap;
  width: 27px;
  min-width: 27px;
  vertical-align: middle;
  display: table-cell;
  float: none;
}
.input-group-btn-vertical > .btn,
.bootstrap-touchspin .input-group-btn-vertical>.btn{
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 1px 0px 0px 0px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
  height: 27px;
}
.bootstrap-touchspin .input-group-btn-vertical>.btn{
  margin-left: -3px;
  padding: 1px 3px 3px 0px;
  min-width: inherit;
}
.input-group-btn-vertical > .btn:first-child {
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
}
.input-group-btn-vertical i{
}
.pa-table-responsive-vertical .bootstrap-touchspin .input-group-btn-vertical i,
.pa-product-list .bootstrap-touchspin .input-group-btn-vertical i{
    position: relative;
    top: unset;
    left: unset;
    font-size: 24px;
    font-weight: inherit;
}
.pa-product-list .input-group>.input-group-btn:not(:first-child){
  margin-left: 0px;
}

.pa-product-list article.pdt_line_highlighted,
.pa-product-list article.pdt_line_highlighted .thumbnail-container a,
.pa-product-list article.pdt_line_highlighted .product-description,
.pa-product-list-block .pdt_line_highlighted,
.pa-table-responsive-vertical .pdt_line_highlighted td{
    background-color: #C8DFED !important;
    -webkit-animation: pdt_line_highlight 3.5s ease-in-out;
    animation: pdt_line_highlight 3.5s ease-in-out;
}

.pa-product-list-block .product-box{
    padding: 2px;
}

.pa-product-list .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE";
}
.pa-product-list .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF";
}

@-webkit-keyframes pdt_line_highlight {
    100% { background-color: inherit; }
}

@keyframes pdt_line_highlight {
    100% { background-color: inherit; }
}
.imp-shape-container .spot_highlighted{
        -webkit-animation: shadow-pulse-big 1s 3 1s cubic-bezier(0.66, 0, 0, 1);
            animation: shadow-pulse-big 1s 3 1s cubic-bezier(0.66, 0, 0, 1);
}
.imp-shape-container .spot_highlighted_svg{
  animation: pulse-svg 1s 3 1s cubic-bezier(0.66, 0, 0, 1);
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-svg {
  50% {
    fill: rgba(0, 0, 0, 0.0);
    stroke: rgba(0, 0, 0, 0.0);
  }
  
}
.td_pdt_name{
    position: relative;
    max-width: inherit !important;
}
.td_pdt_name > div:not(:nth-child(3)){
    display: inline-block;
}
.pa-modal.is-visible .td_pdt_name > div:first-of-type{
    width: 100%;
}
.td_pdt_name > div:first-of-type{
    width: 92%;
}
.td_pdt_name.ps17 > div:first-of-type{
    width: 92%;
}
#category .td_pdt_name > div:first-of-type{
    width: 88%;
}
#category .td_pdt_name.ps17 > div:first-of-type{
    width: 80%;
}
#category .pa-modal .td_pdt_name.ps17 > div:first-of-type{
    width: 100%;
}

#category #reduction_percent, #category #reduction_amount {
    margin-right: 10px;
    padding: 1px 2px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    line-height: 23px;
    color: #fff;
    background: #f13340;
    border: 1px solid #d02a2c;
}
#category #last_quantities{
    background: #fe9126;
    border: 1px solid #e4752b;
    padding: 4px 8px 3px;
    position: relative;
    top: 1px;
    margin-left: 0px; 
    color: #fff;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
}

.td_pdt_name > div:nth-child(2){
    float: right;
}
.td_pdt_name.ps17 > div {
/*    max-height: 100px;
    overflow: hidden;*/
}
.td_pdt_name.ps17 .product-name{
    font-weight: bold;
}

.td_pdt_name .product-desc{
/*    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
}

.td_pdt_name .table-product-discounts{
   margin: 10px 0px;
   width: 100%;
   border: 1px solid #d6d4d4;
}

section.pa-links-list #pdt_links_pa{
}
section.pa-links-list .pdt_link_pa:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
section.pa-links-list .pdt_link_pa{
    margin: 3px;
}
section.pa-links-list .pdt_link_pa a{
    white-space: normal;
    display: flex;
    text-align: left;
}
section.pa-links-list .pdt_link_pa a i{
  font-size: initial;
  margin: auto 10px auto 0px;
}

@media screen and (max-width: 768px) {
    .pa-table-responsive-vertical {
        overflow-x: unset;
    }
  .pa-table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .pa-table-responsive-vertical > .table > thead,
  .pa-table-responsive-vertical > .table > tfoot {
    display: none;
  }
  .pa-table-responsive-vertical > .table > tbody {
    display: block;
  }
  .pa-table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  .pa-table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  .pa-table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
  }
  
  .pa-table-responsive-vertical > .table > tbody > tr > td[data-title="Name"] > span{
    padding-left: 10px;
  }
  .pa-table-responsive-vertical > .table > tbody > tr > td[data-title="Stock"]{
      text-align: right;
  }
  .pa-table-responsive-vertical .attribute_list{
      width: 100%;
      text-align: left;
      padding-left: 30%;
  }
  .pa-table-responsive-vertical .attribute_list .form-control{
      max-width: 100%;
  }
  .pa-table-responsive-vertical .attribute_list .selector{
      /*margin: 0;*/
/*      width: 100% !important;
      margin: 0px;*/
  }
  .pa-table-responsive-vertical .attribute_list .selector span{
/*      width: 100% !important;*/
  }
  .pa-table-responsive-vertical .availability_statut{
      max-width: 100%;
      margin-left: 30%;
  }
  .pa-table-responsive-vertical div.price {
      max-width: 100%;
      margin-left: 30%;
  }
  
  .pa-table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  
  .pa-table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .pa-table-responsive-vertical > .table-bordered {
    border: 0;
  }
  .pa-table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .pa-table-responsive-vertical > .table-striped > tbody > tr > td:first-of-type {
    border-top: 3px solid rgba(0, 0, 0, 0.25);
  }
  .pa-table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .pa-table-responsive-vertical > .table-striped > tbody > tr > td,
  .pa-table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .pa-table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .pa-table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  .pa-table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #fff;
  }
  .pa-table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
  .td_pdt_name div{
      display: inherit;
  }
  .td_pdt_name > div:first-of-type{
      width: inherit !important;
      margin-left: 65px;
  }
  .td_pdt_name.ps17 > div:first-of-type{
      margin-left: 75px;
  }
  .td_pdt_name > div:nth-child(2){
      position: absolute;
      top: 7px;
      left: 60px;
  }
  .td_pdt_name.ps17 > div:nth-child(2){
      top: 10px;
      left: 55px;
  }
  
  .input-group-btn-vertical {
      width: 37px;
  }
  
  .pa-table-responsive-vertical .pa_add_to_cart_block.ps17 .form-control{
  }
  .imp-shape-container .spot_highlighted{
      -webkit-animation: shadow-pulse 1s 3 1s cubic-bezier(0.66, 0, 0, 1);
      animation: shadow-pulse 1s 3 1s cubic-bezier(0.66, 0, 0, 1);
  }
  
  .pa-table-responsive-vertical .pict{
      position: relative;
      float: none;
  }
  .pa-table-responsive-vertical .bigpict{
      top: 100%;
      left: 0%;
      width: 100%;
  }
  .pa-table-responsive-vertical tr:first-of-type .bigpict,
  .pa-table-responsive-vertical tr:last-of-type .bigpict{
      top: 100%;
  }

  .spinner {
      padding-left:30%;
  }
  .ps17.pa-product-list .product-availability{
      margin-left: 75px; 
  }
  
  tr.ps17 .current-price{
      display: flex;
      flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
    .td_pdt_name > div:first-of-type {
        width: 85%;
    }
    .td_pdt_name.ps17 > div:first-of-type {
        width: 86%;
    }
}
@media screen and (max-width: 991px) {
    .td_pdt_name.ps17 > div:first-of-type {
        width: 80%;
    }
}

/* content-only */
#product.content_only div.primary_block {
    margin: 0;
    padding: 20px 20px 5px 35px;
}

#product.content_only .pa_socialsharing_product{
    text-align: center;
}

.pa-quickview .mask {
    width: inherit;
}

#pa_home{
    clear: both;
    margin: 10px 0;
}

#pa_home .product-plan{
    margin-bottom: 10px;
}

#category #product-plan{
    margin-bottom: 15px;
}

#category .page-product-box h3{
    display: none;
}

/* loader */
.pa_loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin-bottom: 10px;
}
.pa_loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

/* CMS PAGE INTEGRATION */
.product-plan-cms{
    float: none;
}

.product-plan-cms.pa-center{
    margin: 0 auto;
}
.product-plan-cms.pa-left{
    float: left;
}
.product-plan-cms.pa-right{
    float: right;
}

/* MODAL */
.pa-modal {
    position: absolute;
    z-index: 98; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.pa-modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.pa-modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.pa-modal-content {
    overflow-x: auto;
}

.modal-wrapper {
  z-index: 97;
  width: 98%;
  max-width: 1170px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  position: relative;
  margin: 100px auto;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.pa-modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.pa-modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
  font-size: 1.125em;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pa-modal-content > *:first-child {
  margin-top: 0;
}

.pa-modal-content > *:last-child {
  margin-bottom: 0;
}
/* END MODAL */

.ps17 .pa-table-responsive-vertical table th,
.ps17 .pa-table-responsive-vertical table td,
.pa-modal th.ps17, .pa-modal .ps17 td{
    padding: .5rem;
}

.pa-tabs{
  overflow: hidden;
  border-bottom: 1px solid #d6d4d4;
  margin: 10px 0px;
}
.pa-tabs .btn{
    
}
#category .product-plan.imp-initialized{
    /*padding-bottom: 10px;*/
}

.hidden_right_tooltip{
    display: none;
}
.tooltip_here{
    overflow-y: auto;
    scrollbar-width: thin;
}
.tooltip_here .imp-tooltip.imp-tooltip-visible{
    position: relative;
}
.tooltip_here .hs-arrow{
    display: none;
}
.tooltip_here::-webkit-scrollbar {
    width: 6px;
    position: relative;
    background: #e9e9e9;
}
.tooltip_here::-webkit-scrollbar-thumb {
    background-color: #484848;
}


