/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
*  @author    Webkul IN
*  @copyright 2010-2021 Webkul IN
*  @license   LICENSE.txt
*/

.wk-voucher-name {
    text-transform: uppercase;
    font: bold 18px;
    letter-spacing: 1px;
    margin: 0 auto;
}
.wk-vouchers {
    display: flex;
    flex-wrap: wrap;
}
.wk-voucher > div {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 8px 0px;
}
.bx-wrapper .wk-voucher > div {
    box-shadow: unset;
}
.wk-product-vouchers .wk-voucher > div {
    padding: 15px 0;
}
.wk-voucher {
    color: white;
}

.wk-voucher > div * {
    color: inherit;
}

.coupon-heading {
    opacity: 0.58;
    font-size: 14px;
}

.wk_voucher_code {
    border: 1px dashed;
    padding: 15px;
    background: white;
    color: #333 !important;
}

.wk_voucher_code .wk-icons {
    cursor: pointer;
}

#wk-voucher-modal .wk_voucher_code_body {
    margin: 8px 28%;
}

@keyframes maskBorder {
    0% { clip: rect(0,50px,10px,0); }
    20% { clip: rect(0,200px,10px,0); }
    35% { clip: rect(0,200px,10px,190px); }
    50% { clip: rect(10px,200px, 50px, 190px); }
    60% { clip: rect(40px,200px, 50px, 190px); }
    70% { clip: rect(40px,200px, 50px, 0px); }
    85% { clip: rect(40px,10px, 50px, 0px); }
    90% { clip: rect(0,10px, 50px, 0px); }
    100% { clip: rect(0,10px, 10px, 0px); }
}

.wk_expire_date {
    opacity: 0.58;
    margin: 10px 0 0px;
}
.wk-coupon-avialbility {
    margin: 5px;
}
.wk_voucher_code_body {
    position: relative;
    margin: 8px 61px;
}

.wk_voucher_template1 {
    display: flex;
    align-items: center;
}

.border-left {
    border-left: 1px solid;
}

.wk_template2 .wk_voucher_icon {
    margin-right: 15px;
}
.wk_template2 .wk-voucher > div {
    text-align: left;
}
.wk_template2 .wk_voucher_code_body {
    margin: 0px;
    text-align: center;
}

.wk_template2 .wk-coupon-avialbility {
    margin: 10px 0;
}

.border-top {
    border-top: 1px solid;
    margin-top: 15px;
}

.wk-d-flex {
    display: flex;
    align-items: center;
}

.wk-voucher-list {
    width: 100%;
}

.wk-voucher-list .bx-wrapper .wk-voucher.col-md-6 {
    padding-right: 0px;
}


.wk-product-vouchers .wk-img-block {
    padding-right: 0px;
    width: 13%;
}
.wk-product-vouchers .wk-btn {
    background: white;
    border-radius: 10px;
    color: black;
    font-size: 10px;
    font-weight: 600;
}

.wk-product-voucher-list .bx-wrapper .bx-controls-direction a:before, .wk-product-voucher-list .bx-wrapper .bx-controls-direction a:before {
    content: '';
    font-size: unset;
    line-height: unset;
}

.wk-product-voucher-list .bx-prev > i, .wk-product-voucher-list .bx-next > i {
    font-size: 28px;
}
.wk-product-voucher-list .bx-controls-direction a.bx-prev {
    left: -25px;
    height: 35px ;
}
.wk-product-voucher-list .bx-controls-direction a.bx-next {
    right: -15px;
    height: 35px;
}

.wk-voucher-list.col-md-12 {
    background: #f6f6f6;
    padding: 0px 0px 0;
}
.wk-product-voucher-list {
    margin: 20px 0;
}

#wk-voucher-modal .wk-voucher-details {
    text-align: center;
}

#wk-voucher-modal .wk-voucher-details * {
    color: inherit;
}

#wk-voucher-modal .wk-product-img {
    width: 10%;
}

.wk-product-info > a {
    justify-content: center;
    color: inherit;
}

#wk-voucher-modal .wk-voucher-details table img{
    border-radius: 5px;
}

.wk-header-voucher .wk-voucher {
    width: 100%;
}
.wk-header-voucher .wk-voucher > div {
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 5px 15px;
    /* min-height: 60px; */
}
.wk-header-voucher .wk-voucher .wk_voucher_code {
    padding: 8px 15px;
}
.wk-header-voucher .wk-voucher .wk_expire_date {
    margin: 0;
}
/* .wk-header-voucher .wk-voucher .wk_voucher_code_body {
    margin: 0 61px;
} */

.wk_voucher_code input[name='voucher_code'] {
    border: 0;
    outline: 0;
    width: 90%;
    text-align: center;
}
.wk_voucher_code input[name='voucher_code']:focus {
    border: 0;
    outline: 0;
}

@media (max-width: 767px) {
    .wk_voucher_template1 .wk_voucher_code input[name='voucher_code'] {
        width: 85%;
    }
    .wk_voucher_template1 .border-left {
        border-top: 1px solid;
        border-left: 0px;
        margin-top: 10px;
        padding-top: 10px;
    }
    .wk_voucher_template1 .wk-d-flex {
        display: block;
    }
    .wk_voucher_template1 {
        display: block;
    }
}
@media (max-width: 992px) {
    .wk_voucher_template1 .wk_voucher_code_body {
        margin: 0px;
    }
}

#footer > .container > div.row {
    display: flex;
    flex-wrap: wrap;
}

.wk-ma-auto {
    margin: 0 auto;
}

#wk-voucher-modal .wk-voucher-info {
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
}
#wk-voucher-modal .wk-voucher-details table {
    width: 90%;
}
.wk-voucher-timer {
    font-size: 20px;
    margin-top: 6px;
}

.wk-header-voucher .bx-wrapper .bx-controls-direction a:before {
    display: none;
}
.wk-voucher-list .bx-wrapper .bx-controls-direction a:before {
    display: none;
}
.wk-home-voucher.wk-voucher-list a.bx-next {
    background: #000000a0;
    color: white;
    width: 25px !important;
    height: 25px !important;
    padding-top: 1px;
}
.wk-home-voucher.wk-voucher-list a.bx-prev {
    background: #000000a0;
    color: white;
    width: 25px !important;
    height: 25px !important;
    padding-top: 1px;
}

.wk-home-voucher.wk-voucher-list .wk_template_2 a.bx-next {
    right: 15px;
}
.wk-home-voucher.wk-voucher-list .wk_template_2 a.bx-prev {
    left: 0;
}
.wk-home-voucher.wk-voucher-list .wk_template_1 a.bx-next {
    right: 15px;
}
.wk-home-voucher.wk-voucher-list .wk_template_1 a.bx-prev {
    left: 15px;
}
.wk-home-voucher.wk-voucher-list .wk_template_3 a.bx-next {
    right: 15px;
}
.wk-home-voucher.wk-voucher-list .wk_template_3 a.bx-prev {
    left: 0;
}

.wk-aria-hidden {
    visibility: hidden;
    position: absolute;
}
