.wc-media-page {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
}

.wc-media-center {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.wc-media-center-body {
    flex: 1;
    min-height: 0;
}

.wc-media-footer {
    flex-shrink: 0;
}
.wc-media-page {
    min-height: 100vh;
    min-height: 100svh;
}
.wc-media-page {
    min-height: 100svh;      /* iOS-safe */
    display: flex;
    flex-direction: column;
}
.wc-media-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;                 /* ← THIS WAS MISSING */
    width: 100%;
}
.media-center-contener {
    width: 100%;
}
.media-center-contener-row {
    max-width: 800px;
    width: 100%;
    margin:0 auto !important;
    padding: 15px;
}
.wc-media-center-body {
    flex: 1;
    min-height: 0;           /* IMPORTANT for Safari */
    width: 100%;
    background-color: #1e3453;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.wc-media-center-hed .media-center-contener-row * {
    margin: 0 !important;
}
.wc-media-center-hed h1 {
    font-size: 36px;
}
.wc-media-center-hed img {
    height: 60px;
}
.wc-media-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-shrink: 0;
    min-height: 40px;
}
.wc-media-footer .wc-media-expiry {
    display: flex;
    align-items: center;
    font-size: 18px !important;
    gap: 12px;
}
a.wc-media-download {
    padding: 10px 20px;
    border: 2px solid #1f3452;
    border-radius: 10px;
    color: #1f3452;
    font-size: 18px !important;
}
a.wc-media-download {
    color: #fff;
    background-color:#1f3452;
}
.wc-media-expired h2 {
    color: #fff;
    margin: 0 !important;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 30px;
}
.wc-media-expired svg,
.wc-media-expired svg * {
    fill: #fff;
} 
.wc-media-expired {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
}
.d-none {
    display: none !important;
}
.wc-media-play-btn svg {
    width: 30px;
    height: 30px;
    fill: #1e3453;
}
.wc-media-play-btn svg * {
    fill: #1e3453;
}
.wc-media-player * {
    text-align: center;    
}
.wc-media-player {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.wc-media-logo {
    font-size: 100px;
    color: #fc0066;
    margin-bottom: 10px;
    line-height: normal;
}
.wc-media-sub {
    color: #fff;
    text-transform: capitalize;
    font-size: 40px;
}
button.wc-media-play-btn {
    background: #fff;
    border: 0;
    border-radius: 100%;
    opacity: 0.8;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.wc-media-play-btn:hover {
    opacity: 1;
}
.wc-media-logo-poster {
    position: relative;
}
.media-logo-poster-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-media-player video {
    max-height: 100%;
    max-width: 100%;
}
.wc-media-player audio {
    width: 100%;
    margin: 15px;

}
.wc-media-logo-poster {
    position: relative;
    margin: auto;
}
.media-view-banner img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.media-lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.85);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:99999;
}

.media-lightbox-content{
    position:relative;
    max-width:90%;
    max-height:90%;
}

.media-lightbox img,
.media-lightbox video{
    max-width:100%;
    max-height:100%;
}

.media-lightbox-close{
    position:absolute;
    top:20px;
    right:20px;
    background:none;
    border:0;
    color:#fff;
    font-size:32px;
    cursor:pointer;
    z-index:100000;
}
.wc-media-footer {
    flex-shrink: 0;
    min-height: 40px;
}

/* WooCommerce Bulk Quote System PRO */

.bulk-quote-box {
    background:#f5f5f5;
    padding:25px;
    border-radius:8px;
    max-width:650px;
}
.bulk-quote-box input,
.bulk-quote-box textarea,
.bulk-quote-box select{
    width:100%;
    margin-bottom:12px;
    padding:10px;
    border:1px solid #ddd;
    border-radius:4px;
}
.bulk-quote-box button{
    background:#eb1414;
    color:#fff;
    padding:12px 20px;
    border:none;
    cursor:pointer;
}
.bulk-quote-box button:hover {
    opacity: 0.8;
}
.bulk-quote-box h3 {
    margin-top: 0 !important;
}
.bulk-quote-box label {
    margin-bottom: 10px;
}






.dbuilder{
width:100%;
border:1px solid #eee;
padding:30px;
background:#fff;
border-radius:10px;
margin-top:20px;
}

.dbuilder h3{
font-size:25px;
margin-top:20px;
margin-bottom:8px;
font-weight:600;
}

.dbuilder select,
.dbuilder input[type=text],
.dbuilder textarea{
width:100%;
padding:12px;
border:1px solid #ddd;
border-radius:6px;
margin-bottom:16px;
}

.upload-btn{
display:inline-block;
padding:12px 18px;
background:#000;
color:#fff;
border-radius:6px;
cursor:pointer;
margin-bottom:10px;
}

