/*------------------------------------*/
/*Additional Class*/
/*------------------------------------*/
/* alfa-slab-one-regular - latin */
@font-face {
    font-family: 'thongterm-bold-webfont';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/thongterm_bold-webfont.woff2') format('woff2'); /* Modern Browsers */
}


/* #Krungsri Condensed# */
@font-face {
    font-family: 'Krungsri-Condensed';
    src: url('../fonts/Krungsri_Con.ttf');
    src: url('../fonts/Krungsri_Con.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
/* #Krungsri Condensed Medium# */
@font-face {
    font-family: 'Krungsri-Condensed-Medium';
    src: url('../fonts/Krungsri_Con_Med.ttf');
    src: url('../fonts/Krungsri_Con_Med.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
/* #Krungsri Condensed Bold# */
@font-face {
    font-family: 'Krungsri-Condensed-Bold';
    src: url('../fonts/Krungsri_Con_Bol.ttf');
    src: url('../fonts/Krungsri_Con_Bol.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}


/* alfa-slab-one-regular - latin */
@font-face {
    font-family: 'Alfa Slab One';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/alfa-slab-one-v10-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/alfa-slab-one-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/alfa-slab-one-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/alfa-slab-one-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/alfa-slab-one-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/alfa-slab-one-v10-latin-regular.svg#AlfaSlabOne') format('svg'); /* Legacy iOS */
}
/* bangers-regular - latin */
@font-face {
    font-family: 'Bangers';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/bangers-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/bangers-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/bangers-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/bangers-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/bangers-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/bangers-v13-latin-regular.svg#Bangers') format('svg'); /* Legacy iOS */
}
/* allura-regular - latin */
@font-face {
    font-family: 'Allura';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/allura-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/allura-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/allura-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/allura-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/allura-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/allura-v9-latin-regular.svg#Allura') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
    font-family: 'Poppins-700';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v9-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Poppins Bold'), local('Poppins-Bold'),
    url('../fonts/poppins-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Volte Regular';
    font-style: normal;
    font-weight: normal;
    /*src: url('../fonts/allura-v9-latin-regular.eot'); !* IE9 Compat Modes *!*/
    src: local(''),
    url('../fonts/volte.woff') format('woff');
}
@font-face {
    font-family: 'Volte Bold';
    font-style: normal;
    font-weight: normal;
    /*src: url('../fonts/allura-v9-latin-regular.eot'); !* IE9 Compat Modes *!*/
    src: local(''),
    url('../fonts/volte-bold.woff') format('woff');
}


/*Fonts*/
.font-volte {font-family: "Volte Regular"!important;}
.font-volte-bold {font-family: "Volte Bold"!important;}
.font-poppins-bold {font-family: Poppins-700!important;}
.font-allura {font-family: Allura!important;}
.font-bangers {font-family: Bangers!important;}
.font-alfa-slab-one {
    font-family: "Alfa Slab One"!important;
    letter-spacing: 3px;
}

/*Background Additional*/
.bg-black {background-color: #000!important;}
.bg-medium-light {background-color: rgb(236 236 236) !important}

/*Margin & Padding*/
.mxm-2 {margin: 0 -5px}
.w-40 {width: 40%!important;}
.w-55 {width: 55%!important;}
.w-65 {width: 65%!important;}
.w-85 {width: 85%!important;}
.w-95 {width: 95%!important;}
.mh-1 {height: 3rem;!important;}
.mt-10 {margin-top: 10rem!important;}
.mtm-1 {margin-top: -1rem!important;}
.mtm-2 {margin-top: -2rem!important;}
.mtm-5 {margin-top: -5rem!important;}
.pt-6 {padding-top: 4.5rem!important;}
.pb-6 {padding-bottom: 4.5rem!important;}
.py-6 {padding: 6rem 0!important;}
.at-1 {top: -1rem!important;}
.at-2 {top: -2rem!important;}
.at-3 {top: -3rem!important;}
.mb-6 {margin-bottom: 5rem!important;}

.pointer {cursor: pointer!important}
.default {cursor: default!important}
.grab {cursor: grab!important;}
.grab:active,
.grab:focus {cursor: grabbing!important;}
.font1 {font-size: 1rem!important}
.fs-xs { font-size: .675rem!important}
.fs-sm { font-size: .775rem!important}
.fs-md { font-size: .850rem!important}
.fs-base { font-size: .950rem!important}
.fs-lg {font-size: 1.125rem !important;}
.fs-xl {font-size: 1.2rem!important;}
.font-biggest {font-size: 2.5rem!important;}
.fw-medium {font-weight: 500!important;}
/*.font-weight-bold {font-weight: 600!important;}*/
/*.font-weight-bolder {font-weight: 700!important;}*/
/*.line-height-1 {line-height: 1rem!important}*/
/*.line-height-2 {line-height: 1.5!important}*/
.text-black {color: #111!important}
.text-soft-gray {color: #888!important}
.text-light {color: #bfbebe!important;}
.text-orangered {color: orangered!important}
.over-hidden {overflow: hidden !important}
.over-hidden-x {overflow-x: hidden !important}
.full-index {z-index: 10!important}
.text-underline {text-decoration: underline!important;}
.nowrap {white-space: nowrap!important;}
.border-bottom-dashed {border-bottom-style: dashed!important;}
.border-top-dashed {border-top-style: dashed!important;}
.line-through {text-decoration: line-through!important;}
.badge-orangered {
    color: #fff;
    background-color: orangered!important;
}
.limit-text-1a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.limit-text-1,
.limit-text-2,
.limit-text-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-text-1 {
    -webkit-line-clamp: 1;
}
.limit-text-2 {
    -webkit-line-clamp: 2;
}
.limit-text-3 {
    -webkit-line-clamp: 3;
}
/*.shadow-sm {*/
/*    box-shadow: rgba(0, 0, 0, 0.05) 0 3px 8px!important;*/
/*}*/
.sticky-offset2 {
    top: 3.5rem!important;
    padding-top: 0;
    z-index: 100;
}
.sticky-offset3 {
    top: 1.5rem!important;
    padding-top: 0;
    z-index: 10;
}
.sticky-offset4 {
    top: 12rem!important;
    padding-top: 0;
    z-index: 10;
}


/*Rounded*/
.rounded-xs {
    -webkit-border-radius: .55rem!important;
    -moz-border-radius: .55rem!important;
    border-radius: .55rem!important;
}
.rounded-xs-top {
    -webkit-border-radius: .55rem .55rem 0 0!important;
    -moz-border-radius: .55rem .55rem 0 0!important;
    border-radius: .55rem .55rem 0 0!important;
}
.rounded-xs-end {
    -webkit-border-radius: 0 .55rem .55rem 0 !important;
    -moz-border-radius: .55rem .55rem 0 0!important;
    border-radius: 0 .55rem .55rem 0 !important;
}
.rounded-sm {
    -webkit-border-radius: .75rem!important;
    -moz-border-radius: .75rem!important;
    border-radius: .75rem!important;
}
.rounded-sm-top {
    -webkit-border-radius: .75rem .75rem 0 0!important;
    -moz-border-radius: .75rem .75rem 0 0!important;
    border-radius: .75rem .75rem 0 0!important;
}
.rounded-sm-bottom {
    -webkit-border-radius: 0 0 .75rem .75rem!important;
    -moz-border-radius: 0 0 .75rem .75rem!important;
    border-radius: 0 0 .75rem .75rem!important;
}
.rounded-md {
    -webkit-border-radius: 1rem!important;
    -moz-border-radius: 1rem!important;
    border-radius: 1rem!important;
}
.rounded-md-top {
    -webkit-border-radius: 1rem 1rem 0 0!important;
    -moz-border-radius: 1rem 1rem 0 0!important;
    border-radius: 1rem 1rem 0 0!important;
}
.rounded-md-bottom {
    -webkit-border-radius: 0 0 1rem 1rem!important;
    -moz-border-radius: 0 0 1rem 1rem!important;
    border-radius: 0 0 1rem 1rem!important;
}
.rounded-lg {
    -webkit-border-radius: 2rem!important;
    -moz-border-radius: 2rem!important;
    border-radius: 2rem!important;
}
.rounded-lg-top {
    -webkit-border-radius: 2rem 2rem 0 0!important;
    -moz-border-radius: 2rem 2rem 0 0!important;
    border-radius: 2rem 2rem 0 0!important;
}
.rounded-lg-bottom {
    -webkit-border-radius: 0 0 2rem 2rem!important;
    -moz-border-radius: 0 0 2rem 2rem!important;
    border-radius: 0 0 2rem 2rem!important;
}
.rounded-circles {
    -webkit-border-radius: 5rem!important;
    -moz-border-radius: 5rem!important;
    border-radius: 5rem!important;
}




.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
.relative {position: relative !important}
.absolute {position: absolute !important}
.fixed {position: fixed !important}
.sticky {position: sticky !important}
.imgCont {overflow: hidden}
.imgCont img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: inline-block;
}


/*MOBILE GRID*/
.store-list {
    /*height: calc(100vh);*/
}
.scroll-y {
    overflow-y: auto;
}
.mobile-grid .container-fluid {
    min-height: calc(100% - 3.5rem);
    max-width: 640px;
    /*border-left: 1px solid red;*/
    /*border-right: 1px solid red;*/
}
.mobile-grid.voucher-stores,
.mobile-grid.voucher-detail {
    /*padding-top: 3.9rem!important;*/
}


.sticky-bottom {
    position: sticky;
    bottom: 0;
}


.mobile-grid.voucher-stores .header-content {
    height: 4rem;
}
.mobile-grid.voucher-stores .body-content {
    min-height: calc(100vh - 5rem);
}
.mobile-grid.voucher-stores .imgHead {
    min-width: 10rem;
    max-width: 16rem;
}

.optHeight {
    /*height: calc(100vh - 3.5rem) !important;*/
    height: calc(100vh) !important;
}
.mobile-grid.voucher-detail .big-list {
    /*border: 1rem solid red;*/
}
.mobile-grid.voucher-detail .big-list {
    background: linear-gradient(211deg, #fbcf47, #82daf1 1%, #f7cc48, #f98d9f);
    /*position: absolute;*/
    /*top: -.9rem;*/
    /*left: -.9rem;*/
    /*right: -.9rem;*/
    /*bottom: -.9rem;*/
    -webkit-border-radius: .9rem;
    -moz-border-radius: .9rem;
    border-radius: .9rem;
}
.mobile-grid.voucher-detail .big-list::before {
    content: '';
    border-width: 1.1rem;
    border-style: solid;
    border-image: linear-gradient(211deg, #fbcf47, #82daf1 1%, #f7cc48, #f98d9f) 30;
    position: absolute;
    top: -.9rem;
    left: -.9rem;
    right: -.9rem;
    bottom: -.9rem;
    -webkit-border-radius: .9rem;
    -moz-border-radius: .9rem;
    border-radius: .9rem;
    display: none;
}
.mobile-grid.voucher-detail .big-list .ornament {
    height: 5rem;
    left: -.9rem;
    right: -.9rem;
    bottom: 7.5rem;
}
.mobile-grid.voucher-detail .big-list .ornament span:first-child {
    content: '';
    background: linear-gradient(to bottom, #f8aa76, #f89e87);
    width: 5rem;
    height: 5rem;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    left: -1.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 12;
}
.mobile-grid.voucher-detail .big-list .ornament span:last-child {
    content: '';
    background: linear-gradient(to bottom, #d6cf76, #eccd57);
    width: 5rem;
    height: 5rem;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    right: -1.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 12;
}
.mobile-grid.voucher-detail .big-list .ornament span:first-child::before,
.mobile-grid.voucher-detail .big-list .ornament span:last-child::before {
    content: '';
    background-color: #f8f9fa;
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 12;
}

.mobile-grid .copiedSuccessRedirect {
    background-color: #000000b0;
    max-width: 640px;
    z-index: 99999;
    display: flex;
}
.mobile-grid .copiedSuccessRedirect .bi-check-lg {
    height: 4.5rem;
    font-size: 72px;
    color: #74b703;
    line-height: 1;
    margin-bottom: 16px;
}
.mobile-grid .copiedSuccessRedirect .copied-alert {
    margin-bottom: 24px;
}


/**
 * ==============================================
 * Dot Typing
 * ==============================================
 */
.dot-typing {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #c03e48;
    color: #c03e48;
    box-shadow: 9984px 0 0 0 #c03e48, 9999px 0 0 0 #c03e48, 10014px 0 0 0 #c03e48;
    animation: dotTyping 1.5s infinite linear;
}

@keyframes dotTyping {
    0% {
        box-shadow: 9984px 0 0 0 #c03e48, 9999px 0 0 0 #c03e48, 10014px 0 0 0 #c03e48;
    }
    16.667% {
        box-shadow: 9984px -10px 0 0 #c03e48, 9999px 0 0 0 #c03e48, 10014px 0 0 0 #c03e48;
    }
    33.333% {
        box-shadow: 9984px 0 0 0 #c03e48, 9999px 0 0 0 #c03e48, 10014px 0 0 0 #c03e48;
    }
    50% {
        box-shadow: 9984px 0 0 0 #c03e48, 9999px -10px 0 0 #c03e48, 10014px 0 0 0 #c03e48;
    }
    66.667% {
        box-shadow: 9984px 0 0 0 #c03e48, 9999px 0 0 0 #c03e48, 10014px 0 0 0 #c03e48;
    }
    83.333% {
        box-shadow: 9984px 0 0 0 #c03e48, 9999px 0 0 0 #c03e48, 10014px -10px 0 0 #c03e48;
    }
    100% {
        box-shadow: 9984px 0 0 0 #c03e48, 9999px 0 0 0 #c03e48, 10014px 0 0 0 #c03e48;
    }
}


.shadow-md{
    box-shadow: 0 .225rem 1.45rem rgba(0,0,0,.075)!important;
}
.shadow-cst {
    box-shadow: 0 7px 14px 0 rgba(65,69,88,0.1),0 3px 6px 0 rgba(0,0,0,0.07)!important;
}




.menuBottom .nav-item {
    -webkit-flex:1;
    -webkit-box-flex:1;
    -moz-flex:1;
    -moz-box-flex:1;
    -ms-flex:1;
    flex:1;
}


/*Button*/
.theme-btn{
    position: relative;
    display: inline-block;
    font-size: .9rem;
    color: #fff!important;
    text-align: center;
    cursor: pointer;
    border-radius: .25rem!important;
    z-index: 1;
    transition: all 500ms ease;
}
.theme-btn-orange{
    background: -webkit-linear-gradient(0deg, #e18025, #e17123 50%)!important;
    color: #fff!important;
}
.theme-btn-green {
    background: -webkit-linear-gradient(0deg, #28a745, #148710 50%)!important;
    color: #fff!important;
}
.theme-btn-red {
    background: -webkit-linear-gradient(0deg, #e13434, #ff2c27 50%)!important;
    color: #fff!important;
}
.theme-btn-code {
    background: -webkit-linear-gradient(0deg, #ff9508, #ffa604 50%)!important;
    color: #fff!important;
}
.theme-btn-deal {
    background: -webkit-linear-gradient(0deg, #228997, #19978b 50%)!important;
    color: #fff!important;
}
.theme-btn-white {
    background: -webkit-linear-gradient(0deg, #fff, #eee 50%);
    border: 1px solid #e4e4e4;
    color: #333!important;
}
.theme-btn.theme-btn-white:hover {
    color: #fff!important;
}

.theme-btn i{
    position: relative;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 400;
}
.navbar .theme-btn i{
    font-size: 1rem;
}
.theme-btn:before{
    position: absolute;
    content: '';
    background: #1e1e2a;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 500ms ease;
}
.theme-btn:hover:before{
    width: 100%;
    left: 0;
}
.button-text {
    left: -1rem;
    position: relative;
}
.btn-outline-custom.icon::after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
    display: inline-block;
}

.btn-outline-grey {
    color: #6c757d;
    background-color: #fff;
    background-image: none;
    border-color: transparent;
}



html, body {
    height: 100%;
    min-height: 100vh;
    font-size: 15px;
}
body.active {
    overflow: hidden;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}



.widgets {
    background-color: #000;
    padding: 0 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 300000;
    display: none;
}


.navbar {
    height: 75px;
}
.navbar .navbar-brand {
    max-width: 15rem;
}
.navbar-brand img {
    max-width: 100%;
    /* max-height: 100%; */
}


.font-Krungsri-Condensed-Medium {
    font-family: Krungsri-Condensed-Medium;
}
.font-Krungsri-Condensed {
    font-family: 'Krungsri-Condensed';
}

/*Voucher Detail*/
.voucher-detail {
    font-family: Krungsri-Condensed;
}
.voucher-detail h1 {
    font-family: Krungsri-Condensed-Medium;
    /*font-size: 2rem!important;*/
    line-height: 2.2rem;
}
.voucher-detail .imgCont.big {
    width: 11rem;
}
.voucher-detail .sponsored .imgCont {
    width: 4rem;
}
.voucher-detail:not(.mobile-grid) .info-voucher .codeCont #input-text,
.voucher-detail:not(.mobile-grid) .info-voucher .codeCont input {
    background-color: #f3ede1!important;
    font-size: 1.5rem;
    color: green;
    font-weight: 700!important;
    border: 2px dotted #fff!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.voucher-detail:not(.mobile-grid) .info-voucher .codeCont #input-text.code,
.voucher-detail:not(.mobile-grid) .info-voucher .codeCont input.code {
    padding-right: 3rem!important;
    padding-left: 1.5rem!important;
}
.voucher-detail:not(.mobile-grid) .info-voucher .codeCont.active #input-text.code,
.voucher-detail:not(.mobile-grid) .info-voucher .codeCont.active input.code {
    padding-right: 7rem!important;
}


.voucher-detail:not(.mobile-grid) .btn#getCode {
    color: #212529;
    background-color: #ffffff;
    border-color: #f17418;
}
.voucher-detail:not(.mobile-grid) .codeCont .copy::before,
.voucher-detail:not(.mobile-grid) .codeCont .copy::after {
    content: "";
    background-color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2px;
    left: 3px;
    z-index: 2;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
}
.voucher-detail:not(.mobile-grid) .codeCont .copy::after {
    background-color: transparent;
    border: 8px solid #f17418;
    opacity: 0;
    z-index: 1;
    animation: pulse 1s infinite ease-out;
    animation-delay: 0s;
}
.voucher-detail .codeCont .copy i {
    position: relative;
    z-index: 5;
}
.voucher-detail:not(.mobile-grid) .codeCont.active .copy::before,
.voucher-detail:not(.mobile-grid) .codeCont.active .copy::after {
    display: none;
}

.voucher-detail .codeCont.active .copy i {
    position: static;
    z-index: initial;
}
@keyframes pulse {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(3, 3);
        opacity: 0;
    }
}



/*Button Voucher Custom*/
.button, .button-peel {
    background: #4ca12b;
    width: 100%;
    color: #fff!important;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    /*font-family: "Source Sans Pro", "Open Sans", sans-serif;*/
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    min-height: 2.5rem;
    line-height: 2.5rem;
    outline: 0;
    padding: 0;
    border: 0;
    display: block;
}
.button-peel {
    background: #ffa604;
    color: #2d2d2d!important;
}
.button-peel:before {
    content: "";
    background-image: linear-gradient(38deg, #f3dbb0, #f9c361 49%, transparent 50%, transparent);
    background-repeat: no-repeat;
    background-position: 0 .375rem;
    width: 3.625rem;
    height: 4.875rem;
    position: absolute;
    top: -.35rem;
    right: 1.28rem;
    z-index: 2;
    display: block;
    -webkit-transform: rotate(22deg) translateY(-.625rem) scaleX(.9);
    -moz-transform: rotate(22deg) translateY(-.625rem) scaleX(.9);
    -ms-transform: rotate(22deg) translateY(-.625rem) scaleX(.9);
    -o-transform: rotate(22deg) translateY(-.625rem) scaleX(.9);
    transform: rotate(22deg) translateY(-.625rem) scaleX(.9);
    -webkit-transition: background-position .2s, -webkit-transform .2s;
    transition: background-position .2s, -webkit-transform .2s;
    transition: transform .2s, background-position .2s;
    transition: transform .2s, background-position .2s, -webkit-transform .2s;
    -webkit-border-radius: 0 0 0 .75rem;
    -moz-border-radius: 0 0 0 .75rem;
    border-radius: 0 0 0 .75rem;
}

.ie9 .button-peel:before {
    display: none
}

.button-peel:after {
    content: "";
    width: .9375rem;
    /*height: .625rem;*/
    height: 7px;
    position: absolute;
    /*right: 1.5625rem;*/
    right: 3.8rem;
    bottom: 0;
    -webkit-transform: skew(21deg, 0);
    transform: skew(21deg, 0);
    background: #da9009;
    -webkit-transition: right .2s;
    -moz-transition: right .2s;
    -ms-transition: right .2s;
    -o-transition: right .2s;
    transition: right .2s;
    display: block;
}
.ie9 .button-peel:after {
    display: none
}

.button-peel-code {
    background: #2d2f38;
    width: 4rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 0 .75rem 0 0;
    direction: rtl;
    text-align: right;
    color: #fff!important;
    -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -ms-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
    display: block;
}
.noCode .button-peel-code {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tile-save + .tile-redeem {
    width: calc(100% - 3.125rem);
    margin: 0 0 0 3.125rem;
}
.ie9 .button-peel-code {
    display: none
}

.button-peel-text {
    line-height: 3.5rem;
}


.voucher-detail .trm .button-peel,
.voucher-detail .trm .button-peel.noCode {
    /*width: 83%;*/
    background: linear-gradient(to right, #ffa604 80%, #000 20%);
    height: 3.3rem;
}
.voucher-detail .trm .button-peel.noCode {
    background: linear-gradient(to right, #28a745 18%, #000 20%);
}
.voucher-detail .trm .button-peel::before,
.voucher-detail .trm .button-peel:hover::before {
    background-position: 0 .375rem!important;
    width: 4rem;
    height: 3.2rem;
    top: .7rem;
    left: 1.5rem!important;
    right: initial;
    -webkit-transform: rotate(22deg) translateY(-.625rem) scaleX(.9)!important;
    transform: rotate(22deg) translateY(-.625rem) scaleX(.9)!important;
}
.voucher-detail .trm .button-peel::after,
.voucher-detail .trm .button-peel:hover::after {
    left: 2.25rem!important;
    bottom: -.3px;
}
.voucher-detail .trm .button-peel:hover .button-peel-code,
.voucher-detail .trm .button-peel-code {
    width: auto;
    height: inherit;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 700;
    text-align: center;
    outline: none!important;
    left: 38px;
}
.voucher-detail .trm .button-peel.noCode:hover .button-peel-code,
.voucher-detail .trm .noCode .button-peel-code {
    left: 37px;
}

.voucher-detail .trm .button-peel.noCode {
    /*background-color: #28a745;*/
    /*width: 87%;*/
    width: 100%;
}
.voucher-detail .trm .button-peel.noCode::before {
    background-image: linear-gradient(38deg, #8af7a3, #2dab4a 49%, transparent 50%, transparent);
}
.voucher-detail .trm .button-peel.noCode::after {
    background: #126926;
}
.voucher-detail .trm .codeCont {
    max-width: 100%;
}
.voucher-detail .trm .button-peel.noCode .button-peel-code {
    /*width: 100%!important;*/
    font-size: 1rem;
    line-height: 3.2;
}
.clipboardAlert .lobibox-header,
.clipboardAlert .lobibox-footer {
    display: none!important;
}




.voucher-detail:not(.mobile-grid) .info-voucher .codeCont input.type0 {font-size: 1.5rem;}
.voucher-detail:not(.mobile-grid) .info-voucher .codeCont .btn,
.voucher-detail:not(.mobile-grid) .info-voucher .codeCont .button {
    line-height: 1.5;
    top: 8px;
    right: 8px;
    bottom: 8px;
}


footer .container-fluid {
    background-color: #c03e48;
}

.main-content {
    /*min-height: 100%;*/
    height: calc(100vh);
}

/*Btn Custom*/
.btn-outline-custom {
    /*background-color: #fff!important;*/
    color: #f37417;
    background-color: transparent;
    background-image: none;
    border-color: #f37417;
}
.btn-outline-custom:hover {
    background-color: #f37417!important;
    color: #fff;
}

.btn-custom {
    background-color: #f37417;
    background-image: none;
    color: #fff!important;
    border-color: #f37417;
}





/*Back To Shop*/
#back-to-top a {
    background-color: #f6f6f6 !important;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.3rem;
    border: 2px solid #101010;
    overflow: hidden;
    z-index: 80;
    text-align: center;
    position: fixed;
    right: .5rem;
    bottom: -40%;
    border-radius: 5rem;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#back-to-top a:hover {
    background-color: #101010 !important;
    color: #fff;
}
#back-to-top .arrow-icon {
    fill: #101010;
    stroke: #101010;
    margin-top: 0;
    margin-left: 0;
    transform: rotate(-90deg);
    display: inline-block;
}
#back-to-top a:hover .arrow-icon {
    fill: #fff;
    stroke: #fff;
}
#back-to-top:hover a {
    color: #252a2e
}
#back-to-top a .fa {
    font-size: 40px;
    color: #fff;
    line-height: 100%;
    position: absolute;
    top: 3px;
    left: 12.1px
}
#back-to-top a span {
    font-size: 8px;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    bottom: 11px;
    left: 10.5px;
    text-transform: uppercase
}
#back-to-top.show a {
    bottom: .5rem;
}


.mobile-grid.voucher-detail {
    /*height: calc(100vh);*/
}
.mobile-grid.voucher-stores .list .imgCont {
    min-width: 15rem;
    max-width: 15rem;
}
.voucher-detail.mobile-grid .info-voucher .codeCont .btn {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 8px;
}
@media all and (max-width: 576px) {
    .mobile-grid.voucher-stores .list .imgCont {
        min-width: 100%;
        max-width: 100%;
    }
}

/*Responsive Desktop*/
@media all and (max-width: 480px) {
    /*.innerBox {*/
    /*    display: grid!important;*/
    /*}*/
    .mobile-grid.voucher-stores .imgHead {
        max-width: 100%;
    }
    .button-text {
        left: -2rem;
    }
    .wrapsBtns {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }
}
@media all and (max-width: 400px) {
    .mobile-grid.voucher-stores .row.row-cols-2>* {
        flex: 0 0 auto!important;
        width: 100%!important;
        --bs-gutter-x: 1.5rem!important;
        --bs-gutter-y: 0!important;
    }
}