.limiter {
  text-align: center;
}
.limiter .row {
  display: flex !important;
}
.title-row {
  border: 1px solid #aaaaaa70;
  border-radius: 5px;
  padding: 10px 0;
  justify-content: center;
}
.price-font {
    width: 100%;
    display: flex;
    align-items: center;
}
.title-row div {
  max-width: 33%;
}
.title-row p {
  color: #aaaaaa;
  font-size: 14px;
  margin: 0 !important;
  font-weight: 100;
}
.separator {
  border-right: 1px solid #aaaaaa;
  height: 30px;
  /*position: absolute;*/
  right: 0px;
  top: 2px;
}
.featured-row {
  padding: 24px 0;
  margin-top: 20px;
  box-shadow: -2px 3px 9px #55555530;
  border-radius: 5px;
}
.limiter .logo-img {
  max-width: 100px;
  max-height: 35px;
  vertical-align: middle;
}
.featured-price {
  padding: 10px 55px;
  font-size: 15px;
  border-radius: 5px;
  background: #0e4156;
  color: #fff !important;
  cursor: pointer;
}
.limiter .col-md-3 {
  padding: 0 !important;
  margin: 0 !important;
  width: 25%; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.limiter .col-md-2 {
  padding: 0 !important;
  margin: 0 !important;
  width: 12.5%; 
  display: flex;
  justify-content: center;
  align-items: center;
}




.limiter .col-md-4 {
  padding: 0 !important;
  margin: 0 !important;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.limiter .col-md-3 .featured-price{
	 padding: 10px 25px;
}
.limiter .col-md-4 {
  padding: 0 !important;
  margin: 0 !important;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-row {
  padding-top: 15px;
  border-radius: 5px;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #aaaaaa70;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
.price-row:last-of-type {
  border-bottom: unset;
}
.price-row:last-child {
  padding-bottom: 24px;
}
.table-body-column {
  margin-top: 20px;
  border: 1px solid #aaaaaa70;
  border-radius: 5px;
  width: -webkit-fill-available;
}
.separator-bottom {
  border-bottom: 1px solid #aaaaaa70;
  width: 90%;
  position: relative;
  margin-left: 20px;
  padding-top: 20px;
}
.table-price {
  padding: 10px 55px;
  font-size: 15px;
  border-radius: 5px;
  background: #5dbbd4;
  color: #fff;
  cursor: pointer;
}
.annonce {
  width: 20px;
  height: 20px;
  border: 1px solid #a9a9a920;
  border-radius: 50%;
  background: #e8e9ed80;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  position: relative;
}
.annonce::before {
  content: "\003F";
  color: #a9a9a9;
  font-size: 17px;
}
.annonce:hover {
  cursor: help;
}
.annoncer {
  position: relative;
}
/*#main-body {*/
/*  font-family: Roboto, Arial, sans-serif !important;*/
/*}*/
.text-center {
  text-align: center;
  padding-right: 0px !important;
}
.limiter {
  font-family: Roboto, Arial, sans-serif !important;
}
#main-body a:hover {
  text-decoration: underline;
}
/* Tooltip - Component */
[data-tooltip] {
  position: relative;
}
[data-tooltip]:before {
  content: attr(data-tooltip);
  opacity: 0;
  position: absolute;
  background: #fbfbfd;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 75%;
  padding: 10px;
  text-align: center;
  color: #45505b;
  width: 100%;
  min-width: 250px;
  max-height: 0px;
  transition: all .3s ease;
  overflow: hidden;
  margin: auto;
  line-height: 1.3em;
  pointer-events: none;
  z-index: 10;
}
.open-tooltip:before {
  opacity: 1;
  max-height: 600px;
  min-width: 150px;
  bottom: 100%;
  transform: translate(-50%, -10px);
  font-weight: bold;
}



	
@media (max-width: 767px) {

    body .table-above label {
        font-size: 12px;
        line-height: 14px;
        width: 33.33%;
        padding: 7px 5px;
    }

    body .table-above label:nth-of-type(3) {
        display: none;
    }

    .afp-coupon-wrap {
        background: #ffb700;
        border-radius: 5px;
        padding: 0 !important;
    }

    span.afp-offer-text {
        font-size: 12px !important;
        line-height: 14px !important;
        display: block;
    }
	
	.limiter .desk-only{
		display:none; 
	}	
	.limiter .col-md-3{
		width:auto!important;
        min-width: 20%;
	}
	.limiter .col-md-3 .featured-price{
	 padding: 10px 10px;
	}

    .limiter .col-md-3.compa-end {
        margin-right: 5px !important;
        justify-content: right;
        padding-right: 0 !important;
    }
	
	
  .title-row p,
  .table-price {
    font-size: 12px;
  }
  .featured-logo {
    max-width: 100%;
  }
  .featured-price {
    padding: 10px;
  }
  .annonce {
    display: none;
  }
  .afp-tooltip::after {
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dotted black;
  }
  [data-tooltip]:hover:before {
    opacity: 1;
    max-height: 600px;
    min-width: 250px;
    bottom: 100%;
    transform: translate(-70%, -10px);
    font-weight: bold;
  }
}

/*compa tables*/
   .compa-row .compa-stock .compa-stock-circle{
		margin:auto;	
		margin-bottom:5px;	
		text-align: center;
		 width: 10px;
		  height: 10px;
		  border-radius: 50%;
		  border: 1px solid;
		  background-color: #ff7400;
		  opacity: 0.6;
		  -webkit-filter: grayscale(0)!important; /* Safari 6.0 - 9.0 */
		 filter: none!important;
	}
	
	 .compa-row .compa-stock .compa-stock-circle-instock{

		  background-color: #34aa00!important;
		  -webkit-filter: grayscale(0)!important; /* Safari 6.0 - 9.0 */
		  filter: none!important;
	}
	.compa-row .compa-stock-text{
		font-size: 0.8rem;
	} 
	
	.compa-row .compa-btn{ 
		line-height: inherit;
	    height: inherit;
	    letter-spacing: inherit;
	    text-transform: inherit;
	}
	
	 .compa-table .row .compa-table-body{
		padding:0px;
		border: none;
	}
	 .compa-table-body .compa-row{
		padding-top:10px;  
		padding-bottom:10px;
	}
	.compa-row .compa-stock-text{
		color:black;

	} 
	.compa-table{
		clear: both;
		display: block;
	}
	
	
@media (max-width: 767px) {

    .savier-wdg {
        padding: 5px !important;
        padding-right: 4px !important;
    }

    .savier-wdg a label {
        font-size: 12.5px !important;
        padding: 9px 5px !important;
        display: block;
    }

    .savier-wdg a label span {
        font-size: 11px;
    }

    .widget-content {
        width: calc(100% - 200px) !important;
    }

    .savier-wdg .logo-savier-wdg {
        width: 60px;
    }

    .savier-wdg .widget-content p {
        font-size: 12px !important;
        line-height: 14px !important;
        font-weight: bold;
    }

    .widget-content span {
        display: none;
    }

	.compa-pr-link{
		paddin-left:20px;
	}
	.compa-row .compa-stock-text{
		font-size: 0.7rem;
		
	} 
	.compa-row .compa-stock .compa-stock-circle{
		margin-bottom: 0;
	}
	.compa-table .compa-row .compa-btn .price-font{
		color:white;
		font-size:1rem;
	}
	
	.compa-table .compa-row .price-font{
		color:black;
		font-size:1rem;
	}
	.compa-row .compa-btn {
	  	padding: 5px 10px !important;
	   font-size: 0.9rem;
	    border-radius: 5px;
	    background: black; 
	    border:1px solid black;
	    color: black ;
	    cursor: pointer;
	    font-weight: bold;
	    color:white;
	}
	body .compa-row img{ 
		  	max-width: 75px;
		    max-height: 35px!important;
		    margin-left:5px;
	}
	
	
}
@media (min-width: 767px) {

    .limiter .col-md-3.compa-end {
        justify-content: right;
        padding-right: 15px !important;
    }

	.limiter .mobile-only{
		display:none; 
	}
	
	
	.compa-row .price-font{
		font-size: 16.5px;
		color:black;
	}
	

		.compa-row:hover img{
		-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
		filter: none;
	}
	body a.compa-row:hover img.compa-logo-lrg{
		-webkit-filter: grayscale(0)!important; /* Safari 6.0 - 9.0 */
		filter: none!important;
	}
	body .compa-row img{ 
		   	width: auto;
		    max-height: 35px!important;
		    vertical-align: middle;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
	}
	
	body .compa-row img.compa-logo-lrg{ 
		   	width: auto; 
		    max-height: 45px!important;
		    vertical-align: middle;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
	}
	
	.compa-row .compa-btn{ 
		padding: 6px 30px;
	    font-size: 15px;
	    border-radius: 5px;
	    background: transparent; 
	    border:1px solid black;
	    color: black ;
	    cursor: pointer;
	    font-weight: bold;

	}
	
	.compa-row:hover .compa-btn {
	  	padding: 6px 30px;
	    font-size: 15px;
	    border-radius: 5px;
	    background: black; 
	    border:1px solid black;
	    color: black ;
	    cursor: pointer;
	    font-weight: bold;
	    color:white;
	}
	
	.compa-row .compa-price{
		padding-top:6px;
	}
	
	.compa-row .compa-start{
		text-align: left;
	}
	.compa-row .compa-start{
		text-align: right;
	}
	
	.compa-row .compa-stock{
		text-align: center;
		width: 150px;
	}
	
	
	
}	

body .compa-table-body .compa-row, body .compa-table-body{
		border:none!important;
		border-radius: 0;
        position: relative;
	}
	
	body .compa-table-body .compa-row{
		-webkit-box-shadow:  0px 2px 5px 2px  rgba(0,0,0,0.09); 
		box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 9%);
		margin-bottom: 18px;
		border-radius: 6px;
		justify-content: space-between!important;
        z-index: 10;
        background-color: #fff;
	} 
	
	body .compa-table-body .compa-row-header{
	
		margin-bottom: 18px;
		border-radius: 6px;
		justify-content: space-between!important;
	}
	body .compa-table-body .compa-row-header .compa-start, body .compa-table-body .compa-row-header .compa-price{
		border-right: 1px solid lightgray;
	}
	
	
	    
	body .compa-table-body .compa-row-header{
		margin-bottom: 18px;
		border-radius: 6px;
		justify-content: space-between!important;
	}
	
	
	body .compa-table-body .compa-row:hover{
		-webkit-box-shadow:  0px 3px 4px 2px rgba(0,0,0,0.21);
		box-shadow: 0px 3px 4px 2px rgb(0 0 0 / 21%);
		margin-bottom: 18px;
		border-radius: 6px;
		
	}
	.compa-pr-link{
		text-align: left;
		font-size: small;
		  font-style: italic;
	}
	
.afp-coupon-link:hover {
	text-decoration:none!important;
	opacity: 1!important;
}

/* Just to play with animations */
.copiedtext {
  position: absolute;
  left: 0; top: 0; right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-1em);
  color: #000;
  transition: all .500s;
    color: #e5e521; 
     padding: 5px 10px;
  background: #000 ;  
}
.copied .copiedtext {
  opacity: 1;
  transform: translateY(-4em);
}

/* Some Generic styles */



[id="cleared"] {
  margin-top: 4em;
}

button.afp-code-btn {
  position: relative;
  padding: 5px 7px;
  border: 2px dotted black;
  font-size: 0.835em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: bold;
  color: #fff;
  background: #e5e521;
  transition: background .275s;
}
button.afp-code-btn:hover {
  background: black;
  color: #e5e521; 
  cursor: pointer;
}

.afp-coupon-wrap{
    color: black; 
    height: auto;
    position: relative;
    top: -5px;
    padding: 5px;
}
.afp-copy-icon{
	width:24px;
	height: 24px;
}

.afp-offer-text{
    font-size: 0.835em;
    letter-spacing: 0.125em;
    margin: auto;
    background: #fef9e2;
    border: 1px solid #f3ead4;
    color: #1c1c1c;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
}

a.afp-decomp-link{
	font-weight: bold;
	font-size: 1rem;
}

.afp-table-strikethrough {
  position: relative;
  color:gray;
    font-size:15px;
  font-weight:normal;
  padding:3px;
  margin-left:15px;

  
}
.afp-table-strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 43%;
  right: 0;
  border-top: 1px solid;
  border-color: #615f5f;
  
  -webkit-transform:rotate(-8deg);
  -moz-transform:rotate(-8deg);
  -ms-transform:rotate(-8deg);
  -o-transform:rotate(-8deg);
  transform:rotate(-8deg);
}


