/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* coupon Styling */
:root {
    --sc-color1: #2b2d42;
    --sc-color2: #edf2f4;
    --sc-color3: #d90429;
    --sc-color4: #c6c0c1;
}
.wt_coupon_wrapper body {
    margin: 0;
}
.wt_coupon_wrapper a {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}
.wt_coupon_wrapper b {
    font-weight: bolder;
}
.wt_coupon_wrapper sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}
.wt_coupon_wrapper button,
.wt_coupon_wrapper input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
}
.wt_coupon_wrapper button {
    text-transform: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.wt_coupon_wrapper [type="button"],
.wt_coupon_wrapper button {
    -webkit-appearance: button;
}
.wt_coupon_wrapper [type="button"]::-moz-focus-inner,
.wt_coupon_wrapper button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
.wt_coupon_wrapper [type="button"]:-moz-focusring,
.wt_coupon_wrapper button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
.wt_coupon_wrapper .hidden,
.wt_coupon_wrapper [hidden] {
    display: none;
}
.wt_coupon_wrapper h2 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
.wt_coupon_wrapper button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}
.wt_coupon_wrapper html {
    -webkit-text-size-adjust: 100%;
    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;
}
.wt_coupon_wrapper *,
.wt_coupon_wrapper :after,
.wt_coupon_wrapper :before {
    box-sizing: border-box;
    border: 0 solid #d2d6dc;
}
.active-coupon,
.used-coupon {
    color: var(--sc-color1);
    border-color: var(--sc-color1);
}
.wt_coupon_wrapper img {
    border-style: solid;
    max-width: 100%;
    height: auto;
}
.wt_coupon_wrapper input::-moz-placeholder {
    color: #a0aec0;
}
.wt_coupon_wrapper input:-ms-input-placeholder {
    color: #a0aec0;
}
.wt_coupon_wrapper input::placeholder {
    color: #a0aec0;
}
.wt_coupon_wrapper button,
.wt_coupon_wrapper input {
    padding: 0;
    line-height: inherit;
    color: inherit;
}
.wt_coupon_wrapper img,
.wt_coupon_wrapper svg {
    display: block;
    vertical-align: middle;
}
.wt_coupon_wrapper .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));
}
.wt_coupon_wrapper .space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * (1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
}
.wt_coupon_wrapper .space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * (1 - var(--space-x-reverse)));
}
.wt_coupon_wrapper .space-y-0\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.125rem * (1 - var(--space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--space-y-reverse));
}
.wt_coupon_wrapper .bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.wt_coupon_wrapper .border-transparent {
    border-color: transparent;
}
.wt_coupon_wrapper .hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #4b5563;
    border-color: rgba(75, 85, 99, var(--border-opacity));
}
.wt_coupon_wrapper .hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #374151;
    border-color: rgba(55, 65, 81, var(--border-opacity));
}
.wt_coupon_wrapper .rounded-sm {
    border-radius: 0.125rem;
}
.wt_coupon_wrapper .rounded {
    border-radius: 0.25rem;
}
.wt_coupon_wrapper .rounded-md {
    border-radius: 0.375rem;
}
.wt_coupon_wrapper .rounded-full {
    border-radius: 9999px;
}
.wt_coupon_wrapper .border-dashed,
.wt_coupon_wrapper .hover\:border-dashed:hover {
    border-style: dashed;
}
.wt_coupon_wrapper .border-dotted {
    border-style: dotted;
}
.wt_coupon_wrapper .hover\:border-solid:hover {
    border-style: solid;
}
.wt_coupon_wrapper .border-2 {
    border-width: 2px;
}
.wt_coupon_wrapper .border {
    border-width: 1px;
}
.wt_coupon_wrapper .border-t {
    border-top-width: 1px;
}
.wt_coupon_wrapper .border-b {
    border-bottom-width: 1px;
}
.wt_coupon_wrapper .border-l {
    border-left-width: 1px;
}
.wt_coupon_wrapper .cursor-pointer {
    cursor: pointer;
}
.wt_coupon_wrapper .inline-block {
    display: inline-block;
}
.wt_coupon_wrapper .flex {
    display: flex;
}
.wt_coupon_wrapper .inline-flex {
    display: inline-flex;
}
.wt_coupon_wrapper .flex-row-reverse {
    flex-direction: row-reverse;
}
.wt_coupon_wrapper .flex-col {
    flex-direction: column;
}
.wt_coupon_wrapper .items-start {
    align-items: flex-start;
}
.wt_coupon_wrapper .items-center {
    align-items: center;
}
.wt_coupon_wrapper .justify-between {
    justify-content: space-between;
}
.wt_coupon_wrapper .flex-1 {
    flex: 1 1 0%;
}
.wt_coupon_wrapper .flex-shrink-0 {
    flex-shrink: 0;
}
.wt_coupon_wrapper .float-right {
    float: right;
}
.wt_coupon_wrapper .font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New,
        monospace;
}
.wt_coupon_wrapper .font-semibold {
    font-weight: 600;
}
.wt_coupon_wrapper .font-bold {
    font-weight: 700;
}
.wt_coupon_wrapper .h-5 {
    height: 1.25rem;
}
.wt_coupon_wrapper .h-6 {
    height: 1.5rem;
}
.wt_coupon_wrapper .h-7 {
    height: 1.75rem;
}
.wt_coupon_wrapper .h-8 {
    height: 2rem;
}
.wt_coupon_wrapper .h-9 {
    height: 2.25rem;
}
.wt_coupon_wrapper .h-15 {
    height: 3.75rem;
}
.wt_coupon_wrapper .h-24 {
    height: 6rem;
}
.wt_coupon_wrapper .h-full {
    height: 100%;
}
.wt_coupon_wrapper .text-xs {
    font-size: 0.75rem;
}
.wt_coupon_wrapper .text-sm {
    font-size: 0.875rem;
}
.wt_coupon_wrapper .text-base {
    font-size: 1rem;
}
.wt_coupon_wrapper .text-lg {
    font-size: 1.125rem;
}
.wt_coupon_wrapper .text-xl {
    font-size: 1.25rem;
}
.wt_coupon_wrapper .text-4xl {
    font-size: 2.25rem;
}
.wt_coupon_wrapper .leading-4 {
    line-height: 1rem;
}
.wt_coupon_wrapper .leading-6 {
    line-height: 1.5rem;
}
.wt_coupon_wrapper .leading-none {
    line-height: 1;
}
.wt_coupon_wrapper .leading-tight {
    line-height: 1.25;
}
.wt_coupon_wrapper .m-1 {
    margin: 0.25rem;
}
.wt_coupon_wrapper .mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.wt_coupon_wrapper .mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.wt_coupon_wrapper .my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.wt_coupon_wrapper .mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.wt_coupon_wrapper .mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
}
.wt_coupon_wrapper .mt-0 {
    margin-top: 0;
}
.wt_coupon_wrapper .mt-1 {
    margin-top: 0.25rem;
}
.wt_coupon_wrapper .mr-1 {
    margin-right: 0.25rem;
}
.wt_coupon_wrapper .mb-1 {
    margin-bottom: 0.25rem;
}
.wt_coupon_wrapper .ml-1 {
    margin-left: 0.25rem;
}
.wt_coupon_wrapper .mr-2 {
    margin-right: 0.5rem;
}
.wt_coupon_wrapper .mb-2 {
    margin-bottom: 0.5rem;
}
.wt_coupon_wrapper .ml-2 {
    margin-left: 0.5rem;
}
.wt_coupon_wrapper .mr-3 {
    margin-right: 0.75rem;
}
.wt_coupon_wrapper .ml-3 {
    margin-left: 0.75rem;
}
.wt_coupon_wrapper .mb-4 {
    margin-bottom: 1rem;
}
.wt_coupon_wrapper .mt-0\.5 {
    margin-top: 0.125rem;
}
.wt_coupon_wrapper .mb-1\.5 {
    margin-bottom: 0.375rem;
}
.wt_coupon_wrapper .-mt-1 {
    margin-top: -0.25rem;
}
.wt_coupon_wrapper .-mb-1 {
    margin-bottom: -0.25rem;
}
.wt_coupon_wrapper .-mt-0\.5 {
    margin-top: -0.125rem;
}
.wt_coupon_wrapper .-mb-1\.5 {
    margin-bottom: -0.375rem;
}
.wt_coupon_wrapper .max-w-xs {
    max-width: 20rem;
}
.wt_coupon_wrapper .max-w-sm {
    max-width: 24rem;
}
.wt_coupon_wrapper .max-w-7xl {
    max-width: 80rem;
}
.wt_coupon_wrapper .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.wt_coupon_wrapper .overflow-hidden {
    overflow: hidden;
}
.wt_coupon_wrapper .p-0 {
    padding: 0;
}
.wt_coupon_wrapper .p-1 {
    padding: 0.25rem;
}
.wt_coupon_wrapper .p-2 {
    padding: 0.5rem;
}
.wt_coupon_wrapper .p-8 {
    padding: 2rem;
}
.wt_coupon_wrapper .p-0\.5 {
    padding: 0.125rem;
}
.wt_coupon_wrapper .py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.wt_coupon_wrapper .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.wt_coupon_wrapper .px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.wt_coupon_wrapper .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.wt_coupon_wrapper .py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.wt_coupon_wrapper .pt-0 {
    padding-top: 0;
}
.wt_coupon_wrapper .pb-0 {
    padding-bottom: 0;
}
.wt_coupon_wrapper .pt-1 {
    padding-top: 0.25rem;
}
.wt_coupon_wrapper .pl-2 {
    padding-left: 0.5rem;
}
.wt_coupon_wrapper .pt-4 {
    padding-top: 1rem;
}
.wt_coupon_wrapper .pt-0\.5 {
    padding-top: 0.125rem;
}
.wt_coupon_wrapper .pb-0\.5 {
    padding-bottom: 0.125rem;
}
.wt_coupon_wrapper .pl-2\.5 {
    padding-left: 0.625rem;
}
.wt_coupon_wrapper .absolute {
    position: absolute;
}
.wt_coupon_wrapper .relative {
    position: relative;
}
.wt_coupon_wrapper .right-0 {
    right: 0;
}
.wt_coupon_wrapper .bottom-0 {
    bottom: 0;
}
.wt_coupon_wrapper .top-2 {
    top: 0.5rem;
}
.wt_coupon_wrapper .left-14 {
    left: 3.5rem;
}
.wt_coupon_wrapper .hover\:shadow:hover,
.wt_coupon_wrapper .shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.wt_coupon_wrapper .text-center {
    text-align: center;
}
.wt_coupon_wrapper .text-gray-600 {
    --text-opacity: 1;
    color: #4b5563;
    color: rgba(75, 85, 99, var(--text-opacity));
}
.wt_coupon_wrapper .text-gray-800 {
    --text-opacity: 1;
    color: #252f3f;
    color: rgba(37, 47, 63, var(--text-opacity));
}
.wt_coupon_wrapper .text-blue-600 {
    --text-opacity: 1;
    color: #1c64f2;
    color: rgba(28, 100, 242, var(--text-opacity));
}
.wt_coupon_wrapper .uppercase {
    text-transform: uppercase;
}
.wt_coupon_wrapper .underline {
    text-decoration: underline;
}
.wt_coupon_wrapper .whitespace-no-wrap {
    white-space: nowrap;
}
.wt_coupon_wrapper .w-5 {
    width: 1.25rem;
}
.wt_coupon_wrapper .w-6 {
    width: 1.5rem;
}
.wt_coupon_wrapper .w-8 {
    width: 2rem;
}
.wt_coupon_wrapper .w-9 {
    width: 2.25rem;
}
.wt_coupon_wrapper .w-15 {
    width: 3.75rem;
}
.wt_coupon_wrapper .w-16 {
    width: 4rem;
}
.wt_coupon_wrapper .w-24 {
    width: 6rem;
}
.wt_coupon_wrapper .w-full {
    width: 100%;
}
.wt_coupon_wrapper .z-10 {
    z-index: 10;
}
.wt_coupon_wrapper .gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
}
.wt_coupon_wrapper .gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
}
.wt_coupon_wrapper .gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
}
.wt_coupon_wrapper .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));
}
.wt_coupon_wrapper .hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
}
.wt_coupon_wrapper .-rotate-90 {
    --transform-rotate: -90deg;
}
.wt_coupon_wrapper .hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
}
.wt_coupon_wrapper .transition {
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform;
}
.wt_coupon_wrapper .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wt_coupon_wrapper .duration-100 {
    transition-duration: 0.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: 0.5;
    }
}
@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
@-webkit-keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}
@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}
.wt_coupon_wrapper {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    margin: 0;
}
.wt_coupon_wrapper .sc-coupons-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 1rem;
    gap: 1rem;
}
@media (min-width: 768px) {
    .wt_coupon_wrapper .sc-coupons-list {
        grid-gap: 2rem;
        gap: 2rem;
    }
}
.wt_coupon_wrapper .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 {
    .wt_coupon_wrapper .wc-sc-print-coupons-wrapper {
        display: table;
    }
    .wt_coupon_wrapper .sc-coupon {
        display: inline-block;
        page-break-inside: avoid;
        margin: 0.8rem 1rem;
        border: 1px solid #ccc !important;
    }
}

