/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


.screen-reader-text {
    -webkit-clip-path: inherit;
    clip-path: inherit;
    overflow: inherit;
    
    position: inherit;
    
}

div.quantity{
	display:block !important;
}


.quantity-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.quantity-minus, .quantity-plus {
    background-color: #f1f1f1 !important;
    border: 1px solid #ccc !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    user-select: none;
    padding: 0;
    border-radius: 100em !important;
}

.quantity-minus:hover, .quantity-plus:hover{
    background-color: #fbba00 !important;
}

.input-text.qty.text {
    text-align: center;
    width: 60px;
    height: 30px;
    font-size: 16px;
    border: 1px solid #ccc;
}



/* For Chrome, Safari, Edge, and Opera */
.quantity-wrapper input[type=number]::-webkit-inner-spin-button, 
.quantity-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.quantity-wrapper input[type=number] {
    -moz-appearance: textfield;
}

/*coupon inout field warenkorb*/
.wc-block-cart .wc-block-components-totals-coupon__input input {
    height: 3.4em !important;
}

.wc-block-cart .coupon{
    margin-bottom: 1.0em !important;
}