.afp-table-strikethrough-currency{    font-size: xx-small;
    display: inline-block; 
    top: -5px;
    position: relative;
    padding-left: 3px;
}
@media (min-width: 767px) {

	.mobile-only-price{
		display: none;
	}
}

@media (max-width: 767px) {
	.afp-table-strikethrough{
        display: block;
        font-size: 12px;
        margin-left: 0;
    }
	
	.desk-only-price{
		display: none;
	}
}

/*savier elements css by Zag*/

.savier-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F4EFFF;
    margin-top: -20px;
    position: relative;
    justify-content: space-between;
    z-index: 1;
    -webkit-box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.09);
    box-shadow: 1px 3px 6px 0 rgb(0 0 0 / 9%);
    padding-top: 5px;
    margin-bottom: 15px !important;
}

.savier-afp {
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    font-weight: 600;
    color: #3C224E;
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.savier-afp span img {
    padding-left: 5px;
    height: 18px;
    margin-top: -5px;
}

.savier-afp img {
    height: 20px !important;
    filter: none;
    width: auto;
    display: inline-block;
}

.savier-explainer {
    display: none;
}

.savier-explainer img {
    display: inline-block;
}

.savier-col .open-explainer {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    padding-bottom: 5px;
}

.savier-col .open-explainer p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
    text-align: left;
}