.active-coupon {
    background-color: var(--sc-color3);
}

.used-coupon {
    background-color: var(--sc-color4);
}

.wt_sc_single_coupon {
    display: inline-block;
    position: relative;
    margin: 0 12px 0 0;
}

.wt_sc_single_coupon .wt_sc_hidden {
    display: none;
}

.wt_sc_single_coupon.active-coupon {
    cursor: pointer;
}

.wt_sc_single_coupon.used-coupon {
    cursor: default !important;
}


.wt-mycoupons ul li {
    box-sizing: border-box;
    display: inline-block;
    padding: 15px;
    width: 170px;
    min-height: 60px;
    margin-bottom: 15px;
    vertical-align: top;
    line-height: 1.4;
}   


.wt_coupon_wrapper{ width:100%; position:relative; flex-direction:row; flex-wrap:wrap; display:flex; justify-content:flex-start; margin-bottom:15px; gap:26px;  padding:15px 4px 4px 4px; }
.wt_coupon_wrapper .wt-single-coupon, .wt_coupon_wrapper .wt-sc-hidden-coupon-box{ width:30%; min-width:240px; margin:0px; flex:1 0 30%; }
.wt_coupon_wrapper .wt-sc-hidden-coupon-box{ content:""; visibility:hidden; display: none;}

