/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 28 2022 | 15:28:01 */
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
*{
  outline:0 !important;
}

/* logo transition ---> */
img.elementor-animation-grow.attachment-full.size-full.webpexpress-processed.litespeed-loaded {
    transition: 0.2s !important;
}

/* Cart Menu ---> */
li.woocommerce-mini-cart-item.mini_cart_item {
    display: block;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 40px;
}
.elementor-menu-cart__main {
    background: no-repeat;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 25px;
}
.elementor-menu-cart__container {
    background: #31688b99;
    backdrop-filter: blur(4px);
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    margin: 0;
    padding: 0;
}
li.woocommerce-mini-cart-item.mini_cart_item a:not(a:first-child) img {
    margin-left: 14px;
}

li.woocommerce-mini-cart-item.mini_cart_item a:not(a:first-child) {
    color: rgb(0 0 45) !important;
    display: flex;
    font-size: 14px;
    font-weight: 500;
}
span.quantity {
    font-size: 11px;
    position: absolute;
    left: 23px;
    line-height: 1;
}
a.remove.remove_from_cart_button {
    position: absolute;
    left: 13px;
}
li.woocommerce-mini-cart-item.mini_cart_item {
    display: block;
    border-radius: 15px;
    padding: 19px;
    background: #fff;
    padding-bottom: 24px;
    margin-bottom: 12px;
    box-shadow: 0px 3px 15px #fff6;
}
.elementor-menu-cart__close-button {
    display: none;
}
p.woocommerce-mini-cart__total.total {
    color: #fff;
    text-align: center;
    line-height: 3;
}
p.buttons {
    display: flex;
}

p.buttons a:nth-child(2) {
    color: #e1aa22 !important;
    font-weight: 600;
    text-shadow: 0 0 14px #0c87d53d;
}
p.buttons a:nth-child(1) {
    color: #0c87d5 !important;
    font-weight: 600;
    text-shadow: 0 0 14px #0c87d53d;
    margin-left: 10px;
}
a.button.wc-forward {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 8px;
    padding: 13px;
    text-align: center;
    border-radius: 14px;
}
@media screen and (max-width: 767px) {
	.elementor-menu-cart__main {
    margin: 4%;
}
}
.elementor-menu-cart__main,.elementor-menu-cart__main .widget_shopping_cart_content {
    height: fit-content !important;
}
dl.variation {
    margin-top: 17px;
}
dd.variation- {
    margin-top: -21px;
}
p.woocommerce-mini-cart__empty-message:before {
    content: '';
    height: 26px;
    width: 3px;
    background: #5bc0de;
    display: block;
    margin-right: -30px;
    border-radius: 10px 0px 0px 10px;
    margin-bottom: -22px;
}
p.woocommerce-mini-cart__empty-message {
    background: #fff;
    border-radius: 15px;
	margin: 5px;
	padding:20px 30px;
}