.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}:root{
--wallet-pc :'';
}
* {
box-sizing: border-box;
}
*:after,
*:before {
box-sizing: border-box;
}
html,
body {
font-size: 16px;
margin: 0;
padding: 0;
}
h1,
h2,
h3 {
margin: 0;
}
a {
text-decoration: none;
}
a:hover,
a:active,
a:focus {
text-decoration: none;
outline: none;
color: none;
box-shadow: none;
}
ul {
margin: 0;
}
.wps-info-img {
display: inline-block;
margin-right: 6px;
margin-top: -3px;
max-width: 15px;
} input[type=submit].wps-btn__filled {
padding: 10px 25px;
border-radius: 6px;
background-color: var(--wallet-pc);
color: #fff;
font-size: 15px;
font-weight: 700;
line-height: 1.5;
transition: all 0.3s linear;
border: 1px solid var(--wallet-pc);
min-height: 30px;
cursor: pointer;
}
input[type=submit].wps-btn__filled:hover {
border-color: var(--wallet-pc);
color: var(--wallet-pc);
background-color: #fff;
}
@media screen and (min-width: 992px) {
input[type=submit].wps-btn__filled {
padding: 10px 54px;
border-radius: 8px;
}
}       .wps_wcb_wallet_display_wrapper a:hover,
.wps_wcb_wallet_display_wrapper a:active,
.wps_wcb_wallet_display_wrapper a:focus {
outline: none!important;
}
.wps_wcb_wallet_balance_container {
position: relative;
padding: 10px 12px;
border-radius: 6px;
background-color: var(--wallet-pc);  display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px; }
.wps_wcb_wallet_cashback_wrap {
text-align: right;
}
.wps_wcb_wallet_view_transaction {
grid-column-start: 1;
}
.wps_wcb_wallet_display_wrapper_with_qr .wps_wcb_wallet_balance_container h4 {
margin: 0 0 4px;
font-size: 13px;
font-weight: 400;
line-height: 1.25;
color: #fff;
}
.wps_wcb_wallet_balance_container p {
margin: 0;
}
.wps_wcb_wallet_balance_container .woocommerce-Price-amount {
font-size: 16px;
line-height: 1.5;
font-weight: 600;
color: #fff;
}
.wps_wcb_content_template ul.tabs,
.wps_wcb_content_template ul.tabs:last-child {
padding: 0;
margin: 28px 0;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
background-color: #f9f9f9;
border-radius: 6px;
text-align: center;
}
.wps_wcb_content_template ul.tabs li {
list-style: none;
margin: 0;
}
.wps_wcb_content_template ul.tabs li h3 {
font-size: 14px;
line-height: 1.25;
font-weight: 400;
margin: 0 0 10px;
color: #000;
}
.wps_wcb_content_template ul.tabs li.active {
background-color: #f2f2f2;
border-radius: 6px;
}
.wps_wcb_content_template ul.tabs li a {
display: block;
padding: 10px;
text-decoration: none;
height: 100%;
}
.wps_wcb_content_template ul.tabs li svg path {
fill: var(--wallet-pc);
}
.wps_wcb_content_template ul.tabs li .wps_wallet_transfer_tab path:last-of-type,
.wps_wcb_content_template ul.tabs li .wps_wallet_withdrawal_tab path:last-of-type {
fill: #000;
}
.wps_wcb_content_template ul.tabs li .wps_wallet_transactions_tab path:first-of-type,
.wps_wcb_content_template ul.wps_wcb_content_template ul.tabs li .wps_wallet_transfer_tab path:last-of-type,
.wps_wcb_content_template ul.tabs li .wps_wallet_withdrawal_tab path:last-of-type,
.wps_wcb_content_template ul.tabs li .wps_wallet_recharge_tab path:first-of-type,
.wps_wcb_content_template ul.tabs li .wps_wallet_transactions_tab path:first-of-type,
.wps_wcb_content_template ul.tabs li .wps_wallet_transactions_tab path:last-of-type,
.wps_wcb_content_template ul.tabs li .wps_wallet_fund_request_tab path:last-of-type,
.wps_wcb_content_template ul.tabs li .wps_wallet_referral_tab path:last-of-type, .wps_wcb_content_template ul.tabs li .wps_wallet_referral_tab path:first-of-type {
fill: #000;
} .wps_wcb_wallet_display_wrapper .woocommerce {
padding: 0!important;
}
.wps_wcb_wallet_display_wrapper .woocommerce .woocommerce-info {
border-radius: 8px;
border: 1px solid var(--wallet-pc);
padding: 12px 18px 12px 42px;
background-color: var(--wallet-pc)10;
color: var(--wallet-pc);
font-size: 14px;
font-weight: 400;
line-height: 1.5;
margin: 0 0 32px;
flex: 1;
}
.wps_wcb_wallet_display_wrapper .woocommerce-info::before {
top: 12px;
color: var(--wallet-pc);
font-size: 20px;
left: 14px;
line-height: 1;
} @media screen and (min-width: 992px) {
.wps_wcb_wallet_balance_container {
padding: 18px 32px;
}
.wps_wcb_wallet_balance_container .woocommerce-Price-amount {
font-size: 40px;
line-height: 1.25;
}
.wps_wcb_content_template ul.tabs {
margin: 32px 0;
border-radius: 8px;
}
.wps_wcb_content_template ul.tabs li {
padding: 16px;
}
.wps_wcb_content_template ul.tabs li.active {
border-radius: 8px;
}
.wps_wcb_content_template ul.tabs li a {
padding: 20px 0 5px;
}
}    #wps_wallet_transfer_form label {
font-size: 16px;
font-weight: 600;
color: #000;
line-height: 1.25;
margin-bottom: 10px;
display: block;
}
#wps_wallet_transfer_form input[type=email],
#wps_wallet_transfer_form input[type=text],
#wps_wallet_transfer_form input[type=number],
#wps_wallet_transfer_form input[type=select],
#wps_wallet_transfer_form textarea {
box-shadow: none;
border: 2px solid #DFE3E8;
border-radius: 6px;
background: transparent;
padding: 8px;
font-size: 16px;
margin: 0 0 28px;
min-height: 30px;
width: 100%;
max-width: 100%;
}
#wps_wallet_transfer_form input[type=email]:focus,
#wps_wallet_transfer_form input[type=number]:focus,
#wps_wallet_transfer_form input[type=text]:focus,
#wps_wallet_transfer_form textarea:focus {
outline: none;
border-color: var(--wallet-pc);
}
#wps_wallet_transfer_form p {
margin: 0;
}
#wps_wallet_transfer_form .wps-wallet-field-container+.error {
margin: -24px 0 28px;
color: #FF4842;
font-size: 14px;
}
@media screen and (min-width:992px) {
#wps_wallet_transfer_form label {
margin-bottom: 12px;
}
#wps_wallet_transfer_form input[type=email],
#wps_wallet_transfer_form input[type=number],
#wps_wallet_transfer_form input[type=text],
#wps_wallet_transfer_form select,
#wps_wallet_transfer_form textarea {
border-radius: 8px;
padding: 12px;
margin: 0 0 32px;
}
#wps_wallet_transfer_form .wps-wallet-field-container+.error {
margin: -26px 0 32px;
}
}  .wps-wallet-transaction-container #transactions_table_wrapper {
overflow: auto;
}
.wps-wallet-transaction-container #transactions_table_wrapper>.bottom {
position: sticky;
left: 0;
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
}
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr {
background-color: #F4F6F8;
}
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th,
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table tbody tr td {
padding: 8px 18px 8px 8px;
}
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th {
background-color: transparent;
border: none;
color: #637381;
font-size: 14px;
font-weight: 700;
line-height: 1.25;
padding-top: 16px;
padding-bottom: 16px;
box-shadow: none;
}
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th:first-of-type {
border-radius: 6px 0 0 0;
}
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th:last-of-type {
border-radius: 0 6px 0 0;
}
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table tbody tr td {
font-size: 14px;
line-height: 1.5;
color: #637381;
font-weight: 400;
background-color: transparent;
border: none;
}
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table {
border-bottom: 1px solid #919EAB3D;
margin: 0;
}
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table tbody tr td:last-of-type {
font-weight: 600;
}
.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_length {
padding: 10px 0;
}
.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_info {
padding: 0;
font-size: 10px;
font-weight: 400;
color: #212B36;
margin-left: 10px;
}
.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_paginate {
margin: 0 0 0 10px;
padding: 0;
}
.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_length label {
font-size: 10px;
color: #000;
margin: 0;
}
.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_length select {
border: none;
background: none;
font-size: 10px;
font-weight: 400;
color: #212B36;
margin: 0 0 0 10px;
cursor: pointer;
padding: 0;
box-shadow: none;
-webkit-appearance: auto;
appearance: auto;
display: inline-block;
width: auto;
}
.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_paginate .paginate_button {
padding: 0;
cursor: pointer;
}
.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_paginate .paginate_button.current {
display: none;
}
.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_paginate .paginate_button.disabled {
cursor: auto;
}
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table tbody tr:nth-of-type(even) {
background-color: #F4F6F8;
}
@media screen and (min-width:992px) {
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th:first-of-type {
border-radius: 8px 0 0 0;
}
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th:last-of-type {
border-radius: 0 8px 0 0;
}
}
.wps_wallet_debit{
color:red !important;
}
.wps_wallet_credit{
color:green !important;
}
.wsfw_show_user_restriction_notice{
width: 100%;
max-width: 275px;
margin:5px auto;
color:#ff0000;
background-color: #ffcbcb;
padding: 5px;
font-size: 12px;
letter-spacing: 0.4px;
text-align: center;
}
.wps_view_withdrawal span {
color: var(--wallet-pc);
text-decoration: underline;
margin-bottom: 20px;
display: block;
cursor: pointer;
}
.wps_withdrawal_table{
display: none;
}
.wps_fund_send_table{
display: none;
}
.wps_fund_recieve_table{
display: none;
} .wps-show-cashback-notice-on-shop-page {
border: none;
color: #000;
padding: 5px 14px;
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
display: inline-block;
margin-bottom: 10px;
border-radius: 3px;
background-image: linear-gradient(180deg, #d4ecc4, #ebf6c9);
border-bottom: 2px solid #a9cd3a;
position: relative;
}
.wsfw_comment_section_notice{
color: green;
font-weight: 600;
}
.wps-show-cashback-notice-on-shop-page:after {
content: '';
position: absolute;
top: 4px;
left: 4px;
width: 8px;
height: 8px;
background-color: #a9cd3a;
border-radius: 10px;
box-shadow: 0 0 0 2px #fff;
} .wps_wcb_wallet_balance_container .wps_wallet_referral_friend_link {
text-decoration: none!important;
}
.wps_wallet_referral_friend.dashicons {
position: absolute;
bottom: 15px;
right: 25px;
color: #fff;
cursor: pointer;
font-size: 16px; }
.wps-wallet-referral-wrapper h4 {
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
}
.wps-wallet-popup-right-rewards {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 10px;
padding: 10px;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
border-radius: 5px;
}
.wps-wallet-referral-wrapper code {
font-size: 14px;
font-family: monospace;
background: #f9f9f9;
border: 1px solid #dcdcdc;
padding: 6px 10px;
border-radius: 4px;
color: #333;
word-wrap: break-word;
white-space: break-spaces;
word-break: break-all;
line-height: 1.25;
display: inline-block;
}
.wps-wallet-referral-wrapper #wps_notify_user_copy {
margin: 0;
padding: 5px;
}
.wps-wallet-referral-wrapper button.wps_wsfw_btn_copy {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
font-size: 16px;
border-radius: 5px;
background: #F6F5FD;
cursor: pointer;
color: var(--wallet-pc);
}
.wps-wallet-referral-wrapper button.wps_wsfw_btn_copy:focus {
outline: none;
box-shadow: none;
}
.wps-wallet-referral-wrapper button.wps_wsfw_btn_copy img {
width: auto;
height: 18px;
}
.wps-wallet-popup-right-rewards .wps_tooltiptext_scl {
color: #f78200;
}
.wps-wallet-referral-wrapper .wps-wallet-referral-notification {
font-size: 14px;
margin: 5px 0 0;
color: #0c8603;
} .wallet-recharge-tab,
.wallet-promotion-tab {
margin: 0 0 20px;
}
.wps-wsfw__prom-tab-item,
.wps-wsfw__re-tab-item {
padding: 5px 15px;
cursor: pointer;
}
.wps-wsfw__prom-tab-item .wps-pr__item-wrap,
.wps-wsfw__re-tab-item .wps-re__item-wrap {
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
padding: 0;
}
.wps-wsfw__prom-tab-item.wps-active .wps-pr__item-wrap,
.wps-wsfw__re-tab-item.wps-active .wps-re__item-wrap {
border:1px solid var(--wallet-pc);
background: #f6f5fd;
}
.wps-wsfw__prom-tab-item .wps-pr-offer,
.wps-wsfw__re-tab-item .wps-re-offer {
border-radius: 5px 0 5px 0;
padding: 5px;
font-size: 14px;
line-height: 1.5;
background-color: var(--wallet-pc);
color: #fff;
}
.wps-wsfw__prom-tab-item .wps-pr-offer-desc,
.wps-wsfw__re-tab-item .wps-re-offer-desc {
padding: 5px 15px;
margin: 0;
}
.wps-wsfw__re-tab-item .wps-re-offer-desc {
font-size: 20px;
font-weight: 600;
}
.wps-wsfw__prom-tab-head,
.wps-wsfw__re-tab-head {
margin: 0 0 25px;
}
.wps-wsfw__prom-tab-head h3,
.wps-wsfw__re-tab-head h3 {
font-size: 18px;
font-weight: 600;
line-height: 1.25;
margin: 0 0 10px;
}
.wps-wsfw__prom-tab-head .wps-pr-sub {
font-size: 14px;
margin: 0;
line-height: 1.5;
}
.wps-wsfw__prom-tab-head .wps-pr-time {
color: var(--wallet-pc);
font-size: 16px;
font-weight: 600;
line-height: 1.5;
}
.wps-wsfw__re-tab-item{
display:inline-block
}
form#wps_wallet_transfer_form {
margin-top: 20px;
} @media only screen and ( max-width: 992px ){
.wps_wallet_referral_friend.dashicons{
right : 15px;
}
}
.wps-wsfw-wallet-field-table #overlay {
display:none;
width: 24px;
height: 24px;
position: absolute;
right: 50%;
}
.wps-wsfw-wallet-field-table select .approved, .wps-wsfw-wallet-field-table select.approved {
color: #03dac5 !important;
}
.wps-wsfw-wallet-field-table select .pending, .wps-wsfw-wallet-field-table select.pending1 {
color: #fdb51a !important;
}
.wps-wsfw-wallet-field-table select .rejected , .wps-wsfw-wallet-field-table select.rejected {
color: #f32121 !important;
}
.wps_wsfw_wallet_fund_request_wrapper {
display: flex;
gap: 32px;
margin: 0 0 15px;
}
.wps_wsfw_wallet_fund_request_wrapper #wps_fund_recieve_table_div,.wps_wsfw_wallet_fund_request_wrapper #wps_fund_send_table_div {
cursor: pointer;
position: relative;
color: var(--wallet-pc);
text-decoration: underline;
}
.wps_wsfw_wallet_fund_request_wrapper #wps_fund_recieve_table_div .show_pending_fund_request_count {
position: absolute;
top: 0;
display: inline-flex;
min-width: 30px;
min-height: 30px;
border-radius: 50%;
background: var(--wallet-pc);
justify-content: center;
align-items: center;
text-decoration: none;
color: #ffffff;
top: 50%;
transform: translateY(-50%);
margin-left: 5px;
}
.wps-wsfw-wallet-field-table select {
border: none;
background: transparent;
padding: 0;
cursor: pointer;
}
.wps-wsfw-wallet-field-table select:focus {
outline: none;
}
.wps_wsfw_fund_request_status {
text-align: center;
position: relative;
}
.wps_wsfw_fund_request_status img {
margin: auto;
}
.wps-wallet-popup-right-rewards-in {
display: flex;
gap: 10px;
align-items: center;
}
.wps_wsfw_wallet_user_id{
text-align: right;
}
.wps_wsfw_wallet_user_id h4{
font-size: 16px !important;
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//www.keangame.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//www.keangame.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//www.keangame.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//www.keangame.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}