.wt_sc_pagination{ width:100%; clear:both; margin-bottom:15px; text-align:right; }
.wt_sc_pagination .woocommerce-pagination{ display:inline-block; float:none; }
.wt_sc_available_coupon_sort_by{ float:right; font-size:14px; }
.wt_sc_bogo_cart_item_discount, .wt_sc_bogo_cart_item_discount *{ color:green; font-size:small; }

.points_text .points_value {
    font-weight: 600 !important;
    color: #9f1127 !important;
}

.wt_sc_myaccount_no_available_coupons {
    background-color: #faeeef;
	border-color: #faeeef;
	color: #721c24;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
}

.wp-element-button {
    color: #FFF !important;
    background: #9f1127 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}

.wp-element-button:hover {
    color: #FFF !important;
    background: #721c24 !important;
}

.add_store_credit {
    color: #FFF !important;
    background: #9f1127 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: .618em 1em;
    border-radius: 4px;
    display: inline-block;
}

.woocommerce-error:before {
    display: none;
}

.woocommerce-error {
    padding: 12px;
    border-radius: 5px;
    background-color: #faeeef;
	border-color: #faeeef;
	color: #721c24;
	border: none;
}

.check-label {
    cursor: pointer;
}

.mdc-point-amount {
    max-width: 350px;
}

.form-select {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-radius: 6px;
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 5px 10px;
}