#poscompare-table {
  position: relative; }
  #poscompare-table > .poscompare-table-container {
    overflow-x: auto;
    overflow-y: hidden; }
  #poscompare-table > .poscompare-table-actions {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(160, 160, 160, 0.25); }
	#poscompare-table > .poscompare-table-actions a {
		font-size:16px;
		font-weight:600;
    }
  #poscompare-table .poscompare-product-td {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    display: flex;
    padding:10px;
    min-width:222px;
    border: none !important; }

   #poscompare-table .poscompare-product-td.feature-name {
   -webkit-box-flex: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;}   
	#poscompare-table .poscompare-product-td.poscompare-feature-td{
    font-weight: 500;
}
@media (max-width: 1024px){
  #poscompare-table .poscompare-product-td {
     -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%; 
	}	
}
@media (max-width: 767px){
  #poscompare-table .poscompare-product-td {
	-webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
	}	
  #poscompare-table .poscompare-product-td.feature-name {
   display:none;
   } 
}
@media (max-width: 479px){
  #poscompare-table .poscompare-product-td {
	-webkit-box-flex: 1;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
	}	
}

  #poscompare-table .poscompare-product-tr {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: none ; }
#poscompare-table .poscompare-product-row:nth-child(even),#poscompare-table .poscompare-product-row:nth-child(even) .poscompare-product-td{
	background-color: #eeeeee;
}
  #poscompare-table .poscompare-product {
    padding-top: 2.0rem;
    position: relative; }
  #poscompare-table .poscompare-product .poscompare-remove {
    position: absolute;
    right: 0;
    top: 0; }

.compare-button .added {
  display: none; }

.compare-button.poscompare-added .added {
  display: inline-block; }

.compare-button.poscompare-added .not-added {
  display: none; }
#poscompare-notification {
	display:none;
}
.ar-blocked{
    position: relative;
}
.ar-loading{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.5);
}
.ar-loading .ar-loading-inner{
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    border: 1px solid #AAAAAA;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url('../img/ring-alt.gif') no-repeat 6px 8px scroll  #FFFFFF;
}
/* style iteam-products */
.poscompare-product {
	margin-bottom:30px;
	display:inline-block;
	width:100%;
}
.js-poscompare-remove-all {
	display:inline-block;
	height:25px;
}
.poscompare-product  .js-poscompare-remove{
	padding-right: 20px;
    font-weight: 500;
}
.poscompare-product  .js-poscompare-remove:after, .poscompare-product  .js-poscompare-remove:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 2px;
    display: inline-block;
	 transform: rotate(0);
    -webkit-transform: rotate(0);
    background-color: currentColor;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.poscompare-product  .js-poscompare-remove:hover:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.poscompare-product  .js-poscompare-remove:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#compareModal{
  bottom: auto;
  left: auto;
  top: 60px;
  right: 10px;
  overflow: visible;
}
@media(max-width: 1024px){
  #compareModal{
    top: -20px;
  }
}
@media(max-width: 575px){
  #compareModal{
    top: 10px;
    max-width: calc(100% - 20px);
  }
}
#compareModal .modal-content{
  border: none;
}
#compareModal .modal-body{
  padding: 30px 20px 20px 20px;
  box-shadow: 0px 0 10px #999;
}
#compareModal .compare-content{
  display: flex;
}
#compareModal .compare-content > *{
  flex: 1 0 auto;
}
#compareModal .compare-content img{
  width: 50px;
}
#compareModal .compare-content .compare-data{
  text-align: left;
  margin-left: 15px;
}
#compareModal a.btn-primary{
  flex-basis: 100%;
  border: none;
  padding: 5px;
  overflow: hidden;
}
.compare-timer {
  overflow: hidden;
  position: relative;
}
.compare-timer span {
  position: absolute;
  width: 100%;
  height: 100%;
  --duration: 5;
  animation: roundtime calc(var(--duration) * 1s) linear forwards;
  transform-origin: left center;
  background: #9aff61;
  left: 0;
  opacity: 0.5;
  top: 0;
}
@keyframes roundtime {
  to {
    /* More performant than `width` */
    transform: scaleX(0);
  }
}