


/* 4--comparison light box & bottom info box */
.product_comparison_info_box {
  position: fixed !important;
  padding: 5px 5px !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  box-shadow: none !important;
  font-weight: 300 !important;
  z-index: 2 ;
  width: 100%!important;
  background: #000a!important;
  justify-content: center!important;
  border-radius: 0 !important;
}
.product_comparison_info_box.active {
  bottom: 37px!important;
  right: unset ;
  z-index: 10;
}
.product_comparison_info_box > span:nth-of-type(2) {
  box-shadow: none!important;
  background: #3e3e3e!important;
  padding: 4px 16px!important;
  color: #fff!important;
  font-size: 18px!important;
  border-radius: 20px!important;
  cursor: pointer!important;
  margin: 0!important;
}
.product_comparison_info_box>span:nth-of-type(2):hover{
  background: #1e1e1e!important;
}
@media only screen and (max-width: 763px){
  .product_comparison_info_box.active{
    bottom: 42px !important;
  }
}
/*For info box fixed at bottom position only*/
@media only screen and (max-width: 537px){
  .product_comparison_info_box.active{
    bottom: 58px !important;
  }
}
@media only screen and (max-width: 500px){
  .product_comparison_info_box.active{
    bottom: 51px !important;
    background: #000000a8 !important;
  }
}

/* comparison light box - head */

.product_card_lb .lb_secheader.compare_clear {
  padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    font-size: 18px;
        height: 42px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    backdrop-filter: blur(5px);
    align-items: center;
}
.product_card_lb .lb_secheader.compare_clear > div {
  position: fixed;
}
.product_card_lb .lb_secheader.compare_clear > div:nth-of-type(1) {
  left: 20px;
}
.product_card_lb .lb_secheader.compare_clear > div:nth-of-type(2) {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  right: 20px;
  border: 2px solid rgba(0, 0, 0, 0.17);
  padding: 4px 12px;
  border-radius: 4px;
}
/* comparison light box - table */
.product_card_lb .lb_content.eshop.compare_wrapper{
      display: flex;
    padding-bottom: 0;
    margin: 40px 0px 0px 0px;
    background-color: #f8f8f8;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 100vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
    min-height: 100vh;
    max-height: 100vh;
    cursor: grab;
}
.product_card_lb .lb_content.eshop.compare_wrapper .product_list.compare{
  border: none;
  display: flex;
    text-align: center;
    justify-content: unset;
    overflow: auto;
    padding-left: 20px;
    gap: 20px;
    overflow: unset;
    padding: 12px 0 100px 0;
    background-color: #F8F8F8;
    border-spacing: 0;
    scrollbar-width: none;
    scrollbar-color: #ededed #ffffff;
    margin: 0;
}


.product_card_lb .lb_content.eshop.compare_wrapper tbody{
  border: none;
}


.product_card_lb .lb_content.eshop.compare_wrapper th,
.product_card_lb .lb_content.eshop.compare_wrapper td{
  border-right: 8px solid #f8f8f8;
  border-bottom: 0.5px solid #f8f8f8;
  min-width: 276px;
  padding: 20px;
  background-color: white;
  vertical-align: top;
  
}

.product_card_lb .lb_content.eshop.compare_wrapper th.compare_count{
  background: #eceadf;
  position: sticky;
  left: 0;
  z-index: 1;
  text-align: right;
  padding-right: 60px;
  font-weight: 300;
  font-size: 18px;
  border-right: 0px;
  z-index: 2;
  top: 0;
}

.product_card_lb .lb_content.eshop.compare_wrapper .compare_count span{
  font-size: 50px;
}



.product_card_lb .lb_content.eshop.compare_wrapper .compare_item{
  position: sticky;
  padding: 10px 20px 50px;
  top: 0px;
}

.product_card_lb .product_list .brand,
.product_card_lb .product_list .name{
  font-weight: 400;
}


.product_card_lb .lb_content.eshop.compare_wrapper .compare_item .but_delete{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: auto;
  cursor: pointer;
}

.product_card_lb .lb_content.eshop.compare_wrapper .product_list.compare .but_delete::before,
.product_card_lb .lb_content.eshop.compare_wrapper .product_list.compare .but_delete::after{
  width: 1px;
}

.product_card_lb .but_delete::before{
  content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 1px;
  background-color: #333;
}

.product_card_lb .lb_content.eshop.compare_wrapper .product_list.compare .but_delete::after{
  content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  background-color: #333;
  right: 50%;
  transform: translateX(50%) rotate(-45deg);
  width: 1px;
}
.product_card_lb .lb_content.eshop.compare_wrapper .item_card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.product_card_lb .lb_content.eshop.compare_wrapper .product_list.compare .thumb{
text-align: center;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
   width: 220px;
   padding-bottom: 0;
}

