/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.4.0
 * Copyright  License: 
 */

.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.4.0
 * Copyright  License: 
 */

.easy-autocomplete.eac-square{font-family:"Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-square input{border:1px solid #7f8c8d;border-radius:0;color:#7f8c8d;font-family:inherit;font-size:18px;font-style:italic;font-weight:300;margin:0;min-width:350px;padding:12px 43px 12px 15px}.easy-autocomplete.eac-square ul{border-color:#7f8c8d;border-top:0;box-shadow:none;top:0}.easy-autocomplete.eac-square ul li,.easy-autocomplete.eac-square ul .eac-category{border-color:#7f8c8d;font-family:inherit;font-size:16px;font-weight:300;padding:6px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-square ul li *,.easy-autocomplete.eac-square ul .eac-category *{font-weight:300}.easy-autocomplete.eac-square ul li.selected,.easy-autocomplete.eac-square ul .eac-category.selected{background-color:#f1f1f1;font-weight:300}.easy-autocomplete.eac-square ul li b,.easy-autocomplete.eac-square ul .eac-category b{font-weight:600}.easy-autocomplete.eac-round{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-round input{border:2px solid #888;border-radius:10px;color:#888;font-family:inherit;font-size:16px;font-weight:400;margin:0;min-width:300px;padding:10px}.easy-autocomplete.eac-round input:hover,.easy-autocomplete.eac-round input:focus{border-color:#3079ed}.easy-autocomplete.eac-round ul{background:none;border-color:#888;border-width:0;box-shadow:none;min-width:300px;top:20px}.easy-autocomplete.eac-round ul li,.easy-autocomplete.eac-round ul .eac-category{background:#fff;border-color:#3079ed;border-width:0 2px;font-size:14px;padding:8px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-round ul li.selected,.easy-autocomplete.eac-round ul .eac-category.selected{background-color:#d4e3fb}.easy-autocomplete.eac-round ul li:first-child,.easy-autocomplete.eac-round ul .eac-category:first-child{border-radius:10px 10px 0 0;border-width:2px 2px 0}.easy-autocomplete.eac-round ul li:last-child,.easy-autocomplete.eac-round ul .eac-category:last-child{border-radius:0 0 10px 10px;border-width:0 2px 2px}.easy-autocomplete.eac-round ul li b,.easy-autocomplete.eac-round ul .eac-category b{font-weight:700}.easy-autocomplete.eac-funky{font-family:"Inconsolata", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-funky input{background:#07ED89;border:0;border-radius:0;color:#ED076B;font-family:inherit;font-size:18px;min-width:240px;padding:12px}.easy-autocomplete.eac-funky ul{background:transparent;border:0}.easy-autocomplete.eac-funky ul li,.easy-autocomplete.eac-funky ul .eac-category{background:transparent;border:0;color:#ED076B;font-size:18px;padding:4px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-funky ul li.selected,.easy-autocomplete.eac-funky ul .eac-category.selected{color:#8907ED}.easy-autocomplete.eac-solid input{box-shadow:0 1px 2px rgba(0,0,0,0.15) inset;border-color:#ddd;color:#666;font-size:13px;min-height:0;padding:6px 12px}.easy-autocomplete.eac-solid ul li,.easy-autocomplete.eac-solid ul .eac-category{transition:all 0.4s ease 0s}.easy-autocomplete.eac-solid ul li.selected,.easy-autocomplete.eac-solid ul .eac-category.selected{background-color:#f2f2f2}.easy-autocomplete.eac-plate{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate ul{background:#b5b5b5;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate ul li,.easy-autocomplete.eac-plate ul .eac-category{background:#b5b5b5;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate ul li b,.easy-autocomplete.eac-plate ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate ul li.selected,.easy-autocomplete.eac-plate ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate ul li:first-child,.easy-autocomplete.eac-plate ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate ul li:last-child,.easy-autocomplete.eac-plate ul .eac-category:last-child{border-radius:0 0 6px 6px}.easy-autocomplete.eac-plate-dark{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate-dark input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate-dark ul{background:#212121;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate-dark ul li,.easy-autocomplete.eac-plate-dark ul .eac-category{background:#212121;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate-dark ul li b,.easy-autocomplete.eac-plate-dark ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate-dark ul li.selected,.easy-autocomplete.eac-plate-dark ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate-dark ul li:first-child,.easy-autocomplete.eac-plate-dark ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate-dark ul li:last-child,.easy-autocomplete.eac-plate-dark ul .eac-category:last-child{border-radius:0 0 6px 6px}

div.DTFC_Blocker{background-color:white}div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper
table.dataTable{margin-bottom:0;z-index:2}div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer{border-bottom:none}body.yith-woocompare-popup{font-family:'Open Sans',san-serif;font-size:13px;line-height:1.51em;color:#747373;background:none !important;margin:0}body.yith-woocompare-popup
h1{background:#4F4F4F;color:#fff;font-weight:800;padding:10px;border-bottom:2px solid #fff;display:block;text-transform:uppercase;font-size:1.076em;margin:0;text-align:center}body.yith-woocompare-popup #yith-woocompare{padding:10px}table.dataTable.compare-list thead th,
table.dataTable.compare-list thead td,
table.dataTable.compare-list tfoot td,
table.dataTable.compare-list tfoot
th{border:0;vertical-align:middle}.DTFC_LeftFootWrapper table.compare-list,
.DTFC_LeftHeadWrapper table.compare-list{border:0}#yith-woocompare table.compare-list
td{width:220px;max-width:220px;min-width:220px;text-align:center;vertical-align:middle}#yith-woocompare table.compare-list{width:100%;border-bottom:0;border-top:0;margin:0;table-layout:auto}#yith-woocompare table.compare-list tbody
th{width:150px;max-width:150px;min-width:150px;overflow:hidden;text-align:left;color:#333;background-color:#f2f2f2;text-transform:uppercase;font-weight:700;font-size:14px}.rtl #yith-woocompare table.compare-list tbody
th{text-align:right}#yith-woocompare table.dataTable.compare-list tbody th,
#yith-woocompare table.dataTable.compare-list tbody
td{border-right:1px solid #e7e7e7;border-top:1px solid #e7e7e7;border-bottom:none;border-left:none;padding:10px;vertical-align:middle}#yith-woocompare table.dataTable.compare-list tbody tr:last-child th,
#yith-woocompare table.dataTable.compare-list tbody tr:last-child
td{border-bottom:1px solid #e7e7e7}#yith-woocompare table.compare-list tbody td.last-column{width:auto;border-right:0}#yith-woocompare-table_wrapper{margin:10px
0}#yith-woocompare table.dataTable.compare-list tbody .product_info
td{vertical-align:top}.yith_woocompare_table_image{text-align:center;margin-top:20px}.yith_woocompare_table_image
img{display:inline-block;max-width:100%}table.compare-list
img{max-width:100%;height:auto}table.compare-list  tr.product_info
td{vertical-align:top}table.compare-list
.remove{margin-bottom:10px}table.compare-list  .remove
a{text-transform:uppercase;text-decoration:none}table.compare-list  .remove a
span{padding:0
5px}table.compare-list  .image-wrap{margin-bottom:15px;display:inline-block}table.compare-list
.product_title{margin-top:0;margin-bottom:5px;font-size:15px;color:#000;text-decoration:none}table.compare-list
.add_to_cart_wrap{margin-top:10px}table.compare-list  .product_info
a{text-decoration:none;box-shadow:none;cursor:pointer}#yith-woocompare  .added_to_cart,
#yith-woocompare
.button{margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;padding:8px
10px;font-size:13px;text-transform:uppercase;font-weight:700;border-radius:3px;border:0;white-space:nowrap;display:inline-block;outline:none}a.button.yith_woocompare_clear{padding:6px
10px;font-size:12px}div.compare-table-clear{text-align:right;margin:10px
0}table.compare-list  .product_info .button.loading,
table.compare-list  .add-to-cart
.button.loading{padding-right:30px}table.compare-list  tr.stock td.in-stock{background-color:#e8ffb6;color:#01a71c}table.compare-list  tr.stock td.out-of-stock{background-color:#fff0e8;color:#ff4200}table.compare-list  tr.rating .star-rating{float:none;display:inline-block;vertical-align:middle}table.compare-list
tr.price{color:#3e3e3e;font-size:14px;display:table-row}table.compare-list  tr.price
del{opacity:0.8}#yith-woocompare-share{margin-top:20px}#yith-woocompare-share
h3{margin-top:0;font-size:17px;font-weight:700;margin-bottom:15px}#yith-woocompare-share
ul{padding:0;list-style:none;margin:0}#yith-woocompare-share
li{display:inline-block;margin:0
3px}#yith-woocompare-share
a{background:url('/wp-content/plugins/yith-woocommerce-compare-premium/assets/images/socials.png') no-repeat;text-indent:-99999px;display:block;width:32px;height:32px;box-shadow:none;outline:none;padding-bottom:50px}#yith-woocompare-share
a.facebook{background-position:-5px 5px}#yith-woocompare-share a.facebook:hover{background-position:-5px -5px}#yith-woocompare-share
a.twitter{background-position:-173px 5px}#yith-woocompare-share a.twitter:hover{background-position:-173px -5px}#yith-woocompare-share
a.pinterest{background-position:-131px 5px}#yith-woocompare-share a.pinterest:hover{background-position:-131px -5px}#yith-woocompare-share
a.email{background-position:-89px 5px}#yith-woocompare-share a.email:hover{background-position:-89px -5px}#yith-woocompare-related{margin:20px
0}#yith-woocompare-related h3.yith-woocompare-related-title{font-size:17px;font-weight:700;margin-top:0;margin-bottom:20px}#yith-woocompare-related .yith-woocompare-related-wrapper{position:relative}#yith-woocompare-related
ul{padding:0;list-style:none;margin:0}#yith-woocompare-related ul
li{text-align:center}#yith-woocompare-related ul li
a{text-decoration:none}#yith-woocompare-related ul li
h3{font-size:15px;color:#333;margin-top:0;margin-bottom:10px}#yith-woocompare-related ul li .product-price{font-size:13px;color:#333;margin-bottom:10px}#yith-woocompare-related ul li
span.onsale{z-index:2;top:5px;left:5px;position:absolute}#yith-woocompare-related ul li>div{margin-bottom:10px}#yith-woocompare-related ul li div.product-image{position:relative;margin-bottom:10px}#yith-woocompare-related ul li div.product-image
img{height:auto;max-width:100%}#yith-woocompare-related ul li div.product-image img.onsale.yit-image{margin:0;position:absolute;top:5px;right:5px;z-index:5;width:auto}#yith-woocompare-related .related-slider-nav
div{position:absolute;top:-45px;width:30px;height:35px;cursor:pointer;border:1px
solid #e7e7e7;text-align:center;background:#fff url('/wp-content/plugins/yith-woocommerce-compare-premium/assets/images/nav-arrow.png') no-repeat;cursor:pointer}#yith-woocompare-related .related-slider-nav div.related-slider-nav-prev{right:35px;background-position:-3px -31px}#yith-woocompare-related .related-slider-nav div.related-slider-nav-next{right:0;background-position:0 1px}#yith-woocompare-cat-nav{margin-top:20px;text-align:center}#yith-woocompare-cat-nav
h3{margin-top:0;margin-bottom:5px;font-size:17px;font-weight:700;text-align:center}#yith-woocompare-cat-nav
ul{padding:0;margin:0;list-style:none}#yith-woocompare-cat-nav ul
li{display:inline-block;margin-right:3px;font-weight:700;font-size:13px}#yith-woocompare-cat-nav ul li
a{text-decoration:none}#yith-woocompare-cat-nav ul li:after{content:','}#yith-woocompare-cat-nav ul li:last-child{margin-right:0}#yith-woocompare-cat-nav ul li:last-child:after{content:''}@media( max-width: 480px ){#yith-woocompare table.dataTable.compare-list tbody
th{padding:10px
5px}#yith-woocompare table.compare-list tbody
th{width:60px;max-width:60px;min-width:60px;font-size:10px}#yith-woocompare table.compare-list
td{width:160px;max-width:160px;min-width:160px}}table.compare-list  .container-image-and-badge{position:relative;display:inline-block}table.compare-list
.bundled_product_list{margin:25px
0}table.compare-list
div.bundled_product{border-bottom:1px solid #f0f0f0;padding-bottom:10px;margin-bottom:10px}table.compare-list .bundled_product:after,
table.compare-list .bundled_product:before{display:table;content:'';clear:both}table.compare-list .bundled_product
.bundled_product_images{display:inline-block;float:left}table.compare-list .bundled_product .bundled_product_images
img{max-width:80px}table.compare-list .bundled_product
.details{display:block;overflow:hidden;padding-left:10px;text-align:left;padding-top:10px}table.compare-list .bundled_product .details .bundled_product_title,
table.compare-list .bundled_product .details
.price{font-size:90%}table.compare-list .bundled_product .details
.price{margin-bottom:0}table.compare-list .yith-ywraq-add-to-quote{margin-top:10px}.yith-woocompare-counter
a{box-shadow:none !important}.yith-woocompare-counter span>span{display:inline-block;vertical-align:middle}.yith-woocompare-counter span.yith-woocompare-icon{margin-right:5px}.yith-woocompare-counter span.yith-woocompare-icon
img{max-width:50px;height:auto}.yith-woocompare-counter span.yith-woocompare-count{color:#555;font-weight:400;font-size:13px}.yith-woocompare-counter a:hover span.yith-woocompare-count{color:#000}.yith-woocompare-error{padding:10px;border:1px
solid #ffc5c2;border-radius:5px;background-color:#ffe6e5;position:relative}.yith-woocompare-error
p{margin:0;color:#ff645c;padding-left:25px;font-size:13px}.yith-woocompare-error::before{font-family:WooCommerce;content:'\e016';color:#b81c23;display:inline-block;position:absolute}