:root {
    --blue: #1371FF;
    --blue1: #19ABDE;
    --blue2: rgb(66, 141, 255);
    --white: #ffffff;
    --white1: #F3F2FA;
    --gray: #959595;
    --gray1: #656F81;
    --colorBody: #222;
}

#giftvoucher-template {
    font-family: 'Poppins';
    font-size: .9em;
    line-height: 20px;
    color: var(--colorBody);
}

#giftvoucher-template * {
    box-sizing: border-box;
}

#giftvoucher-template .currency_right {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

#giftvoucher-template h1,
#giftvoucher-template h2,
#giftvoucher-template h3,
#giftvoucher-template h4,
#giftvoucher-template h5,
#giftvoucher-template h6 {
    margin: 0;
    font-family: 'Poppins';
}

#giftvoucher-template ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#giftvoucher-template .giftvoucher-template-steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    padding: 0 40px;
}

.giftvoucher-template-steps .giftvoucher-step {
    width: 23.5%;
    background: var(--white1);
    border-radius: 11px;
    padding: 8px;
    display: flex;
    align-items: center;
}

.giftvoucher-template-steps .giftvoucher-step:not(:last-child) {
    margin-right: 2%;
}

.giftvoucher-template-steps .step-group {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.giftvoucher-template-steps .step-group.disable_click {
    cursor: no-drop;
}

.giftvoucher-template-steps .step-group .step-number {
    background: var(--white);
    border-radius: 11px;
    border: 1px solid var(--white);
    font-size: 16px;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 43px;
    color: var(--gray);
    margin-right: 10px;
    text-align: center;
}

.giftvoucher-template-steps .step-label {
    font-size: 15px;
}

.giftvoucher-template-steps .giftvoucher-step.active,
.giftvoucher-template-steps .giftvoucher-step.passed {
    background: var(--blue);
}

.giftvoucher-template-steps .giftvoucher-step.passed .step-number {
    color: var(--white);
    border-color: var(--blue2);
    background-color: var(--blue2);
}

.giftvoucher-template-steps .giftvoucher-step.active .step-number {
    color: var(--blue);
    border-color: var(--white);
}

.giftvoucher-template-steps .giftvoucher-step.active .step-label,
.giftvoucher-template-steps .giftvoucher-step.passed {
    color: var(--white);
}


/*Header title step*/

#voucher-template-name-step {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin-bottom: 50px;
}

#voucher-template-name-step .choose-show-title {
    font-size: 30px;
    margin: 0;
    font-weight: 500
}

#voucher-template-name-step .number-step {
    width: 39px;
    height: 39px;
    background: var(--blue);
    border-radius: 14px;
    display: inline-block;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}


/*content voucher template*/

#giftvoucher-template .wrap-giftvoucher-template-content {
    padding: 0 40px;
}

#giftvoucher-template .wrap-giftvoucher-template-content a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: var(--blue);
}

#giftvoucher-template .wrap-giftvoucher-template-content a:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#giftvoucher-template .format-category-voucher ul {
    padding: 0px;
    margin: 0px;
    display: flex;
}

#giftvoucher-template .title-h6-voucher {
    font-size: 12px;
    line-height: 14px;
    color: var(--gray1);
    opacity: 0.67;
    margin: 0px 0px 15px;
}

#giftvoucher-template .step-progress {
    width: 100%;
    margin: 30px 0 50px;
}

#giftvoucher-template .progress {
    height: 4px;
    background: var(--white1);
    width: 100%;
}

#giftvoucher-template .progress .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--blue);
    transition: width .6s ease;
    height: 4px;
}

#giftvoucher-template .wrap-format-category-voucher {
    display: flex;
}

#giftvoucher-template .wrap-format-category-voucher .format-category-voucher-template {
    margin-right: 50px;
}

.format-category-voucher-template ul li a {
    width: 15px;
    height: 27px;
    border: 1px dashed var(--gray);
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-block;
}

.format-category-voucher-template ul li {
    width: 47px;
    height: 47px;
    background: var(--white1);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
}

