.header-middle{

    padding-bottom: 0px !important;
    padding-top: 10px !important;

}
.search-content{
     max-width:500px;
     margin:0 auto;
}

.tt-dataset-best-pictures {
  max-height: 350px;
  min-width: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}


#user_pswd-error, #user_email-error, #user_new_pswd-error, #user_new_email-error, #user_rep_pswd-error,#disp-errmsg, #email_1-error , #password_1-error, .error, #user_rep_pswd_1-error{
color: red !important;
font-size: 14px;
}

.contact-form p input[type="text"], .contact-form p input[type="email"], .contact-form p input[type="password"], .contact-form p textarea{
width: 100%;
border-color: #000;
background-color: #fff;
}

.header-currency .sub-menu{
left:auto;
right:0;
}

.inner-page-contact-3 .envy-heading{
background: #e0e1e6;
padding: 10px;
opacity: 0.8;
}

.inner-page-contact-3 .error{
  display: inline;
background-color: #e5e6eb;
}

.searchloader {
border: 3px solid #f3f3f3;
border-radius: 50%;
border-top: 3px solid #000;
width: 20px;
height: 20px;
margin-top:10px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}



span.fa{
vertical-align: inherit;
}

.product-item.style-1 .product-thumb{
border-bottom: 0px;
}

.extra-mobile .envy-menu-next-panel, .extra-mobile .envy-menu-next-panel:hover{
color:#fff;
}

.product-item.style-1 .product-button .button::after{
content:none;
}



/* legacy selectors kept for any residual references */
.float { display:none; }
.my-float { display:none; }


   /*!
* Bootoast CSS
* @author odahcam
* @version 1.0.0
**/

.bootoast {
opacity: 0;
border: 2px solid;
border-radius: 0px;
filter: alpha(opacity=0)
}

.bootoast>.glyphicon {
display: inline-block;
float: left;
font-size: 20px;
margin-right: 14px;
}

.bootoast>.bootoast-alert-container {
display: block;
max-width: 100%;
overflow: auto;
}

.bootoast>.bootoast-alert-container>.bootoast-alert-content {
display: table;
width: 100%;
height: 100%
}

.bootoast-container {
position: fixed;
left: 20px;
right: 20px;
top: initial;
bottom: initial;
width: 390px;
max-width: 95%;
z-index: 2060
}

.bootoast-container.top {
top: 20px
}

.bootoast-container.bottom {
bottom: 20px
}

.bootoast-container.right {
left: initial
}

.bootoast-container.left {
right: initial
}

.bootoast-container.center {
left: 50%;
-webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
        transform: translateX(-50%)
}

.homepage_profile_pic {
width: 35px;
height: 35px;
border-radius: 50%;
overflow: hidden;
}

.header-sticky{
opacity: 0.8;
}



/* Header css */


.search-m-btn {
  font-size: 18px;
  position: absolute;
  right: 4px;
  border: 0;
  background: none;
  cursor: pointer;
  height: 38px;
  top:1px;

}

.inr-symbol{
  font-family: none;
  font-size: 14px;
}

.empty-message{
padding:10px;
}

@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
.main-logo {
  max-width:140px !important;
}
.header-1{
  border-bottom:0px;
}
.header {
  min-height:50px;
}
}
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */

.main-logo {
  max-width:80px !important;
}
}
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
.main-logo {
  max-width:70px !important;
}
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
.main-logo {
  max-width:180px !important;
}
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
.main-logo {
  max-width:180px !important;
  max-height: 60px !important;
}
}
@media (min-width:1281px) { /* hi-res laptops and desktops */
.main-logo {
  max-width:165px !important;
}
}

.top-header-wrapper .top-header{
border-bottom: 0px solid #EEE !important;
font-size:12px;
}

.top-header{
background: #fff;
padding-top: 6px;
height: 28px;
}

.top-header a{
color:#fff;
}

.topbar-slider-items .slick-arrow:before{
color:#000;
}

.btn-cts{
background-color: #fff;
border: 1px solid #000;
color: #000;
}

#site-scroll{
bottom: 150px;
}

.inactive-modal{
display:none;
}

.cust-lin{
border:0px;padding:10px;
}

/* ── User dropdown ── */
#settingsBox {
    width: 220px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 6px 24px rgba(0,0,0,.10) !important;
}

