/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */

#giftcard-info dl {
    display: inline-block;
    margin-bottom: 5px;
}
#giftcard-info dt {
    float: left;
    margin: 0 11px;
    font-weight: normal;
    clear: left;
}
#giftcard-info dd {
    font-weight: bold;
    margin: 0;
    float: left;
}
.check-giftcard-status {
    margin-top: 11px;
}
.giftcards-applied-template {
    margin-top: 15px;
}
.main-line {
    font-weight: bold;
    margin-bottom: 0;
}

.opc-wrapper .form-mageworx-giftcards {
    max-width: 500px;
}
.opc-wrapper .form-mageworx-giftcards .field .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.am-porto-cmtb #activateGiftCard #giftcard_code {
    border-radius: 3px 0 0 3px;
}

.amasty-jet-theme #block-giftcard #giftcard-info {
    padding-left: 36px;
}
.amasty-jet-theme #activateGiftCard .actions-toolbar {
    display: block;
    margin-top: 20px;
}
.amasty-jet-theme #block-giftcard .content {
    padding-top: 15px;
}
.amasty-jet-theme #block-giftcard .action
{
    margin: 0;
    padding: 0;
    color: #6b26fd;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
}
.amasty-jet-theme #mageworx-giftcards-form .secondary .action
{
    margin: 0;
}
.opc-wrapper .form-mageworx-giftcards {
    position: relative;
}
div#block-giftcard form#activateGiftCard button.action.giftcards.primary {
    position: absolute;
    bottom: 14px;
    right: 0;
    margin: 0;
    background: none;
    border: 0;
    color: #222;
    line-height: 3rem;
    padding: 0 1.25rem 0 0.9375rem;
    vertical-align: middle;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
}

div#block-giftcard form#activateGiftCard {
    position: relative;
}
.shopping-cart-bottom button.check-giftcard-status, .opc-wrapper .form-mageworx-giftcards .secondary button.action.action-check{
    width: 100%;
    font-size: 0.75rem;
    padding: 6px 15px 5px;
    letter-spacing: 0.05em;
    background: #000000;
    border: 2px solid #000000;
    color: #ffffff;
    box-sizing: border-box;
    vertical-align: middle;
    font-family: inherit;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    line-height: 2.2rem;
    margin-top: 0;
}
.shopping-cart-bottom button.check-giftcard-status:hover,.opc-wrapper .form-mageworx-giftcards .secondary button.action.action-check:hover {
    background-color: #e91e63;
    border-color: #e91e63;
}
.opc-wrapper .form-mageworx-giftcards .secondary{
    width: 100%;
}
body.checkout-index-index {
    overflow-x: hidden;
}
.checkout-payment-method .form.payments .action-apply {
    position: absolute!important;
    background: none!important;
    color: #222!important;
    width: auto!important;
}
@media only screen and (max-width: 767px) {
    div#block-giftcard form#activateGiftCard button.action.giftcards.primary{
        bottom: 0;
    }
}