.savier-col .open-explainer a {
    font-size: 13px;
    line-height: 15px;
    color: #fff !important;
    background-color: #3d214f;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.savier-col .open-explainer a:focus {
    color: #fff !important;
}

.num-codes {
    padding-right: 25px;
    position: relative;
}

span.num-codes:after {
    content: "";
    bottom: 15px;
    background-image: url('/wp-content/plugins/afp-default-pricetable/img/arrow-down.png');
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    background-size: 100%;
}

.savier-full span.num-codes:after {
    transform: rotate(180deg);
}

.single-post .savier-col {
    padding-left: 10px;
    padding-right: 10px;
}

.savier-wdg {
    margin-bottom: 10px !important;
    border: 1px solid #8353e0;
    border-radius: 6px;
    padding: 5px 15px;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.09);
    box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 9%);
    align-items: center;
}

.widget-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 65%;
}

.widget-content p {
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 0 !important;
    line-height: 26px !important;
}

.widget-content span {
    font-size: 12px;
    line-height: 16px;
}

.savier-wdg a label {
    font-size: 14px;
    color: #fff;
    background-color: #8353e0;
    padding: 10px;
    border-radius: 6px;
    margin: 0;
    cursor: pointer;
}

@media only screen and (max-width: 400px) {
    .widget-content {
        width: calc(100% - 180px) !important;
    }

    body .table-above label {
        font-size: 10px !important;
    }
}

.underline {
    background-image: url('/wp-content/plugins/afp-default-pricetable/img/line.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 5px;
    background-size: 100% auto;
    font-weight: 600;
}

/*table above*/

.table-above {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #dadada;
    border-radius: 6px;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 15px;
    position: relative;
}

.table-above label {
    margin-bottom: 0;
    width: 25%;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    padding: 7px 10px;
    font-weight: 400;
    position: relative;
}

.table-above label:not(:last-of-type)::after {
    content: '|';
    position: absolute;
    right: 0;
}

.top-explanation {
    display: none;
    position: absolute;
    background-color: #fff;
    color: #757575;
    border: 1px solid #dadada;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    top: -28px;
    right: 0;
    border-radius: 6px;
}

.table-above:hover .top-explanation {
    display: block;
}