.container_shikher2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 10px;
/*   background: var(--e-global-color-primary); */
}
.card_shikher2 {position: relative;}
.card_shikher2 h1 {
    font-size: 25px;
    margin-bottom: 10px;
  color:#fff;
}
p.note {
    margin: 0 !important;
}
.page-id-1332 .discount-label {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: lowercase;
  padding: 6px 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d02823, #af3566);
  animation: gradientPulse 3s cubic-bezier(0.6, -0.28, 0.74, 0.05) infinite;
  box-shadow: 0 2px 6px rgba(255, 95, 109, 0.4);
}

/* Animated gradient pulse */
@keyframes gradientPulse {
  0% {
    background: linear-gradient(90deg, #d02823, #af3566);
    transform: scale(1);
    box-shadow: 0 2px 6px rgba(255, 95, 109, 0.4);
  }
  50% {
    background: linear-gradient(90deg, #d02823, #af3566);
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(255, 106, 136, 0.6);
  }
  100% {
    background: linear-gradient(90deg, #d02823, #af3566);
    transform: scale(1);
    box-shadow: 0 2px 6px rgba(255, 95, 109, 0.4);
  }
}
.page-id-1332 .discount-label {
   position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 10px;
    background: #d02823;
    color: #fff;
    border-radius: 36px;
    font-size: 14px;
    text-transform: uppercase;
}
.card_shikher2 {
  width: 400px;
  background-color: white;
  box-shadow: 0 8px 16px rgb(172 172 172 / 45%);
	border-radius:10px;
}
span.rp-text {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

span.bp-price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    font-size: 18px;
}

span.bp-price br {
    display: none;
}

ins {
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
}

del {
    color: #797979;
}
.card-img-container_shikher2 {
  overflow: hidden;
  position: relative;
  background-color: #262626;
}
.woocommerce-billing-fields h3 {
    font-size: 28px !important;
    text-align: left !important;
    font-weight: 700 !important;
}

.woocommerce form .form-row label {
    font-size: 14px;
    font-weight: 600;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select, .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 11px !important;
    font-size: 14px;
}
.woocommerce-checkout .select2-results__option{
    font-size: 14px;
}
.shop_table.woocommerce-checkout-review-order-table td, .shop_table.woocommerce-checkout-review-order-table th, .order_details td, .order_details th{
    border: 0 ;
}
.shop_table.woocommerce-checkout-review-order-table td:last-child, .shop_table.woocommerce-checkout-review-order-table th:last-child, .order_details td:last-child, .order_details th:last-child {
    text-align: right;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px !important;
}
.card-img_shikher2 {
     transition: 0.45s ease all;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 300px;
    width: 100%;
    padding: 15px;
    color: white;
    background-position: center !important;
}

.card-img_shikher2 span {
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}

.card-img_shikher2 h1 {
  -webkit-font-smoothing: antialiased;
  font-family: "bodoni-urw";
  font-weight: normal;
  font-size: 36px;
  margin: 0;
  position: relative;
}
.button-shikher2 { padding: 7px; background: #d02823; background: linear-gradient( 172deg, #a62926, #d02823, #a41714); color: #fff !important; display: FLEX; align-items: center; justify-content: center; border-radius: 10px; transition: .13s gradient ease-in-out; }
.card-body_shikher2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.card-img-container_shikher2 {
    border-radius: 10px 10px 0 0;
}
.card-body_shikher2 p {
  color: #262626;
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 24px;
}

.card-body_shikher2 p > b {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.card-link_shikher2 a {
  -webkit-font-smoothing: antialiased;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #2D58C4;
  font-weight: bold;
  font-size: 12px;
  transition: color 0.3s ease;
}

.card-link_shikher2 a:hover {
  color: #1d3d88; /* darkened ~20% */
}

.card-img-container_shikher2:hover .card-img_shikher2 {
  background-size: 175%;
}

	#billing_first_name_field {
    width: 100%;
}

#billing_first_name {
    width: 100%;
    max-width: 100%;
}
.shop_table thead tr {
    background: #d02823;
    color: #fff;
    border-radius: 10px;
}

div#customer_details, #rgb_order_thankyou {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap:50px;
}

div#customer_details:before, #rgb_order_thankyou:before {
    content: unset;
}

#customer_details .col-1 , #customer_details .col-2, #rgb_order_thankyou .col-1, #rgb_order_thankyou .col-2 {
    width: 100%;
}

#customer_details .product-total {
    font-size: 14px;
}

#customer_details bdi {
    font-size: 17px;
}

#customer_details .discount-label {
    color: green;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background: transparent;
}

#customer_details tfoot tr:last-child, tfoot tr:last-child {
    background: #f5f5f5 !important;
}

h3#order_review_heading {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-privacy-policy-text {
    font-size: 15px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: #ebb5b3;
}
.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 34px;
	color: #4CAF50;
}

.order_details li {
    background: #f5f5f5;
    padding: 20px !important;
    margin: 0 !important;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    font-size: 13px !important;
    min-width: 220px;
    flex-wrap: wrap;
}

ul.order_details {
    display: flex !important;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    margin: 0;
}
.woocommerce ul.order_details li strong {
    margin-top: 11px;
}
p.order-again {
    display: none;
}

/* card details  */
.pricing-container {
  max-width: 380px;
  width: 100%;
}