.product_card_lb .lb_content.eshop.compare_wrapper .product_list.compare .thumb::before{
  display: none;
}

.product_card_lb .lb_content.eshop.compare_wrapper .item_card .thumb img{
  border: 0px;
  max-width: 80%;
    max-height: 100%;
    margin: 0 auto;
    height: auto;
    display: inline-block;
    -webkit-mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
    -o-mix-blend-mode: multiply;
    -ms-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
        width: 100%;
    height: auto;
    
}

.product_card_lb .lb_content.eshop.compare_wrapper .product_list.compare .option_box{
  color: #949494;
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 12px;
}

.product_card_lb .lb_content.eshop.compare_wrapper .compare_item .item_foot{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
 
}

.product_card_lb .lb_content.eshop.compare_wrapper .product_list.compare .price_box{
    margin-top: auto;
    justify-self: center;
}

.product_card_lb .product_list .price{
  font-family: "Work Sans", arial;
    position: relative;
    display: table;
    margin: auto;
    line-height: 36px;
    text-align: right;
    position: relative;
    align-items: center;
    color: #51523b;
    padding-left: 20px !important;
    margin-left: 30px;
    color: #51523b;
    font-weight: 500 !important;
    
}

.product_card_lb .list_action{
  display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}

.product_card_lb .lb_content.eshop.compare_wrapper .product_list.compare .but_general{
  vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none;
    color: #ffffff;
    margin: auto;
    width: 100%;
    position: unset;
    background: #9F973C;
    border-radius: 5px;
    padding: 4px;
    font-size: 13px;
    font-weight: 300;
    min-width: 120px;
    min-height: 32px;

    align-items: center;
    justify-content: center;
    
}

.product_card_lb .lb_content.eshop.compare_wrapper tr{
  border: none;
}

.product_card_lb .lb_content.eshop.compare_wrapper th.row_head{
  background: #eceadf;
    position: sticky;
    left: 0;
    z-index: 1;
    text-align: right;
    padding-right: 60px;
    font-size: 18px;
    border-right: 0px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    
}


 .product_card_lb .lb_content.eshop.compare_wrapper .compare_item.fixed{
  position: sticky;
    padding: 10px 20px 0px;
    top: 0px;
    z-index: 1;
 }
 .product_card_lb .lb_content.eshop.compare_wrapper .compare_item.fixed .item_card{
  gap: 4px;
 }
 .product_card_lb .lb_content.eshop.compare_wrapper .compare_item.fixed .option_box{
  margin: 0;
 }

 .product_card_lb .lb_content.eshop.compare_wrapper .compare_item.fixed .thumb{
  width: 100px;
    flex-basis: 30%;
 }

 .product_card_lb .lb_content.eshop.compare_wrapper .compare_item.fixed .thumb img{
  min-width: 80px;
    height: auto;
    width: 80px;
 }

 

  .product_card_lb .lb_content.eshop.compare_wrapper .compare_list_empty{
  height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
 }

 

@media only screen and (max-width: 768px){
 .product_card_lb .lb_content.eshop.compare_wrapper th.compare_count,
 .product_card_lb .lb_content.eshop.compare_wrapper th.row_head,
  .product_card_lb .lb_content.eshop.compare_wrapper th.compare_item{
  min-width: 180px ;
  max-width: 180px;
 }




}
@media only screen and (max-width: 500px){
 .product_card_lb .lb_content.eshop.compare_wrapper th.compare_count,
 .product_card_lb .lb_content.eshop.compare_wrapper th.row_head,
 .product_card_lb .lb_content.eshop.compare_wrapper td{
  padding:12px ;
  min-width: 70px ;
  max-width: 70px;
 }

 .product_card_lb .lb_content.eshop.compare_wrapper .compare_count span{
  font-size: 30px;
 }

 .product_card_lb .lb_content.eshop.compare_wrapper th.compare_count >div{
  font-size: 14px;
 }
 .product_card_lb .lb_secheader.compare_clear > div:nth-of-type(2){
  right: 50px;
 }
 .product_card_lb .lb_content.eshop.compare_wrapper .compare_item.fixed{
  padding-bottom: 100px;
 }
 .product_card_lb .lb_content.eshop.compare_wrapper .compare_item .item_foot{
   width: calc(100% - 30px);
 }
}
/*4--comparasion light box & bottom info box ends*/