.format-category-voucher-template ul li.active {
    background-color: var(--blue);
}

.format-category-voucher-template ul li.active a {
    border-color: var(--white);
}

.format-category-voucher-template ul li a.landscape {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    margin: 0;
}

#giftvoucher-template ul.format-category-voucher {
    display: flex;
}

.voucher-category-selection-wrap .list-category-voucher li {
    margin: 0 0 10px;
}

.voucher-category-selection-wrap .list-category-voucher li:not(:last-child) {
    margin-right: 10px
}

#giftvoucher-template .list-category-voucher .category-voucher-item {
    background: var(--white1);
    border-radius: 11px;
    display: inline-block;
    padding: 10px 20px;
    /*font-weight:700;*/
    font-size: 16px;
    color: var(--gray1);
    text-transform: capitalize;
    cursor: pointer;
}

#giftvoucher-template .list-category-voucher .category-nav-item.active .category-voucher-item,
#giftvoucher-template .list-category-voucher .category-voucher-item:hover {
    color: var(--white);
    background-color: var(--blue);
}

#giftvoucher-template .list-category-voucher {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}


/*Slider*/

#giftvoucher-template .prev-slider,
#giftvoucher-template .next-slider {
    width: 50px;
    height: 50px;
    font-size: 30px;
    background-color: var(--blue);
    color: var(--white);
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    z-index: 9;
    top: calc(50% - 27px);
    left: 0;
    cursor: pointer;
}

#giftvoucher-template .next-slider {
    left: auto;
    right: 0;
}

#slider-giftvoucher-template {
    margin: 40px 0;
    position: relative;
}

#slider-giftvoucher-template .slick-slide {
    margin: 0 15px;
}


/* the parent */

#slider-giftvoucher-template .slick-list {
    margin: 0 -15px;
}

#slider-giftvoucher-template .item-voucher-template {
    position: relative;
    overflow: hidden;
}

#slider-giftvoucher-template .item-voucher-template img {
    width: 100%;
    border-radius: 10px;
}

#slider-giftvoucher-template .item-voucher-template {
    position: relative;
    overflow: hidden;
    border: 10px solid var(--blue);
    border-radius: 10px;
    background-color: var(--blue);
}

#slider-giftvoucher-template .item-voucher-template .layout-overlay {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

#slider-giftvoucher-template .item-voucher-template:hover .layout-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

#slider-giftvoucher-template .layout-button {
    padding: 15px 25px;
    background: var(--blue);
    border-radius: 10px;
    color: var(--white);
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
}

#slider-giftvoucher-template .layout-overlay-row {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.voucher-content-step,
#setup-voucher-template {
    position: relative;
}

.voucher-content-step.loading:after,
#setup-voucher-template.loading:after {
    position: absolute;
    content: url(../img/loader.gif);
    background-color: #eee;
    top: 0;
    left: 0;
    z-index: 1111;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
}

#slider-giftvoucher-template .template-slider-lanscape .item-voucher-template {
    width: 100%;
    margin: 16px 0;
}

#slider-giftvoucher-template .box-lanscape {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#giftvoucher-template .voucher-content-step {
    display: none;
}

#giftvoucher-template #voucher-continue-step {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0
}

#giftvoucher-template #voucher-continue-step.show {
    visibility: visible;
    opacity: 1;
    display: flex;
}

#giftvoucher-template #voucher-continue-step .next-prev-button a {
    width: auto;
    background: var(--white1);
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0px 20px;
    color: var(--gray);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}

#giftvoucher-template #voucher-continue-step .next-prev-button {
    margin-left: 30px
}

#giftvoucher-template #voucher-continue-step .next-button a {
    background-color: var(--blue);
    color: var(--white);
}

#giftvoucher-template #voucher-continue-step .next-button a.voucher-preview-pdf {
    background: var(--white1);
    color: var(--gray);
}

#giftvoucher-template #voucher-continue-step a span {
    width: 30px;
    height: 30px;
    background-color: var(--white);
    display: inline-block;
    vertical-align: 0px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    border-radius: 10px;
    margin: 0 10px 0 0px;
    color: var(--gray);
}

