/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a 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 Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
@media (min-width: 768px){
    .wk_voucher_template.col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 1 0 49%;
        max-width: 49%;
    }
}
.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: 7px;
    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: 10px 0;
}

.wk-voucher {
    color: white;
}

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

.coupon-heading {
    opacity: 0.78;
    font-size: 12px;
}

.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: white;
    padding: 15px 25px 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: 8px;
}

.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;
    cursor: pointer;
    font-size: 14px;
}

.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;
}

/*******/
.wk-product-vouchers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wk-voucher-name-custom {
    font-size: 1.2rem !important;
    font-weight: bold;
    padding-bottom: 2px;
    line-height: 1.2rem !important;
}

.wk-d-flex-custom-code {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.wk-voucher-custom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: space-between; */
}

.wk-voucher-custom-minimum {
    font-size: 0.8rem;
    line-height: 16px !important;
    /* text-align: center;
    border: 1px solid;
    border-radius: 5px; */
}

.wk_voucher_code_custom {
    padding: 4px;
    cursor: pointer;
}

.wk_voucher_code_body-custom {
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
}

.wk_voucher_content {
    padding: 0 10px!important;
}

@media screen and (min-width: 768px) {
    .wk_voucher_template:nth-child(even) {
        margin-left: 2%;
    }
}
