/* HEADER FIXES */
#headerrow-893713{
    z-index: -1 !important;
}
#headerrow-228515{
    z-index: -1 !important;
}

w-40{width:40% !important;}
w-50{width:50% !important;}
w-60{width:60% !important;}
w-75{width:75% !important;}
w-80{width:80% !important;}

d-none {display:none !important;}

/* ============================= */
/* Custom Button Styles for Bootstrap 5 */
/* ============================= */

/* === Primary Button (Solid) === */
.btn-primary {
    background-color: #d3782d !important; /* Custom orange */
    border-color: #b8601f !important; /* Darker shade */
    color: #ffffff !important; /* White text */
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #b8601f !important; /* Darker orange */
    border-color: #994e19 !important;
    color: #ffffff !important;
}
.btn-primary:disabled, 
.btn-primary.disabled {
    background-color: #d3782d !important;
    border-color: #b8601f !important;
    opacity: 0.5 !important;
}





/* === Primary Button (Outline)

 === */
.btn-outline-primary {

    
    background-color: transparent !important;
    border-color: #d3782d !important; /* Orange border */
    color: #d3782d !important; /* Orange text */
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #d3782d !important;
    border-color: #b8601f !important;
    color: #ffffff !important;
}
.btn-outline-primary:disabled, 
.btn-outline-primary.disabled {
    background-color: transparent !important;
    border-color: #d3782d !important;
    color: #d3782d !important;
    opacity: 0.5;
}

/* === Secondary Button (Solid) === */
.btn-secondary {
    background-color: #000000 !important; /* True black */
    border-color: #000000 !important;
    color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #222222 !important; /* Dark gray */
    border-color: #333333 !important;
    color: #ffffff !important;
}
.btn-secondary:disabled, 
.btn-secondary.disabled {
    background-color: #000000 !important;
    border-color: #000000 !important;
    opacity: 0.5;
}

/* === Secondary Button (Outline) === */
.btn-outline-secondary {
    background-color: transparent !important;
    border-color: #000000 !important; /* Black border */
    color: #000000 !important; /* Black text */
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    background-color: #000000 !important;
    border-color: #222222 !important;
    color: #ffffff !important;
}
.btn-outline-secondary:disabled, 
.btn-outline-secondary.disabled {
    background-color: transparent !important;
    border-color: #000000 !important;
    color: #000000 !important;
    opacity: 0.5;
}

/* === Success Button (Solid) === */
.btn-success {
    background-color: #28a745 !important;
    border-color: #218838 !important;
    color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}
.btn-success:disabled {
    background-color: #28a745 !important;
    border-color: #218838 !important;
    opacity: 0.5;
}

/* === Success Button (Outline) === */
.btn-outline-success {
    background-color: transparent !important;
    border-color: #28a745 !important;
    color: #28a745 !important;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
    background-color: #28a745 !important;
    border-color: #218838 !important;
    color: #ffffff !important;
}
.btn-outline-success:disabled {
    background-color: transparent !important;
    border-color: #28a745 !important;
    color: #28a745 !important;
    opacity: 0.5;
}

/* === Danger Button (Solid) === */
.btn-danger {
    background-color: #dc3545 !important;
    border-color: #c82333 !important;
    color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}
.btn-danger:disabled {
    background-color: #dc3545 !important;
    border-color: #c82333 !important;
    opacity: 0.5;
}

/* === Danger Button (Outline) === */
.btn-outline-danger {
    background-color: transparent !important;
    border-color: #dc3545 !important;
    color: #dc3545 !important;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
    background-color: #dc3545 !important;
    border-color: #c82333 !important;
    color: #ffffff !important;
}
.btn-outline-danger:disabled {
    background-color: transparent !important;
    border-color: #dc3545 !important;
    color: #dc3545 !important;
    opacity: 0.5;
}

/* === Warning Button (Solid) === */
.btn-warning {
    background-color: #ffc107 !important;
    border-color: #e0a800 !important;
    color: #212529 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: #e0a800 !important;
    border-color: #d39e00 !important;
}
.btn-warning:disabled {
    background-color: #ffc107 !important;
    border-color: #e0a800 !important;
    opacity: 0.5;
}

