/*
 Theme Name:   Techbeeps Child
 Theme URI:    https://yourwebsite.com
 Description: Child theme for Techbeeps
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     techbeeps
 Version:      1.0.0
*/

.page-id-14 .elementor-icon svg{
	color:#6DB75C;
}
.page-id-14 .elementor-icon svg .cls-1, .cls-2{
	    fill: none;
    stroke: #6DB75C;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}
.page-id-14 .elementor-icon svg .cls-2{
	    fill: none;
    stroke: #6DB75C;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}
.page-id-14 .elementor-icon svg path{
	    fill: #6DB75C;
    stroke: #6DB75C;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0px;
}
.elementor-icon-wrapper svg path {
    stroke: #7A7A7A !important;
    fill: #7A7A7A !important;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--initialized {
    position: absolute;
    top: 0;
    right: 10px;
}

span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
svg.yith-wcwl-icon {
    height: 24px;
    width: 30px;
    color: #767676 !important;
}
.tbs-wishlist-header {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.tbs-heart {
    font-size: 28px;
    color: #767676;
}

.tbs-wishlist-count {
      position: absolute;
    top: 5px;
    right: -8px;
    background: #D9534F;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

