File: /storage/v4513/ivenusin/public_html/wp-content/plugins/fluid-checkout/css/checkout-coupons-230.css
.fc-wrapper .fc-coupon-code-section__inner {
width: 100%;
}
.fc-wrapper .fc-coupon-code-section__message {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
width: 100%;
}
@media (min-width: 750px) {
.fc-wrapper .fc-coupon-code-section__message {
flex-direction: row;
}
}
@media (max-width: 749px) {
.fc-wrapper .fc-coupon-code-section__message-text {
margin-bottom: 10px;
}
}
@media (max-width: 749px) {
.fc-wrapper .fc-coupon-code-section__message .button {
width: 100%;
text-align: center;
}
}
.fc-wrapper .fc-coupon-code-section__inner .fc-coupon-code-section {
margin-top: 10px;
}
.fc-wrapper .fc-coupon_code__collapsible .collapsible-content__inner {
position: relative;
}
.fc-wrapper .fc-coupon_code__collapsible #coupon_code_field.form-row {
float: none;
margin: 0;
padding: 0;
}
.fc-wrapper .fc-coupon_code__collapsible .woocommerce-input-wrapper {
width: 100% !important;
}
.fc-wrapper .fc-coupon_code__collapsible input#coupon_code {
margin: 0;
width: 100% !important;
height: 55px;
}
.fc-wrapper .fc-coupon_code__collapsible input#coupon_code:focus {
position: relative;
z-index: 10;
}
.fc-wrapper .fc-coupon_code__collapsible .fc-coupon-code__apply {
z-index: 11;
position: absolute;
top: 5px;
margin: 0;
padding-left: 20px;
padding-right: 20px;
left: auto;
right: 5px;
height: 45px;
width: auto;
}
.fc-wrapper .fc-coupon_code__collapsible .fc-coupon-code__apply:focus {
outline: solid 2px #535156;
outline-offset: 2px;
}
.fc-wrapper .fc-step__substep-text-content--coupon-codes:not(:empty) {
margin-bottom: 20px;
}
.fc-wrapper .fc-coupon-codes__coupon {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 -10px 5px;
padding: 5px 10px;
border: dashed 1px #d8d8d8;
border-radius: 5px;
}
.fc-wrapper .fc-coupon-codes__coupon-amount {
flex-wrap: wrap;
flex-shrink: 0;
}
.fc-wrapper .fc-coupon-codes__coupon-amount .woocommerce-remove-coupon {
margin-left: 10px;
font-size: 15px;
font-weight: normal;
line-height: inherit;
text-decoration: underline;
color: inherit;
background-color: transparent;
}
.fc-wrapper .fc-coupon-codes__coupon-amount .woocommerce-remove-coupon:focus {
outline: dotted 1px #535156;
outline-offset: 1px;
}