/* === Warning Button (Outline) === */
.btn-outline-warning {
    background-color: transparent !important;
    border-color: #ffc107 !important;
    color: #ffc107 !important;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
    background-color: #ffc107 !important;
    border-color: #e0a800 !important;
    color: #212529 !important;
}
.btn-outline-warning:disabled {
    background-color: transparent !important;
    border-color: #ffc107 !important;
    color: #ffc107 !important;
    opacity: 0.5;
}

/* === Info Button (Solid) === */
.btn-info {
    background-color: #17a2b8 !important;
    border-color: #117a8b !important;
    color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: #117a8b !important;
    border-color: #0f6674 !important;
}
.btn-info:disabled {
    background-color: #17a2b8 !important;
    border-color: #117a8b !important;
    opacity: 0.5;
}

/* === Info Button (Outline) === */
.btn-outline-info {
    background-color: transparent !important;
    border-color: #17a2b8 !important;
    color: #17a2b8 !important;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
    background-color: #17a2b8 !important;
    border-color: #117a8b !important;
    color: #ffffff !important;
}
.btn-outline-info:disabled {
    background-color: transparent !important;
    border-color: #17a2b8 !important;
    color: #17a2b8 !important;
    opacity: 0.5;
}


.active > .page-link,
.page-link.active {
    z-index: 3;
    color: #fff !important;
    background-color: #d3782d !important;
    border-color: #d3782d !important;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #d3782d !important;
    text-decoration: none;
    background-color: #fff !important;
    border: var(--bs-pagination-border-width) solid #d3782d !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Hot Cakes Mini Cart tweaks*/
.hc-minicart .hc-tooltip {
    top: 20px !important;
    left: 20px !important;
}


.d-none{display:none !important;}


/* ON Product Details */
.on-msrp-label{}
.on-msrp-price{
    /*text-decoration: strikethrough;*/
    }
.on-msrp-price-line-through {
    text-decoration: line-through;
    }
.on-price-label{
    font-size:1.5em !important;
    font-weight: bold !important;
    color:#333 !important;
}
.on-price{
    font-size:1.5em !important;
    font-weight: bold !important;
    color:#2d82d3 !important;
}
.dng-megamenu .dnngo_menuslide{
    z-index: 999999999999999;
}

/* ONEILS CUSTOM */
.addToCart-InStoreOnly-ButtonReplacementDiv{
    border: 2px solid #d3782d;
    padding: 11px 15px;
    background-color: white;
    color: #d3782d;
    border-radius: 5px;
    font-weight: bold;
    cursor: not-allowed;
}

/* DrillDown View */
.hc-product-cards .msrp-label{
    font-weight: bold;
}

.hc-product-cards .msrp-price{
    font-size: 20px !important;
}
.hc-product-cards .oneills-label{
    font-weight: bold;
}
.hc-product-cards .oneills-price{
    font-size: 20px !important;
    color: #2d82d3;
}

/* HIDDEN SECTIONS HCC LIST */
#headingPrice{
    display:none !important;
}
#headingTypes{
    display:none !important;
}


.minilightbox-close {
  cursor: pointer !important;
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  width: 64px !important;
  height: 64px !important;
  z-index: 100 !important;
  background: none !important;
  border: none !important;
  color: #d3782d !important;
  font-weight: 700 !important;

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24'%3E%3Cpath stroke='%23d3782d' stroke-width='3' stroke-linecap='round' d='M6 6L18 18M6 18L18 6' /%3E%3C/svg%3E") !important;
  background-size: 40px 40px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.minilightbox-close:hover {
  filter: brightness(1.2) !important;
  transform: scale(1.05) !important;
  transition: transform 0.2s ease, filter 0.2s ease !important;
}



/* SOLD STYLING */
.on-sold {
    position: relative;
}

.on-sold::after {
    content: 'SOLD';
    display: block;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.85);
    color: white;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.25rem 0;
    margin-bottom: 0.25rem; /* small gap between label and image */
}


.zoomContainer{display:none !important;}


/* MOBILE UTILS */
@media (max-width: 1198px) {
    .dnone-sm {
        display: none;
    }
}