#giftvoucher-template #voucher-continue-step .next-button a span {
    margin: 0 0 0 10px;
    color: var(--gray);
    font-size: 16px;
}

#giftvoucher-template #voucher-continue-step .next-prev-button a:hover {
    background-color: var(--blue);
    color: var(--white);
}

#giftvoucher-template #voucher-continue-step .prev-button {
    margin-left: 0
}


/*Gift Voucher info*/

#giftvoucher-template .voucher-template-infomation {}

#giftvoucher-template .voucherSelectSend,
#giftvoucher-template .voucherSendDatePikerRow,
#giftvoucher-template .voucher-template-input {
    margin-bottom: 20px;
    width: 100%;
}

#giftvoucher-template .voucher-template-input label {
    font-family: Poppins;
    font-style: 400;
    font-size: 17px;
    line-height: 1.48em;
    color: var(--colorBody);
    margin-bottom: 10px;
    text-transform: capitalize;
}

#giftvoucher-template .voucher-template-input .input-info-voucher {
    width: 100%;
    padding: 0px 15px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: var(--colorBody);
    outline: 0;
    border: 1px solid var(--gray1);
    border-radius: 10px;
    font-family: 'Poppins'
}

#giftvoucher-template .error-input {
    display: none;
    color: #f00;
    font-size: 0.8em;
    margin-top: 10px
}

#giftvoucher-template #voucher_description {
    height: 90px;
    resize: none;
    margin-bottom: 10px;
    line-height: 22px;
    padding: 10px 15px;
}

#giftvoucher-template .currencySymbol {
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 24px;
}

#giftvoucher-template .price-template-voucher {
    position: relative;
}

#giftvoucher-template #voucher_price_value {
    padding-left: 40px;
}

#voucher-template-choose-gift .wrapper-infomation-voucher-template {
    display: none;
}

#voucher-template-choose-gift .choose-shipping-template {
    margin: 15px 0 30px;
    display: flex;
}

#giftvoucher-template .choose-shipping-template .shipping-type {
    padding: 15px 25px;
    color: var(--gray);
    background-color: var(--white1);
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
}

#giftvoucher-template .choose-shipping-template .shipping-type:last-child {
    border-radius: 0 10px 10px 0;
}

#giftvoucher-template .choose-shipping-template .shipping-type.active,
#giftvoucher-template .choose-shipping-template .shipping-type:hover {
    background-color: var(--blue);
    color: var(--white1);
}

#giftvoucher-template .title-header-h4 {
    font-size: 22px;
    font-weight: 500;
}

#giftvoucher-template .title-header-h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

#giftvoucher-template .wrap-email-shiping-voucher,
#giftvoucher-template .wrap-shipping-info-voucher .shipping-name,
#giftvoucher-template .shipping-method {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

#giftvoucher-template .shipping-method {
    margin-bottom: 15px;
}

#giftvoucher-template .wrap-email-shiping-voucher .voucher-template-input {
    width: 100%;
}

#giftvoucher-template .wrap-shipping-info-voucher {
    display: none;
}

#giftvoucher-template .choose-payment-method {
    margin: 0 0 20px;
}

#giftvoucher-template #voucherSendType,
#giftvoucher-template #wpgv_payment_gateway #payment_gateway {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Poppins'
}

#giftvoucher-template .acceptVoucherTerms label {
    font-size: 14px;
    margin-top: 15px;
    display: block;
    font-weight: 600;
}

.order-detail-voucher-template h6.title-order {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.order-detail-voucher-template .order-info {
    border-bottom: 1px solid var(--colorBody);
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.order-detail-voucher-template h5.title-order {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.order-detail-voucher-template .order-info-name {
    width: 100%;
    font-size: 16px;
}

.order-detail-voucher-template .order-your-name {
    margin-left: 5px
}

.wrap-setup-voucher-template {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
}

.wrap-setup-voucher-template.template-voucher-portrait #voucher-template-choose-gift {
    width: 55%;
}

.wrap-setup-voucher-template.template-voucher-portrait #select-template-voucher {
    width: 42%;
}

.wrap-setup-voucher-template.template-voucher-landscape #voucher-template-choose-gift {
    width: 40%;
}