.upload-btn input{
display:none;
}

.swatches{
display:flex;
gap:12px;
margin-bottom:16px;
}

.swatch{
width:38px;
height:38px;
border-radius:50%;
border:2px solid #ccc;
cursor:pointer;
display:inline-block;
}

.swatch.white{background:#fff}
.swatch.black{background:#000}
.swatch.grey{background:#777}

.swatch.active{
border:3px solid #000;
}

.swatch input{
display:none;
}

#db_preview,#db_back_preview{
max-width:120px;
display:block;
margin-top:10px;
border-radius:6px;
}

.design-note{
margin-top:20px;
font-size:14px;
color:#555;
}

.checkbox-row{
display:flex;
gap:8px;
align-items:center;
margin-bottom:10px;
}
/* .label label[for="male-sizes"],
.label label[for="female-sizes"],
#female-sizes,
#male-sizes {
    display: none;
} */
.mb-3 {
    margin-bottom: 16px;
}
p.pewc-total-only {
    display: none !important;
}
.variations_form.cart {
    display: flex !important;
    flex-direction: column !important;
}
a.reset_variations {
    display: none !important;
}
.woocommerce-variation-add-to-cart.variations_button {
    display: flex !important;
    flex-wrap: wrap;
}
.pewc-product-extra-groups-wrap {
    order: -1;
    margin-top: 19px;
}
.pewc-group-wrap {
    padding: 15px !important;
    margin-bottom: 0 !important;
}
ul.pewc-product-extra-groups {
    padding: 0;
    margin: 0;
}
.pewc-field-label {
    margin: 0px !important;
    overflow: unset !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}
.wc-back-upload.wc-media-upload,
.wc-back-upload.wc-media-upload p {
    margin: 0 !important;
}
.wc-back-upload.wc-media-upload label {
    align-items: center;
}
input[type="file"]::file-selector-button {
  border: 2px solid #ff0164;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #ff0164;
	color:#fff;
	cursor:pointer;
}
input[type="file"]::file-selector-button:hover {
  background-color: #1d3454;
	border-color:#1d3454 ;
}
li.pewc-item {
    margin-bottom:0 !important;
}
#pewc-live-preview p {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
#pewc-live-preview {
    max-width: 40%;
}
#pewc-live-preview p {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    white-space: normal;
    line-height: 1.2;
    font-size: 25px;
    line-height: 25px;
    font-weight: normal;
    word-wrap: break-word;
}
#wc_back_options p {
    margin-top: 16px !important;
}
.wc-media-upload strong.mb-0,
body .mb-0 {
    margin-bottom: 0 !important;
}
body .pt-0 {
    margin-top: 0 !important;
}
.wc-back-upload.wc-media-upload div#wc_back_options label {
    margin-bottom: 15px;
}
.wc-design-info {
    width: 100%;
}

.wc-design-note{
    background:#fff8e5;
    border-left:4px solid #f5b400;
    padding:12px 15px;
    margin-top:0px;
    font-size:14px;
}
.wc-design-note strong{
    display:block;
    margin-bottom:4px;
}
.bulk-quote-box button {
    background: #ff0164 !important;
}
.pewc-product-extra-groups-wrap {
    width: 100%;
}
.breakdance-woocommerce div.product form.cart {
    max-width: 100% !important;
}

/* new code added after recent edits */

