.custom_btn{
    Background: transparent!important;
    border: 0!important;
    background-color: transparent!important;
    padding: 0!important;
    border-radius: 0!important;
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: 22px!important;
    letter-spacing: 0.4px!important;
    text-transform: uppercase!important;
    margin-top: 19px!important;
}

.update_cart_img{
    width: 22px!important;
    height: 22px!important;
    margin-right: 16px!important;
    top: -2px;
    position: relative;
}


.product-remove img.cart_product_remove{
    height: 16px!important;
    width: 16px!important;
    vertical-align: baseline!important;
}

/*.woocommerce-cart-form__cart-item.cart_item .quantity .plus, 
.woocommerce-cart-form__cart-item.cart_item .quantity .minus{
    font-size: 40px!important;
    font-weight: 300!important;
    height: auto!important;
    width: auto!important;
}

.woocommerce-cart-form__cart-item.cart_item .quantity .plus{
    padding: 9px 11px 15px 11px!important;
}
 
.woocommerce-cart-form__cart-item.cart_item .quantity .minus{
    padding: 9px 16px 15px 16px!important
}

.woocommerce.single-product .woocommerce-product-gallery {
    background: #efefef!important;
}

/*.woocommerce.single-product .product .custom_prod{
    display:none;
}*/

.product .leftstock{
    display: none!important;
}

/*PRODUCT PRICE - DETAILS & LISTING*/
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del{
    opacity: 1!important;
}

.product.sale .price ins{
    text-decoration: none!important;
}

.single-product .product.sale .price ins span{
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
    color: rgba(18,18,18,1) !important;
}

.single-product .product.sale .price del{
    text-decoration: none;
}

.single-product .product.sale .price del span{
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: line-through;
}

.teaser-item .product.sale .price span{
    color: rgba(18,18,18,.75) !important;
}

.woocommerce .shopbutton{
    padding: 22px 38px 16px 38px!important;
}

.woocommerce .shopbutton img.arrow-down{
    width: 16px;
    transform: rotate(0deg);
    transition: all 0.6s;
    vertical-align: inherit;
}

.woocommerce .shopbutton img.arrow-down.open{
    transform: rotate(180deg);
}

.woocommerce-form-login-toggle .woocommerce-info:before {
    content: '';
    background-image: url("/wp-content/themes/szo/assets/images/icons/icon_existinguser.svg");
    height: 20px;
    width: 23px;
    background-repeat: no-repeat;
    background-position: left center;
}

.woocommerce-form-login-toggle .woocommerce-info .showlogincustom:before {
    content: '';
    background-image: url("/wp-content/themes/szo/assets/images/icons/icon_cart_login.svg");
    height: 20px;
    width: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin-right: 12px;
    top: 4px;
    position: relative;
}

@media (max-width: 768px) {
    .woocommerce .shopbutton-wrapper{
        display: block;
    }
    .woocommerce .shopbutton-wrapper .gutscheinbutton.shopbutton,
    .woocommerce .shopbutton-wrapper .categorybutton.shopbutton{
        display: block;
        width: 100%;
    }
    .woocommerce .shopbutton-wrapper .categorybutton.shopbutton{
        margin-bottom: 12px;
    }
    .woocommerce .teaser-item{
        margin-top: 40px!important;
    }
    .woocommerce .teaser-item .product-image{
        margin-bottom: 30px;
    }
}
