@charset "UTF-8";
html.with-featherlight { overflow: hidden;
}
.featherlight {
display: none; position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2147483647;  text-align: center; white-space: nowrap; cursor: pointer;
background: #333; background: rgba(0, 0, 0, 0);
} .featherlight:last-of-type {
background: rgba(0, 0, 0, 0.8);
}
.featherlight:before { content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.featherlight .featherlight-content { position: relative; text-align: left;
vertical-align: middle;
display: inline-block; overflow: auto;
padding: 25px 25px 0;
border-bottom: 25px solid transparent; margin-left: 5%;
margin-right: 5%;
max-height: 95%; background: #fff;
cursor: auto; white-space: normal;
} .featherlight .featherlight-inner { display: block;
} .featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
display: none;
}
.featherlight .featherlight-close-icon { position: absolute;
z-index: 9999;
top: 0;
right: 0; line-height: 25px;
width: 25px; cursor: pointer;
text-align: center;
font-family: Arial, sans-serif;
background: #fff; background: rgba(255, 255, 255, 0.3);
color: #000;
border: none;
padding: 0;
} .featherlight .featherlight-close-icon::-moz-focus-inner {
border: 0;
padding: 0;
}
.featherlight .featherlight-image { width: 100%;
}
.featherlight-iframe .featherlight-content { border-bottom: 0;
padding: 0;
-webkit-overflow-scrolling: touch;
}
.featherlight iframe { border: none;
}
.featherlight * { -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} @media only screen and (max-width: 1024px) {
.featherlight .featherlight-content { margin-left: 0;
margin-right: 0;
max-height: 98%;
padding: 10px 10px 0;
border-bottom: 10px solid transparent;
}
} @media print {
html.with-featherlight > * > :not(.featherlight) {
display: none;
}
}@keyframes wpc-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes wpc-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes wpccl-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes wpccl-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.wpccl-btn-wrapper {
text-align: left;
}
.wpccl-btn-wrapper .wpccl-btn {
padding-left: 25px;
background-image: url(//yourbargainmart.online/wp-content/plugins/wpc-coupon-listing/assets/images/coupon.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 20px;
}
.wpccl-lightbox {
display: none;
}
.wpccl-featherlight .featherlight-content {
width: 90%;
max-width: 500px;
padding: 20px;
border-bottom: 0;
}
.wpccl-featherlight .featherlight-close {
outline: none;
}
.wpccl-heading {
font-weight: 700;
color: #222222;
text-align: center;
margin-bottom: 15px;
}
.wpccl-coupons .wpccl-coupon {
background-color: #f8f8f8;
color: #666;
width: 100%;
padding: 10px 15px;
margin-bottom: 15px;
border: 1px solid #f8f8f8;
}
.wpccl-coupons .wpccl-coupon:not(.wpccl-coupon-plain) {
cursor: pointer;
}
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-value {
font-weight: 600;
color: #000;
line-height: 1.2;
}
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap {
display: flex;
width: 100%;
align-items: center;
}
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-code {
border: 1px dashed #9d9d9d;
background-color: #f1f1f1;
padding: 5px 10px;
margin: 5px 10px 5px 0;
letter-spacing: 1px;
color: #000000;
line-height: 1.4;
font-size: 18px;
}
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-more {
font-size: 14px;
line-height: 1.2;
}
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-more .wpccl-coupon-expiry span {
color: #ff6600;
}
.wpccl-coupons .wpccl-coupon:hover {
border-color: #222222;
}
.wpccl-coupons .wpccl-coupon:hover .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-code {
border-color: #222222;
}
.wpccl-coupons .wpccl-coupon.wpccl-coupon-applied {
position: relative;
cursor: unset;
}
.wpccl-coupons .wpccl-coupon.wpccl-coupon-applied .wpccl-coupon-applied-txt {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
line-height: 1;
padding: 4px 6px;
background-color: #222222;
color: #ffffff;
}
.wpccl-coupons .wpccl-coupon:last-child {
margin-bottom: 0;
}
.wpccl-coupons .wpccl-coupon.wpccl-coupon-loading {
position: relative;
}
.wpccl-coupons .wpccl-coupon.wpccl-coupon-loading:before {
width: 32px;
height: 32px;
display: block;
margin-top: -16px;
margin-left: -16px;
content: "";
background-image: url(//yourbargainmart.online/wp-content/plugins/wpc-coupon-listing/assets/images/curve.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 50%;
left: 50%;
z-index: 8;
-webkit-animation: wpccl-spinner 1s linear infinite;
-moz-animation: wpccl-spinner 1s linear infinite;
-ms-animation: wpccl-spinner 1s linear infinite;
-o-animation: wpccl-spinner 1s linear infinite;
animation: wpccl-spinner 1s linear infinite;
}
.wpccl-coupons .wpccl-coupon.wpccl-coupon-loading .wpccl-coupon-info {
opacity: 0.5;
}
.wpccl-coupons .wpccl-empty {
padding: 20px 0;
text-align: center;
}
.wpccl-coupons.wpccl-coupons-loading {
position: relative;
min-height: 120px;
}
.wpccl-coupons.wpccl-coupons-loading:before {
width: 32px;
height: 32px;
display: block;
margin-top: -16px;
margin-left: -16px;
content: "";
background-image: url(//yourbargainmart.online/wp-content/plugins/wpc-coupon-listing/assets/images/curve.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 50%;
left: 50%;
z-index: 8;
-webkit-animation: wpccl-spinner 1s linear infinite;
-moz-animation: wpccl-spinner 1s linear infinite;
-ms-animation: wpccl-spinner 1s linear infinite;
-o-animation: wpccl-spinner 1s linear infinite;
animation: wpccl-spinner 1s linear infinite;
}
.wpccl-coupons.wpccl-coupons-loading .wpccl-coupon {
opacity: 0.5;
pointer-events: none;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
display: flex;
}
.woocommerce-form-coupon-toggle .wpccl-btn-wrapper {
flex-grow: 1;
text-align: right;
}.wpcdpk--cell-day.-other-month-, .wpcdpk--cell-year.-other-decade- {
color: #dedede;
}
.wpcdpk--cell-day.-other-month-:hover, .wpcdpk--cell-year.-other-decade-:hover {
color: #c5c5c5;
}
.-disabled-.-focus-.wpcdpk--cell-day.-other-month-, .-disabled-.-focus-.wpcdpk--cell-year.-other-decade- {
color: #dedede;
}
.-selected-.wpcdpk--cell-day.-other-month-, .-selected-.wpcdpk--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6;
}
.-selected-.-focus-.wpcdpk--cell-day.-other-month-, .-selected-.-focus-.wpcdpk--cell-year.-other-decade- {
background: #8ad5f4;
}
.-in-range-.wpcdpk--cell-day.-other-month-, .-in-range-.wpcdpk--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc;
}
.-in-range-.-focus-.wpcdpk--cell-day.-other-month-, .-in-range-.-focus-.wpcdpk--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2);
}
.wpcdpk--cell-day.-other-month-:empty, .wpcdpk--cell-year.-other-decade-:empty {
background: none;
border: none;
} .wpcdpk--cells {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wpcdpk--cell {
border-radius: 4px;
box-sizing: border-box;
cursor: pointer;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 32px;
z-index: 1;
}
.wpcdpk--cell.-focus- {
background: #f0f0f0;
}
.wpcdpk--cell.-current- {
color: #4EB5E6;
}
.wpcdpk--cell.-current-.-focus- {
color: #4a4a4a;
}
.wpcdpk--cell.-current-.-in-range- {
color: #4EB5E6;
}
.wpcdpk--cell.-in-range- {
background: rgba(92, 196, 239, 0.1);
color: #4a4a4a;
border-radius: 0;
}
.wpcdpk--cell.-in-range-.-focus- {
background-color: rgba(92, 196, 239, 0.2);
}
.wpcdpk--cell.-disabled- {
cursor: default;
color: #aeaeae;
}
.wpcdpk--cell.-disabled-.-focus- {
color: #aeaeae;
}
.wpcdpk--cell.-disabled-.-in-range- {
color: #a1a1a1;
}
.wpcdpk--cell.-disabled-.-current-.-focus- {
color: #aeaeae;
}
.wpcdpk--cell.-range-from- {
border: 1px solid rgba(92, 196, 239, 0.5);
background-color: rgba(92, 196, 239, 0.1);
border-radius: 4px 0 0 4px;
}
.wpcdpk--cell.-range-to- {
border: 1px solid rgba(92, 196, 239, 0.5);
background-color: rgba(92, 196, 239, 0.1);
border-radius: 0 4px 4px 0;
}
.wpcdpk--cell.-range-from-.-range-to- {
border-radius: 4px;
}
.wpcdpk--cell.-selected- {
color: #fff;
border: none;
background: #5cc4ef;
}
.wpcdpk--cell.-selected-.-current- {
color: #fff;
background: #5cc4ef;
}
.wpcdpk--cell.-selected-.-focus- {
background: #45bced;
}
.wpcdpk--cell:empty {
cursor: default;
}
.wpcdpk--days-names {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 8px 0 3px;
}
.wpcdpk--day-name {
color: #FF9A19;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
text-transform: uppercase;
font-size: .8em;
}
.wpcdpk--cell-day {
width: 14.28571%;
}
.wpcdpk--cells-months {
height: 170px;
}
.wpcdpk--cell-month {
width: 33.33%;
height: 25%;
}
.wpcdpk--years {
height: 170px;
}
.wpcdpk--cells-years {
height: 170px;
}
.wpcdpk--cell-year {
width: 25%;
height: 33.33%;
}
.wpcdpk--cell-day.-other-month-, .wpcdpk--cell-year.-other-decade- {
color: #dedede;
}
.wpcdpk--cell-day.-other-month-:hover, .wpcdpk--cell-year.-other-decade-:hover {
color: #c5c5c5;
}
.-disabled-.-focus-.wpcdpk--cell-day.-other-month-, .-disabled-.-focus-.wpcdpk--cell-year.-other-decade- {
color: #dedede;
}
.-selected-.wpcdpk--cell-day.-other-month-, .-selected-.wpcdpk--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6;
}
.-selected-.-focus-.wpcdpk--cell-day.-other-month-, .-selected-.-focus-.wpcdpk--cell-year.-other-decade- {
background: #8ad5f4;
}
.-in-range-.wpcdpk--cell-day.-other-month-, .-in-range-.wpcdpk--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc;
}
.-in-range-.-focus-.wpcdpk--cell-day.-other-month-, .-in-range-.-focus-.wpcdpk--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2);
}
.wpcdpk--cell-day.-other-month-:empty, .wpcdpk--cell-year.-other-decade-:empty {
background: none;
border: none;
} .wpcdpks-container {
position: absolute;
left: 0;
top: 0;
}
@media print {
.wpcdpks-container {
display: none;
}
}
.wpcdpk {
background: #fff;
border: 1px solid #dbdbdb;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-sizing: content-box;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #4a4a4a;
width: 250px;
position: absolute;
left: -100000px;
opacity: 0;
transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
z-index: 100;
}
.wpcdpk.-from-top- {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
.wpcdpk.-from-right- {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
.wpcdpk.-from-bottom- {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
.wpcdpk.-from-left- {
-webkit-transform: translateX(-8px);
transform: translateX(-8px);
}
.wpcdpk.active {
opacity: 1;
-webkit-transform: translate(0);
transform: translate(0);
transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.wpcdpk-inline .wpcdpk {
border-color: #d7d7d7;
box-shadow: none;
position: static;
left: auto;
right: auto;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.wpcdpk-inline .wpcdpk--pointer {
display: none;
}
.wpcdpk--content {
box-sizing: content-box;
padding: 4px;
}
.-only-timepicker- .wpcdpk--content {
display: none;
}
.wpcdpk--pointer {
position: absolute;
background: #fff;
border-top: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
width: 10px;
height: 10px;
z-index: -1;
}
.-top-left- .wpcdpk--pointer, .-top-center- .wpcdpk--pointer, .-top-right- .wpcdpk--pointer {
top: calc(100% - 4px);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.-right-top- .wpcdpk--pointer, .-right-center- .wpcdpk--pointer, .-right-bottom- .wpcdpk--pointer {
right: calc(100% - 4px);
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.-bottom-left- .wpcdpk--pointer, .-bottom-center- .wpcdpk--pointer, .-bottom-right- .wpcdpk--pointer {
bottom: calc(100% - 4px);
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
}
.-left-top- .wpcdpk--pointer, .-left-center- .wpcdpk--pointer, .-left-bottom- .wpcdpk--pointer {
left: calc(100% - 4px);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.-top-left- .wpcdpk--pointer, .-bottom-left- .wpcdpk--pointer {
left: 10px;
}
.-top-right- .wpcdpk--pointer, .-bottom-right- .wpcdpk--pointer {
right: 10px;
}
.-top-center- .wpcdpk--pointer, .-bottom-center- .wpcdpk--pointer {
left: calc(50% - 10px / 2);
}
.-left-top- .wpcdpk--pointer, .-right-top- .wpcdpk--pointer {
top: 10px;
}
.-left-bottom- .wpcdpk--pointer, .-right-bottom- .wpcdpk--pointer {
bottom: 10px;
}
.-left-center- .wpcdpk--pointer, .-right-center- .wpcdpk--pointer {
top: calc(50% - 10px / 2);
}
.wpcdpk--body {
display: none;
}
.wpcdpk--body.active {
display: block;
}
.wpcdpk--cell-day.-other-month-, .wpcdpk--cell-year.-other-decade- {
color: #dedede;
}
.wpcdpk--cell-day.-other-month-:hover, .wpcdpk--cell-year.-other-decade-:hover {
color: #c5c5c5;
}
.-disabled-.-focus-.wpcdpk--cell-day.-other-month-, .-disabled-.-focus-.wpcdpk--cell-year.-other-decade- {
color: #dedede;
}
.-selected-.wpcdpk--cell-day.-other-month-, .-selected-.wpcdpk--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6;
}
.-selected-.-focus-.wpcdpk--cell-day.-other-month-, .-selected-.-focus-.wpcdpk--cell-year.-other-decade- {
background: #8ad5f4;
}
.-in-range-.wpcdpk--cell-day.-other-month-, .-in-range-.wpcdpk--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc;
}
.-in-range-.-focus-.wpcdpk--cell-day.-other-month-, .-in-range-.-focus-.wpcdpk--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2);
}
.wpcdpk--cell-day.-other-month-:empty, .wpcdpk--cell-year.-other-decade-:empty {
background: none;
border: none;
} .wpcdpk--nav {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #efefef;
min-height: 32px;
padding: 4px;
}
.-only-timepicker- .wpcdpk--nav {
display: none;
}
.wpcdpk--nav-title,
.wpcdpk--nav-action {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
cursor: pointer;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcdpk--nav-action {
width: 32px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.wpcdpk--nav-action:hover {
background: #f0f0f0;
}
.wpcdpk--nav-action.-disabled- {
visibility: hidden;
}
.wpcdpk--nav-action svg {
width: 32px;
height: 32px;
}
.wpcdpk--nav-action path {
fill: none;
stroke: #9c9c9c;
stroke-width: 2px;
}
.wpcdpk--nav-title {
border-radius: 4px;
padding: 0 8px;
}
.wpcdpk--nav-title i {
font-style: normal;
color: #9c9c9c;
margin-left: 5px;
}
.wpcdpk--nav-title:hover {
background: #f0f0f0;
}
.wpcdpk--nav-title.-disabled- {
cursor: default;
background: none;
}
.wpcdpk--buttons {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 4px;
border-top: 1px solid #efefef;
}
.wpcdpk--button {
color: #4EB5E6;
cursor: pointer;
border-radius: 4px;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 32px;
}
.wpcdpk--button:hover {
color: #4a4a4a;
background: #f0f0f0;
}
.wpcdpk--cell-day.-other-month-, .wpcdpk--cell-year.-other-decade- {
color: #dedede;
}
.wpcdpk--cell-day.-other-month-:hover, .wpcdpk--cell-year.-other-decade-:hover {
color: #c5c5c5;
}
.-disabled-.-focus-.wpcdpk--cell-day.-other-month-, .-disabled-.-focus-.wpcdpk--cell-year.-other-decade- {
color: #dedede;
}
.-selected-.wpcdpk--cell-day.-other-month-, .-selected-.wpcdpk--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6;
}
.-selected-.-focus-.wpcdpk--cell-day.-other-month-, .-selected-.-focus-.wpcdpk--cell-year.-other-decade- {
background: #8ad5f4;
}
.-in-range-.wpcdpk--cell-day.-other-month-, .-in-range-.wpcdpk--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc;
}
.-in-range-.-focus-.wpcdpk--cell-day.-other-month-, .-in-range-.-focus-.wpcdpk--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2);
}
.wpcdpk--cell-day.-other-month-:empty, .wpcdpk--cell-year.-other-decade-:empty {
background: none;
border: none;
} .wpcdpk--time {
border-top: 1px solid #efefef;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 4px;
position: relative;
}
.wpcdpk--time.-am-pm- .wpcdpk--time-sliders {
-webkit-flex: 0 1 138px;
-ms-flex: 0 1 138px;
flex: 0 1 138px;
max-width: 138px;
}
.-only-timepicker- .wpcdpk--time {
border-top: none;
}
.wpcdpk--time-sliders {
-webkit-flex: 0 1 153px;
-ms-flex: 0 1 153px;
flex: 0 1 153px;
margin-right: 10px;
max-width: 153px;
}
.wpcdpk--time-label {
display: none;
font-size: 12px;
}
.wpcdpk--time-current {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
font-size: 14px;
text-align: center;
margin: 0 0 0 10px;
}
.wpcdpk--time-current-colon {
margin: 0 2px 3px;
line-height: 1;
}
.wpcdpk--time-current-hours,
.wpcdpk--time-current-minutes {
line-height: 1;
font-size: 19px;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
position: relative;
z-index: 1;
}
.wpcdpk--time-current-hours:after,
.wpcdpk--time-current-minutes:after {
content: '';
background: #f0f0f0;
border-radius: 4px;
position: absolute;
left: -2px;
top: -3px;
right: -2px;
bottom: -2px;
z-index: -1;
opacity: 0;
}
.wpcdpk--time-current-hours.-focus-:after,
.wpcdpk--time-current-minutes.-focus-:after {
opacity: 1;
}
.wpcdpk--time-current-ampm {
text-transform: uppercase;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
color: #9c9c9c;
margin-left: 6px;
font-size: 11px;
margin-bottom: 1px;
}
.wpcdpk--time-row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 11px;
height: 17px;
background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.wpcdpk--time-row:first-child {
margin-bottom: 4px;
}
.wpcdpk--time-row input[type='range'] {
background: none;
cursor: pointer;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
height: 100%;
padding: 0;
margin: 0;
-webkit-appearance: none;
}
.wpcdpk--time-row input[type='range']::-webkit-slider-thumb {
-webkit-appearance: none;
}
.wpcdpk--time-row input[type='range']::-ms-tooltip {
display: none;
}
.wpcdpk--time-row input[type='range']:hover::-webkit-slider-thumb {
border-color: #b8b8b8;
}
.wpcdpk--time-row input[type='range']:hover::-moz-range-thumb {
border-color: #b8b8b8;
}
.wpcdpk--time-row input[type='range']:hover::-ms-thumb {
border-color: #b8b8b8;
}
.wpcdpk--time-row input[type='range']:focus {
outline: none;
}
.wpcdpk--time-row input[type='range']:focus::-webkit-slider-thumb {
background: #5cc4ef;
border-color: #5cc4ef;
}
.wpcdpk--time-row input[type='range']:focus::-moz-range-thumb {
background: #5cc4ef;
border-color: #5cc4ef;
}
.wpcdpk--time-row input[type='range']:focus::-ms-thumb {
background: #5cc4ef;
border-color: #5cc4ef;
}
.wpcdpk--time-row input[type='range']::-webkit-slider-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
transition: background .2s;
}
.wpcdpk--time-row input[type='range']::-moz-range-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
transition: background .2s;
}
.wpcdpk--time-row input[type='range']::-ms-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
transition: background .2s;
}
.wpcdpk--time-row input[type='range']::-webkit-slider-thumb {
margin-top: -6px;
}
.wpcdpk--time-row input[type='range']::-webkit-slider-runnable-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: transparent;
}
.wpcdpk--time-row input[type='range']::-moz-range-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: transparent;
}
.wpcdpk--time-row input[type='range']::-ms-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: transparent;
}
.wpcdpk--time-row input[type='range']::-ms-fill-lower {
background: transparent;
}
.wpcdpk--time-row input[type='range']::-ms-fill-upper {
background: transparent;
}
.wpcdpk--time-row span {
padding: 0 12px;
}
.wpcdpk--time-icon {
color: #9c9c9c;
border: 1px solid;
border-radius: 50%;
font-size: 16px;
position: relative;
margin: 0 5px -1px 0;
width: 1em;
height: 1em;
}
.wpcdpk--time-icon:after, .wpcdpk--time-icon:before {
content: '';
background: currentColor;
position: absolute;
}
.wpcdpk--time-icon:after {
height: .4em;
width: 1px;
left: calc(50% - 1px);
top: calc(50% + 1px);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.wpcdpk--time-icon:before {
width: .4em;
height: 1px;
top: calc(50% + 1px);
left: calc(50% - 1px);
}
.wpcdpk--cell-day.-other-month-, .wpcdpk--cell-year.-other-decade- {
color: #dedede;
}
.wpcdpk--cell-day.-other-month-:hover, .wpcdpk--cell-year.-other-decade-:hover {
color: #c5c5c5;
}
.-disabled-.-focus-.wpcdpk--cell-day.-other-month-, .-disabled-.-focus-.wpcdpk--cell-year.-other-decade- {
color: #dedede;
}
.-selected-.wpcdpk--cell-day.-other-month-, .-selected-.wpcdpk--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6;
}
.-selected-.-focus-.wpcdpk--cell-day.-other-month-, .-selected-.-focus-.wpcdpk--cell-year.-other-decade- {
background: #8ad5f4;
}
.-in-range-.wpcdpk--cell-day.-other-month-, .-in-range-.wpcdpk--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc;
}
.-in-range-.-focus-.wpcdpk--cell-day.-other-month-, .-in-range-.-focus-.wpcdpk--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2);
}
.wpcdpk--cell-day.-other-month-:empty, .wpcdpk--cell-year.-other-decade-:empty {
background: none;
border: none;
}

