/* phpcs:ignoreFile */
.coupon-container{
    margin-bottom: 1.5em;
    border: 1px solid;
    border-radius: 4px;
}
.sc-accordion-panel{
    display: flex ;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid;
}
.sc-accordion-content{
    display: block;
    /*max-height: 9rem;
    overflow-y: auto;*/
    background: #fdfdfd;
}
#sc-custom{
        line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 1rem;
}
:root{
	--sc-color1 : #000000;
	--sc-color2 : #ffffff;
	--sc-color3 : #ff9300; 
}
#sc-custom html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

#sc-custom body {
    margin: 0
}

#sc-custom a {
    background-color: initial
}

#sc-custom b {
    font-weight: bolder
}

#sc-custom sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em
}

#sc-custom img {
    border-style: none
}

#sc-custom button,
#sc-custom input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible
}

#sc-custom button {
    text-transform: none
}

#sc-custom [type=button],
#sc-custom button {
    -webkit-appearance: button
}

#sc-custom [type=button]::-moz-focus-inner,
#sc-custom button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

#sc-custom [type=button]:-moz-focusring,
#sc-custom button:-moz-focusring {
    outline: 1px dotted ButtonText
}

#sc-custom [hidden] {
    display: none
}

#sc-custom h2 {
    margin: 0
}

#sc-custom button {
    background-color: initial;
    background-image: none
}

#sc-custom button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

#sc-custom html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

#sc-custom *,
#sc-custom :after,
#sc-custom :before {
    box-sizing: border-box;
    border: 0 solid #d2d6dc
}

#sc-custom img {
    border-style: solid
}

#sc-custom input::-moz-placeholder {
    color: #a0aec0
}

#sc-custom input:-ms-input-placeholder {
    color: #a0aec0
}

#sc-custom input::placeholder {
    color: #a0aec0
}

#sc-custom button {
    cursor: pointer
}

#sc-custom h2 {
    font-size: inherit;
    font-weight: inherit
}

#sc-custom a {
    color: inherit;
    text-decoration: inherit
}

#sc-custom button,
#sc-custom input {
    padding: 0;
    line-height: inherit;
    color: inherit
}

#sc-custom img,
#sc-custom svg {
    display: block;
    vertical-align: middle
}

#sc-custom img {
    max-width: 100%;
    height: auto
}

#sc-custom .space-y-0>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px*var(--space-y-reverse))
}

#sc-custom .space-y-1>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(.25rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(.25rem*var(--space-y-reverse))
}

#sc-custom .space-x-1>:not(template)~:not(template) {
    --space-x-reverse: 0;
    margin-right: calc(.25rem*var(--space-x-reverse));
    margin-left: calc(.25rem*(1 - var(--space-x-reverse)))
}

#sc-custom .space-y-0\.5>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(.125rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(.125rem*var(--space-y-reverse))
}

#sc-custom .bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

#sc-custom .border-transparent {
    border-color: transparent
}

#sc-custom .hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #4b5563;
    border-color: rgba(75, 85, 99, var(--border-opacity))
}

#sc-custom .hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #374151;
    border-color: rgba(55, 65, 81, var(--border-opacity))
}

#sc-custom .rounded-sm {
    border-radius: .125rem
}

#sc-custom .rounded {
    border-radius: .25rem
}

#sc-custom .rounded-md {
    border-radius: .375rem
}

#sc-custom .rounded-full {
    border-radius: 9999px
}

#sc-custom .border-dashed {
    border-style: dashed
}

#sc-custom .border-dotted {
    border-style: dotted
}

#sc-custom .hover\:border-solid:hover {
    border-style: solid
}

#sc-custom .hover\:border-dashed:hover {
    border-style: dashed
}

#sc-custom .border-2 {
    border-width: 2px
}

#sc-custom .border {
    border-width: 1px
}

#sc-custom .border-t {
    border-top-width: 1px
}

#sc-custom .border-b {
    border-bottom-width: 1px
}

#sc-custom .border-l {
    border-left-width: 1px
}

#sc-custom .cursor-pointer {
    cursor: pointer
}

#sc-custom .inline-block {
    display: inline-block
}

#sc-custom .flex {
    display: flex
}

#sc-custom .inline-flex {
    display: inline-flex
}

#sc-custom .hidden {
    display: none
}