.wrap-setup-voucher-template.template-voucher-landscape #select-template-voucher {
    width: 57%;
}

#voucher-template-choose-gift {
    width: 50%;
}

.overview_voucher_template .order-voucher {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 8px;
    font-size: 16px;
}

.overview_voucher_template .order-voucher p {
    margin: 0;
    font-weight: 600;
}

#giftvoucher-template .voucher-preview-pdf,
#giftvoucher-template #payment-voucher-template {
    display: none;
}

#template_giftcard_img {
    width: 100%;
}

#giftvoucher-template .buying-options,
#giftvoucher-template .shipping-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px;
}

.buying-options div img,
.shipping-options div img {
    width: 30px;
    margin: 0 auto;
    display: block;
}

.buying-options div.active {
    background: var(--blue);
    color: #fff;
}

#giftvoucher-template .hiddenEmail {
    display: none;
}

.order-voucher-details .acceptVoucherTerms {
    display: none;
    margin: 30px 0px;
}

.order-voucher-details .acceptVoucherTerms .voucherNote {
    color: red;
    font-size: 12px;
    margin-top: 10px;
}

#giftvoucher-template .slick-track {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
}

#giftvoucher-template .slick-track .slick-slide {
    height: auto;
}

#giftvoucher-template .slick-track .slick-slide div,
#giftvoucher-template .slick-track .slick-slide img {
    height: 100%;
}

#giftvoucher-template .slick-track .slick-slide img {
    object-position: center;
    object-fit: cover;
}

#giftvoucher-template .form-group .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

#giftvoucher-template .form-group .input-group-addon,
#giftvoucher-template .form-group .input-group .form-control {
    display: table-cell
}

#giftvoucher-template .form-group .input-group-addon:not(:first-child):not(:last-child),
#giftvoucher-template .form-group .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

#giftvoucher-template .form-group .input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

#giftvoucher-template .form-group .input-group-addon {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#giftvoucher-template .form-group .input-group-addon span:before,
#giftvoucher-template .datetimepicker th span.glyphicon:before {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

#giftvoucher-template .form-group .input-group-addon .date-add-icon:before {
    background-image: url(../img/dateadd.png);
}

#giftvoucher-template .form-group .input-group-addon .date-remove-icon:before {
    background-image: url(../img/dateremove.png);
}

#giftvoucher-template .form-group .input-group-addon:last-child {
    border-left: 0;
}

#giftvoucher-template .form-group .input-group-addon:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#giftvoucher-template .voucherdate {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background-color: #fafafa;
    border-radius: 0;
    outline: 0;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid;
    font-family: 'Poppins';
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    font-size: 16px;
}

.datetimepicker th span.glyphicon.glyphicon-arrow-left:before {
    background-image: url(../img/left-arrow.png);
}

.datetimepicker th span.glyphicon.glyphicon-arrow-right:before {
    background-image: url(../img/right-arrow.png);
}

.datetimepicker table {
    border: 0;
}

.datetimepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.datetimepicker table td {
    padding: 3px;
}

@media screen and (max-width:1024px) {
    .giftvoucher-template-steps .step-group .step-number {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-right: 5px;
    }

    .giftvoucher-template-steps .step-label {
        font-size: 14px;
    }

    #voucher-template-name-step .choose-show-title {
        font-size: 28px;
    }

    #giftvoucher-template .title-header-h4 {
        font-size: 20px;
    }

    #giftvoucher-template .choose-shipping-template .shipping-type {
        font-size: 16px;
    }

    .order-detail-voucher-template h6.title-order {
        font-size: 18px;
        line-height: 1.3em;
    }

    .order-detail-voucher-template h5.title-order {
        font-size: 15px;
    }

    .order-detail-voucher-template .order-info-name {
        font-size: 15px;
    }

    .order-detail-voucher-template .total-order {
        font-size: 15px;
    }

    .overview_voucher_template .order-voucher>span {
        min-width: 130px;
    }

    .overview_voucher_template .order-voucher>p {
        word-break: break-all;
        text-align: right;
    }
}

