@keyframes klbcp-rotate {
  100% {
    transform: rotate(360deg); } 
}

a.klbcp-adding:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid rgb(161 161 161 / 40%);
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    opacity: 1;
    animation: klbcp-rotate 450ms infinite linear;
    left: 0;
    margin-left: 0;
}

.klbcp-adding:before {
    opacity: 0;
}

.klbcp-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999989;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    font-size: 14px;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    box-sizing: border-box;
}

.klbcp-message.klbcp-show {
    opacity: 1;
    visibility: visible;
}

.klbcp-message-inner {
    width: 100%;
    max-width: 360px;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    padding: 40px;
    background-color: #fff;
    text-align: center;
}

.klbcp-message a.btn {
    justify-content: center;
    margin-top: 10px;
}

a.klbcp-btn{
	position: relative;
}

a.klbcp-btn:before {
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e890';
	font-size: 0.875rem;
}

a.klbcp-btn.klbcp-btn-added:before {
    content: '\e8e1';
}

span.klbcp-remove {
	cursor: pointer;
}

.klbcp_table td:first-child {
    border-left: 0;
}

.klbcp_table tr:first-child td {
    border-top: none;
}

.klbcp_table .product-rating {
    display: table-row;
}

.klbcp_table td:last-child {
    border-right: 0;
}

.klbcp_table .product-add_to_cart p {
    margin: 0;
}

.klbcp_table .product-add_to_cart a.button {
    font-size: 0.875rem;
    line-height: 1;
    height: 2.1875rem;
    color: #FFF;
	background-color: var(--color-primary);
	width:auto;
	text-decoration: none;
}

.klbcp-list .cart-empty-page .empty-icon {
    font-size: 7rem;
    margin-bottom: 0;
}

.klbcp_table tr th, 
.klbcp_table tr td {
    padding: 0.75rem;
    vertical-align: middle;
}

.klbcp_table .add_to_cart_inline a.button i {
    display: none;
}

.klbcp_table .product-add_to_cart p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.klbcp_table .product-name a {
    color: currentcolor;
    font-weight: 500;
}

.klbcp_table {
    font-size: 0.875rem;
}

.klbcp-message.klbcp-show a.button + a.button {
    margin-top: 10px;
}

.klbcp-message.klbcp-show a.button  {
    margin-top: 10px;
	justify-content: center;
	cursor:pointer;
}

.klbcp-list a.added_to_cart {
	font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    width: 35px;
    height: 35px;
    padding: 0;
    color: #fff !important;
    background-color: var(--color-primary);
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none !important;
	border-radius: 62.4375rem;
}

.klbcp-list a.added_to_cart:before {
    content: "✔";
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: #fff !important;	
	
}

@media (max-width: 480px) {
    .klbcp-list a.added_to_cart {
        width: 30px;
		height: 30px;
    }
}