:root {
--wpcpo-error: #e2401c;
}
.wpcpo-wrapper {
display: block;
width: 100%;
clear: both;
}
.wpcpo-total {
margin: 20px 0 40px 0;
padding: 20px 0 0 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
overflow: hidden;
}
.wpcpo-total ul {
list-style: none;
margin: 0;
}
.wpcpo-total ul li {
display: flex;
justify-content: space-between;
padding: 5px 0;
}
.wpcpo-total ul li.wpcpo-subtotal {
border-top: 1px solid #eee;
padding: 10px 0;
margin-top: 20px;
justify-content: flex-end;
}
.wpcpo-total ul li.wpcpo-subtotal .amount {
margin-left: 10px;
font-weight: 700;
}
.wpcpo-disabled {
opacity: 0.5 !important;
pointer-events: none !important;
cursor: not-allowed !important;
}
.wpcpo-option.wpcpo-has-error label {
color: var(--wpcpo-error);
}
.wpcpo-option.wpcpo-has-error .wpcpo-option-field {
border-color: var(--wpcpo-error);
}
.wpcpo-option.wpcpo-option-image-radio .form-row {
display: flex;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
}
.wpcpo-option.wpcpo-option-image-radio .form-row .field-image-radio, .wpcpo-option.wpcpo-option-image-radio .form-row .field-radio {
display: none;
}
.wpcpo-option.wpcpo-option-image-radio .form-row input[type=radio]:checked + label {
border: 1px solid green;
}
.wpcpo-option.wpcpo-option-image-radio .form-row input[type=radio]:checked + label:before {
content: "✓";
color: #ffffff;
display: block;
width: 24px;
height: 24px;
line-height: 20px;
background-color: green;
text-align: center;
font-size: 14px;
border-radius: 24px;
border-width: 2px;
border-style: solid;
border-color: #ffffff;
border-image: initial;
box-sizing: border-box;
position: absolute;
top: -10px;
right: -10px;
}
.wpcpo-option.wpcpo-option-image-radio .form-row label {
width: 25%;
text-align: center;
padding: 10px;
margin: 5px;
border: 1px solid #dddddd;
box-sizing: border-box;
cursor: pointer;
position: relative;
}
.wpcpo-option.wpcpo-option-image-radio .form-row label img {
display: inline-block;
}
.wpcpo-option.wpcpo-option-image-checkbox .form-row {
display: flex;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
}
.wpcpo-option.wpcpo-option-image-checkbox .form-row .field-image-checkbox, .wpcpo-option.wpcpo-option-image-checkbox .form-row .field-checkbox {
display: none;
}
.wpcpo-option.wpcpo-option-image-checkbox .form-row input[type=checkbox]:checked + label {
border: 1px solid green;
}
.wpcpo-option.wpcpo-option-image-checkbox .form-row input[type=checkbox]:checked + label:before {
content: "✓";
color: #ffffff;
display: block;
width: 24px;
height: 24px;
line-height: 20px;
background-color: green;
text-align: center;
font-size: 14px;
border-radius: 0;
border-width: 2px;
border-style: solid;
border-color: #ffffff;
border-image: initial;
box-sizing: border-box;
position: absolute;
top: -10px;
right: -10px;
}
.wpcpo-option.wpcpo-option-image-checkbox .form-row label {
width: 25%;
text-align: center;
padding: 10px;
margin: 5px;
border: 1px solid #dddddd;
box-sizing: border-box;
cursor: pointer;
position: relative;
}
.wpcpo-option.wpcpo-option-image-checkbox .form-row label img {
display: inline-block;
}
.wpcpo-option.wpcpo-option-color-radio .form-row {
display: flex;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
}
.wpcpo-option.wpcpo-option-color-radio .form-row .field-color-radio, .wpcpo-option.wpcpo-option-color-radio .form-row .field-radio {
display: none;
}
.wpcpo-option.wpcpo-option-color-radio .form-row input[type=radio]:checked + label {
border: 1px solid green;
}
.wpcpo-option.wpcpo-option-color-radio .form-row input[type=radio]:checked + label:before {
content: "✓";
color: #ffffff;
display: block;
width: 24px;
height: 24px;
line-height: 20px;
background-color: green;
text-align: center;
font-size: 14px;
border-radius: 50%;
border-width: 2px;
border-style: solid;
border-color: #ffffff;
border-image: initial;
box-sizing: border-box;
position: absolute;
top: -10px;
right: -10px;
}
.wpcpo-option.wpcpo-option-color-radio .form-row label {
width: 25%;
text-align: center;
padding: 10px 5px;
margin: 5px;
border: 1px solid #dddddd;
box-sizing: border-box;
cursor: pointer;
display: flex;
align-items: center;
position: relative;
}
.wpcpo-option.wpcpo-option-color-radio .form-row label > * {
margin: 0 5px;
}
.wpcpo-option.wpcpo-option-color-radio .form-row label .label-color {
display: inline-block;
width: 32px;
height: 32px;
flex: 0 0 32px;
}
.wpcpo-option.wpcpo-option-color-checkbox .form-row {
display: flex;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
}
.wpcpo-option.wpcpo-option-color-checkbox .form-row .field-color-checkbox, .wpcpo-option.wpcpo-option-color-checkbox .form-row .field-checkbox {
display: none;
}
.wpcpo-option.wpcpo-option-color-checkbox .form-row input[type=checkbox]:checked + label {
border: 1px solid green;
}
.wpcpo-option.wpcpo-option-color-checkbox .form-row input[type=checkbox]:checked + label:before {
content: "✓";
color: #ffffff;
display: block;
width: 24px;
height: 24px;
line-height: 20px;
background-color: green;
text-align: center;
font-size: 14px;
border-radius: 0;
border-width: 2px;
border-style: solid;
border-color: #ffffff;
border-image: initial;
box-sizing: border-box;
position: absolute;
top: -10px;
right: -10px;
}
.wpcpo-option.wpcpo-option-color-checkbox .form-row label {
width: 25%;
text-align: center;
padding: 10px 5px;
margin: 5px;
border: 1px solid #dddddd;
box-sizing: border-box;
cursor: pointer;
display: flex;
align-items: center;
position: relative;
}
.wpcpo-option.wpcpo-option-color-checkbox .form-row label > * {
margin: 0 5px;
}
.wpcpo-option.wpcpo-option-color-checkbox .form-row label .label-color {
display: inline-block;
width: 32px;
height: 32px;
flex: 0 0 32px;
}
.wpcpo-option.wpcpo-option-quantity .quantity {
float: none !important;
}
.wpcpo-option.wpcpo-option-dimensions .wpcpo-dimensions {
display: flex;
align-items: center;
justify-content: space-between;
}
.wpcpo-option[data-logic=show] {
display: none;
}
form.cart [name=wpcpo-hidden-quantity] {
display: none !important;
}
.wp-picker-container .button {
border-radius: 2px;
}
.wp-picker-container .button:before, .wp-picker-container .button:after {
display: none !important;
}
.wp-picker-container .button.wp-picker-clear {
font-size: 11px;
line-height: 1;
}
.box-color-picker {
display: inline-block;
width: 20px;
height: 20px;
vertical-align: middle;
}
.box-image-radio, .box-image-checkbox {
display: inline-block;
width: 40px;
vertical-align: middle;
}
.box-image-radio img, .box-image-checkbox img {
width: 100%;
height: auto;
}