@media screen and (max-width:992px) {
    .wrap-setup-voucher-template {
        flex-wrap: wrap;
    }

    .wrap-setup-voucher-template.template-voucher-landscape #voucher-template-choose-gift,
    .wrap-setup-voucher-template.template-voucher-landscape #select-template-voucher {
        width: 100%;
    }

    .wrap-setup-voucher-template.template-voucher-landscape #select-template-voucher {
        margin-top: 20px
    }

    #slider-giftvoucher-template .slick-slide {
        margin: 0 5px;
    }

    #giftvoucher-template .giftvoucher-template-steps {
        padding: 0 30px;
    }

    #giftvoucher-template .wrap-giftvoucher-template-content {
        padding: 0 30px;
    }

    #slider-giftvoucher-template .slick-list {
        padding: 0 50px;
        margin: 0px;
    }

    #slider-giftvoucher-template .template-slider-lanscape .item-voucher-template {
        margin: 5px 0;
    }

    .wrap-setup-voucher-template.template-voucher-portrait #select-template-voucher {
        padding-top: 20px;
    }
}

@media screen and (max-width:736px) {

    .wrap-setup-voucher-template.template-voucher-portrait #voucher-template-choose-gift,
    .wrap-setup-voucher-template.template-voucher-portrait #select-template-voucher {
        width: 100%
    }

    #wrap-setup-voucher-template.template-voucher-portrait #select-template-voucher {
        margin-top: 20px
    }

    .giftvoucher-template-steps .giftvoucher-step {
        width: 48%;
        margin-bottom: 4%;
    }

    .giftvoucher-template-steps .giftvoucher-step:not(:last-child) {
        margin-right: 4%;
    }

    .giftvoucher-template-steps .giftvoucher-step:nth-child(2n+2) {
        margin-right: 0px;
    }

    #voucher-template-name-step {
        margin-bottom: 25px;
    }

    #giftvoucher-template .wrap-format-category-voucher .format-category-voucher-template {
        margin-right: 20px;
    }

    #giftvoucher-template .list-category-voucher .category-voucher-item {
        font-size: 13px;
        padding: 10px;
    }

    .format-category-voucher-template ul li {
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }

    #slider-giftvoucher-template .slick-list {
        padding: 0 60px;
    }

    #slider-giftvoucher-template .layout-button {
        padding: 7px 10px;
        font-size: 14px;
        border-radius: 7px;
    }

    .format-category-voucher-template ul li a {
        height: 22px;
    }

    #voucher-template-name-step .choose-show-title {
        font-size: 25px;
    }

    #voucher-template-name-step .number-step {
        margin-right: 15px;
    }

    #giftvoucher-template .step-progress {
        margin: 20px 0 40px;
    }

    #giftvoucher-template .voucher-template-input label {
        line-height: 1.3em;
    }

    #giftvoucher-template #voucher-continue-step .next-prev-button {
        margin-left: 0;
        text-align: right;
    }

    #giftvoucher-template #voucher-continue-step {
        position: relative;
        padding-left: 50%;
        margin-top: 20px;
        justify-content: flex-end;
    }

    #giftvoucher-template #voucher-continue-step .next-prev-button:first-child {
        position: absolute;
        bottom: 0px;
        left: 0px;
        margin-left: 0px;
        z-index: 2
    }

    #giftvoucher-template #voucher-continue-step .next-prev-button a.voucher-preview-pdf {
        position: relative;
        right: 200%;
        margin-bottom: 15px;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
    }
}

