
/* compare -style */
#top_products_table_compare{
	background-color: #fff;
	-webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
	box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
	border: 1px solid #e4e4e4;
	  border-bottom-color: rgb(228, 228, 228);
	  border-bottom-style: solid;
	  border-bottom-width: 1px;
	border-bottom-color: rgb(228, 228, 228);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom: 2px solid #00bfd6;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	display: flex;
	margin-bottom: 30px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.prk_compare_page .close-box{
	float: left !important;
	color: #535353;
	cursor: pointer;
	position: absolute;
	left: 22px;
	font-size: 6px;
}
span.multiplied-modals::before{
	background-size: 15px !important;
	width: 15px !important;
	height: 15px !important;
	display: block;
	cursor: pointer;
}
#top_products_table_compare li{
	overflow: hidden;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #e4e4e4;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 25px 10px;
	position: relative;
}
#top_products_table_compare li:nth-child(1){
	border-right: 0;
}
#top_products_table_compare li:after {
    width: 0;
    height: 0;
    border-color: transparent transparent #00bfd6;
    border-style: solid;
    border-width: 0 10px 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
}
#top_products_table_compare li h2{
	overflow: hidden;
	margin: 15px 0;
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
}
#top_products_table_compare li span.woocommerce-Price-amount.amount,#top_products_table_compare li span .woocommerce-Price-currencySymbol {
  color: #fb3449 !important;
  letter-spacing: .8px;
  font-size: 15px;
}
#top_products_table_compare li a.compare_permalink_product {
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    padding: 15px 31px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    box-sizing: border-box;
    width: 95%;
    text-align: center;
		font-size: 14px;
}
#top_products_table_compare li .remove_from_table_compare {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    position: absolute;
    left: 12px;
    top: 12px;
    text-align: center;
    line-height: 30px;
    z-index: 4;
    cursor: pointer;
    color: #9e9e9e;
    font-size: 25px;
    font-weight: 300;

}
#top_products_table_compare li.add_product_to_compare button {
    border-radius: 19px;
    border: 5px dashed #d2d2d2;
    background: none;
    max-width: 270px;
    margin: auto;
    display: block;
    padding: 20px 35px;
    line-height: 1.467;
    color: #b3b3b3;
    cursor: pointer;
}
#top_products_table_compare li.add_product_to_compare span.add_to_compare {
    background-color: #7a7a7a;
    border: unset;
    padding: 15px 31px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid #7a7a7a;
    box-sizing: border-box;
    width: 95%;
    text-align: center;
		cursor: pointer;
		font-size: 14px;
}
#top_products_table_compare li.add_product_to_compare button i {
    font-size: 107px;
    display: block;
    margin-bottom: 50px;
  
}
.prk_compare_page .title_attribiut {
    line-height: 1.692;
    padding: 9px 30px;
    background-color: #eaeaea;
    font-weight: 700;
		font-size: 14px;
}
.prk_compare_page .attributes_value {
    background: #fff;
    padding: 10px 0;
    display: flex;
}
.prk_compare_page .attributes_value li {
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e4e4e4;
    padding: 12px 15px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 500;
}
.prk_compare_page .attributes_value li:nth-child(1) {
    border-right: 0;
}
.prk_compare_page .title_add_to_compare_box {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 19px 37px 20px 63px;
  font-size: 16px;
}

.c-remodal-share__content {
    width: 100%;
    background: #fcfcfc;
    padding: 0 21px;
    box-sizing: border-box;
    overflow: hidden;
}
.list_products_add_to_compare {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
    height: 570px;
}
.list_products_add_to_compare li {
    overflow: hidden;
    width: 30%;
    justify-content: space-between;
    margin: 15px 1.5%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 10px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}
.list_products_add_to_compare li img {
    display: block;
    margin: 0 auto 25px;
		width: 210px;
    height: 210px;
}
.list_products_add_to_compare li h2 {
    font-size: 13px;
    line-height: 27px;
    color: #333;
}


.compare-button::after {
    content: "\E018\00FE0E";
    font-family: parskala;

}
.close-box{
	background: transparent;
	color: #555;
	cursor: pointer;
	outline: none;
  border: 0;
}
.close-box:focus{
	background: transparent;
	border: 0;
  outline: none
}
.close-box::before {
    content: "\E0C9\00FE0E";
    font-family: parskala;
    font-size: 13px;
    font-weight: bold;
		position: relative;
	  top: 3px;
}

.searchpartdiv{
  padding: 5px 12px;
  border: 1px solid rgba(0,0,0,.24);
  border-radius: 8px;
  line-height: 28px;
}
.searchpartdiv i{
  line-height: 0;
  position: relative;
  top: 6px;
  font-size: 21px;
  color: rgb(0 0 0 / 63%);
}
.searchpartdiv .searchcity-input{
  width: 91%;
  border: none;
  outline: inherit;
  padding-right: 7px;
  font-size: 14px;
  color: rgba(0,0,0,.87);
  background: #fff;
}
.searchpartdiv .searchcity-input:focus,.searchpartdiv .searchcity-input:active{
  outline: inherit;
  background: #fff;
}
.form_search_faqpage .searchpartdiv{
  margin: 2% 1% 17px 1%;
  padding: 10px 15px;
}
.form_search_faqpage .searchpartdiv i{
  top: 9px;
  font-size: 27px;
}
.list_products_add_to_compare.searched,
.brands-boxed.searched
{
  display: none !important;
}
.brands-boxed.searched.active{
  display: grid !important;
}
.list_products_add_to_compare.searched.active
{
  display: flex !important;
}
body .list_products_add_to_compare li img{
  margin: 0 auto 10px;
  max-width: 174px;
  height: auto;
}
body .list_products_add_to_compare li h2{
  font-size: 13px;
  line-height: 24px;
  color: #333;
  font-weight: 600;
}
body .list_products_add_to_compare{
  height: 400px;
}
body .list_products_add_to_compare li{
  border-radius: 11px;
  max-height: 310px;
  margin: 7px 1%;
}
#top_products_table_compare li img{
 max-width: 200px;
 height: auto;
}
#top_products_table_compare li h2{
  margin: 8px 0 !important;
  font-weight: 500;
}
#top_products_table_compare li a.compare_permalink_product{
  padding: 10px !important;
  line-height: 20px !important;
  font-weight: 600;
}
.parskala-faqs ol li span{
  font-size: 12px;
}
.parskala-faqs ol li span.rep-text{
  margin-left: 10px;
  position: relative;
  top: -2px;
}