h1.product_title.entry-title {
    font-weight: bold !important;
}
.breakdance-woocommerce .form-row label, .breakdance-woocommerce .comment-form label, .breakdance-woocommerce table.variations label {
    font-weight: bold !important;
    font-size: 16px !important;
}
.pewc-group-heading-wrapper h3 {
    font-weight: bold !important;
    font-size: 16px !important;
    margin: 0;
    margin-bottom: 16px;
}
.pewc-group-wrap {
    padding: 0 !important;
}
.pewc-product-extra-groups-wrap.pewc-groups-standard.pewc-teaser-options-5 {
    margin: 0;
}
h4.pewc-field-label {
    margin-bottom: 12px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* 1. Main container alignment */
.design-your-own-back-design .pewc-checkbox-form-label {
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    padding: 0 !important;
}

/* 2. Hide real checkbox */
.design-your-own-back-design .pewc-checkbox-form-label input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

/* 3. The Toggle Track (The Pill Shape) */
.design-your-own-back-design .pewc-theme-element {
    order: -1 !important; 
    position: relative !important;
    display: inline-block !important;
    width: 42px !important;
    height: 22px !important;
    background-color: #cccccc !important; /* Gray track (Off) */
    border-radius: 20px !important;
    margin-right: 12px !important;
    transition: background-color 0.25s ease !important;
}

/* 4. The Knob (using ::before) - Default Off State */
.design-your-own-back-design .pewc-theme-element::before {
    content: "" !important;
    position: absolute !important;
    height: 16px !important;
    width: 16px !important;
    left: 3px !important;
    top: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transform: translateX(0px) !important; /* Start at 0 on the left */
    box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
}

/* 5. ON State - Track turns Dark Navy */
.design-your-own-back-design input[type="checkbox"]:checked ~ .pewc-theme-element {
    background-color: #1d3557 !important;
}

/* 6. ON State - Move Knob to the right */
.design-your-own-back-design input[type="checkbox"]:checked ~ .pewc-theme-element::before {
    transform: translateX(20px) !important;
}

/* 7. Explicit "Not Checked" Logic - Force Knob to 0px */
.design-your-own-back-design input[type="checkbox"]:not(:checked) ~ .pewc-theme-element::before {
    transform: translateX(0px) !important;
}

/* 8. Text Styling */
.design-your-own-back-design .pewc-checkbox-form-label span {
    font-weight: 700 !important;
    color: #4a5568 !important;
    font-size: 16px !important;
    user-select: none;
}
.design-your-own-back-design .pewc-theme-element::after {
    display: none !important;
}




/* ======== */
/* WRAPPER */
.bulk-wrapper .bulk-right {
    max-width: 650px;
}

/* TITLES */
.bulk-wrapper .bulk-title {
    color: #ff0055;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
}

.bulk-wrapper .bulk-sub {
    font-size: 22px;
    font-weight: 700;
    color: #444;
    margin-top: 0 !important;
}

.bulk-wrapper .bulk-desc {
    font-size: 15px;
    color: #666;
    margin: 15px 0 25px;
    line-height: 1.6;
}

/* LABEL */
.bulk-wrapper .label {
    color: #ff0055;
    font-weight: 700;
    margin-bottom: 8px !important;
    display: block;
    font-size: 15px;
}
.input-group {
    margin-bottom: 11px;
}
/* INPUT STYLE */
.bulk-wrapper .bulk-right input,
.bulk-wrapper .bulk-right textarea,
.bulk-wrapper .bulk-right select {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
    font-size: 14px;
    margin-bottom: 12px;
}

/* TEXTAREA */
.bulk-wrapper .bulk-right textarea {
    min-height: 130px;
}

/* CHECKBOX + RADIO GROUP */
.bulk-wrapper .checkbox-group,
.bulk-wrapper .radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 10px;
}

/* CUSTOM BOX */
.bulk-wrapper .checkbox-group label,
.bulk-wrapper .radio-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
/* CUSTOM BOX */
.bulk-wrapper .checkbox-group input,
.bulk-wrapper .radio-group input {
    margin-bottom: 0 !important;
    padding: 12px !important;
}
/* CHECKED */
.bulk-wrapper .checkbox-group input:checked + label::before {
    background: #0d1b2a;
    border-color: #0d1b2a;
}
/* RADIO CHECK */
.bulk-wrapper .radio-group input:checked + label::before {
    background: #0d1b2a;
    border-color: #0d1b2a;
}

/* UPLOAD BOX */
.bulk-wrapper .bulk-right input[type="file"] {
    width: 100%;
    border: 2px dashed #ccc;
    padding: 25px;
    background: #fafafa;
    text-align: center;
    cursor: pointer;
}

/* BUTTON */
.bulk-wrapper .bulk-right button {
    width: 200px;
    background: #ff0055;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 20px;
}

.bulk-wrapper .bulk-right button:hover {
    background: #e6004c;
}

.bulk-wrapper .upload-box {
    border: 2px dashed #ddd;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    background: #fafafa;
    margin-bottom: 15px;
}

.bulk-wrapper .upload-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.bulk-wrapper .upload-box p {
    font-weight: 600;
    margin: 5px 0;
}

.bulk-wrapper .upload-box small {
    color: #888;
}

.bulk-wrapper .custom-upload {
    margin-bottom: 20px;
}

.bulk-wrapper .upload-area {
    border: 2px dashed #ddd;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    background: #fafafa;
    cursor: pointer;
    transition: 0.3s;
}
.upload-area svg {
    height: 53px;
    min-height: auto;
}
.upload-area p {
    margin-top: 0 !important;
}
.bulk-wrapper .upload-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.bulk-wrapper .upload-note {
    font-size: 12px;
    color: #777;
    margin-top: 8px;
}

.bulk-wrapper #file-preview {
    margin-top: 10px;
}

.bulk-wrapper .file-item {
    background: #f1f1f1;
    padding: 8px 10px;
    border-radius: 6px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}