@media screen and (max-width:568px) {
    #giftvoucher-template .giftvoucher-template-steps {
        padding: 0 20px;
    }

    #giftvoucher-template .wrap-giftvoucher-template-content {
        padding: 0 20px;
    }

    .giftvoucher-template-steps .giftvoucher-step {
        width: 100%;
    }

    .giftvoucher-template-steps .giftvoucher-step:not(:last-child) {
        margin-right: 0px;
    }

    #voucher-template-name-step .number-step {
        margin-right: 10px;
    }

    #voucher-template-name-step .choose-show-title {
        font-size: 21px;
    }

    #giftvoucher-template .wrap-format-category-voucher .format-category-voucher-template {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    #giftvoucher-template .wrap-format-category-voucher .voucher-category-selection-wrap {
        width: 100%;
    }

    #giftvoucher-template .wrap-format-category-voucher {
        flex-wrap: wrap;
    }

    .format-category-voucher-template ul li {
        width: 100%;
    }

    .format-category-voucher-template ul li:last-child {
        transform: initial;
        -webkit-transform: initial;
    }

    .format-category-voucher-template ul li a.landscape {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }

    .voucher-category-selection-wrap .list-category-voucher li {
        width: 100%;
    }

    .voucher-category-selection-wrap .list-category-voucher li:not(:last-child) {
        margin-right: 0px;
    }

    #giftvoucher-template .list-category-voucher .category-voucher-item {
        display: block;
    }

    #slider-giftvoucher-template .slick-list {
        padding: 0 40px;
    }

    #slider-giftvoucher-template {
        margin: 20px 0;
    }

    #giftvoucher-template #voucher-continue-step .next-prev-button a {
        font-size: 14px;
        padding: 0 10px;
    }

    #giftvoucher-template #voucher-continue-step a span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 8px;
    }

    #giftvoucher-template .voucher-template-input label {
        font-size: 14px;
    }

    #giftvoucher-template .currencySymbol {
        font-size: 20px;
        top: 12px;
    }

    #giftvoucher-template #voucher_price_value {
        padding-left: 30px;
    }

    #giftvoucher-template .voucher-template-input .input-info-voucher {
        font-size: 14px;
    }

    #giftvoucher-template #voucher-continue-step .next-button a span {
        margin-left: 5px;
    }

    #giftvoucher-template #voucher-continue-step a span {
        margin-right: 5px;
    }
}

@media screen and (max-width:382px) {
    #giftvoucher-template .giftvoucher-template-steps {
        padding: 0 15px;
    }

    #giftvoucher-template .wrap-giftvoucher-template-content {
        padding: 0 15px;
    }

    #slider-giftvoucher-template .slick-list {
        padding: 0 20px;
    }

    #giftvoucher-template .prev-slider,
    #giftvoucher-template .next-slider {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 25px;
    }

    #giftvoucher-template .title-header-h4 {
        font-size: 16px;
    }

    #giftvoucher-template .choose-shipping-template .shipping-type {
        font-size: 14px;
        padding: 10px 20px;
    }

    #giftvoucher-template #wpgv_payment_gateway #payment_gateway {
        font-size: 14px;
    }

    #giftvoucher-template .acceptVoucherTerms input {
        position: relative;
        top: 2px;
    }

    .order-detail-voucher-template h6.title-order {
        font-size: 16px;
    }

    .order-detail-voucher-template .order-info-name {
        font-size: 13px;
    }

    #giftvoucher-template .acceptVoucherTerms label {
        font-size: 13px;
    }

    .overview_voucher_template .order-voucher {
        flex-wrap: wrap;
    }

    .overview_voucher_template .order-voucher>p {
        width: 100%;
        text-align: left;
        font-size: 15px;
    }

    #giftvoucher-template #voucher-continue-step .next-prev-button a {
        padding: 9px;
        height: auto;
        line-height: 25px;
        font-size: 13px;
    }

    #giftvoucher-template #voucher-continue-step .next-button a span {
        margin-right: 0;
        margin-left: 5px;
    }

    #giftvoucher-template #voucher-continue-step a span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        border-radius: 6px;
        margin-right: 5px;
    }

    #giftvoucher-template #voucher-continue-step .next-prev-button:first-child {
        margin-left: 0px;
    }

    #giftvoucher-template #voucher-continue-step {
        padding-left: 46%;
    }

    #giftvoucher-template #voucher-continue-step .next-prev-button a.voucher-preview-pdf {
        right: 186%;
    }
}