#sc-custom .flex-row-reverse {
    flex-direction: row-reverse
}

#sc-custom .flex-col {
    flex-direction: column
}

#sc-custom .items-start {
    align-items: flex-start
}

#sc-custom .items-center {
    align-items: center
}

#sc-custom .justify-between {
    justify-content: space-between
}

#sc-custom .flex-1 {
    flex: 1
}

#sc-custom .flex-shrink-0 {
    flex-shrink: 0
}

#sc-custom .float-right {
    float: right
}

#sc-custom .font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

#sc-custom .font-semibold {
    font-weight: 600
}

#sc-custom .font-bold {
    font-weight: 700
}

#sc-custom .h-5 {
    height: 1.25rem
}

#sc-custom .h-6 {
    height: 1.5rem
}

#sc-custom .h-7 {
    height: 1.75rem
}

#sc-custom .h-8 {
    height: 2rem
}

#sc-custom .h-9 {
    height: 2.25rem
}

#sc-custom .h-15 {
    height: 3.75rem
}

#sc-custom .h-24 {
    height: 6rem
}

#sc-custom .h-full {
    height: 100%
}

#sc-custom .text-xs {
    font-size: .75rem
}

#sc-custom .text-sm {
    font-size: .875rem
}

#sc-custom .text-base {
    font-size: 1rem
}

#sc-custom .text-lg {
    font-size: 1.125rem
}

#sc-custom .text-xl {
    font-size: 1.25rem
}

#sc-custom .text-4xl {
    font-size: 2.25rem
}

#sc-custom .leading-4 {
    line-height: 1rem
}

#sc-custom .leading-6 {
    line-height: 1.5rem
}

#sc-custom .leading-none {
    line-height: 1
}

#sc-custom .leading-tight {
    line-height: 1.25
}

#sc-custom .m-1 {
    margin: .25rem
}

#sc-custom .mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

#sc-custom .mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

#sc-custom .my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

#sc-custom .mx-auto {
    margin-left: auto;
    margin-right: auto
}

#sc-custom .mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%
}

#sc-custom .mt-0 {
    margin-top: 0
}

#sc-custom .mt-1 {
    margin-top: .25rem
}

#sc-custom .mr-1 {
    margin-right: .25rem
}

#sc-custom .mb-1 {
    margin-bottom: .25rem
}

#sc-custom .ml-1 {
    margin-left: .25rem
}

#sc-custom .mr-2 {
    margin-right: .5rem
}

#sc-custom .mb-2 {
    margin-bottom: .5rem
}

#sc-custom .ml-2 {
    margin-left: .5rem
}

#sc-custom .mr-3 {
    margin-right: .75rem
}

#sc-custom .ml-3 {
    margin-left: .75rem
}

#sc-custom .mb-4 {
    margin-bottom: 1rem
}

#sc-custom .mt-0\.5 {
    margin-top: .125rem
}

#sc-custom .mb-1\.5 {
    margin-bottom: .375rem
}

#sc-custom .-mt-1 {
    margin-top: -.25rem
}

#sc-custom .-mb-1 {
    margin-bottom: -.25rem
}

#sc-custom .-mt-0\.5 {
    margin-top: -.125rem
}

#sc-custom .-mb-1\.5 {
    margin-bottom: -.375rem
}

#sc-custom .max-w-xs {
    max-width: 20rem
}

#sc-custom .max-w-sm {
    max-width: 24rem
}

#sc-custom .max-w-7xl {
    max-width: 80rem
}

#sc-custom .object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

#sc-custom .overflow-hidden {
    overflow: hidden
}

#sc-custom .p-0 {
    padding: 0
}

#sc-custom .p-1 {
    padding: .25rem
}

#sc-custom .p-2 {
    padding: .5rem
}

#sc-custom .p-8 {
    padding: 2rem
}

#sc-custom .p-0\.5 {
    padding: .125rem
}

#sc-custom .py-0 {
    padding-top: 0;
    padding-bottom: 0
}

#sc-custom .py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

#sc-custom .px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

#sc-custom .px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

#sc-custom .py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem
}

#sc-custom .pt-0 {
    padding-top: 0
}

#sc-custom .pb-0 {
    padding-bottom: 0
}

#sc-custom .pt-1 {
    padding-top: .25rem
}

