.tp-slider-item.is-light .tp-slider-content p span{
	color: #f8931e !important;
}
.tp-slider-btn a {
    background: #f8931e; 
    color: #FFFFFF; 
    transition: background 0.3s ease; 
	border:1px solid #f8931e !important
}


/* Custom layout css*/
.tp-mobile-menu{
   padding: 5px 0px !important;
}

@media (max-width: 575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px) {
    .tp-header-bottom-2 {
        padding-bottom:0px !important;
        padding-top:0px!important;
    }
}

@media(max-width: 575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px) {
    .tp-product-details-sticky-actions {
        bottom: 58px !important;
    }
}

.tp-slider-btn a:hover {
    border: 1px solid #283792 !important
}
.tp-subscribe-input button{
	background: #f8931e !important;
}
.tp-subscribe-input input{
  height: 60px !important;
}

/* Bulk Order Button Css Start */
.pdp-custom-payment-button {
  border-radius: 8px !important;
  border: 1px solid #f8931e !important; /* Pakvolt secondary */
  background: #fdf5eb !important; /* Light brand-friendly background */
  width: 100% !important;
  margin: 15px 0 !important;
  padding: 20px 24px !important;
  position: relative !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease-in-out !important;
  cursor: pointer !important;
}

.corporate-enquiry {
  padding: 20px !important;
}

.desktop-pdp-custom-corprate-button {
  text-decoration: none !important;
  display: block !important;
  color: inherit !important;
}

.pdp-custom-cta-value-lable {
  position: absolute !important;
  top: -12px !important;
  left: 32px !important;
  background: #283792 !important; /* Pakvolt primary */
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 3px 10px !important;
  border-radius: 6px !important;
  letter-spacing: 0.4px !important;
  z-index: 2 !important;
  display: inline-block !important;
}

.pdp-custom-payment-button-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

.pdp-custom-cta {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #283792 !important; /* Brand primary */
}

.pdp-custom-cta-link {
  margin-left: auto !important;
}

.pdp-custom-cta-link span {
  color: #f8931e !important; /* Brand secondary */
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: right !important;
  transition: text-decoration 0.2s ease-in-out !important;
}

.pdp-custom-cta-link span:hover {
  text-decoration: underline !important;
}
/* Bulk Order Button Css End */