.price-card {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 16px;
  background: #F9F9F9;
  transition: all 0.3s ease;
}

.price-card.active {
  background: linear-gradient(180deg, #fff7f6, #fff0ef);
  border: 1px solid #ffd4d4;
	    margin-bottom: 25px;
}

.price-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.price-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 16px;
}

.price-title img {
  width: 22px;
  height: 22px;
}

.discount-tag {
  background: linear-gradient(90deg, #d02823, #af3566);
 display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: lowercase;
  padding: 6px 16px;
  border-radius: 999px;
	line-height:15px;
}

.page-id-1332 .discount-label {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: lowercase;
  padding: 6px 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d02823, #af3566);
  animation: gradientPulse 3s cubic-bezier(0.6, -0.28, 0.74, 0.05) infinite;
  box-shadow: 0 2px 6px rgba(255, 95, 109, 0.4);
}

.discount-tag.grey {
  background: linear-gradient(90deg, #9C27B0, #F44336);
  color: #fff;
}

.limit-text {
  font-size: 12px;
  color: #8b8b8b;
  margin-top: 3px;
  width: 100%;
}
.name-wrap {
    display: flex;
    flex-direction: column;
}
.card-img_shikher2:before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(178deg, #42424282, #000000c2);
}
.name-wrap small {
    line-height: 12px;
}
.price-value {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 16px;
}

.price-value .current {
  font-size: 28px;
  color: #d02823;
  font-weight: 700;
}

.price-value .original {
  font-size: 16px;
  color: #9b9b9b;
  text-decoration: line-through;
}

.note {
  text-align: center;
  font-size: 14px;
  color: #4a4a4a;
  background: #fff;
/*   border: 1px solid #eee; */
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 14px;
}
h2.woocommerce-order-details__title, h2.woocommerce-column__title {
    font-size: 20px !important;
    margin-top: 0;
}
.woocommerce .woocommerce-customer-details address {
    padding: 20px !important;
}

.woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
}

span.woocommerce-input-wrapper {
    display: flex;
    gap: 8px;
}

label.radio.required_field {
    margin-right: 20px;
}
.terms_cond_wrap p {
       padding: 14px;
    background: #f6f5f8;
    border-radius: 4px;
    padding-top: 15px;
    font-size: 15px;
}

.terms_cond_wrap p a {
    font-size: 15px;
}
 .card-body_shikher2 h1 {
  display:none
}
a.buy-now.button-shikher2 {
    margin-top: 22px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    position: absolute !important;
    bottom: 18px;
    right: 18px;
}

.form-row.place-order {
    padding-bottom: 60px !important;
    position: relative;
}
/* ************************** media query ***************************************** */
@media(max-width:990px){
	div#customer_details, #rgb_order_thankyou {
    grid-template-columns: 1fr;
}
}
@media(max-width:767px){
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: auto !important;
    margin-bottom: unset !important;
}
	.woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
   
}
	.woocommerce .woocommerce-customer-details address{
		    font-size: 16px;
	}
	.price-header {
    gap: 10px;
}
	.card-img_shikher2{
		    height: 220px !important;
	}
	.card-body_shikher2 {
    padding: 15px ;
}
.card-body_shikher2 h1 {
    font-size: 24px !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
}

span.bp-price {
    font-size: 16px !important;
}

ins {
    font-size: 20px !important;
}
	.order_details li {
    min-width: 100%;
    padding: 10px !important;
}

ul.order_details {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

ul.order_details:before {
    content: unset !important;
}

.woocommerce ul.order_details li strong {
    font-size: 15px !important;
}
.woocommerce ul.order_details li:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
}
	.discount-tag{
		    font-size: 12px;
		    padding: 5px 12px;
	}
}

@media(min-width:767px){
	.price-title{
		    font-size: 18px;
	}
	.limit-text{
		font-size:14px;
	}
	.note{
		font-size:16px;
	}
	.price-title span {
    margin-bottom: 6px;
}
    .card-body_shikher2 h1 {
         display:block;
         color: #000000;
		        font-size: 35px !important;
        margin-bottom: 20px;
}
.card_shikher2 {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
}
    .card-img_shikher2 {
    height: 100%;
}
.card-img_shikher2:before {
    content: unset;
}
.card-img-container_shikher2 h1 {
    display: none;
}
.card-img-container_shikher2 {
    border-radius: 10px 0 0 10px;
}
    .pricing-container {
    max-width: 100%;
    margin: 0 auto;
}
	
	
}
@media(min-width:1024px){
	 .pricing-container {
    max-width: 80%;
    margin: 0 auto;
}
}


/* 23-10-2025 rgb css*/
.shikher-tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}

.shikher-info-icon {
    background-color: #000;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

.shikher-tooltip-text {
    visibility: hidden;
    width: 270px;
    font-size: 13px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 8px;
    position: absolute;
    z-index: 999;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 21px;
    font-weight: 400;
}

.shikher-tooltip-container:hover .shikher-tooltip-text {
    visibility: visible;
    opacity: 1;
}
.shikher-tooltip-text::after {
  content: "";
  position: absolute;
  bottom: -5px; 
  left: 50%; 
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #333; 
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
}
@media(max-width:400px){
.shikher-tooltip-text {
    width: 180px;
}    
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none;
}