*:not(.woocommerce-checkout) .isures-sdc--not_single .isures-sdc--apply_code,
*:not(.woocommerce-cart) .isures-sdc--not_single .isures-sdc--apply_code {
display: none;
}
.woocommerce-checkout .isures-sdc--apply_code,
.woocommerce-cart .isures-sdc--apply_code {
display: inline-block !important
}
.isures-sdc--not_single .isures-sdc--apply_code {
display: none;
}
.isures-hidden,
.isures-coupon__suggestion-items .isures-sdc--close_popup {
display: none !important;
visibility: hidden !important;
}
.isures-sdc--wrap * {
box-sizing: border-box;
}
.isures-sdc--wrap a,
.isures_conditions_popup a {
text-decoration: none !important;
outline: none !important;
}
.isures-sdc--label {
font-size: 16px;
color: #333;
margin-right: 15px;
margin-top: 8px;
}
.isures-sdc--code_item {
cursor: pointer;
padding: 3px 12px;
border: 1px solid var(--isures-sdc-primary);
border-radius: 4px;
font-size: 13px;
font-weight: 500;
line-height: 20px;
color: var(--isures-sdc-primary);
position: relative;
margin: 8px 12px 0px 0px;
background-color: var(--isures-sdc-secondary);
}
.isures-sdc--code_item:after,
.isures-sdc--code_item:before {
content: "";
width: 10px;
height: 10px;
background-color: rgb(255, 255, 255);
border-width: 1px;
border-style: solid;
border-color: transparent var(--isures-sdc-primary) var(--isures-sdc-primary) transparent;
border-image: initial;
position: absolute;
top: 50%;
margin-top: -5px;
border-radius: 50%;
}
.isures-sdc--code_item:before {
left: -6px;
transform: rotate(-45deg);
}
.isures-sdc--code_item:after {
right: -6px;
transform: rotate(135deg);
}
.isures-sdc--code_item span {
line-height: 1.3;
font-size: 12px;
padding: 3px 7px;
position: relative;
font-weight: bold;
}
.isures-sdc--logo_left:after,
.isures-sdc--logo_left:before {
content: "";
width: 15px;
height: 15px;
background-color: #fff;
border-width: 1px;
border-style: solid;
border-color: transparent #ddd #ddd transparent;
border-image: initial;
position: absolute;
border-radius: 50%;
left: calc(100% - 15px / 2);
}
.isures-sdc--item.isures-discount--applied .isures-sdc--logo_left:after,
.isures-sdc--item.isures-discount--applied .isures-sdc--logo_left:before {
border-color: transparent var(--isures-sdc-primary) var(--isures-sdc-primary) transparent;
}
.isures-sdc--logo_left:before {
top: -8px;
transform: rotate(45deg);
}
.isures-sdc--logo_left::after {
bottom: -8px;
transform: rotate(-135deg);
}
.isures-coupon__suggestion-items *,
.isures-sdc--item,
.isures-sdc--item * {
box-sizing: border-box;
}
.isures-sdc--item {
position: relative;
margin-top: 15px;
width: 100%;
padding: 0 5px 10px !important;
min-height: 104px !important;
}
.isures-sdc--item.isures-discount--applied .isures-sdc--info_wrap {
background: var(--isures-sdc-secondary);
border-color: var(--isures-sdc-primary);
}
.isures-sdc--info_wrap {
display: flex;
align-items: center;
height: 100%;
border: 1px solid #ddd;
box-shadow: none;
border-radius: 8px;
position: relative;
padding-left: 104px;
justify-content: flex-end;
}
.isures-sdc--logo_left {
min-width: 104px;
width: 104px;
height: 100%;
padding: 8px;
display: flex;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
align-self: center;
-webkit-box-pack: center;
justify-content: center;
border-right: 1px dashed #ddd;
position: absolute;
left: 0;
top: 0;
}
.isures-sdc--item.isures-discount--applied .isures-sdc--logo_left {
border-color: var(--isures-sdc-primary);
}
.isures-sdc--logo_left img {
border-radius: 6px;
}
.isures-sdc--content_left>* {
display: block;
}
.isures-sdc--content_left {
line-height: 1.3;
padding-right: 8px;
}
.woocommerce-checkout .isures-sdc--save_code, .woocommerce-cart .isures-sdc--save_code {
display: none;
}
.isures-sdc--content_right {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 10px;
}
.isures-sdc--info_wrap .status {
color: red;
font-size: 12px;
display: inline-block;
margin-left: 5px;
vertical-align: middle;
}
.disable.isures-sdc--item {
opacity: 0.5;
cursor: not-allowed;
pointer-events: none;
}
.isures-sdc--content_name {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
letter-spacing: 0px;
margin: 0px;
padding: 0px;
font-size: 17px;
font-weight: 500;
line-height: 24px;
max-height: 24px;
color: rgb(36, 36, 36);
}
.isures-sdc--content_excpt {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
letter-spacing: 0px;
margin: 0px;
padding: 0px;
font-size: 13px;
font-weight: 400;
line-height: 20px;
max-height: 20px;
color: rgb(120, 120, 120);
}
.isures-sdc--content_expires {
font-size: 12px;
color: var(--isures-sdc-primary);
}
.isures-sdc--content_wrap {
display: flex;
flex-direction: column;
padding: 12px;
width: calc(100% - 104px);
flex-basis: 100%;
}
.isures-sdc--apply_code,
.isures-sdc--save_code {
background: var(--isures-sdc-primary) !important;
box-shadow: inset 0 2px 1px 0 rgb(0 0 0 / 5%);
color: #fff !important;
font-size: 14px;
display: inline-block;
min-width: 80px;
text-align: center;
padding: 5px;
line-height: 1.3;
border-radius: 5px;
transition: all 200ms ease-in-out;
text-decoration: none;
}
body:not(.woocommerce-cart) .isures-sdc--apply_code,
body:not(.woocommerce-checkout) .isures-sdc--apply_code {
display: none;
}
.isures-sdc--save_code.copied {
background-color: green !important;
color: #fff;
}
.isures-sdc--apply_code:hover {
opacity: .85;
}
.isures-sdc--list {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.isures-sdc--dropdown_list {
max-width: 450px;
width: 100%;
padding: 0;
box-shadow: rgb(133 133 133) 1px 1px 5px 0px;
border-radius: 5px;
background: #fff;
border: 1px solid rgba(0, 0, 0, .09);
position: absolute;
z-index: 9;
top: calc(100% + 10px);
left: 0;
display: none;
}
.isures-sdc--dropdown_list::after,
.isures-sdc--dropdown_list::before {
content: "";
position: absolute;
left: 20px;
}
.isures-sdc--dropdown_list::after {
border: .5rem solid transparent;
border-bottom-color: #fff;
top: -.9375rem;
z-index: 1;
}
.isures-sdc--dropdown_list::before {
border: .5rem solid transparent;
border-bottom-color: rgba(0, 0, 0, .09);
top: -1.0625rem;
z-index: 0;
}
.isures-sdc--wrap.active .isures-sdc--dropdown_list {
display: block;
}
.isures-sdc--wrap {
padding: 15px 0;
clear: both;
}
.isures-sdc--dropdown_inner {
max-height: 400px;
overflow-y: auto;
min-height: 200px;
}
.isures-sdc--list_item {
display: flex;
flex: 1 1 auto;
flex-wrap: wrap;
max-width: 100%;
position: relative;
}
.isures-sdc-list_header {
color: #111;
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
padding: 25px 25px 0;
margin-bottom: 15px;
}
.isures-sdc-list_sub-header {
font-size: 14px;
line-height: 1.3;
margin-bottom: 14px;
color: #777;
}
.isures-sdc--notice {
transition: all 200ms ease-in-out;
}
.isures-sdc--notice ul li {
margin: 0;
padding: 0;
}
#isures_notice_popup,
#isures_conditions_popup {
max-width: 450px;
min-height: 200px;
padding: 20px 5px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
border-radius: 5px;
text-align: center;
}
#isures_conditions_popup {
max-width: 500px;
justify-content: flex-start;
position: relative;
padding: 35px 5px;
}
#isures_notice_popup p {
color: #333;
text-transform: capitalize;
}
#isures_notice_popup .isures-close--lightbox {
display: block;
padding: 5px 10px;
color: #fff;
background: var(--isures-sdc-primary) !important;
border-radius: 5px;
outline: none !important;
text-decoration: none !important;
margin-top: 10px;
min-width: 100px;
}
#isures_notice_popup .svg-container svg {
width: 80px;
height: 80px;
}
#isures_notice_popup svg.animate path {
animation: dash 750ms linear both;
animation-delay: 200ms;
}
.isures_notice_popup .woocommerce-info.pwp-points--earn_message {
display: none !important;
visibility: hidden !important;
}
.isures_notice_popup {
margin: 0;
list-style: none;
}
.isures_notice_popup .checkmark {
width: 56px;
height: 56px;
border-radius: 50%;
display: block;
stroke-width: 2;
stroke: red;
stroke-miterlimit: 10;
margin: 10% auto;
box-shadow: inset 0px 0px 0px #7ac142;
animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__circle {
stroke-dasharray: 166;
stroke-dashoffset: 166;
stroke-width: 2;
stroke-miterlimit: 10;
stroke: #7ac142;
fill: none;
animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.isures_notice_popup .checkmark__cross {
stroke: red;
fill: #fff;
}
.isures_notice_popup .checkmark__check {
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
#isures_conditions_popup table tr td,
#isures_conditions_popup table tr th {
padding: 10px 15px;
font-size: 14px;
color: #242424;
}
#isures_conditions_popup table {
border-collapse: collapse;
}
#isures_conditions_popup table tr th {
color: #787878;
font-weight: 500;
width: 33%;
}
div#isures_conditions_popup table tbody tr:nth-child(odd) th,
div#isures_conditions_popup table tbody tr:nth-child(odd) td {
background: #fafafa;
}
#isures_conditions_popup table ul {
margin: 0;
padding: 0;
}
.isures-view--details_conditions {
display: flex;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
font-size: 14px;
border: 1px solid var(--isures-sdc-primary);
border-radius: 99px;
position: absolute;
right: 5px;
top: 5px;
}
.isures-view--details_conditions svg {
width: 10px;
height: 10px;
fill: var(--isures-sdc-primary);
}
.isures-sdc--close_popup {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 5px;
right: 5px;
cursor: pointer;
}
.isures-global--row_middle {
display: flex;
align-items: center;
}
.isures-sdc--copy_code {
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 20px;
width: 30px;
height: 30px;
background: var(--isures-sdc-secondary);
border-radius: 99px;
transition: all 200ms ease-in-out;
}
.isures-sdc--copy_code svg {
width: 15px;
height: 15px;
fill: var(--isures-sdc-primary);
transition: all 200ms ease-in-out;
}
.isures-sdc--close_popup svg {
width: 20px;
height: 20px;
fill: rgb(153, 153, 153);
}
.isures-sdc--copy_code.copied {
background-color: green;
}
.isures-sdc--copy_code.copied svg {
fill: #fff;
}
.html-copied {
margin-left: 8px;
}
@keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}
@keyframes scale {
0%,
100% {
transform: none;
}
50% {
transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes fill {
100% {
box-shadow: inset 0px 0px 0px 30px #7ac142;
}
}
@keyframes dash {
0% {
stroke-dashoffset: 210;
}
75% {
stroke-dashoffset: -220;
}
100% {
stroke-dashoffset: -205;
}
}
@media screen and (max-width: 1023px) {
.isures-sdc--content_right>div {
position: absolute;
right: 10px;
top: 0;
display: flex;
flex-direction: column;
height: 100%;
align-items: flex-end;
justify-content: end;
gap: 8px;
padding-bottom: 10px;
}
}
.plugin68-form__coupon-suggest {
display: flex;
justify-content: space-between;
gap: .5rem;
padding: .75rem;
background: #f3f4f6;
border-radius: .6rem;
margin-bottom: 10px;
cursor: pointer;
}
.plugin68-form__coupon-suggest-label {
display: flex;
align-items: center;
font-size: 15px;
}
.plugin68-form__coupon-suggest-label svg {
vertical-align: middle;
margin-right: 5px;
} .vicweb-custom__model-popup {
width: 100%;
height: 100%;
position: fixed;
z-index: 999999;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
}
.vicweb-custom__model-popup.show {
visibility: visible;
opacity: 1;
}
.vicweb-backdrop__darkMode {
background-color: rgba(0, 0, 0, .6);
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
height: 100vh;
opacity: 1;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
transition: all .35s cubic-bezier(.32, .72, 0, 1);
width: 100%;
z-index: 1000;
}
.vicweb-backdrop__lightMode {
background-color: hsla(0, 0%, 100%, .808);
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
height: 100vh;
opacity: 1;
position: absolute;
top: 0;
left: 0;
transition: all .35s cubic-bezier(.32, .72, 0, 1);
width: 100%;
z-index: 1000;
}
.vicweb-swipeable__wrap {
position: absolute;
max-width: 600px;
width: 100%;
min-width: 250px;
top: 0;
right: 0;
height: 100%;
max-height: 100%;
transform: translateX(250px);
transition: transform 500ms cubic-bezier(0.32, 0.72, 0, 1);
background-color: #fff;
box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .08), 0 28px 32px 1px rgba(0, 0, 0, .12);
z-index: 1001;
overflow: hidden;
}
.vicweb-custom__model-popup.show .vicweb-swipeable__wrap {
transform: translateX(0);
}
.isures-coupon__form-custom {
display: flex;
align-items: center;
background: #f8f8f8;
padding: 10px;
margin: 0 15px;
min-height: 60px;
}
.isures-coupon__suggestion-items {
display: none;
height: 100%;
}
.vicweb-custom__model-popup.show .isures-coupon__suggestion-items {
display: flex;
flex-direction: column;
height: 100%;
}
.isures-coupon__form-custom .fl-wrap-input {
align-items: center;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .14);
border-radius: 2px;
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .02);
box-sizing: border-box;
color: #222;
display: flex;
height: 40px;
padding: 10px;
position: relative;
transition: border-color .1s ease;
flex: 1;
overflow: hidden;
}
.isures-coupon__msg-wrap {
padding: 0 15px;
font-size: 14px;
margin-top: 10px;
border-left: 2px solid #ccc;
background-color: transparent !important;
}
.isures-coupon__msg-wrap.error {
border-color: red;
color: red;
}
.isures-coupon__msg-wrap.success {
border-color: green;
color: green;
}
.isures-coupon__suggestion-items .isures-coupon__items-wrap {
overflow-y: auto;
overflow-x: hidden;
max-height: 600px;
padding: 0 15px;
height: 100%;
transition: transform 0.3s;
-ms-transform: translateX(0%);
transform: translateX(0%);
will-change: transform;
}
.vicweb-custom__model-popup .isures-sdc--short_pop {
position: fixed;
top: 0;
bottom: 0;
width: 100%;
left: 100%;
opacity: 1.0;
overflow: visible;
overflow-y: auto;
-ms-transform: none;
transform: none;
-webkit-overflow-scrolling: touch;
}
.isures-sdc--back_cond {
display: flex;
align-items: center;
width: 100%;
color: #1250DC !important;
}
.isures-sdc__actions-coupon {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
padding: 10px 15px;
}
.vicweb-custom__model-popup .isures-sdc--short_pop table td,
.vicweb-custom__model-popup .isures-sdc--short_pop table th {
padding: 10px;
font-size: 14px;
text-transform: none;
}
.vicweb-custom__model-popup .isures-sdc--short_pop th:first-child {
width: 30%;
text-align: left;
}
.isures-coupon__items-wrap.current-parent {
overflow: unset;
}
.isures-coupon__suggestion-items .isures-coupon__items-wrap::-webkit-scrollbar,
.isures-sdc--dropdown_inner::-webkit-scrollbar {
width: 5px;
}
.isures-coupon__suggestion-items .isures-coupon__items-wrap::-webkit-scrollbar-track,
.isures-sdc--dropdown_inner::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 10px;
}
.isures-coupon__suggestion-items .isures-coupon__items-wrap::-webkit-scrollbar-thumb,
.isures-sdc--dropdown_inner::-webkit-scrollbar-thumb {
background: #888;
border-radius: 10px;
}
.isures-coupon__suggestion-items .isures-coupon__items-wrap::-webkit-scrollbar-thumb:hover {
background: #555;
} .isures-coupon__items-wrap,
.isures-sdc--dropdown_inner {
scrollbar-width: thin;
scrollbar-color: #888 #f1f1f1;
}
.isures-coupon__form-custom {
position: relative;
overflow: hidden;
}
.isures-coupon__form-custom label {
margin-right: 10px;
font-weight: bold;
display: none;
}
.isures-coupon__form-custom input[type="text"] {
flex-grow: 1;
padding: 8px;
border-radius: 4px;
margin-right: 10px;
box-shadow: none !important;
border: none;
margin: 0;
}
#isures-apply__voucher-button {
border-color: rgba(0, 0, 0, .09);
border-radius: 2px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .03);
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .26);
font-size: 14px;
font-weight: 400;
padding: 8px 10px;
margin-left: 10px;
}
.plugin68-coupon__title {
text-align: left;
font-size: 18px !important;
line-height: 26px;
font-weight: bold;
padding: 1rem;
border-bottom: 1px solid #ccc;
position: relative;
margin-bottom: 20px;
}
.isures-global__title-small {
font-size: 14px;
line-height: 20px;
font-weight: 500;
margin-bottom: 10px;
margin-top: 20px;
padding: 0 15px;
}
.isures-coupon__items-wrap .isures-sdc--content_wrap {
width: calc(100% - 80px);
}
.isures-coupon__items-wrap .isures-sdc--logo_left svg {
width: 60px !important;
height: 60px !important;
}
.isures-coupon__items-wrap .isures-sdc--content_name {
font-size: 14px;
line-height: 18px;
}
.isures-sdc__cond-btn {
font-size: 14px;
color: #333;
margin-right: 8px;
}
.isures-sdc__cart-footer {
margin-top: auto;
display: flex;
border-top: 1px solid #ccc;
justify-content: space-between;
align-items: center;
padding: 10px 15px;
}
.isures-sdc__cart-total * {
font-size: 20px;
line-height: 28px;
}
.isures-sdc__cart-saving *,
.saving-text {
font-size: 14px;
font-weight: normal;
}
.isures-sdc__cart-info .amount,
.isures-sdc__cart-saving .amount {
color: #dc2626;
}
.saving-text {
display: inline-block;
margin-right: 5px;
}
.isures-sdc__cart-saving {
display: inline-block;
}
.isures-sdc__cart-continue {
height: 2.75rem;
padding: 0 .75rem;
font-size: 16px;
line-height: 24px;
width: 145px;
border-radius: .5rem;
display: flex;
justify-content: center;
align-items: center;
background: #dc2626;
color: #fff;
}
.isures-sdc__cart-continue:hover {
color: #fff;
}
.isures-sdc__newv-wrap {
display: flex;
flex-flow: row wrap;
width: 100% !important;
position: relative;
overflow: hidden;
}
.isures-sdc__slide-wrap .isures-sdc--item {
padding: 10px 5px !important;
}
.isures-sdc__newv-wrap .isures-sdc--item {
margin: 0;
}
.isures-sdc__newv-wrap .isures-sdc--info_wrap {
width: 100%;
background-color: #fff;
}
.isures-coupon__items-wrap .isures-global__title-small {
padding: 0;
} .isures-sdc__slide-wrap .slick-prev,
.isures-sdc__slide-wrap .slick-next {
z-index: 1;
}
.isures-sdc__slide-wrap .slick-prev {
left: 0;
}
.isures-sdc__slide-wrap .slick-next {
right: 0;
}
.vicweb-global__close-popup {
position: absolute;
right: 0;
top: 8px;
display: flex;
width: 40px;
height: 40px;
justify-content: center;
align-items: center;
}
.isures-coupon__suggestion-items a {
text-decoration: none;
}
.isures-sdc__slide-wrap .isures-slick__prev,
.isures-sdc__slide-wrap .isures-slick__next {
position: absolute;
top: 20px;
bottom: 0;
margin: auto;
height: 40px !important;
width: 40px !important;
padding: 0;
border: none;
left: -10px;
background: #fff;
box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
border-radius: 99px !important;
opacity: 0.8;
z-index: 1;
cursor: pointer;
min-width: unset;
min-height: unset;
}
.isures-sdc__slide-wrap .isures-slick__prev:hover,
.isures-sdc__slide-wrap .isures-slick__next:hover {
opacity: 1;
}
.isures-sdc__slide-wrap .isures-slick__prev span,
.isures-sdc__slide-wrap .isures-slick__next span {
font-family: initial;
color: #999;
font-size: 46px;
height: 100%;
width: 100%;
padding: 0;
display: block;
line-height: 30px;
text-align: center;
}
.isures-sdc__slide-wrap .isures-slick__next {
right: 0;
left: unset;
}
.isures-sdc__slide-wrap .isures-slick__prev {
left: 0;
}
.slick-arrow.slick-disabled {
cursor: not-allowed;
}