.dd-user-header {
    padding: 14px 16px 12px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.dd-avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e0e0e0;
    flex-shrink: 0;
}
.dd-user-name  { font-size: 13px; font-weight: 600; color: #111; margin: 0 0 1px; line-height: 1.3; }
.dd-user-email { font-size: 11px; color: #999; margin: 0; line-height: 1.3;
                 white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 150px; }

.dd-menu { padding: 4px 0; }

.dd-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 400;
    color: #333 !important;
    text-decoration: none !important;
    transition: background .12s;
}
.dd-item:hover { background: #f7f7f7; color: #111 !important; text-decoration: none !important; }
.dd-item i { width: 14px; text-align: center; font-size: 13px; color: #bbb; flex-shrink: 0; }
.dd-item:hover i { color: #555; }

.dd-divider { border: none; border-top: 1px solid #f0f0f0; margin: 3px 0; }

.dd-logout       { color: #e95144 !important; }
.dd-logout i     { color: #e95144 !important; }
.dd-logout:hover { background: #fff5f5 !important; }

.customer-links p { margin: 0; }
.icons-col .customer-links { text-transform: none !important; }
.dd-item { text-transform: none !important; }

.wish-txt{
font-size:12px;
}

.theme-gradient{
background: #f57a2d;
background: -webkit-linear-gradient(
145deg
,#fdb622,#f57a2d);
background: -webkit-linear-gradient(
305deg
,#fdb622,#f57a2d);
background: linear-gradient(
145deg
,#fdb622,#f57a2d);
}

.checkoutBtns { 

width: 100%;border-radius:4px;border:0px;background-color: #fff;
border: 1px solid #ccc;
color: #000;
}

::-webkit-input-placeholder { /* Edge */
color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000;
}

::placeholder {
color: #000;
}

.oneFirstMenu{ 

padding: 20px;
overflow: hidden;
transition: box-shadow .1s linear;
border: 1px solid #dbdbdb;
cursor: pointer;
box-shadow: 0 0 0 0 rgb(0 0 0 / 15%);
margin-bottom: 8px;
border-radius: 4px;
display: block;
background: #fff;
width: 100%;
margin: 8px 16px;
}

.submenutot{ 
border: 1px solid #ccc;
padding: 0px 10px;
background-color: #fff;
font-weight: 500;
box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 15%);
}

.lastbench {
    display: inline-block;
    border: 0px;
}

.oneFirstMenu:hover {

box-shadow: 0 0 10px #dbdbdb;

}

.oneFirstMenu:hover::before {
transform: scale(1.1);
box-shadow: 0 0 15px #dbdbdb;
}

/* ── Floating Action Buttons ─────────────────────── */
.fab-stack {
    position: fixed;
    bottom: 28px;
    left: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
    align-items: center;
}
.fab {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 20px;
    box-shadow: 0 3px 12px rgba(0,0,0,.25);
    transition: transform .2s ease, box-shadow .2s ease;
    cursor: pointer;
    border: none;
    outline: none;
}
.fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 22px rgba(0,0,0,.35);
    color: #fff !important;
    text-decoration: none !important;
}

/* Tooltip label */
.fab-tip {
    position: absolute;
    left: 52px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
    font-family: 'Figtree', sans-serif;
}
.fab-tip::after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-right-color: #333;
}
.fab:hover .fab-tip { opacity: 1; }

/* WhatsApp */
.fab-whatsapp { background: #25d366; }
.fab-whatsapp:hover { background: #1fbd5a; }

/* WhatsApp pulse ring */
.fab-whatsapp::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 3px solid rgba(37,211,102,.5);
    animation: fab-pulse 2s ease-out infinite;
}
@keyframes fab-pulse {
    0%   { transform: scale(1);   opacity: .8; }
    70%  { transform: scale(1.4); opacity: 0; }
    100% { transform: scale(1.4); opacity: 0; }
}

/* Enquiry */
.fab-enquiry { background: #f57c2d; }
.fab-enquiry:hover { background: #e06a1c; }

/* legacy selectors kept for any residual references */
.wafloat { display:none; }
.whatsapp-float { display:none; }

@media (max-width: 767px) {
    .fab-stack { bottom: 16px; left: 12px; gap: 8px; }
    .fab { width: 38px; height: 38px; font-size: 17px; }
    .fab-tip { display: none; }
}

body{ -webkit-font-smoothing: unset !important;}

.pr-custom-label-red{
  background: #e51d25 !important;
}

.pr-custom-label-orange{
  background: #FF5F1F !important;
}

.pr-custom-label-yellow{
  background: #fac331 !important;
}

.pr-custom-label-green{
  background: #3ddc84 !important;
}

.pr-custom-label-purple{
  background: #ce93d8 !important;
}

.pr-custom-label-blue{
  background: #a2c3ea !important;
}

/* ============================================================
   PINCODE WIDGET — top bar (desktop only via .top-header-wrapper.mobile-hide)
   ============================================================ */
.top-bar-pincode-btn {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  color: rgba(255,255,255,.8);
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
  transition: color .15s;
  line-height: 1;
  flex-shrink: 0;
}
.top-bar-pincode-btn:hover { color: #fff; }
.top-bar-pincode-btn svg { stroke: #8cc24e; flex-shrink: 0; }
.top-bar-pincode-label { display: inline-flex; align-items: center; gap: 5px; }
.top-bar-pincode-prefix { color: rgba(255,255,255,.55); font-size: 11px; }
#hdrPincodeDisplay { color: #fff; font-weight: 600; font-size: 12px; }
.top-bar-pincode-sep { color: rgba(255,255,255,.25); font-size: 10px; }
.top-bar-pincode-city { color: #8cc24e; font-size: 11px; }

/* Pincode widget modal (shared styles) */
.pincode-widget-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.pincode-widget-overlay.open { opacity: 1; pointer-events: all; }
.pincode-widget-modal {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0,0,0,.16);
  width: 100%;
  max-width: 360px;
  transform: translateY(14px) scale(.97);
  transition: transform .22s cubic-bezier(.22,1,.36,1);
}
.pincode-widget-overlay.open .pincode-widget-modal { transform: translateY(0) scale(1); }
.pincode-widget-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem .75rem;
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.pincode-widget-title {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .95rem;
  font-weight: 600;
  color: #1c1c18;
}
.pincode-widget-title svg { stroke: #2E5E0E; flex-shrink: 0; }
.pincode-widget-close {
  background: none;
  border: none;
  font-size: 16px;
  color: #8a8a78;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
  transition: background .12s;
  line-height: 1;
}
.pincode-widget-close:hover { background: #f0ede4; color: #1c1c18; }
.pincode-widget-body { padding: 1.25rem; }
.pincode-widget-input-row { display: flex; gap: 8px; }
.pincode-widget-input {
  flex: 1;
  padding: .6rem .85rem;
  border: 1.5px solid rgba(0,0,0,.12);
  border-radius: 8px;
  font-size: 15px;
  letter-spacing: 2px;
  color: #1c1c18;
  outline: none;
  transition: border-color .15s;
  -moz-appearance: textfield;
  appearance: textfield;
}
.pincode-widget-input::-webkit-outer-spin-button,
.pincode-widget-input::-webkit-inner-spin-button { -webkit-appearance: none; }
.pincode-widget-input:focus { border-color: #2E5E0E; }
.pincode-widget-input.invalid { border-color: #c0392b; }
.pincode-widget-save {
  padding: .6rem 1.1rem;
  background: #2E5E0E;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background .12s;
}
.pincode-widget-save:hover { background: #224a08; }
.pincode-widget-input-wrap { position: relative; }
.pincode-widget-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1.5px solid rgba(0,0,0,.1);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  max-height: 220px;
  overflow-y: auto;
  z-index: 10;
  display: none;
}
.pincode-widget-suggestions.open { display: block; }
.pincode-widget-suggestion-item {
  padding: .55rem .85rem;
  font-size: 13px;
  color: #1c1c18;
  cursor: pointer;
  border-bottom: 1px solid rgba(0,0,0,.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  transition: background .1s;
}
.pincode-widget-suggestion-item:last-child { border-bottom: none; }
.pincode-widget-suggestion-item:hover { background: #faf8f2; color: #2E5E0E; }
.pincode-widget-suggestion-pin { font-weight: 600; flex-shrink: 0; }
.pincode-widget-suggestion-loc { font-size: 12px; color: #8a8a78; text-align: right; }
.pincode-widget-error {
  font-size: 12px;
  color: #c0392b;
  margin-top: .5rem;
  min-height: 16px;
}
.pincode-widget-location-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: .6rem;
  font-size: 13px;
  color: #4a4a3e;
  background: #faf8f2;
  border-radius: 8px;
  padding: .45rem .75rem;
}
.pincode-widget-location-info:empty { display: none; }
.pincode-widget-location-info svg { stroke: #2E5E0E; flex-shrink: 0; }
@media (max-width: 480px) {
  .pincode-widget-overlay { align-items: flex-end; padding: 0; }
  .pincode-widget-modal {
    max-width: 100%;
    border-radius: 12px 12px 0 0;
    transform: translateY(100%);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
  }
  .pincode-widget-overlay.open .pincode-widget-modal { transform: translateY(0); }
  .pincode-widget-body { overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .pincode-widget-location-info { font-size: 14px; padding: .6rem .85rem; }
}