/*
Theme Name: pencilin
Theme URI: NA
Author: Amit Bera
Author URI: https://amitbera.in/
Description: In 2024-2025, full dynamic responsive private theme.
Version: 1.0
Text Domain: pen
*/
.gtranslate_wrapper {
    display: flex;
    flex-direction: column;
}
.glink img {
    display: none !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}
/* .active {
  cursor: pointer;
} */
.discount-prioad{
    display: none;
}
.day-slider {
    display: none;
}

/*.current_arrow {
  display: none;
}

.coupon_slideritems.active_coupon .current_arrow {
  display: block;
}
*/


.coupon-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.coupon-modal-content {
    background: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 50%;
    border-radius: 8px;
    position: relative;
    text-align: center;
}
.coupon-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 20px;
    cursor: pointer;
}



/*for cupon popup*/
.confirm-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.confirm-popup-inner {
   background: #fff;
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out;
    width: 500px;
    margin: 16% auto;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	position: relative;
}



.popup-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}



/*testing*/

.pos {
    position: relative;
    bottom: 36%;
    left: 50%;
    transform: translate(-50%, 0px);
}


