/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2024 | 06:36:15 */
.woofc-count.woofc-count-shake {
    animation: woofc-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    background: orange;
}

.woofc-count i {
    font-size: 24px;
    line-height: 60px;
    color: white;
}
.woofc-area.woofc-style-01 .woofc-inner {
    background-color: white;
}

.woofc-area.woofc-style-01 .woofc-area-top {
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 20px;
    position: relative;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.2);
    background: orange;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    height: auto;
    line-height: 36px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: orange;
    color: #eeeeee;
    font-weight: 700;
    border: 2px solid #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span {
    color: black;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
    background: white;
	color:red;
}

button, input[type=button], input[type=reset], input[type=submit] {
    background: white;
    border: 1px solid #e6e6e6;
    color: rgba(0,0,0,.8);
    font-size: 1rem;
    line-height: 20px;
    padding: 10px 20px;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
    width: 30px;
    height: 30px;
    line-height: 30px;
    min-height: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    outline: none;
    display: block;
    color: black;
    background-color: white;
    -moz-appearance: textfield;
    box-shadow: none;
    font-size: 12px;
    font-weight: 400;
}

.woofc-area * {
    box-sizing: border-box;
    color: black;
}