/* .custom-compare-checkbox-wrapper {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
    position: absolute;
    right: 0;
    z-index: 10;
    background: #fff;
    font-weight: 600;
    padding: 0 10px 0 0;
    border-radius: 2em;
    top:10px;
    border:2px solid #f78e1e;
  } */

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  /* .custom-compare-checkbox-wrapper input[type=checkbox] {
    display: none;
  }

  .custom-compare-checkbox-wrapper .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #000;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  } 
  .custom-compare-checkbox-wrapper .check-box::before,
  .custom-compare-checkbox-wrapper .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #f78e1e;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .custom-compare-checkbox-wrapper .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .custom-compare-checkbox-wrapper .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .custom-compare-checkbox-wrapper input[type=checkbox]:checked + .check-box,
  .custom-compare-checkbox-wrapper .check-box.checked {
    border-color: #f78e1e;
  }
  .custom-compare-checkbox-wrapper input[type=checkbox]:checked + .check-box::after,
  .custom-compare-checkbox-wrapper .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .custom-compare-checkbox-wrapper input[type=checkbox]:checked + .check-box::before,
  .custom-compare-checkbox-wrapper .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }*/
  /* .custom-compare-checkbox-wrapper .check-box{margin:5px 5px 5px 10px !important;vertical-align: middle;} */
  /* .crox_compare_option{position: relative;} */
  /* .mbottom0clsimp{margin-bottom: 0 !important;} */
  .pcompmaindiv{position: relative;}
  .header-compare-count {background-color: var(--miniature-colors-dark-grey);}
  .header-compare-count {
    position: absolute;
    color: var(--miniature-colors-white);
    border-radius: 3px;
    top: -8px;
    right: -9px;
    font-size: 10px;
    font-weight: var(--miniature-font-weight-bold);
    text-align: center;
    padding: 1px 5px;
}
.head-content-slot-compare{display: none;}
.compmaindiv{padding:60px 0;}
.comp-table-charts {
  margin: 10px 0;
  overflow: hidden;
}
.comp-table-charts .leftfirstcolmn {
  width: 160px;
  clear: both;
}
.comp-table-charts .leftfirstcolmn {
  border-top: 1px solid #ddd;
  float: left;
  position: relative;
}
.comp-table-charts ul {
  padding: 0;
  margin: 0;
}
.comp-table-charts .leftfirstcolmn li:first-child {
  background-color: #fff;
}
.comp-table-charts .leftfirstcolmn ul li {
  /* background-color: #f8f8f8; */
  background-color: #ffffff;
  text-align: right;
  border-left: 1px solid #e8e8e8;
}
.comp-table-charts .crox-sticky-wrapper li {
  transition: all 1s ease .5s;
  top: 0;
  position: relative;
}
.comp-table-charts li {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid transparent;
  list-style: none !important;
  margin: 0;
  padding: 8px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
.comp-table-charts .leftfirstcolmn ul li {
  text-align: right;
}
.comp-table-charts li.heading_row_chart {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  background-color: #fff !important;
  border-right-color: #fff !important;
  border-left-color: #fff !important;
  padding: 17px 0 17px 4px;
}
.comparemaincontain{border:1px solid #ddd;margin-top:30px;}
.left-heading-compare{font-weight:bold;text-align:right;}
.rightbordercls{border-right:1px solid #ddd;}
.cmaincls{}
.cpad20{padding:20px;}
.protitlecls{font-weight:600;font-size:18px;text-align:center;padding-top:10px;}
.clblk{color:#333 !important;}
.left-heading-compare{display:flex;align-items: center;justify-content: center;height:100%;}
.proprice{
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  color: #f78e1e;
  font-weight: bold;
}
.cpad10{padding:10px;}
.fullbordercls{border:1px solid #ddd;}
.bottombordercls{border-bottom:1px solid #ddd;}
.text-center{text-align:center;}
.cpad10-20{padding:10px 20px;}
.height70px{height:69px;}
.cflexaligncls{display: flex;align-items: center;justify-content: center;text-align: center;}
.compheadlabelcls{display: flex;align-items: center;justify-content: center;}
.topcompprosec:last-child{border-right:0;}
.comprgtseccls:last-child{border-right:0;}
.bottombordercls:last-child{border-bottom:0;}


.composite_product_compare_button input[type=checkbox] {
  position: relative;
  top: 0px;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  vertical-align: middle;
}
              
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: relative; /* Stay in place */
  z-index: 999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}


/* For Compare Products */

#v-compare-app [data-theme=dark]{
  --gradient-shadow: linear-gradient( to right, rgba(234, 98, 77, 0.8) 20%, rgba(255, 205, 60, 0.8) 20% 40%, rgba(44, 221, 149, 0.8) 40% 60%, rgba(21, 179, 182, 0.8) 60% 80%, rgba(0, 140, 214, 0.8) 80% );
  --header-background: #1f1f1f;
  --header-text-main: white;
  --header-badge-text: #1f1f1f;
  --header-badge-background: white;
  --header-compare-hint: #c6c6c6;
  --compare-btn: #ff6400;
  --compare-btn-hover: #c95411;
}
.compare-pc.open{
  transform: translateY(0)!important;
}
.compare-pc{
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 140000;
  transform: translateY(100%);
  transition: transform .2s ease-in-out;
}
.compare__header{
  position: relative;
  display: block;
  width: 100%;
  padding: 0 2.617924em;
  background-color: #4169e1;
  color: var(--header-text-main);
  line-height: 40px;
  font-size: 15px;
  cursor: pointer;
  font-weight:600;
}
.compare__body{
  padding: 12px 0;
  background-color: #fff;
}
.align-items-center {
  align-items: center;
}
.d-flex {
  display: flex;
}
@media screen and (max-width: 1680px){
  .l-restrict-container {
    margin: 0 5%;
  }
}
.l-restrict-container {
  max-width: 1536px;
  margin: 0 auto;
}
@media screen and (max-width: 1680px){
  .l-restrict-container {
    margin: 0 5%;
  }
}
.l-restrict-container {
  max-width: 1536px;
  margin: 0 auto;
}
@media screen and (max-width: 1680px){
  .l-restrict-container {
    margin: 0 5%;
  }
}
.l-restrict-container {
  max-width: 1536px;
  margin: 0 auto;
}
.compare__body .compare__product-list{
  margin-right: 50px;
  /*width: 74.0234375%;*/
  width: 54.81640625%;
}
.d-flex {
  display: flex;
}
.compare__body .compare__product-list-item:not(:last-of-type){
  border-right: 2px solid #eee;
}
.compare__body .compare__product-list-item{
  position: relative;
  padding: 0 10px;
  text-align: center;
  flex: 1;
}
.flex-direction-column {
  flex-direction: column;
}
.compare__body .compare__product-list-item:not(.active)::before{
  content: "";
  position: absolute;
  inset: 15px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%25' height='100%25' fill='none' stroke='%23CCCCCCFF' stroke-dasharray='7.1, 8.5' stroke-linecap='square'/%3E%3C/svg%3E");
}
.compare__body .compare__product-list-item .compare__product-remove-btn{
  line-height: 0;
  cursor: pointer;
  position: relative;
  top:-5px;
}
.align-self-flex-end {
  align-self: flex-end;
}

/* Custom Changes */
.compare__body{
  height: 100%;
}

.compare__body .l-restrict-container{
  height: 100%;
}

.compare__body .l-restrict-container ul{
  height: 100%;
  margin-bottom:0;
}

.compare__product-name{
  font-size: 12px;
}

.compare__product-img{
  height: 88px;
}

.compare-pc.open .compare__switch-svg{
  transform: rotate(270deg);
}

.compare__siwtch .compare__switch-svg{
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  fill: #fff;
}

.compare__siwtch{
  display: flex;
  margin-right: 8px;
}

.compare__body .compare-btn:disabled{
  cursor: not-allowed;
  color: #c6c6c6;
  background-color: #eeeeee;
}

.compare__header:hover{
  color: #fff;
}
.product_comp_comparison_head tbody tr td{padding:0;}
.table.product_comparison_head2{margin-top:10px;margin-bottom:10px;}
.product_comparison_head2 tr td{padding:0;}
tbody.maincomparesec tr td{padding:6px !important;}
.cprotitlespan{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;width:93%;}
.custooltip {
  position: relative;
  display: inline-block;
  width:100%;
}
.custooltip .custooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  left:0;
  font-size:14px;
  top:-40px;
	
  white-space: break-spaces;
  overflow: hidden;
  overflow-wrap: break-word;
	
}
.custooltip:hover .custooltiptext {
  visibility: visible;
}
.cproduct_title_title{height:auto !important;line-height: 1.3;margin-top:10px;}
  @media (min-width:992px) and  (max-width:1199px){
    .compare__body .compare__product-list{
      margin-right:10px;
      width:75%;
    }
    .product_detail{font-size: 11px;}
  }
  @media (min-width:768px) and  (max-width:991px){
    .compare__body .compare__product-list{
      margin-right:10px;
      width:80%;
    }
    .move_to_products{margin-right:3em;}
  }
 @media (min-width:320px) and  (max-width:992px){
  .compare-pc{
    top:0;
    transform:translateY(0) !important;
    display: none;
    left:100%;
    transition: left .2s ease-in-out;
    height:100%;background:#fff;
  }
  .compare__body .l-restrict-container{
    display:inline-block;
    width:100%;
    height:auto;
    text-align: center;
    height:auto;
  }
  .compare__body .l-restrict-container ul{
    display:inline-block;
    width:400px;
    margin:0;
    padding:0;
  }
  .compare__body .compare__product-list-item{display:inline-block;width:49%;height:100%;vertical-align: top;padding-top:20px;padding-bottom: 20px;min-height: 140px;}
  .compare__body .compare__product-list-item:not(:last-of-type){border-right:0;}
  .compare-btn.composite-compare-page{margin-bottom:0 !important;}
  .bottombtnsec{display: inline-block;width:100%;text-align:center;padding-top:20px;}
  .compare__body{height:100%;overflow: auto;}
  .compare__body .compare__product-list-item .compare__product-remove-btn{
    position: absolute;
    right: 10px;
    top:0;
    z-index: 100;
    display: none;
  }
  .compare__body .compare__product-list-item.active .compare__product-remove-btn{
    display:block !important;
  }
  .mobilecomparebtn{display: block;}
  .compare-pc .compare__siwtch{display:none;}
  .compare__header .l-restrict-container{margin:0 15px !important;}
  .compare-pc .back-btn {
    position: fixed;
    bottom: 0;
    transform: none;
    z-index: 170001;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    background-color: #4169e1;
    box-shadow: 0 -4px 10px 0 rgba(0,0,0,.16);
    transition: transform .2s ease-in-out;
  }
  .compare__body .compare__product-list-item:not(.active)::before {min-height: 130px;}
  .compare__product-name{padding-top:10px;}
  .compare__product-img{}
  .compare__body .l-restrict-container{height:100%;overflow: auto;}
  .compare__body .l-restrict-container ul{height:auto}
  .am-widgetbar-side-drawer{top:40% !important;z-index: 99999 !important;}
  #reamaze-widget{right:10px !important;bottom:60px !important;}
  .compare__header{padding:0 5px;}
}
@media (min-width:320px) and  (max-width:420px){
.compare__body .l-restrict-container ul{
    display:inline-block;
    width:320px;
    margin:0;
    padding:0;
  }
}
.mobilecomparebtn{position: fixed; right: 0; bottom: 26%;z-index:99999;transform: rotate(-90deg) translate(50%);transform-origin: bottom right;}
.mobilecomparebtn .badge-container{background:#4169e1;padding:8px 10px;}
.mobilecomparebtn .badge{
  display: inline-flex; margin-left:10px; width: 25px; height: 25px; justify-content: center; background: #fff; border-radius: 50%; color: #333; padding: 2px;
}
.mobilecomparebtn{display: none;}
.compare-pc .back-btn{display:none;}
.comprodheadingcls{width:90%;float:left;}
.move_to_products_div{margin-top:10px;}
tbody.maincomparesec tr td{font-size: 12px;}
.product_comp_comparison_head thead tr th{padding:4px;}
/*@media screen and (max-width: 767px){
  .compare-mobile {
    visibility: visible !important;
    display: unset !important;
  }

  #v-compare-app [data-theme=dark] {
      --header-badge-text: white;
      --header-badge-background: #1f1f1f;
  }
  
  .compare-mobile .compare-mobile__header {
    position: fixed;
    z-index: 140100;
    bottom: env(safe-area-inset-bottom);
    right: 0;
    padding: 10px 15px 10px 0;
    height: 55px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    background-color: #ddd;
    color: #423f3f;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer;
    transition: transform 1s ease-in-out;
    -webkit-transition: -webkit-transform 1s ease-in-out;
  }

  .compare-mobile .compare-mobile__header .badge-container {
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    background-color: #ddd;
  }

  .compare-pc {
    display: none;
  }

  .l-restrict-container {
    margin: 0 15px;
  }

  .compare-mobile .d-flex {
    display: flex;
  }

  .compare-mobile .align-items-center {
    align-items: center;
  }

  .compare-mobile .compare-mobile__header .badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin: 0 15px;
    border-radius: 50%;
    background-color: var(--header-badge-background);
    color: var(--header-badge-text);
    font-weight: 700;
  }

  .compare-mobile .compare-mobile__body {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 170000;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    padding: 15px 0 70px;
    background-color: #fff;
    transition: left .2s ease-in-out;
  }

  .compare-mobile .compare-mobile__body .compare-mobile__product-list {
    margin-bottom: 25px;
  }

  .compare-mobile .compare-mobile__body .compare-mobile__product-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }

  .compare-mobile .back-btn {
    position: fixed;
    bottom: env(safe-area-inset-bottom);
    transform: translateX(100%);
    z-index: 170001;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    color: #423f3f;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    background-color: #e9e9e9;
    box-shadow: 0 -4px 10px 0 rgba(0,0,0,.16);
    transition: transform .2s ease-in-out;  
  }

  .compare-mobile .back-btn {
    font-size: 15px;
  }

  .compare-mobile .back-btn .back-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--compare-btn);
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
  }


}*/
#reamaze-widget{right:10px !important;bottom:70px !important;}