#sc-custom .pl-2 {
    padding-left: .5rem
}

#sc-custom .pt-4 {
    padding-top: 1rem
}

#sc-custom .pt-0\.5 {
    padding-top: .125rem
}

#sc-custom .pb-0\.5 {
    padding-bottom: .125rem
}

#sc-custom .pl-2\.5 {
    padding-left: .625rem
}

#sc-custom .absolute {
    position: absolute
}

#sc-custom .relative {
    position: relative
}

#sc-custom .right-0 {
    right: 0
}

#sc-custom .bottom-0 {
    bottom: 0
}

#sc-custom .top-2 {
    top: .5rem
}

#sc-custom .left-14 {
    left: 3.5rem
}

#sc-custom .hover\:shadow:hover,
#sc-custom .shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, 6%)
}

#sc-custom .text-center {
    text-align: center
}

#sc-custom .text-gray-600 {
    --text-opacity: 1;
    color: #4b5563;
    color: rgba(75, 85, 99, var(--text-opacity))
}

#sc-custom .text-gray-800 {
    --text-opacity: 1;
    color: #252f3f;
    color: rgba(37, 47, 63, var(--text-opacity))
}

#sc-custom .text-blue-600 {
    --text-opacity: 1;
    color: #1c64f2;
    color: rgba(28, 100, 242, var(--text-opacity))
}

#sc-custom .uppercase {
    text-transform: uppercase
}

#sc-custom .underline {
    text-decoration: underline
}

#sc-custom .whitespace-no-wrap {
    white-space: nowrap
}

#sc-custom .w-5 {
    width: 1.25rem
}

#sc-custom .w-6 {
    width: 1.5rem
}

#sc-custom .w-8 {
    width: 2rem
}

#sc-custom .w-9 {
    width: 2.25rem
}

#sc-custom .w-15 {
    width: 3.75rem
}

#sc-custom .w-16 {
    width: 4rem
}

#sc-custom .w-24 {
    width: 6rem
}

#sc-custom .w-full {
    width: 100%
}

#sc-custom .z-10 {
    z-index: 10
}

#sc-custom .gap-1 {
    grid-gap: .25rem;
    gap: .25rem
}

#sc-custom .gap-2 {
    grid-gap: .5rem;
    gap: .5rem
}

#sc-custom .gap-3 {
    grid-gap: .75rem;
    gap: .75rem
}

#sc-custom .transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x))translateY(var(--transform-translate-y))rotate(var(--transform-rotate))skewX(var(--transform-skew-x))skewY(var(--transform-skew-y))scaleX(var(--transform-scale-x))scaleY(var(--transform-scale-y))
}

#sc-custom .hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
}

#sc-custom .-rotate-90 {
    --transform-rotate: -90deg
}

#sc-custom .hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem
}

#sc-custom .transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

#sc-custom .ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

#sc-custom .duration-100 {
    transition-duration: .1s
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

#sc-custom {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    margin: 0
}

#sc-custom .sc-coupons-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 1rem;
    gap: 1rem
}

@media(min-width:768px) {
    #sc-custom .sc-coupons-list {
        grid-gap: 2rem;
        gap: 2rem
    }
}

#sc-custom .sc-coupon {
    position: relative;
    overflow: hidden;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    cursor: pointer;
    min-width: 160px;
    max-width: 300px
}

@media print {
    #sc-custom .wc-sc-print-coupons-wrapper {
        display: table
    }
    #sc-custom .sc-coupon {
        display: inline-block;
        page-break-inside: avoid;
        margin: .8rem 1rem;
        border: 1px solid #ccc !important
    }
}

.sc-coupon.ticket-coupon-design .woocommerce-Price-amount,
.sc-coupon.flat-coupon-design .woocommerce-Price-amount {
    font-size: 2.25rem
}

.sc-coupon.flat-coupon-design .woocommerce-Price-amount {
    font-weight: 600
}

.sc-coupon.ticket-coupon-design .woocommerce-Price-amount {
    font-weight: 700
}

.sc-coupon.ticket-coupon-design .woocommerce-Price-currencySymbol,
.sc-coupon.flat-coupon-design .woocommerce-Price-currencySymbol {
    font-size: 1.125rem;
    font-weight: 400;
    vertical-align: super
}