/*
Theme Name: DobePick
Author: Webgeniq
Author URI: https://webgeniq.com
Text Domain: dobepick
*/
html {
	scroll-behavior: smooth;
}
.col-md-6.border-lefts {
    border-left: 1px solid #ccc;
}
.stylefile-swiper.swiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden
{
	    width: 100%;
    height: 670px;
}
.form-check.dress-select.pattern-select .icon-container {
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
}
.text-lb {
    text-align: left;
}
 /* Custom styles with weight-slider- prefix */
        .weight-slider-input {
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            height: 12px;
            background: #e2e8f0;
            border-radius: 999px;
            outline: none;
            margin: 0;
        }

        /* The actual invisible thumb that we track */
        .weight-slider-input::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 80px;
            height: 40px;
            cursor: grab;
            background: transparent;
            border: none;
        }

        .weight-slider-input::-moz-range-thumb {
            width: 80px;
            height: 40px;
            cursor: grab;
            background: transparent;
            border: none;
        }

        .weight-slider-input:active::-webkit-slider-thumb {
            cursor: grabbing;
        }

        /* Container for positioning */
        .weight-slider-wrapper {
            position: relative;
            width: 100%;
            height: 40px;
            display: flex;
            align-items: center;
        }
.flex.justify-between.mt-3.text-sm.font-bold.text-custom-main.opacity-60 span:nth-child(1) {
    text-align: left;
    display: inline-block;
}
.flex.justify-between.mt-3.text-sm.font-bold.text-custom-main.opacity-60 span{
	width: 50%;
}
.flex.justify-between.mt-3.text-sm.font-bold.text-custom-main.opacity-60 span:first-child{
	text-align:left;
}
.flex.justify-between.mt-3.text-sm.font-bold.text-custom-main.opacity-60 span:nth-child(2){
	text-align:right;
}
.flex.justify-between.mt-3.text-sm.font-bold.text-custom-main.opacity-60 span {
   color: #000435; 
    font-weight: 600;
}
        /* The visual thumb with "Drag" text */
        .weight-slider-custom-thumb {
            position: absolute;
            pointer-events: none;
    width: 80px;
            height: 36px;
            background: #7FC9A1; 
            color: #000435; 
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            font-weight: 700;
            font-size: 14px;
            box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
            transition: background 0.2s;
            z-index: 10;
        }

        /* Tooltip style */
        .weight-slider-tooltip {
            position: absolute;
            bottom: 50px;
            background: #000435; 
            color: #7FC9A1; 
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: bold;
            white-space: nowrap;
            pointer-events: none;
            transform: translateX(-40%);
            z-index: 20;
        }

        /* Tooltip arrow */
        .weight-slider-tooltip::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #000435 transparent transparent transparent;
        }

        /* General text color overrides */
        .text-custom-main {
            color: #000435;
        }
ul.things-list.clearfix{margin:0px -10px; }
ul.things-list.clearfix li {
    float: left;
    width: 50%;
    padding: 0px 10px; margin-bottom:10px;
}
.mb-1.border-area {
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px #00000038;
}
.product-data-slider-container img {
    border-radius: 20px;
    margin-bottom: 20px;
}
.product-data-slider-container {
   box-shadow: 0px 0px 10px #00000038;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
img.tune-iup {
    position: absolute;
    max-width: 320px;
    top: 0px;
    right: -20px;
}

.style-bx-new h3 {
    color: #000435;
    font-size: 20px;
    font-weight: 600;
}
label.card.card-body.h-100.flex-column.align-items-middle.shape-select-label.shadow-sm {
    padding: 10px !important;
    min-height: 270px;
}
a.somestyle:hover {
    background: #8addb0 !important;
}
.style-bx-new {
    background: url(https://drobepick.com/wp-content/themes/drobepick/assets/images/wood-bg.png);
    border: 1px solid #7FC9A1;
    box-shadow: none !important;
    background-size: cover;
    width: 100%;
    padding: 30px; overflow:hidden;
    border-radius: 10px;
}
.mid-box.denim h6 {
    text-align: left;
    color: #000435 !important;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
a.somestyle {
    padding: 10px 6px;
    border: 1px solid #7fc9a1;
    border-radius: 0.25rem;
    /*background-color: #7fc9a1;*/
    width: 100%;
    color: #000435;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    display: block;
}
.comment-field label {
    font-weight: 600;
    color: #000435;
    font-size: 15px;
    margin-bottom: 2px;
}
img.img-fluid.mb-3 {
    max-width: 300px;
}
.comment-field {
    text-align: left; display:none;
}
.not-my-style {
    padding: 10px 6px;
    border: 1px solid #000435;
    border-radius: 0.25rem;color:#000435;
    background-color: #fff;
    background: #fff;
    display: block;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    display: block;
}
.love-it:hover {
    background: #7fc9a1;
}
.love-it {
    padding: 10px 10px;
    border: 1px solid #7fc9a1;
    border-radius: 0.25rem;
    background-color: #ffffff;
    color: #000435;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    display: block;
}
.form-check input {
    border: 1px solid #000435;
}
.mid-box.denim .form-check {
    text-align: left;
    margin-bottom: 10px;
}
h4.mb-3.mt-3.hd-clr.text-center {
    color: #081d5c;
    font-weight: 400;
    font-size: 20px;
}
h5.text-start.d-block {
    color: #081d5c;
}
ul.button-items.justify-content-between.d-flex.clearfix li {
    padding: 0px 3px;
    width: 33.3%;
}



.d-flex.flex-column.align-items-center a {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    text-align: center;
}
        /* Container and Layout */
        .size-slider-new-container {
            max-width: 500px;
            padding: 30px;
            border-radius: 12px;
            margin: 40px auto; /* Centering the container without body classes */
            border: 0px !important;
            background: white;
          	font-family: "Poppins", sans-serif;
        }

        /* Custom Colors */
        .size-slider-new-text-navy { color: #000435 !important; }
        .size-slider-new-text-active { color: #7fc9a1 !important; }

        /* Wrapper for the range and the overlay label */
        .slider-relative-wrapper {
            position: relative;
            width: 100%;
            height: 44px; 
            display: flex;
            align-items: center;
        }

        /* Hide default slider appearance */
        .size-slider-new-input[type=range] {
            -webkit-appearance: none;
            width: 100%;
            background: transparent;
            z-index: 2;
        }

        /* Track Styling */
        .size-slider-new-input[type=range]::-webkit-slider-runnable-track {
            width: 100%;
            height: 10px;
            cursor: pointer;
            background: #e5e7eb;
            border-radius: 2px;
        }

        /* Thumb Styling - WIDER BUTTON */
        .size-slider-new-input[type=range]::-webkit-slider-thumb {
            height: 42px; 
            width: 60px; /* Increased width */
            border-radius: 8px; /* Rounded a little bit */
            background: #7fc9a1; 
            cursor: pointer;
            -webkit-appearance: none;
            margin-top: -16px; 
            box-shadow: none; /* Removed box shadow */
            transition: none; /* Removed transitions */
            border: 3px solid white;
            position: relative;
        }

        /* The "Drag" Label Overlay - Always Centered */
        .thumb-label-overlay {
            position: absolute;
            top: 50%;
            /* Calculation to keep it centered based on 60px width */
            left: calc(30px + (var(--thumb-percent, 0) * (100% - 60px) / 100));
            transform: translate(-50%, -50%);
            pointer-events: none; 
            z-index: 3;
            color: white;
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: none; /* Removed transitions */
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px; /* Match new thumb width */
        }

        /* Interaction */
        .size-slider-new-input[type=range]:active::-webkit-slider-thumb {
            background: #6db891;
            transform: none; /* Removed scale transition */
        }

        /* Label Items */
        .size-slider-new-labels {
            display: flex;
            justify-content: space-between;
            margin-top: 12px;
        }

        .size-slider-new-label-item {
            cursor: pointer;
            user-select: none;
            width: 33.3%;font-weight: 700;
            font-size: 14px;
        }

        .size-slider-new-label-item:last-child { text-align: right; }
        .size-slider-new-label-item:nth-child(2) { text-align: center; }
        .size-slider-new-label-item:first-child { text-align: left; }

        .size-slider-new-label-item span {
            transition: none; /* Removed transitions */
            display: inline-block;
        }
    </style>
		/**/
        input.size-slider-new-input {
    width: 100%;
}
        .size-slider-new-input[type=range]:active::-webkit-slider-thumb {
            transform: scale(1.1);
        }
img.shape-cls.for-w {
    max-width: 40%;
    margin: auto;
}
label.card.wmn.card-body.h-100.flex-column.align-items-middle.shape-select-label.shadow-sm {
    min-height: 340px;
}
div#size-option-1 {
    width: 33% !important;
    text-align: left;
}

/*Scrollable-picker*/
        .picker-app-wrapper {
  
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
    
            margin: 0px auto;
        }

        .picker-container {
            text-align: center;
            width: 100%;
            max-width: 460px;
        }

        /* Scrollable-picker updated with your provided styles */
        .scrollable-picker-wrapper {
            display: flex;
            position: relative;
            height: 250px;
            width: 100%;
            max-width: 460px;
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            user-select: none;
            perspective: 1000px;
            margin: 0px auto;
        }

        .scrollable-picker-selection-overlay {
            position: absolute;
            top: 100px; /* (250px height / 2) - (50px item / 2) */
            left: 0;
            right: 0;
            height: 50px;
            background: rgb(127 201 161 / 27%);
            border-top: 1px solid rgb(127 201 161);
            border-bottom: 1px solid rgb(127 201 161);
            pointer-events: none;
            z-index: 10;
        }

        .scrollable-picker-column {
            flex: 1;
            height: 100%;
            overflow-y: scroll;
            scrollbar-width: none;
            -ms-overflow-style: none;
            position: relative;
            scroll-behavior: auto;
        }

        .scrollable-picker-column::-webkit-scrollbar {
            display: none;
        }

        /* Column specific background colors */
        .scrollable-picker-column:nth-child(2) { background-color: #d7fbe8; }
        .scrollable-picker-column:nth-child(3) { background-color: #cad6f7; }
        .scrollable-picker-column:nth-child(4) { background-color: #d7fbe8; }

        .scrollable-picker-scroll-content {
            padding: 0;
        }

        .scrollable-picker-item {
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            color: #939393;
            transition: color 0.2s, font-weight 0.2s, transform 0.2s;
            transform-origin: center;
        }

        .scrollable-picker-item.active {
            color: #081d5b;
            font-weight: 700;
            transform: scale(1.15);
        }

.column-label {
    font-size: 16px;
    color: #8d8d8d;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
}
/*Select2 css*/
 /* Prefixed Wrapper Styles */
  .select-custom-two-results .select2-results__options {
            overflow-x: hidden !important; /* Prevents horizontal scroll */
        }
		
 .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}
        .select-custom-two-wrapper {
            margin-bottom: 1rem;
            width: 100%;
            max-width: 100%;
        }

        .select-custom-two-dropdown {
            width: 100%;
        }

        /* Select2 Customization with Prefix Scope */
        .select-custom-two-wrapper .select2-container--default .select2-selection--single {
            height: 46px; width:100%;
            border: 1px solid #6dc79c;
            border-radius: 5px;
            color: #000435;
            background-color: white;
            display: flex;
            align-items: center;
            transition: border-color 0.2s ease;
        }

        /* Focus state: Border color changes to #000435 when active */
        .select-custom-two-wrapper .select2-container--default.select2-container--focus .select2-selection--single,
        .select-custom-two-wrapper .select2-container--default.select2-container--open .select2-selection--single {
            border-color: #000435 !important;
            outline: none;
        }

        /* Selected value styling */
        .select-custom-two-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #000435 !important;
            padding-left: 12px;
            font-weight: 500;
            line-height: 28px;
        }

        /* Placeholder specific styling: Not bold and specific color */
        .select-custom-two-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
            color: #000435 !important;
            font-weight: 400 !important;
        }

        /* Custom FontAwesome Arrow - Centering Logic */
        .select-custom-two-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none;
        }

        .select-custom-two-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 100%; 
            width: 34px;
            top: 0;
            right: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .select-custom-two-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after {
            content: "\f107";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #000435;
            font-size: 14px;
            transition: transform 0.2s ease;
            line-height: 1;
        }

        .select-custom-two-wrapper .select2-container--open .select2-selection--single .select2-selection__arrow:after {
            transform: rotate(180deg);
        }

        /* Dropdown Menu Styling (Uses the containerCssClass to scope) */
        .select-custom-two-results .select2-dropdown {
            border: 1px solid #000435;
            border-radius: 0.75rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .select-custom-two-results .select2-results__option--highlighted[aria-selected] {
            background-color: #6dc79c !important;
            color: white !important;
        }

        /* CUSTOM SCROLLBAR for Select2 results */
        .select-custom-two-results .select2-results__options::-webkit-scrollbar {
            width: 8px;
        }

        .select-custom-two-results .select2-results__options::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 0 0.75rem 0.75rem 0;
        }

        .select-custom-two-results .select2-results__options::-webkit-scrollbar-thumb {
            background: #000435;
            border-radius: 10px;
            border: 2px solid #f1f1f1;
        }

        .select-custom-two-results .select2-results__options::-webkit-scrollbar-thumb:hover {
            background: #001a5e;
        }

        /* Firefox Support */
        .select-custom-two-results .select2-results__options {
            scrollbar-width: thin;
            scrollbar-color: #000435 #f1f1f1;
        }
/**/
.mid-box.denim .jeans-check-image-placeholder {
    height: 50px;
    margin-bottom: 0px;
}
img.item-image.p-3 {
    padding: 0px !important;
}
.mid-box.like-to label {
    padding: 10px;
}
body {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	padding-top: 0px;
	transition: ease-in-out 0.5s;
	font-family: "Poppins", sans-serif;
	scroll-behavior: smooth;
}
a.quit-modal-btn-custom-green.w-100 {
    color: #217648;
}
.jeans-check-image-placeholder.pnt-styl {
    height: 100px;
    margin: 0px;
}
.like-to-shop label.jeans-check-card.d-block {
    padding: 0px;
    overflow: hidden;
}
p:last-child {
	margin-bottom: 0px;
}

h1 {
	font-size: 64px;
	font-family: "Poppins", sans-serif;
}

h2 {
	font-size: 40px;
	font-family: "Poppins", sans-serif;
}

h3 {
	font-size: 24px;
	font-family: "Poppins", sans-serif;
}

h4 {
	font-size: 22px;
	font-family: "Poppins", sans-serif;
}

h5 {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
}

h6 {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}

button:focus {
	outline: none !important;
	box-shadow: none !important;
}

ul {
	list-style: none;
	padding: 0px;
	transition: ease-in-out 0.5s;
	font-family: "Poppins", sans-serif;
}

a {
	text-decoration: none !important;
	transition: ease-in-out 0.5s;
	font-family: "Poppins", sans-serif;
}

:hover {
	transition: ease-in-out 0.5s;
}

:before,
:after {
	font-family: FontAwesome;
}

.style-radio-input:checked+.selection-option svg path {
	fill: #7fc9a1;
}

label.jeans-check-card.d-block.h-100 {
	line-height: 20px;
	font-size: 14px;
}

.row.max-w-t.row-cols-2.row-cols-sm-2.row-cols-lg-2.g-3 {
	max-width: 500px;
	margin: 0 auto;
}

h5.bra-subtitle {
	display: block;
	width: 100%;
	text-align: left;
}



.jeans-check-image-placeholder.thigh {
	height: 170px;
}
.mid-box.brands-logo-list .jeans-check-image-placeholder.pnt-styl {
    height: 90px;
}
.mid-box.brands-logo-list .jeans-check-image-placeholder{margin-bottom:0px;}
button.shf.btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.payment-header {
	font-size: 20px;
	font-weight: 700;
	color: #000435;
	margin-bottom: 0px;
}

div#shuffle-Modal h2 {
	color: #000435;
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0px;
}

div#shuffle-Modal p {
	color: #000435;
	font-size: 15px;

	margin-top: 0;
	margin-bottom: 20px;
}

.shuffle-ar.justify-content-center p {
	line-height: 30px;
	color: #000435;
	font-size: 18px;
}

.shuffle-ar.justify-content-center {
	padding: 30px 50px;
}

.row.align-items-center.bg-green.g-0.shadow-lg {
	background: #7fc9a1;
	border-radius: 10px;
	overflow: hidden;
}

/* Container for the card details line */
.card-details {
	display: flex;
	align-items: center;
	font-family: "Poppins", sans-serif;
    padding: 15px;
    border: 1px solid #7ec8a0;
    border-radius: 10px;
}
.payment-section > .row {
    align-items: flex-end;
}

/* Styling for the VISA icon placeholder */
.visa-icon {
	width: 47px;
	margin-right: 8px;


}

.card-text {
	font-size: 1em;
	color: #000435;
}

/* Styling for the "(default)" label */
.default-label {
	font-size: 0.9em;
	/* Slightly smaller */
	font-weight: 400;
	/* Normal weight */
	color: #888;
	/* Even lighter gray */
}

.form-group.cmnt label {
	font-size: 15px;
	font-weight: 600 !important;
	margin-bottom: 5px;
}

.form-floating.cmnt label {
	padding: 10px 15px;
}

div.specific-issues-container p {
	font-size: 14px;
	color: #000435;
}

section.product-collection hr {
	border-color: #7fc9a1;
	opacity: 1;
	max-width: 1150px;
	margin: 40px auto 30px;
}

div.specific-issues-container {
	margin-bottom: 20px;
}

label.btn.btn-outline-secondary.w-100 {
	border: 1px solid #7fc9a1;
	color: #000435;
	font-size: 14px;
}

.save-box i {
	color: #000435;
}

.button-area.text-end.mt-4.mb-5 a {
	font-weight: 700;
}

.save-box {
	padding: 10px;
	position: relative;
	border: 1px solid #000435;
	max-width: 280px;
	margin: 0 auto;
	border-radius: 10px;
	font-weight: 600;
	color: #000435;
	font-size: 13px;
	margin-bottom: 0px;
	text-align: left;
}

.dismiss-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	/* Important for usability */
	font-size: 1.2em;
	color: #007bff;
}

.dismiss-icon:hover {
	color: #0056b3;
}

p.pricez {
	font-size: 17px;
	font-weight: 600;
	color: #000435;
}

.styled-box h3 {
	font-weight: 300;
	font-size: 32px;
	line-height: normal;
	color: #000435;
}

.styled-box p {
	font-size: 15px;
	color: #000435 !important;
}

.max-w {
	max-width: 400px;
	margin: 0 auto;
}

h4.fw-bold.w-100.d-block.text-left.mb-3 {
	text-align: left;
}

p.lead.mb-4.text-secondary {
	font-size: 15px;
	color: #000435 !important;
	margin-bottom: 10px !important;
}

textarea.form-control {
	box-shadow: none !important;
	border: 1px solid #7FC9A1;
}

.mid-box {
	width: 100%;
}

.logo-box-loader img {
	max-width: 50px;
	margin-top: 30px;
}

.logo-box a {
	position: absolute;
	top: 13px;
	left: 0px;
}

.logo-box img {
	max-width: 160px;
}

.logo-box img {
	position: absolute;
	top: 7px;
	left: 0px;
}

.code-example-container.quiz {
	position: absolute;
	right: 0;
	top: 13px;
	right: 0px;
}

.google-button svg {
	width: 25px;
	margin-right: 5px;
}

header.container-fluid.py-3.mb-0.pb-0.header-container {
	height: 65px;
	border-bottom: 1px solid #7fc9a1;
	max-width: 1177px;
}

.footer-logo-container img {
	max-width: 60px;
}

button.quit-modal-btn-custom-green.w-100:hover {
	background-color: #7FC9A1;
	transition: ease-in-out 0.5s;
	border-color: #7FC9A1;
}

button.quit-modal-btn-custom-green.w-100 {
	background: #fff;
	transition: ease-in-out 0.5s;
	border: 1px solid #000435;
	padding: 10px;
	border-radius: 5px;
	font-weight: 600;
	color: #000435;
}

.modal-body.gender-selection-box-body.pt-0.text-center i {
	color: #7FC9A1 !important;
}

/* Add a style to visually indicate selection */
.selection-option.selected {
	border: 2px solid #007bff;
	/* Example highlight color */
	box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
	border-radius: 8px;
}

/* Custom CSS for the modal button color */
.gender-selection-box-btn-continue {
	background-color: #000435;
	color: white;
	/* Ensure text is visible */
	border-color: #000435;
}

.gender-selection-box-btn-continue:hover {
	background-color: #00021a;
	/* Slightly darker on hover */
	border-color: #00021a;
}

.gender-selection-box-btn-continue {
	background-color: #000435;
	color: white;
	border-color: #000435;
}

.gender-selection-box-btn-continue:hover {
	background-color: #7FC9A1;
	border-color: #7FC9A1;
	color: #000435;
}

h5#genderSelectionModalLabel {
	font-size: 24px;
}

p.gender-selection-box-message b {
	color: #000435;
}

p.gender-selection-box-message {
	color: #000435;
}

.google-button {
	background-color: #fff;
	color: #000435;
	border: none;
	width: 100%;
	margin-top: 0px;
	padding: 3px;
	border-radius: 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	transition: ease-in-out 0.5s;
}

.or-divider-flex {
	display: flex;
	align-items: center;
	/* Vertically centers the text with the lines */
	margin: 20px 0;
	/* Add space above and below the divider */
	width: 100%;
}

.or-divider-flex span {
	/* This creates the horizontal line */
	flex-grow: 1;
	/* Makes the line take up available space */
	height: 1px;
	background-color: #ccc;
	/* Light gray line color */
}

.or-divider-flex p {
	/* Style for the 'OR' text */
	margin: 0 15px;
	/* Adds space between the lines and the text */
	font-size: 14px;
	color: #777;
	/* Darker gray text color */
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

/* Hover Effect: Darken the background and slightly increase the shadow */
.google-button:hover {
	color: #fff;
	background-color: #000435;
	border-color: #000435;
}

/* Active/Pressed State: Remove shadow for a 'pressed' look */
.google-button:active {
	color: #fff;
	background-color: #000435;
	border-color: #000435;
}

.modal-open {
	padding-right: 0 !important;
}

.dam-items-list-unstyled {
	list-style: none;
	/* Ensure default list styles are removed */
	padding-left: 0;
}

div#selectionModal .item-card {
	margin-bottom: 0px;
}

.dam-items-list-unstyled li {
	position: relative;
	padding-left: 20px;
	color: #000435;
	font-size: 15px;
	margin-bottom: 5px;
}

a.nav-link.active {
	border-bottom: 3px solid #081d5c !important;
}

.dam-items-list-unstyled li:before {
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #000435;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 12px;
}

.dam-items-list-unstyled ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 5px;
}

/* Adjust the nested list items for indentation */
.dam-items-list-unstyled ul li {
	padding-left: 15px;
	/* Adjust padding for nested list */
	margin-left: 20px;
	/* Indent the whole nested block */
}

/* Ensure nested list items also use the custom marker (adjusting position) */
.dam-items-list-unstyled ul li:before {
	/* Reset position for consistent alignment within nested list */
	left: -5px;
}

.reward-modal-text-custom {
	font-size: 15px;
	margin-bottom: 5px;
	color: #000435;
}

/* CSS for the color #000435 */
.deep-indigo-text {
	color: #000435 !important;
	/* Use !important if Bootstrap styles override it */
}

.deep-indigo-bg {
	background-color: #000435;
	border-color: #000435;
	/* Optional: ensures the border matches the background */
}

a.btn.btn-lg.deep-indigo-bg.text-white {
	font-size: 15px;
}

/* Optional: Add hover/active states for the button for better UX */
.deep-indigo-bg:hover,
.deep-indigo-bg:active {
	background-color: #00021c;
	/* Slightly darker shade on hover/click */
	border-color: #00021c;
	color: white;
}

.form-check.text-left.mt-0.mb-3 {
	text-align: left;
}

button.btn-close.reward-modal-close-button-top {
	width: 25px;
	padding: 0px;
	height: 25px;
	content: "";
	background: #fff;
	border-radius: 5px;
	top: 20px;
	right: 20px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Custom class to set the max-width of the modal for a look closer to the image */
.reward-modal-sm-custom {
	max-width: 550px;
}

/* Ensure the background image covers the whole modal-header area */
.reward-modal-header-background {
	min-height: 290px;
	background: url(assets/images/men-women.jpeg) no-repeat top center;
	background-size: cover;
	position: relative;
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom: none;
}

.alert.bg-sage.text-darkblue.py-2.mb-0.d-flex.justify-content-center.align-items-center.rounded-0 a {
	color: #000435;
}

/* Style for the 'X' button in the top right corner (optional) */
.reward-modal-close-button-top {
	position: absolute;
	top: 15px;
	right: 15px;
	box-shadow: none !important;
	z-index: 1056;
	/* Above the image */
	cursor: pointer;
	color: white;
	/* White 'X' */
	font-size: 1.5rem;
	opacity: 1;

}

button.btn-close.reward-modal-close-button-top span {
	color: #000435;
	box-shadow: none !important;
	height: 35px;
}

/* Style the sign up button */
.reward-modal-btn-custom-blue {
	background-color: #000435;
	/* Dark blue color */
	border-color: #000435;
	color: #fff;
	padding: 10px 30px;
	font-weight: 600;
	transition: ease-in-out 0.5s;
	font-size: 15px;
}

.reward-modal-btn-custom-blue:hover {
	background-color: #7FC9A1;
	transition: ease-in-out 0.5s;
	border-color: #7FC9A1;
	color: #000435;
}

/* Style the text content in the body */
.modal-body {
	/* Keeping this standard as it's a Bootstrap class */
	text-align: center;
	padding: 2rem;
}

.reward-modal-title-custom {
	font-size: 25px !important;
	font-weight: 600;

}

.reward-modal-text-custom {
	font-size: 15px;
	color: #000435;
}

/* Custom CSS with 'product-data' prefix */

/* Product Card Styling */
.product-data-card {
	background-color: #fff;

	margin: auto;
}

/* Button Colors */
.product-data-return-btn {
	background-color: #000435;
	/* Dark color for 'Return' */
	color: white;
	border-radius: 10px;
	font-weight: 400;
	border: none;
	width: 130px;
	padding: 10px 25px;
}

.product-data-return-btn:hover {
	background-color: #7FC9A1;
	color: #000435;
}

div#outfit-images img {
	border-radius: 10px;
	margin-bottom: 20px;
}

.product-data-keep-btn {
	background-color: #7FC9A1;
	/* Green color for 'Keep' */
	color: #000435;
	font-weight: 400;
	border-radius: 10px;
	border: none;
	padding: 10px 25px;
	width: 130px;
}

.product-data-keep-btn:hover {
	background-color: #000435;
	color: white;
}

/* Radio Button Labels (Bootstrap's btn-outline-secondary is used, enhanced here) */
.product-data-label-btn {
    white-space: nowrap;
    border-radius: 0.25rem;
    font-size: 12px;
    padding: 3px;
    transition: background-color 0.2s, border-color 0.2s;
    border: 1px solid #7fc9a1;
    color: #000435;
}

/* Styling for checked radio buttons */
.btn-check:checked+.product-data-label-btn {
	background-color: #000435;
	/* Use a standard blue or custom color */
	color: white;
	border-color: #000435;
}

.product-data-card h2.product-data-title {
	font-weight: 700;
	font-size: 30px;
	line-height: normal;
	color: #000435;
}

.stylist-data {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1000px;
	margin: 20px auto;
	border: 0px solid #e0e0e0;
	padding: 0px;
}

/*
 * Stylist Info (Image, Name, Stats) Block
 */
.stylist-data__info {
	display: flex;
	flex-direction: row;
	/* Default: Image and details side-by-side */
	gap: 20px;
	align-items: flex-start;
	/* On large screens, this takes up a fixed amount of space */
	flex: 0 0 auto;
}

button.btn-close.reward-modal-close-button-top {
	background-size: 15px 20px;
}

/*
 * Image Styling
 */
.stylist-data__image-container {
	width: 160px;
	/* Fixed width for the image container */
	height: 200px;
	/* Fixed height for the image container */
	overflow: hidden;
	border-radius: 8px;
	/* Slight rounding on the corners */
}

.stylist-data__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Ensures the image covers the container without distortion */
	display: block;
}

/*
 * Details (Name, Title, Stats)
 */
.stylist-data__details {
	display: flex;
	flex-direction: column;
	padding-top: 15px;
	/* Adjust vertical alignment with the image */
}

.stylist-data__name {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 5px 0;
	color: #000435;
}

label.form-label.product-data-label.fw-bold {
	font-size: 15px;
	font-weight: 600 !important;
}

.stylist-data__title {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 20px 0;
	color: #000435;
}

/*
 * Stats Styling (19K+ Fixes | 4.5 Views)
 */
.stylist-data__stats {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 10px;
}

.stylist-data__stat-item {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.stylist-data__stat-value {
	font-size: 15px;
	font-weight: 700;
	color: #000435;
}

.stylist-data__stat-label {
	font-size: 15px;
	font-weight: 500;
	color: #000435;
}

.stylist-data__stat-divider {
	width: 1px;
	height: 40px;
	background-color: #ccc;
}


/*
 * Quote Block Styling
 */
.stylist-data__quote {
	background-color: #e6ffe6;
	/* Light green background */
	padding: 20px 30px;
	border-radius: 8px;
	/* On large screens, this takes up the remaining space */
	flex: 1;
	display: flex;
	align-items: center;
	/* Vertically center the text */
}

.stylist-data__quote p {
	font-size: 15px;
	line-height: 1.5;
	color: #1f501f;
	margin: 0;
}
.has-error > input{
    border-color:red !important; 
}
.has-error > label{
    color:red !important; 
}
.error-msg{
    color:red;
    text-align:left;
    font-size:14px;
    margin-bottom:0;
    margin-top:5px;
}
.quiz-wizard-container form{
	width:100%;
}
.loader-btn .loader, .spinner-loader {
    display: inline-block;
    width: 22px;
    padding: 2px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #e0f0ff;
    --_m: conic-gradient(#0000 10%, #e0f0ff), linear-gradient(#e0f0ff 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: spin 1.2s infinite linear;
    margin-left:5px;
	position: absolute;
}
.loader-btn .loader{
	position: relative;
	vertical-align:sub;
}

.payment-element-loader{
	display:none;
	text-align:center;
}
.payment-element-loader .spinner-loader {
    display: inline-block;
    position: relative;
    width: 60px;
    padding: 5px;
}
.spinner-loader{  
	background: #fff;
    position: relative;
    vertical-align: bottom;
}
.likness-box-image-container {
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.outfit-hide {
    display: none !important;
}

.outfit-show {
    display: block !important;
    opacity: 1;
    transform: translateX(0);
}

.swipe-left {
    transform: translateX(-300px) rotate(-15deg);
    opacity: 0;
}

.swipe-right {
    transform: translateX(300px) rotate(15deg);
    opacity: 0;
}
.product-data-slider-container img {
    height: auto;
}
span.selected-option-btn {
    display: inline-block;
    background: #7fc9a1;
    color: #fff;
    padding: 5px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 5px;
    line-height: 1.7;
}
#card-element {
    padding: 1rem .75rem;
    border: 1px solid;
    border: 1px solid #6dc79c;
    border-radius: var(--bs-border-radius-lg) !important;
}
.auto-recharge-countdown {
    display: flex;
	column-gap: 15px;
	margin-bottom: 15px;
}

.auto-recharge-countdown > .countdown-block {
    text-align:center;
}
.countdown-number {
    /* display: inline-block; */
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    background: #000435;
    color: #fff;
    border-radius: 5px;
}
.countdown-text {
    font-size: 12px;
}
.finished-thumbs-up {
    text-align: center;
    font-size: 150px;
    color: #000435;
}
.orders_history .order-top-bar {
    display:flex;
}
.orders_history .order-date, .orders_history .order-view-link{
    width:50%;
}
.orders_history .order-view-link{
    text-align:right;
}
.orders_history .order-view-link a{
	font-size: 14px;
}
.orders_history .order-date, .orders_history .order-date {
    text-transform: uppercase;
	font-size: 14px;
}
.orders_history .order-status {
    font-weight: 500;
}
.orders_history .order-items {
    display: flex;
}
.orders_history .order-items .order-item__image-container{
    border:2px solid #ccc;
}
.page-template-default .wp-block-list li{
    position:relative;
    padding-left:20px
}
.page-template-default .wp-block-list li:before{
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000435;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 12px;
}

.select-size-label {
    font-weight: normal;
    margin-top: 7px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}
.btns-group-wrap{
    display:flex;
    width:70%;
    margin: 40px auto;
}
.btns-group-wrap .sleeves-btn-radio{
    width:33%;
}
.btns-group-wrap .sleeves-btn-radio label{
    border-radius:0;
    border-width:2px;
    font-weight:normal;
    padding-left:10px;
    padding-right:10px;
    font-size:14px;
    max-width:100%;
}
.btns-group-wrap .sleeves-btn-radio:first-child label{
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.btns-group-wrap .sleeves-btn-radio:nth-child(3) label{
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
.button-items {
    column-gap:0;
}
.button-items > li{
    margin:0 !important;
    padding:0 !important;
}
.button-items > li a{
    border-radius:0;
    border-color:#7fc9a1;
}
.button-items > li:first-child a{
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.button-items > li:nth-child(3) a{
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.brth-dy-component {
    max-width: 375px;
    text-align: center;
    margin: 0 auto;
}
@keyframes spin {
	to{
		transform: rotate(1turn)
	}
}
/*
 * Responsiveness: Adjust for smaller screens
 */
@media (max-width: 768px) {
	.stylist-data {
		flex-direction: column;
		/* Stack main blocks vertically */
		gap: 20px;
	}

	.stylist-data__info {
		flex-direction: column;
		/* Stack image and details vertically */
		align-items: center;
		/* Center the content */
		text-align: center;
	}

	.stylist-data__details {
		padding-top: 0;
		/* Remove top padding when stacked */
		align-items: center;
	}

	.stylist-data__title {
		margin-bottom: 10px;
		/* Reduce margin on smaller screens */
	}

	.stylist-data__stats {
		margin-top: 0;
		justify-content: center;
	}

	.stylist-data__quote {
		/* Ensure the quote takes full width */
		flex: 1 0 100%;
		padding: 20px;
	}
}

/* Custom CSS File: style-shuffle.css */
.fix-steps-wrapper {
	padding: 16px;
	max-width: 732px;
	margin: 0 auto 60px;
}

.fix-steps {
	list-style: none;
	/* Remove default list bullets */
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
	/* 1.5rem -> 24px */
}

/* ----------------------- Individual Step Item (.fix-steps-item) ----------------------- */

.fix-steps-item {
	position: relative;
	/* Crucial for absolute positioning of the step number */
	/* Padding: Top, Right, Bottom, Left. Left padding creates space for the absolutely positioned number. */
	padding: 24px 16px 24px 80px;
	/* 1.5rem 1rem 1.5rem 5rem -> 24px 16px 24px 80px */

	border: 1px solid #7FC9A1;
	/* Light green border from the image */
	border-radius: 12px;
	/* 0.75rem -> 12px */
	background-color: #ffffff;

	box-sizing: border-box;

}
li.fix-steps-item::after {
    content:'';
    display:block;
    position: absolute;
    width:100%;
    height:100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.8;
    border-radius: 12px;
}
li.fix-steps-item.active::after{
    display:none;
}

ul.fix-steps a {
	padding: 10px 20px;
}

/* ----------------------- Dynamic Absolute Step Number (::before) ----------------------- */

.fix-steps-item::before {
	content: attr(data-step);
	/* Dynamic number from HTML attribute */
	position: absolute;
	/* Requirement: absolute positioning */
	left: 24px;
	/* 1.5rem -> 24px */
	top: 24px;
	/* 1.5rem -> 24px */

	/* Circle styling */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	/* 2rem -> 32px */
	height: 32px;
	/* 2rem -> 32px */
	border-radius: 50%;
	/* Make it a circle */
	background-color: #000435;
	/* Dark purple/blue background */
	color: #ffffff;
	/* White text */
	font-weight: 600;
	font-size: 16px;
	/* 1rem -> 16px */
	line-height: 1;
	font-family: 'Poppins';
	z-index: 10;
}

/* ----------------------- Content and Typography Styles ----------------------- */
.fix-steps-title {
	color: #000435;
	font-weight: 600;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 4px;
}

.fix-steps-subtitle {
	color: #000435;
	font-size: 16px;
	/* 1rem -> 16px */
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 12px;
	/* 0.75rem -> 12px */
}

.fix-steps-description {
	color: #000435;
	font-size: 15px;
	/* 0.95rem -> 15px */
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0;
}

/* Ensure there's a margin break if a description follows a subtitle/title */
.fix-steps-item:nth-child(2) .fix-steps-description,
.fix-steps-item:nth-child(3) .fix-steps-description {
	margin-bottom: 12px;
	/* 0.75rem -> 12px */
}

/* ----------------------- Button Styles ----------------------- */

.fix-steps-button {
	background-color: #98d1b2;
	/* Soft green button background */
	color: #2f1464;
	/* Dark text for contrast */
	border: none;
	border-radius: 8px;
	/* 0.5rem -> 8px */
	padding: 12px 24px;
	/* 0.75rem 1.5rem -> 12px 24px */
	font-weight: 600;
	font-size: 16px;
	/* 1rem -> 16px */
	cursor: pointer;
	transition: background-color 0.2s;
	margin-top: 16px;
	/* 1rem -> 16px */
	display: inline-block;
	/* Allows padding/margin to work correctly */
}

.fix-steps-button:hover {
	background-color: #79c8a9;
	/* Darker green on hover */
}

/* ----------------------- Responsiveness (Media Queries) ----------------------- */

@media (max-width: 600px) {

	.fix-steps-wrapper {
		padding: 8px;
		/* 0.5rem -> 8px */
	}

	.fix-steps-item {
		/* Reduce padding for smaller screens, but maintain space for the number */
		padding: 16px 12px 16px 64px;
		/* 1rem 0.75rem 1rem 4rem -> 16px 12px 16px 64px */
		border-radius: 8px;
		/* 0.5rem -> 8px */
	}

	.fix-steps-item::before {
		left: 12px;
		/* 0.75rem -> 12px */
		top: 18px;
		/* 1.1rem -> 18px (Approximate) */
		width: 28px;
		/* 1.75rem -> 28px */
		height: 28px;
		/* 1.75rem -> 28px */
		font-size: 14px;
		/* 0.9rem -> 14px */
	}

	.fix-steps-title {
		font-size: 18px;
		/* 1.1rem -> 18px */
	}

	.fix-steps-subtitle,
	.fix-steps-description {
		font-size: 14px;
		/* 0.9rem -> 14px */
	}

	.fix-steps-button {
		padding: 10px 19px;
		/* 0.6rem 1.2rem -> 10px 19px (Approximate) */
		font-size: 14px;
		/* 0.9rem -> 14px */
	}
}

/* Define the overall container appearance */
.style-shuffle-container {
	/* Using min-height to ensure the card has some size */
	min-height: 350px;
	/* Max width to mimic the graphic's constrained size */

	margin: 0px auto;
	border-radius: 1rem;
	/* Optional: adds rounded corners */
}

/* Custom Colors */
.style-shuffle-bg-light-blue {
	/* Approximate light blue color from the image */
	background-color: #e0f0ff;
}

.style-shuffle-text-dark-blue {
	/* Approximate dark blue color for the title/text */
	color: #000435;
}

/* Title Styling */
.style-shuffle-title {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 10px !important;
}

p.style-shuffle-question.fs-4 {
	color: #000435;
}

/* Icon Buttons Styling */
.style-shuffle-icon-btn {
	/* Styling for the circular dark buttons */
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #000435;
	/* Dark blue background */
	color: #fff !important;
	/* White icon color */
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	cursor: pointer;
	transition: background-color 0.2s;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Optional subtle shadow */
}

.style-shuffle-icon-btn:hover {
	background-color: #7FC9A1;
	color: #000435 !important;
}

/* Image Wrapper (Optional: for controlling image display) */
.style-shuffle-image-wrapper {
	max-width: 200px;
	/* Constrain the image width */
	height: auto;
}

/* --- General & Utilities --- */

.fix-d-font-dark {
	color: #000435 !important;
}

.fix-d-text-primary {
	color: #000435 !important;
	/* Used for "Next style surprise!" */
}

/* --- Layout Backgrounds --- */


.h-100.fix-d-bg-dark H3 {
	font-size: 37px;
}

.h-100.fix-d-bg-dark H3 {
	font-size: 37px;
	font-weight: 300;
}

.h-100.fix-d-bg-dark H3 span {

	font-weight: 600;
}

h2.mb-2.fix-d-font-dark {
	font-size: 37px;
}

a.border-btn-green {
	border: 1px solid #7FC9A1;
	display: inline-block;
	padding: 7px 14px;
	border-radius: 8px;
	color: #7FC9A1;
	font-size: 15px;
	font-weight: 400;
}

h2.mb-2.fix-d-font-dark.marg-tp {
	margin-top: 37px;
}

a.border-btn-green:hover {
	background: #7FC9A1;

	color: #000435;
}

section.schedule-fix {
	padding: 70px 0px;
}

.fix-d-bg-dark {
	background-color: #000435;
	padding: 39px 20px 42px;
}


.fix-d-calendar-placeholder.p-3 b {
	color: #000435;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* --- Card Sizing --- */

.fix-d-card-main {
    background: url(https://drobepick.com/wp-content/themes/drobepick/assets/images/wood-bg.png);
    border: 1px solid #7FC9A1;
    box-shadow: none !important;
    background-size: cover;
    width: 100%;
}

.fix-d-card-profile {
	/* Adjust as needed for better visual layout */
}

/* --- Calendar Image Placeholder --- */

.fix-d-calendar-placeholder {
	/* Simulating the size of the calendar image */


	border-radius: 5px;
}

/* --- Buttons/Links --- */

.fix-d-btn-primary {
	background-color: #000435;
	border-color: #000435;
	color: #ffffff;
	font-weight: bold;
}


.fix-d-btn-primary:hover {
	background: #7fc9a1;
	border: 1px solid #7fc9a1;
	color: #000435;
}

.fix-d-btn-outline-dark {
	color: #000435;
	border-color: #000435;
	font-weight: bold;
}

.fix-d-btn-outline-dark:hover {
	background-color: #000435;
	color: #ffffff;
}

.fix-d-btn-outline-white {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
	font-weight: bold;
}

.fix-d-btn-outline-white:hover {
	background-color: #ffffff;
	color: #000435;
	border-color: #ffffff;
}

.fix-d-btn-lg {
	padding: 8px 14px;
	font-size: 15PX;
}

.fix-d-profile-data {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

/* --- Style Profile Specifics --- */

.fix-d-profile-header {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 0.5rem;
	text-align: left;
}

.fix-d-profile-data {
	font-size: 15px;
	font-weight: bold;
}

h2.mb-2.custom-font-dark {
	font-size: 37px;
	line-height: 45px;
	color: #000435;
}

/* General Container for Heading and Slider */
.styled-for-you-container {
	max-width: 1200px;
	/* Adjust as needed */
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	position: relative;
}
img.db-boxes {
    position: absolute;
    top: 0px;
    right: 0px;
}
.brand-for-you-container {
	max-width: 1200px;
	/* Adjust as needed */
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	position: relative;
}

.fix-d-card-main.rounded-3.fix-wd {
    padding: 80px 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

section.faq-content {
	margin-bottom: 70px;
}

ul.footer-list li a.active {
	color: #4a916b;
}

img.main-img.w-100 {
	border-radius: 15px;
}

img.ceo-img.w-100 {
	border-radius: 15px;
}

/* Heading Styling */
.styled-for-you-title {
	letter-spacing: 2px;
	font-weight: 800;
	font-size: 55px;
	line-height: normal;
	color: #000435;
}

.styled-for-you-subtitle {
	font-size: 22px;
	color: #000000;
	margin-bottom: 40px;
}
.brand-for-you-title {
	letter-spacing: 2px;
	font-weight: 800;
	font-size: 30px;
	line-height: normal;
	color: #000435;
}

.brand-for-you-subtitle {
	font-size: 20px;
	color: #000000;
	margin-bottom: 40px;
}

/* * Background Grid Styling 
 * Apply this to the main carousel wrapper
 */
.styled-for-you-carousel {
	/* Set relative position for absolute positioning of nav-wrap */
	position: relative;
	/* Add the repeating vertical striped background */

	padding: 0 0px;
	/* Add padding to make space for the arrows inside the container */
}
.brand-for-you-carousel {
	/* Set relative position for absolute positioning of nav-wrap */
	position: relative;
	/* Add the repeating vertical striped background */

	padding: 0 0px;
	/* Add padding to make space for the arrows inside the container */
}


/* Slide Image Styling */
.styled-for-you-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	box-sizing: border-box;
}

section.style-for-you {
	padding: 40px 0px 80px;
}


/* brand Image Styling */
.brand-for-you-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	box-sizing: border-box;
}

section.brand-for-you {
	padding: 40px 0px 80px;
}


/* --- Custom Navigation Styling --- */

/* Wrapper to hold the arrows and allow positioning relative to the carousel */
.styled-for-you-nav-wrap {
	position: absolute;
	top: 62%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 10;
	pointer-events: none;
	/* Allows clicks to pass through to the buttons */
}

/* Base button styling */
.styled-for-you-prev,
.styled-for-you-next {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #7fc9a1 !important;
	color: #000435;
	border: none;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
	transition: background-color 0.3s;
	pointer-events: auto;
}

.styled-for-you-nav-wrap.disabled {
	display: none;
}

.styled-for-you-prev:hover,
.styled-for-you-next:hover {
	background-color: #000435 !important;
	color: #fff;
}

/* Positioning the Arrows */
.styled-for-you-prev {
	left: 15px;
	/* Position far left of the nav wrap */
}

.styled-for-you-next {
	right: 15px;
	/* Position far right of the nav wrap */
}

/* Hide default Owl Carousel text */
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
	display: none;
}

button.btn.text-white {
	background: #7fc9a1;
	color: #000435 !important;
}

button.btn.text-gr {
	border: 1px solid #000435;
	color: #000435;
}

button.btn.text-gr:hover {
	background: #000435;
	color: #fff;
}

button.btn.text-white:hover {
	background: #000435;
	color: #fff !important;
}

/* --- Base Card Styling --- */
.women-custom-item-container {
	padding: 5px;
	/* Adjust spacing between cards */
}

.women-custom-item-card {
	border: 1px solid #7fc9a1;
	border-radius: 10px;
	overflow: hidden;
	/* Ensure image and overlay stay within bounds */
	cursor: pointer;
	position: relative;
	/* Needed for positioning the overlay */
	transition: all 0.2s ease-in-out;
}

.box-cover-max.main-bx h5 {
	font-size: 15px;
}

.box-cover-max.main-bx p {
	font-size: 15px;
}

/* --- Image Styling --- */
.women-custom-item-image {
	width: 100%;
	height: auto;
	display: block;
}

/* --- Hide Default Checkbox --- */
.women-custom-item-checkbox {
	display: none;
}


.card.c-waist.h-100.border-2 {
	padding-left: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.card.c-waist.h-100.border-2 .card-body {
	padding: 0px !important;
	text-align: left;
}

.card.c-waist .image-wrapper {
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 10px;
	height: 93px;
	overflow: hidden;
}

.brth-dy-component .error {
	text-align: center;
}

.card.c-waist .image-wrapper img {
	max-width: 100px;
}

/* --- Check Icon Styling --- */
.women-custom-check-icon {
	color: #000345;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}

label.women-custom-item-label {
	width: 100%;
}

/* --- Active/Checked State --- */
/* When the hidden checkbox is checked, apply styles to its label's children */
.women-custom-item-checkbox:checked+.women-custom-item-label .women-custom-item-card {
	border-color: #000435;
	/* Blue border for selected item */

}

.women-custom-item-checkbox:checked+.women-custom-item-label .women-custom-selection-overlay {
	opacity: 1;
	/* Show the overlay */
}

.women-custom-item-checkbox:checked+.women-custom-item-label .women-custom-check-icon {
	opacity: 1;
	/* Show the check icon */
	transform: scale(1);
	/* Scale up the icon */
}

/* --- General Styling for Button-like Radios (Bootstrap) --- */
/* Note: .btn-check is a Bootstrap utility class, no need to prefix */
section.style-profile-data .modal-dialog.modal-dialog-centered {
	max-width: 700px;
}

.modal-body.fancy-scrollbar-body.text-center h3 {
	font-size: 20px;
	color: #000435;
}

p.text-muted {
	color: #000435 !important;
	font-size: 15px;
}

.box-cover-max {

	margin: 0 auto;
}

.maternity-card-option {
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	cursor: pointer;
	padding: 0;
	transition: all 0.2s ease-in-out;
	position: relative;
	/* Needed for absolute icon positioning */
	height: 100%;
	/* Ensure cards are same height in columns */
}

/* Highlight the card when the checkbox inside is checked (JS adds this class) */
.maternity-card-option.maternity-selected {
	border-color: #0d6efd;
	/* Primary blue border */
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

/* Visually hide the input but keep it accessible and functional */
.maternity-card-option .form-check-input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 10;
}

/* Style the Label to cover the entire card */
.maternity-card-option .form-check-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-bottom: 0;
	cursor: pointer;
}

/* Image styling */
.maternity-card-option img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 0.5rem;
}

/* Check Icon Overlay */
.maternity-check-icon-overlay {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #0d6efd;
	/* Primary blue color */
	background-color: white;
	border-radius: 50%;
	padding: 3px;
	font-size: 1.2em;
	display: none;
	/* Hidden by default */
}

/* Show icon only when the card has the selection class */
.maternity-card-option.maternity-selected .maternity-check-icon-overlay {
	display: block;
}

/* Descriptive Text under the image */
.maternity-description-text {
	font-size: 0.875em;
	color: #6c757d;
}

/* Custom styling for the due date inputs */
.maternity-due-date-input {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0 auto;
	max-width: 250px;
}

.maternity-due-date-input input {
	text-align: center;
	width: 70px;
}

.maternity-due-date-input span {
	font-size: 1.2em;
	color: #6c757d;
}

button.size-measures-scroll-arrow.mt-new {
	margin-top: 16px !important;
	height: 36px;
}

.size-alpha-header {
	position: absolute;
	top: 0px;
}

.size-group {
	position: relative;
	overflow: visible;
	padding-top: 25px;
}

/* Custom class for the label acting as a card */
.fit-selection-card {
	border: none !important;
	background: none !important;
	cursor: pointer;
	text-align: left;
	min-height: 118px;
}

/* Ensure the card itself has the border and transition */
.fit-selection-card .card {
	transition: all 0.2s ease;
	border-color: rgb(127 201 161);
}

/* Checkmark Icon Styling and Positioning */
.check-icon-overlay {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #000432;
	color: white;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: normal;
	opacity: 0;
	transition: opacity 0.2s;
	border: 2px solid #00042f;
}

.card.c-shirt.h-100.border-2 .card-body {
	padding: 10px !important;
}

/* ----------------------------------------------------
   Styles for the CHECKED state (handled by Bootstrap)
   ---------------------------------------------------- */

/* Highlight border and glow when checked */
.btn-check:checked+.fit-selection-card .card {
	border-color: #000435 !important;
	box-shadow: none;
}

/* Show the checkmark when the input is checked */
.btn-check:checked+.fit-selection-card .check-icon-overlay {
	opacity: 1;
}

/* Other utility styles */
.fit-selection-card img {
	height: auto;
	width: 100%;
	display: block;
}

/* 1. Ensure the modal-body has a fixed height and is scrollable */
.fancy-scrollbar-body {
	/* Set a max-height so the scrollbar appears */
	max-height: 400px;
	/* Important: ensures content scrolls inside the body */
	overflow-y: auto;
}

/* 2. Custom Scrollbar Styles (Webkit Browsers: Chrome, Safari, Edge, Opera) */

/* The entire scrollbar */
.fancy-scrollbar-body::-webkit-scrollbar {
	width: 8px;
	/* Width of the vertical scrollbar */
}

/* The track (the area the thumb moves along) */
.fancy-scrollbar-body::-webkit-scrollbar-track {
	background: var(--bs-light-bg-subtle, #f5f5f5);
	/* Use a Bootstrap subtle color */
	border-radius: 10px;
}

/* The thumb (the draggable scrolling element) */
.fancy-scrollbar-body::-webkit-scrollbar-thumb {
	background-color: #7FC9A1;
	/* Use a Bootstrap primary color */
	border-radius: 10px;
	/* Optional: Make it slightly transparent when not hovered */
	opacity: 0.8;
}

/* Thumb on hover */
.fancy-scrollbar-body::-webkit-scrollbar-thumb:hover {
	background-color: #7FC9A1;
	/* Darker primary on hover */
	opacity: 1;
}

.paypal-btn:hover {
	background: #e3ac2b;
}

button.btn.btn-secondary {
	background: #7FC9A1;
	color: #000435;
	border: 1px solid #7FC9A1;
}

.venmo-btn:hover {
	background: #025bab;
	color: #fff;
}

/* --- Custom CSS for Slider Component (size-measures prefix) --- */
.size-measures-scroll-container {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 1rem;
}

.size-measures-scroll-content {
	display: flex;
	flex-wrap: nowrap;
	/* Prevent wrapping */
	overflow-x: auto;
	/* Enable horizontal scrolling */
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	/* Hide scrollbar for Firefox */
	-ms-overflow-style: none;
	/* Hide scrollbar for IE/Edge */
	scroll-behavior: smooth;
	/* Smooth scrolling when arrows are clicked */
	flex-grow: 1;
	padding-bottom: 0.5rem;
	/* Space for aesthetic alignment */
	justify-content: center;
}

.size-measures-scroll-content::-webkit-scrollbar {
	display: none;
	/* Hide scrollbar for Chrome, Safari, Opera */
}

.form-check-input:checked {
	background-color: #000435;
	border-color: #000435;
}

label.form-check-label {
	color: #000435;
	font-size: 15px;
}

label.btn.btn-outline-primary {
	border: 1px solid #7fc9a1;
	color: #000435;
	font-size: 15px;
}

.btn-check+.btn:hover {
	color: #000435;
	background-color: var(--bs-btn-bg);
	border-color: #000435;
}

.modal-body h5 {
	font-size: 15px;
	color: #000435;
	margin-bottom: 10px !important;
}

.size-measures-scroll-content .btn {
	flex-shrink: 0;
	/* Prevent buttons from shrinking */
	margin-right: 0.5rem;
	/* Space between buttons */
	min-width: 60px;

}

div#OccassionsModal .modal-dialog.modal-dialog-centered {
	max-width: 450px;
	text-align: center;
}

.color-grid-container.justify-content-center {
	text-align: center;
}

.form-check.dress-select.color-select {
	display: inline-block;
}

.size-measures-scroll-arrow {
	width: 22px;
	background: none;
	border: 1px solid #000435;
	font-size: 12px;
	cursor: pointer;
	border-radius: 5px;
	margin: -8px 5px 0px !important;
	padding: 0 0px;
	color: #000435;
	display: flex;
	align-items: center;
	height: 38px;
	justify-content: center;
}

/* Custom radio button styling: checked state should fill the background */
.btn-check:checked+.btn-outline-primary {
	background-color: #0d6efd;
	color: white;
	border-color: #0d6efd;
}

/* Custom styles to match the look of the image */
.paypal-btn {
	background-color: #ffc439;
	/* PayPal Yellow */
	color: #16365c;
	/* Dark text */
	font-weight: 600;
	border: none;
}

.venmo-btn {
	background-color: #0074DE;
	/* Venmo Blue */
	color: #ffffff;
	font-weight: 600;
	border: none;
}

.security-text {
	color: #000435;
	font-size: 15px;
	text-align: center;
	display: block !important;
}

.modal-dialog.modal-dialog-centered .item-card {
    text-align: center;
    margin-bottom: 0px;
}

p.small.text-muted {
	color: #000435 !important;

}

.summary-card {
	background-color: #f8f9fa;
	/* Light gray background for summary */
	border-radius: 0.5rem;
	border: 1px solid #e9ecef;
}

.or-divider {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 2rem 0;
	color: #6c757d;
}

.or-divider::before,
.or-divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #dee2e6;
}

.or-divider:not(:empty)::before {
	margin-right: .25em;
}

.or-divider:not(:empty)::after {
	margin-left: .25em;
}

/* Ensure inputs in floating labels maintain rounded corners */
.form-floating>.form-control {
	border-radius: var(--bs-border-radius-lg) !important;
}

/* Classes to replace inline CSS for logos and icons */
.paypal-logo {
	height: 1.5rem;
	margin-right: 0.5rem;
}

.venmo-logo {
	height: 1.25rem;
	margin-right: 0.5rem;
	filter: brightness(0) invert(1);
}

.icon-20 {
	width: 20px;
	min-width: 20px;
	/* Used on all icons for consistent sizing */
}

/* Hide the default radio button */
.btn-check:checked+.ps-choice-card {
	border-color: #000435 !important;
	box-shadow: none;
	background-color: #ddece3;
}

.ps-choice-card {
	/* Prefixed */
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	border: 1px solid #7fc9a1;
	/* Default border color */
	border-radius: 10px;
	/* Standard Bootstrap border-radius */
}

label.ps-choice-card.p-4.w-100.d-flex.flex-column.align-items-center.text-center h4 {
	color: #000435 !important;
	font-size: 18px;
}

.ps-recommended-badge {
	background-color: #000435;
	color: #ffffff;
	padding: 0.25rem 0.75rem;
	border-radius: 0.25rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 13px;
	margin-top: -35px;
}

.card.p-2.shadow-lg.selection-card.lrg-card h3 {
	text-align: left;
	color: #000435;
}

.card.p-2.shadow-lg.selection-card.lrg-card {
	width: 900px;
	max-width: 900px;
}

.card.p-2.shadow-lg.selection-card.lrg-card p {
	text-align: left;
	color: #000435;
}

.heading-left h2 span {
	font-weight: 300;
}

.heading-left h2 {
	text-align: left;
	font-weight: 600 !important;
	color: #000435;

}

label.ps-choice-card.p-4.w-100.d-flex.flex-column.align-items-center.text-center {
	box-shadow: none;
	border-color: #7fc9a1 !important;

}

ul.box-list {
	text-align: left;
	background: #7fc9a16e;
	display: block;
	padding: 20px;
	border-radius: 10px;
}

ul.box-list li {
	list-style: disc;
	color: #000435;
	margin-left: 20px;
}

/* --- New Initial Loading State Styles --- */
.bubble.bubble-loading {
	/* Start small and invisible */
	transform: scale(0.3);
	opacity: 0;
	/* Use a combined transition: special for scale/opacity, and the default 'all' for position */
	transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.2s ease-out, all 0.4s ease-in-out;
}

.card.p-2.shadow-lg.selection-card.lrg-card h3 {
	text-align: left;
	color: #000435;
}

.card.p-2.shadow-lg.selection-card.lrg-card p {
	text-align: left;
	color: #000435;
}

.bubble-container {
	margin-bottom: 30px;
}

label.btn.btn-outline-dark {
	border-color: #7fc9a1;
	color: #000435;
	border-radius: 20px !important;
    padding: 10px 15px !important;
    min-width: 70px;
}

label.btn.btn-outline-dark:hover {
	border-color: #000435;
	color: #ffffff;
	border-radius: 10px !important;
	background: #000435;
}

h3.mb-4.text-center {
	font-size: 20px;
	color: #000435;
}

/* Base Module Wrapper (kept original for context) */
.styles_moduleWrapper__uXLLQ {
	display: grid;
	grid-template-areas:
		"title chart"
		"copy copy";
	grid-template-columns: 1fr 375px;
	grid-template-rows: 1fr auto;
	align-items: center;

	margin: 0 auto;
}

/* Chart Container */
.chart-container {
	height: 446px;
	/* Defines the working area height */
	margin: 0 auto;
	position: relative;
	width: 362px;
	/* Defines the working area width */
	list-style: none;
	font-family: "Poppins", sans-serif;
	padding: 0;
}

/* --- Common Bubble Styles --- */
.bubble {
	clip-path: circle(50%);
	color: #001e60;
	font-family: "Poppins", sans-serif;
	cursor: pointer;
	position: absolute;
	transition: all 0.4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-decoration: none;
}

/* Bubble Content Styling */
.bubble-content {
	display: flex;
	flex-direction: column;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 100%;
	width: 100%;
	justify-content: center;
	line-height: 1.375rem;
	text-align: center;
	padding: 10px;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.bubble.dark {
	color: #fff;
	font-family: "Poppins", sans-serif;
}

.bubble-content.open .bubble-title {
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-family: "Poppins", sans-serif;
	margin-bottom: 0px;
	font-weight: 400;
}

.bubble-content.open strong {
	font-size: 15px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

.bubble-content .bubble-title {
	display: flex;
	font-family: "Poppins", sans-serif;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	color: inherit;
	font-size: 13px;
	font-weight: 400;
	opacity: 1;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-out;
}

/* Animation for bubble title when open */
.bubble-title.animate-title {
	opacity: 0;
	transform: translateY(20px);
	animation: titleFadeSlideIn 0.3s forwards;
	animation-timing-function: ease-out;
}

@keyframes titleFadeSlideIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

li.bubble.lg.adjusted button.bubble-title {
	font-size: 12px;
	gap: 5px;
}

.bubble-content .bubble-title svg {
	transition: transform 0.3s ease-in-out;
	width: 14px;
}

/* Description stack hidden by default */
.description-stack {
	display: none;
	/* Hidden initially */
	margin-top: 11px;
	padding: 0 10px;
}

/* Prevent text overflow in small bubbles */
.bubble.minimized .description-stack,
.bubble.adjusted .description-stack {
	display: none !important;
}

/* Explicit Color Styles (Unchanged) */
.bubble[data-style="Contemporary"] {
	background-color: #000435;
	color: #ffff;
}

.bubble[data-style="Heritage"] {
	background-color: rgb(36, 99, 88);
	color: #fff;
}

.bubble[data-style="Edgy"] {
	background-color: rgb(22 46 100);
	color: #fff;
}

.bubble[data-style="Romantic"] {
	background-color: rgb(48 219 1891);
	color: #001e60;
}

.bubble[data-style="Active"] {
	background-color: #7FC9A1;
	color: #fff;
}

/* Open (Large) State Styles */
.bubble.open {
	height: 340px;
	width: 340px;
	left: -39px;
	top: 15px;
	z-index: 1;
}

/* Show description when open (controlled by JS) */
.bubble.open .description-stack {
	display: flex;
	margin-top: 11px;
	padding: 0 10px;
}

.bubble.open .bubble-title svg {
	transform: rotate(45deg);
}

/* Minimized (Clustered) State Styles (when NO bubble is open) */
.bubble.minimized {
	height: 115px;
	width: 115px;
	left: auto;
	right: auto;
	top: auto;
	z-index: 1;
}

.bubble.sm.minimized {
	bottom: 40px;
	right: 60px;
	left: auto;
	height: 140px;
	width: 140px;
	z-index: 4;
}

.bubble.md.minimized {
	bottom: 80px;
	left: 35px;
	height: 156px;
	width: 156px;
	z-index: 4;
}

.bubble.lg.minimized {
	top: 100px;
	right: 0px;
	left: auto;
	height: 200px;
	width: 200px;
	z-index: 4;
}

.bubble.xl.minimized {
	top: 10px;
	left: 0px;
	height: 230px;
	width: 230px;
	z-index: 4;
}

.bubble.xs.minimized {
	bottom: 0px;
	left: 20px;
	right: auto;
	height: 115px;
	width: 115px;
	z-index: 1;
}

/* Utility */
.heading-left h2 span {
	font-weight: 400;
	display: block;
}

/* Hover effect for desktop */
@media (min-width: 768px) {

	.style-dna-bubble.style-dna-minimized:hover,
	.style-dna-bubble.style-dna-adjusted-minimized:hover {
		transform: scale(1.05);
		transition: all 0.2s ease-in-out;
	}

	.bubble:not(.open):hover {
		transform: scale(1.03);
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
		transition: all 0.4s ease-in-out;
	}
}

/* Adjusted Minimized State (When another bubble is open) */
.bubble.adjusted {
	z-index: 5;
	height: 118px;
	width: 118px;
	bottom: 60px;
	left: auto;
	right: 20px;
}

.bubble.xl.adjusted {
	bottom: 60px;
	left: -65px;
	height: 125px;
	width: 125px;
}

.bubble.md.adjusted {
	bottom: 20px;
	left: auto;
	right: 110px;
}

.bubble.lg.adjusted {
	top: 20px;
	right: 20px;
	left: auto;
}

.bubble.xs.adjusted {
	bottom: 20px;
	right: auto;
	left: 25px;
}

/* Main container for the form elements */
.brth-dy-component {

	padding: 20px;
}

/* Question style */


/* Flex container for the date parts (Month / Day / Year) */
.brth-dy-input-group {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

/* Input field styling (the underline) */
.brth-dy-date-input {
	border: none;
	border-bottom: 2px solid #000435;
	/* Grey underline */
	padding: 5px 0;
	font-size: 18px;
	text-align: center;
	outline: none;
	color: #ccc;
	/* Color of entered text */
	transition: border-bottom-color 0.3s;
	/* Important: Placeholder text styling */
	color: #000435;
	/* Hide entered text until fully typed (optional, but keeps focus on placeholder) */
}

/* Style the actual placeholder text */
.brth-dy-date-input::placeholder {
	color: #9e9e9e;
	/* Light grey color for the text */
	font-weight: 400;
	font-size: 18px;
	/* Match input font size */
	opacity: 1;
	/* Ensures placeholder is visible */
}

/* Specific width adjustments */
.brth-dy-month-input {
	width: 120px;
}

/* Increased width for "Month" */
.brth-dy-day-input {
	width: 120px;
}

/* Increased width for "Day" */
.brth-dy-year-input {
	width: 120px;
}
.form-check.dress-select.pattern-select label {
    align-items: center;
    justify-content: left;
}
/* Increased width for "Year" */

/* Slash separator styling */
.brth-dy-separator {
	font-size: 40px;
	font-weight: 200;
	color: #000435;
	padding-bottom: 0px;
	margin: 0 5px;
}
.form-check.dress-select.pattern-select label {
    min-height: 90px;
}
.form-check.dress-select.pattern-select img {
    width: 100%;
    max-width: 70px;
    height: 70px;
}
.form-check.dress-select.pattern-select .icon-container {
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}

/* Base styles for the color box, defining size/shape */
.color-select .color-swatch-box {
	/* Define common properties like width, height, border-radius */
	width: 100%;
	height: 150px;
	border-radius: 10px;
}

.color-select .is-red {
	background-color: red;
}

.color-select .is-pink {
	background-color: #F8B4BB;
	background-color: pink;
}

.color-select .is-orange {
	background-color: #FFA500;
	background-color: orange;
}

.color-select .is-yellow {
	background-color: #FFFF80;
	background-color: yellow;
}

.color-select .is-green {
	background-color: #008000;
	background-color: green;
}

.color-select .is-blue {
	background-color: #0000FF;
	background-color: blue;
}

.color-select .is-purple {
	background-color: #800080;
	background-color: purple;
}

.color-select .is-brown {
	background-color: #8B4513;
	background-color: brown;
}

.color-select .is-beige {
	background-color: #C8B99E;
	background-color: beige;
}

.color-select .is-gray {
	background-color: #808080;
	background-color: gray;
}

.color-select .is-white {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	/* Border to distinguish white swatch */
}

.color-select .is-black {
	background-color: #000000;
}

.modal-body.fancy-scrollbar-body h3 {
	font-size: 17px;
	color: #000435;
}

div#price-pref-Modal {
	text-align: center;
}

div#premiumModal .modal-dialog.modal-dialog-centered {
	max-width: 400px;
	text-align: center;
}

/* You would also need CSS for the check/avoid state, likely targeting 
.color-select input:checked + label .icon-container .avoid-icon */
/* 1. Hide the default Bootstrap checkbox input */
.dress-select .form-check-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* 2. Style for the Label/Card container */
.dress-select .form-check-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	padding: 0.5rem;
	/* Default border color: #7FC9A1 */
	border: 1px solid #7FC9A1;
	border-radius: 0.5rem;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s ease-in-out;
	color: #6c757d;
	/* Default gray text */
	font-size: 0.9rem;
	line-height: 1.2;
	user-select: none;
}

div#questionsModal .form-check {
	margin-bottom: 10px;
}

/* Hover effect */
.dress-select .form-check-label:hover {
	box-shadow: none;
	/* Hover border color: #000435 */

}

/* 3. Style for the area containing the main icon and the overlay */
.dress-select .icon-container {
	position: relative;
	margin-bottom: 0.5rem;

	display: flex;
	align-items: center;
	justify-content: center;
	/* Match image width for centering */
}

.form-check.dress-select label {
	min-height: 140px;
}

/* Style for the image icons (unselected state) */
.dress-select .card-img {
	transition: filter 0.2s ease-in-out;
	width: 100%;
}
.dress-select .form-check-label {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0.5rem;
    border: 1px solid #7FC9A1;
    border-radius: 0.5rem;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease-in-out;
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.2;
    user-select: none;
}
.form-check.dress-select.list-view {
    padding: 3px 0px;
}
.form-check.dress-select.pattern-select {
    padding: 3px;
}
.form-check.dress-select.color-select label.form-check-label {
    min-height: 70px;
    font-size: 11px;
}
.form-check.dress-select.color-select {
    padding: 3px;
}
.dress-select.list-view .form-check-label {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0.5rem;
    border: 1px solid #7FC9A1;
    border-radius: 0.5rem;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease-in-out;
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.2;
    user-select: none;
}
.dress-select.list-view  .avoid-icon {
    position: absolute;
    top: 16px;
    right: 5px;
    color: #000435;
    background-color: white;
    border-radius: 50%;
    font-size: 1rem;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    border: 2px solid white;
}
.form-check.dress-select.list-view  label {
    min-height: 40px;
    padding-left: 60px;
    position: relative;
}
.dress-select.list-view .icon-container {
    position: absolute;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    left: 0px;
}
.dress-select.list-view .card-img {
    transition: filter 0.2s ease-in-out;
    width: 100%;
    max-width: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* 4. Style for the avoidance icon (crossed-out circle) */
.dress-select .avoid-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	/* Avoid icon color: #000435 */
	color: #000435;
	background-color: white;
	border-radius: 50%;
	font-size: 1rem;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	border: 2px solid white;
}

.form-check.dress-select {
	padding: 10px;
}

/* --- STATE: CHECKED (Avoid) --- */

/* 5. Style when the checkbox is checked: Dark border and text/icon color */
.dress-select .form-check-input:checked+.form-check-label {
	/* Selected border color: #000435 */
	border-color: #000435;
	/* Selected title color: #000435 */
	color: #000435;
	box-shadow: none;
	font-weight: 500;
}

/* 6. Change image filter to dark monochromatic when checked */


/* 7. Show the avoidance icon when the checkbox is checked */
.dress-select .form-check-input:checked+.form-check-label .avoid-icon {
	opacity: 1;
}

/* Custom Modal Dialog Size/Appearance */
.modal-check-selection .modal-dialog {
	max-width: 550px;
}

.modal-check-selection .modal-content {
	border-radius: 1.5rem;
	padding: 1.5rem 1rem 0.5rem 1rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Modal Header (Title and Close Button) */
.modal-check-selection .modal-header {
	border-bottom: none;
	padding: 0 1rem 1.5rem 1rem;
}

.modal-check-selection .modal-title {
	font-size: 1.5rem;
	font-weight: 500;
}

.modal-check-selection .btn-close {
	/* Custom close button position */
	margin: -0.5rem -0.5rem -0.5rem auto;
	opacity: 0.8;
	transition: opacity 0.2s;
}

.modal-check-selection .btn-close:hover {
	opacity: 1;
}

/* Modal Body Scroll and Max Height */
.modal-check-selection .modal-body {
	/* Restrict height for scrollability when content is long */
	max-height: 50vh;
	overflow-y: auto;
	padding-bottom: 0 !important;
	/* Ensure content touches the bottom edge if scrolling isn't needed */
}

/* --- Fancy Scrollbar Styles (Webkit based) --- */
.modal-check-selection .modal-body::-webkit-scrollbar {
	width: 8px;
	/* Scrollbar width */
}

.modal-check-selection .modal-body::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* Light track color */
	border-radius: 10px;
}

.modal-check-selection .modal-body::-webkit-scrollbar-thumb {
	background-color: #58c0a8;
	/* Accent color for the thumb */
	border-radius: 10px;
	/* Rounded corners */
}

.modal-check-selection .modal-body::-webkit-scrollbar-thumb:hover {
	background-color: #49a891;
	/* Darker accent on hover */
}

/* --- End Scrollbar Styles --- */


/* Item Selection Container (Label wraps the card) */
.modal-check-selection .item-container {
	margin-bottom: 1rem;
}

.modal-check-selection .item-label {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 0px;
	transition: all 0.2s;
	border-radius: 1rem;
}


/* Item Card Style */
.modal-check-selection .item-card {
	background: #fff;
	border: 2px solid #e5e7eb;
	/* Light gray border by default */
	border-radius: 0.75rem;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: border-color 0.2s, background-color 0.2s;
}

.modal-check-selection .item-image {
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: opacity 0.2s;
}

/* Hidden Checkbox */
.modal-check-selection .item-checkbox {
	display: none;
}

/* Overlay & Checkmark Container */
.modal-check-selection .selection-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
	pointer-events: none;
}

.modal-check-selection .check-icon {
	/* The checkmark itself */
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: #58c0a8;
	/* Accent color */
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	opacity: 0;
	transform: scale(0.5);
	transition: opacity 0.2s, transform 0.2s;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* The specific Font Awesome icon is inside the .check-icon container */
.modal-check-selection .check-icon i {
	/* Ensure the icon fills the circular background */
	line-height: 1;
}

/* --- State when CHECKED --- */

/* Border and Background for checked card */
.modal-check-selection .item-checkbox:checked+.item-label .item-card {
	border-color: #58c0a8;
	/* Accent border color */
	background-color: #f0fffb;
	/* Very light accent background */
}

/* Dim image and show overlay */
.modal-check-selection .item-checkbox:checked+.item-label .item-card .item-image {
	opacity: 0.7;
}

/* Checkmark appearance */
.modal-check-selection .item-checkbox:checked+.item-label .check-icon {
	opacity: 1;
	transform: scale(1);
}

/* Continue Button Styling */
.modal-check-selection .btn-continue {
	background-color: #58c0a8;
	border-color: #58c0a8;
	color: white;
	font-weight: 600;
	padding: 0.75rem 2.5rem;
	border-radius: 9999px;
	transition: background-color 0.15s ease-in-out;
	width: 80%;
	/* Match image look */
	max-width: 250px;
}

.modal-check-selection .btn-continue:hover {
	background-color: #49a891;
	border-color: #49a891;
}

section.saving-easy-section.py-6 h3 {
	color: #fff !important;
}

/* Item Card Style */
.modal-check-selection .item-card {
	background: #fff;
	border: 2px solid #e5e7eb;
	/* Light gray border by default */
	border-radius: 0.75rem;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: border-color 0.2s, background-color 0.2s;
}

.modal-check-selection .item-image {
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: opacity 0.2s;
}

/* Hidden Checkbox */
.modal-check-selection .item-checkbox {
	display: none;
}

/* Overlay & Checkmark Container */
.modal-check-selection .selection-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
	pointer-events: none;
}

.modal-check-selection .check-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: #ffffff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	opacity: 0;
	transform: scale(0.5);
	transition: opacity 0.2s, transform 0.2s;
	box-shadow: none;
}

.card.p-2.shadow-lg.selection-card .fw-bold {
	font-weight: 600 !important;
	color: #000435 !important;
}

/* The specific Font Awesome icon is inside the .check-icon container */
.modal-check-selection .check-icon i {
	line-height: 1;
	color: #000435;
}

/* --- State when CHECKED --- */

/* Border and Background for checked card */
.modal-check-selection .item-checkbox:checked+.item-label .item-card {
	border-color: #58c0a8;
	/* Accent border color */
	background-color: #f0fffb;
	/* Very light accent background */
}

/* Dim image and show overlay */
.modal-check-selection .item-checkbox:checked+.item-label .item-card .item-image {
	opacity: 0.7;
}

/* Checkmark appearance */
.modal-check-selection .item-checkbox:checked+.item-label .check-icon {
	opacity: 1;
	transform: scale(1);
}

/* Continue Button Styling */
.modal-check-selection .btn-continue {
	background-color: #7FC9A1;
	border-color: #7FC9A1;
	color: #000435;
	font-weight: 400;
	padding: 0.75rem 2.5rem;
	border-radius: 10px;
	transition: ease-in-out 0.5s;
	width: 80%;
	/* Match image look */
	max-width: 250px;
}

.modal-check-selection .btn-continue:hover {
	background-color: #000435;
	color: #fff;
	border-color: #000435;
	transition: ease-in-out 0.5s;
}

/* Main Content Style for Vertical Centering */
main {
	flex-grow: 1;
	/* Allows the main content area to take up available space */
	display: flex;
	/* Enable Flexbox for inner centering */
	align-items: center;
	/* **Vertically center its content** */
	justify-content: center;
	/* Horizontally center its content */
	padding-top: 20px;
	/* Add some padding just in case */
	padding-bottom: 20px;
}

/* Basic Styles for the Wizard Logic */
.wizard-step {
	display: none;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.wizard-step.active {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

/* Style for the Skip Button (e.g., secondary/outline style) */
.skip-btn {
	background: none;
	border: 1px solid #007bff;
	color: #007bff;
	margin-right: 10px;
	/* Space between skip and continue */
}

/* Style for the Back Button in the Header */
.back-btn-header {
	display: inline-block;
	/* Ensure the header back button is block-level */
}

.button-group {
	margin-top: 30px;
}

button.btn.btn-primary {
	background: #000435;
	border: 1px solid #000435;
}

.modal-body h4 {
	color: #000435 !important;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px !important;
}
.modal-body .text-success{
	color: #000435 !important;
}
a.likness-box-custom-button.mb-0 {
	border-radius: 10px;
	background: #fff;
	border-color: #7fc9a1;
	color: #000435;
	font-size: 15px;
}

.d-flex.flex-column.align-items-center a:hover {
	background: #7fc9a1;
}

.likness-box-image-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
    aspect-ratio: 1 / 1;
}

.likness-box-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*border-radius: 8px;*/
	/*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}

.outfit-items-wrap{
	display:none;
}
.outfit-items-wrap.active{
	display:block;
}
/* 🔘 Feedback Button Area */
.likness-box-feedback-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 0px;
}

button.btn.btn-dark {
	background: #7fc9a1;
	border-color: #7fc9a1;
	color: #000435;
}

button#likeBtn:hover {
	background: #000543;
	border-color: #000543;
}

.likness-box-feedback-buttons .btn {
	background: #000435;
	border-color: #000435;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	box-shadow: none;
	transition: all 0.2s ease-in-out;
}

.likness-box-feedback-buttons .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.container.d-flex.flex-column.align-items-center {
    max-width: 450px;
}

/* Custom Button Styling */
.likness-box-custom-button {
	padding: 10px 20px;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #343a40;
	text-decoration: none;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.likness-box-custom-button:hover {
	background-color: #e9ecef;
	color: #212529;
}

/* Base style for the selection card */
.jeans-check-card {
	padding: 0px;
	border: 1px solid #7fc9a1;
	border-radius: 0.5rem;
	cursor: pointer;
	position: relative;
	transition: all 0.2s;
	display: flex;
	flex-direction: column;    overflow: hidden;
	align-items: center;
}

/* Hover State */
.jeans-check-card:hover {
	border-color: #000435;
}

/* STATE: Styling the label (card) when the hidden radio is checked */
.btn-check:checked+.jeans-check-card {
	border-color: #000435;
	box-shadow: none;
}

/* Checkmark icon styling and positioning (Hidden by default) */
.jeans-check-icon {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 1.5rem;
    color: #0d6efd;
    transform: translate(25%, -25%
-25%
);
    display: none;
    background-color: white;
    border-radius: 50%;
}

/* STATE: Show the checkmark when the radio is checked */
.btn-check:checked+.jeans-check-card .jeans-check-icon {
    display: block;
    color: #000435;
    position: absolute;
    top: 15px;
    right: 4px;
    font-size: 18px;
}

label.jeans-check-card.d-block.h-100 i {
	display: none;
}
label.jeans-check-card.jnw.h-100 {
    padding: 10px;
}
/* Image container styling to fit the image correctly */
.jeans-check-image-placeholder {
    height: 200px;
    width: 130px;
    padding: 10px 0px;
    display: inline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}
.jeans-check-image-placeholder img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

/* Custom styles with 'sleeves-' prefix */
.sleeves-fit-selector-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 20px;
	background-color: #f8f9fa;
}


/* Container for the button-like radio option */
.sleeves-btn-radio {
	margin-bottom: 15px;
	position: relative;
	/* Needed for absolute positioning of input */
}

/* Visually hide the actual radio input */
.sleeves-btn-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	height: 100%;
	/* Make input cover the area */
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	cursor: pointer;
	z-index: 10;
	/* Ensure the invisible input is clickable */
}

.sleeves-btn-radio label {
	max-width: 200px;
	margin: 0 auto;
}

/* Style for the visible button-like label */
.sleeves-radio-label {
	display: block;
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #7fc9a1;
	border-radius: 0.5rem;
	text-align: center;
	transition: all 0.2s;
	font-size: 1.1rem;
	color: #000435;
	pointer-events: none;
}

/* Hover effect */
.sleeves-btn-radio:hover .sleeves-radio-label {
	background-color: #e9ecef;
	border-color: #adb5bd;
}

/* Style when selected (checked) - PURE CSS SOLUTION */
/* When the hidden input is checked, select the sibling label to style it */
.sleeves-btn-radio input[type="radio"]:checked+.sleeves-radio-label {
	border-color: #000435;
	border-width: 1px;
	color: #ffffff;
	background-color: #000435;
}

/* Specific styling for the default 'Just right' option to match the image's initial state */
/* Since we can't use JS, we apply the checked state directly to the default option */
.sleeves-question-text {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 30px;
}

.sleeves-illustration-img {
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 25%;
}

.input-group-custom {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}

.btn-size-circle {
	border-radius: 20px !important;
	padding: 8px 20px !important;
	font-size: 15px;
	transition: all 0.2s;
	cursor: pointer;
	margin-bottom: 10px;
	border: 1px solid #000435;
}

label.btn.btn-outline-dark.btn-size-circle:hover {
	background: #000435;
}

.input-group-custom input[type="radio"]:checked+label {
	background-color: #000435 !important;
	color: #fff !important;
	border-color: #000435 !important;
}

.input-group-custom input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* --- ACCORDION ARROW REMOVAL --- */
.accordion-button {
	display: flex;
	align-items: center;
	padding-right: 1.25rem;
}

.accordion-button::after {
	display: none !important;
}

div#faqAccordion .accordion-button.collapsed {
	opacity: 1;
}

div#faqAccordion .accordion-button::after {
	display: block !important;
}

div#faqAccordion .accordion-body {
	font-size: 15px;
	color: #000435;
	padding: 5px 15px 15px;
}

div#faqAccordion .accordion-button {
	background-color: white;
	color: #000435;
	font-weight: 600;
	padding: 15px 45px 15px 15px !important;
	border-radius: 10px !important;
}

div#faqAccordion .accordion-item {
	border: none;
	margin-bottom: 10px;
	box-shadow: 0px 0px 30px #00000012;
	background-color: #ffffff;
	border-bottom: 0px solid #7fc9a1 !important;
	border-radius: 10px;
}

/* -------------------------------- */

.selected-display {
	font-weight: normal;
	font-size: 1rem;
	margin-right: 0px;
	color: #000435;
	padding-left: 10px;
	white-space: nowrap;
}

.selected-display .check-icon {
	/* Hide checkmark unless explicitly added by JS */
	display: none;
}

/* Show checkmark when it's present in the innerHTML */
.selected-display:not(:empty) .check-icon {
	display: inline-block;
	margin-left: 5px;
	font-weight: bold;
}

.accordion-button.collapsed {
	opacity: 0.8;
}

.bra-subtitle {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

span.sp-links {
	font-size: 12px;
}

div#wizard-steps-container {
	width: 100%;
}

.loading-outer.smll-br .bar {
	max-width: 160px;
}

h2.card-title.heading-font {
	font-weight: 300;
	color: #000435;
	margin-bottom: 30px !important;
	display: block;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	background-color: #000435 !important;
	border-color: #000435 !important;
	color: #fff !important;
}

label.btn.btn-outline-secondary.rounded-pill:hover {
	background: #c1ecd5;
}

label.btn.btn-outline-secondary.rounded-pill {
	border-radius: 10px !important;
	border: 1px solid #7FC9A1;
}

label.btn.btn-outline-secondary.rounded-pill {
	padding: 10px 15px;
	border-radius: 10px !important;
	border: 1px solid #7FC9A1;
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
	color: #000435;
}

.form-floating.max-w.mb-3 {
	max-width: 450px;
	margin: 0 auto;
}

span.sp-links a {
	color: #000435;
}

.button-group {
	margin-top: 30px;

}

button.primary-btn.skip-step-btn.skip-btn:hover {
	background: #000435;
	color: #7fc9a1;
}

button.primary-btn.skip-step-btn.skip-btn {
	background: #fff;
	color: #7fc9a1;
}

.ui-datepicker table {
	font-family: "Poppins", sans-serif;
}

button.primary-btn:hover {
	background: #000435;
	color: #fff;
	border-color: #000435;
	transition: ease-in-out 0.5s;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #000435;
	background: #000435;
	font-weight: normal;
	color: #ffffff;
}

button.primary-btn {
	background: #7FC9A1;
	transition: ease-in-out 0.5s;
	border: 1px solid #7FC9A1;
	height: 40px;
	color: #000435;
	border-radius: 10px;
	padding: 5px 15px;
}

.ui-widget-header .ui-icon {
	background-image: none;
	text-indent: 0;
}

span.ui-icon.ui-icon-circle-triangle-w {

	text-indent: 0;
}

/*
        * 🗓️ Custom CSS with 'mat-cal-' prefix for uniqueness 🗓️
        * These styles override the default jQuery UI classes to achieve the desired look.
        */

/* Calendar container sizing and styling */


/* Override the main Datepicker container (.ui-datepicker) */
.ui-datepicker {
	width: 100%;
	padding: 0;
	/* Remove default padding */

	/* Border color */


}

.card.p-4.custom-card-border {
	border: 1px solid #7fc9a1;
	margin-top: 50px;
}

.custom-size-value {
	color: #000435;
	font-weight: 700;
}

h3.h4.fw-bold.mb-3 {
	font-weight: 500 !important;
	font-size: 26px;
	line-height: normal;
	color: #000435 !important;
	margin-bottom: 5px !important;
}

.fw-bold.custom-size-header {
	font-size: 15px;
	line-height: 23px;
	color: #000435;
	font-weight: 500 !important;
}

p.text-secondary.mb-3.custom-text-small {
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	color: #000435 !important;
}

a.border-btn:hover {
	background: #000435;
	color: #fff;
}

a.border-btn {
	border: 1px solid #000435;
	color: #000435;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 10px;
}

/* Override the Datepicker header (.ui-datepicker-header) */
.ui-datepicker-header {
	background-color: #fff;
	font-family: "Poppins", sans-serif;
	color: #000435;
	border-bottom: 0px solid #ddd;
	padding: 10px 0;
	border-radius: 8px 8px 0 0;
	border: 0px;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 20px 0 15px;
}

/* Style the month/year title */
.ui-datepicker-title {
	font-weight: bold;
}

/* Navigation buttons (Prev/Next) */
.ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	color: #333;
	/* Icon color */
	background: transparent;
	/* Remove button background */
	padding: 5px;
	/* ⚠️ Important: Hide the default background and content on hover/active states from the base theme */
	box-shadow: none;
	opacity: 0.8;
	transition: opacity 0.2s;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	opacity: 1;
}

/* 2. ✂️ Hide the span containing the default text/arrows */
.ui-datepicker-prev span,
.ui-datepicker-next span {
	display: none;
}

/* 3. ➕ Style the injected Font Awesome icons */
.ui-datepicker-prev i,
.ui-datepicker-next i {
	font-size: 1.2em;
	/* Make icons slightly larger */
}

/* Style for the day cells' container */
.ui-datepicker td {
	padding: 2.2px 12px;
}

/* Style for the day names (Sun, Mon, etc.) */
.ui-datepicker th {
	padding: 10px 0;
	font-size: 15px;
	color: #c9c6c6;
	font-weight: 600;
}

section.fix-content {
	padding-bottom: 60px;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .3 !important;
	-ms-filter: "alpha(opacity=70)";
	font-weight: normal;
}

a.ui-datepicker-prev.ui-corner-all {
	background: #000435;
	opacity: 1;
	color: #fff;
	display: flex;
	align-items: center;
	transition: ease-in-out 0.5s;
	justify-content: center;
	top: 40px;
	border: 1px solid #000435;
	left: 25px;
	border-radius: 10px;
}

.ui-datepicker-title span {
	color: #000435 !important;
}

.ui-widget.ui-widget-content {
	box-shadow: 0px 0px 20px #0000001f;
	border: 0px;
	padding-bottom: 20px;
	border-radius: 10px;
	transition: ease-in-out 0.5s;
}

.ui-datepicker .ui-datepicker-prev:before {
	content: "\f104";
	font-size: 12px;
}

a.ui-datepicker-prev.ui-corner-all:hover {
	background: #7fc9a1;
	transition: ease-in-out 0.5s;
	border-color: #7fc9a1;
	color: #000435;
}

a.ui-datepicker-next.ui-corner-all:hover {
	background: #7fc9a1;
	transition: ease-in-out 0.5s;
	border-color: #7fc9a1;
	color: #000435;
}

a.ui-datepicker-next.ui-corner-all:before {
	content: "\f105";
	font-size: 12px;
}

a.ui-datepicker-next.ui-corner-all {
	background: #000435;
	opacity: 1;
	transition: ease-in-out 0.5s;
	color: #fff;
	display: flex;
	border: 1px solid #000435;
	align-items: center;
	justify-content: center;
	top: 40px;
	right: 22px;
	border-radius: 10px;
}

span.ui-icon.ui-icon-circle-triangle-w {
	display: none;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 40px;
	text-align: center;
}

/* Style for the default clickable date state (.ui-state-default) */
.ui-datepicker .ui-state-default {
	text-align: center;
	padding: 8px;
	color: #000435;
	border-radius: 10px;
	background: none;
	border: none;
	font-weight: normal;
	line-height: normal;
	display: block;
}

/* Style for today's date (.ui-state-highlight) */
.ui-datepicker .ui-state-highlight {
	background: #000435;
	border-radius: 10px;
	color: #fff;
}

/* Style for the selected date - achieves the 'green circle' look */
/* Targets the active state which represents the selected day */
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-active.ui-state-default {
	background-color: #000435 !important;
	color: white !important;
	border-radius: 10px;
	border: none;
	opacity: 1;
}

td.ui-datepicker-other-month:hover a {
	background: transparent !important;
	cursor: default !important;
}


/* Example of using the mat-cal- prefix for a unique utility style */
.mat-cal-day-cell-hover:hover {
	background-color: #7fc9a1;
	border-radius: 10px;
	cursor: pointer;
}

/* Apply the custom hover to the default state */
.ui-datepicker .ui-state-default:hover {
	background-color: #7fc9a1;
	border-radius: 10px;
	cursor: pointer;
}

select.form-select {
	border: 1px solid #6dc79c;
	color: #000435;
}
select.form-select.ex-h {
    padding: 16px 14px;
}
.form-select option:hover {
	background-color: #dc3545;
	/* Bootstrap's danger color - likely won't work in most browsers */
	color: white;
}

form.p-4.border.rounded.shadow {
	border: 0px !important;
	padding: 40px !important;
	max-width: 730px;
	margin: 0 auto;
}

section.shippin-info-edit {
	margin-bottom: 60px;
}

/* Fix for Autofill Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	/* * The key is using a very large, non-blurred box-shadow that 
     * matches the desired background color (white in this case).
     * The z-index and transition are added to prevent flickering.
     */
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	-webkit-text-fill-color: #212529 !important;
	/* Forces the text color to dark gray */
	transition: background-color 5000s ease-in-out 0s;
	background-color: transparent !important;
	/* Ensure the actual background is transparent */
}

.form-select:focus {
	border-color: #000435 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

input.form-control {
	border: 1px solid #6dc79c;
}

/* 2. Section/Header Styles */
.account-s-group-heading {
	font-size: 25px;
	font-weight: 700;
	color: #000435;
	margin: 20px 20px 15px 0px;
	padding-top: 10px;

}

.account-s-group-heading:first-child {
	border-top: none;
	padding-top: 0;
}

/* 3. Data Item Component Styles */
.account-s-item-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	border: 1px solid #7FC9A1;
	/* Soft Green Border */
	text-decoration: none;
	color: inherit;
	margin-bottom: 10px;
	border-radius: 10px;
}

.account-s-list-card {
	padding-bottom: 60px;
}

.account-s-item-row:hover {
	background-color: #ffffff;
	cursor: pointer;
}

/* Last item in a section doesn't need a bottom border */


.account-s-item-content {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	align-items: center;
}

.account-s-item-label,
.account-s-item-value {
	font-size: 1rem;
	color: #000435;
	/* Dark Navy Label/Value Color */
}

.account-s-item-label {
	flex-basis: 33%;
	font-weight: 600;
}

.account-s-item-value {
	text-align: left;
	padding-right: 15px;
	flex-basis: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: break-spaces;
}

.account-s-item-action {
	color: #000435;
	flex-basis: 2%;
	min-width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 4. Modal Styles */
.modal-title {
	color: #000435;
	font-weight: 700;
}


/* Profile Header Section */
.profile-header-card {
	background-color: #D7EBFB;
	border-radius: 10px;
	padding: 40px 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0px;
}

section.account-setting {
	padding-bottom: 60px;
}

.avatar-circle {
	width: 90px;
	height: 90px;
	background-color: #000435;
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.profile-name {
	font-size: 24px;
	font-weight: 500;
	color: #000435;
}

.settings-title {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #000435;
	margin-top: 0;
	margin-bottom: 30px;
}

/* Settings Panels List */
.settings-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	/* Spacing between panels */
}

.setting-panel {

	border: 1px solid #7FC9A1;
	border-radius: 10px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
	/* Ensure a minimum height */
	position: relative;
}

/* Separator line between the left section and content */
.setting-panel:not(.last-panel) {

	margin-bottom: 0;
}


/* Panel Layout */
.panel-left {
	min-width: 250px;
	max-width: 250px;
}

.panel-heading {
	font-size: 16px;
	font-weight: 700;
	color: #000435;
}

.panel-content {
	flex-grow: 1;
	padding: 0 20px 0px 100px;
	text-align: left;
}

.info-name {
	font-weight: 500;
	color: #000435;
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.info-detail {
	font-size: 15px;
	color: #000435;
	margin: 3px 0;
	padding: 0;
}

.info-value {
	font-size: 15px;
	color: #000435;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.no-billing {

	color: #000435;
}

/* Edit Button */
.edit-button {
	background-color: #000435;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 7px 17px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.2s;
	white-space: nowrap;
	/* Prevent button text wrapping */
}

.edit-button:hover {
	background-color: #7FC9A1;
	color: #000435;
}


.menu-container {
	position: relative;
	color: #0d1a33;
}

/* NEW: Style the wrapping span for icon + name, making the entire area clickable */
.menu-toggle-group {
	display: flex;
	align-items: center;
	cursor: pointer;
	/* Optional: Add a subtle hover effect to the name */
}

.menu-toggle-group:hover .user-name {

	color: #000485;
}

.menu-toggle {
	background-color: #7fc9a1;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	padding: 0;
	overflow: hidden;
	pointer-events: none;
	/* Crucial: ensures the parent div/span handles the click */
}

/* Style for the 'H' initial text */
.initials {
	color: white;
	font-size: 16px;
	font-weight: bold;
}

/* Style for the profile image inside the toggle */
.profile-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.user-name {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}


/* -------------------------------------- */
/* --- Dropdown Menu (The Card) --- */
/* -------------------------------------- */
.menu-dropdown {
	position: absolute;
	top: 50px;
	right: 0;
	min-width: 170px;
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	padding: 20px;
	padding-top: 10px;
	z-index: 1000;
	display: none;
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

/* State when the menu is active/open */
.menu-dropdown.open {
	display: block;
	opacity: 1;
	transform: translateY(0);
}


/* -------------------------------------- */
/* --- Menu Header (Inside the Card) --- */
/* -------------------------------------- */
.menu-header {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* Style for the large 'H' initial */
.initials-large {
	background-color: #79c5b2;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	flex-shrink: 0;
}

/* Style for the large profile image in the menu header */
.profile-image-large {
	width: 35px;
	height: 35px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 10px;
	flex-shrink: 0;
}

.header-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	color: #000435;
}

/* -------------------------------------- */
/* --- Menu Items (The List) --- */
/* -------------------------------------- */
.menu-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-items li {
	margin-bottom: 0px;
}

.menu-items a {
	text-decoration: none;
	color: #000435;
	font-size: 15px;
	display: block;
	padding: 3px 0;
}

.menu-items a:hover {
	color: #79c5b2;
	/* Highlight on hover */
}

.section-title {
	color: #000435;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px !important;
}

/**/
section.exchange-content h3 {
	font-size: 19px;
	color: #000435;
	font-weight: 600;
}

section.exchange-content p {
	color: #000435;
}

section.exchange-content {
	margin-bottom: 70px;
}

.bg-primary.bg-opacity-10.rounded-4.p-4 {
	background-color: #abc3d4 !important;
}

.bg-primary.bg-opacity-10.rounded-4.p-4 h5 {
	color: #000435;
	font-size: 22px;
	font-weight: 600 !important;
}

ul.dot-list li {
	color: #000435;
	padding-left: 20px;
	padding-bottom: 6px;
	position: relative;
}

ul.dot-list li:before {
	content: "\f111";
	font-size: 7px;
	position: absolute;
	top: 7px;
	left: 0px;
}

.rounded-circle.bg-success.bg-opacity-25.mb-3.d-flex.justify-content-center.align-items-center {
	background-color: #7fc9a1 !important;
	width: 80px;
	height: 80px;
	font-size: 25px;
	color: #000435;
}

.d-flex.flex-column.align-items-center span {
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	color: #000435;
}

section.contact-us-content p {
	color: #000435;
	font-size: 15px;
}

.d-flex.flex-column.align-items-center .fw-bold {
	font-weight: 600 !important;
	color: #000435;
}

.d-flex.flex-column.align-items-center a {
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	color: #000435;
}

section.contact-us-content {
	padding-bottom: 80px;
}

section.contact-us-content h2 {
	font-weight: 500 !important;
	font-size: 30px;
	color: #000425;
}

.bar {
	height: 40px;
	width: 400px;
	padding: 10px;
	margin: 20px auto 0;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 20px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .03), inset 0 1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .03), inset 0 1px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 1px 0 rgba(255, 255, 255, .03), inset 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .03), inset 0 1px 0 rgba(0, 0, 0, .1);
}

/* 
This is the actual bar
*/
.bar span {
	display: inline-block;
	height: 20px;
	width: 100%;
	border: 1px solid #7fc9a1;
	border-bottom-color: #7fc9a1;
	background-color: #7fc9a1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;


	background-image: linear-gradient(-45deg, rgb(24 25 64) 25%, transparent 25%, transparent 50%, rgb(24 25 64) 50%, rgb(25 26 68) 75%, transparent 75%, transparent);
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-ms-background-size: 50px 50px;
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
	-ms-animation: move 2s linear infinite;
	animation: move 2s linear infinite;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: inset 0 10px 0 rgba(255, 255, 255, .2);
	-moz-box-shadow: inset 0 10px 0 rgba(255, 255, 255, .2);
	-ms-box-shadow: inset 0 10px 0 rgba(255, 255, 255, .2);
	box-shadow: inset 0 10px 0 rgba(255, 255, 255, .2);
}

.bar>span:after {
	display: none;
}

/*
Animate the stripes
*/
@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 50px 50px;
	}
}

@-moz-keyframes move {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 50px 50px;
	}
}

@-ms-keyframes move {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 50px 50px;
	}
}

@keyframes move {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 50px 50px;
	}
}

/* Position the loader at the bottom of the viewport */
.loader-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 1177px;
	height: 42px;
	background-color: #eee;
	z-index: 9999;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	right: 0px;
}

/* Create and animate the striped background */
.stripe-loader {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000435;
	background-image: repeating-linear-gradient(-45deg, rgb(127 201 161), rgb(127 201 161) 15px, transparent 15px, transparent 30px);
	background-size: 42px 42px;
	animation: move-stripes 1s linear infinite;
}


/* Define the animation */
@keyframes move-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

section.loader-bg {
	width: 100%;
	margin: 0 auto;
	transition: background-color 1.5s ease;
	background: #7fc9a1;
	height: calc(100vh - 65px);
	padding-top: 0px;
	padding-bottom: 40px;
	position: relative;
}

.loading {
	width: 80px;
	padding: 6px;
	border-radius: 40px;
	background: #6fb991;
}

label.card.card-body.h-100.d-flex.flex-row.align-items-start.shape-select-label.shadow-sm img {
    max-width: 31px;
    margin-right: 15px;
}

label.card.card-body.h-100.d-flex.flex-row.align-items-start.shape-select-label.shadow-sm {
	padding: 10px !important;
}

h4.h6.fw-bold.mb-1.text-dark {
	color: #000435 !important;
}

p.text-muted.small.mb-0 {
	color: #000435 !important;
}

div#shapeContainer .form-check {
	padding: 0px;
}

.row.sleeves-fit-card h2 {
	font-size: 29px;
}

.bra-selection-container {
	text-align: left;
}

/* Custom class applied to the label/card */
.shape-select-label {
	transition: all 0.2s;
	cursor: pointer;
	text-align: left;
	border: 1px solid #7fc9a1;
	box-shadow: none !important;
}

/* Hover state (Tailwind hover:border-light-blue equivalent) */
.shape-select-label:hover {
	border-color: #000435;
}

/* Checked state: Applied when the sibling input is checked */
.shape-select-input:checked+.shape-select-label {
	border-color: #000435 !important;
	box-shadow: 0 0 0 0.25rem rgba(30, 58, 138, 0.25);
	background-color: #eff6ff;
}

/* Hide the actual radio input visually, making it screen-reader only */
.shape-select-input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.error {
	text-align: left;
	font-size: 13px;
	margin-top: 10px;
	color: #8a0000;
}

.loading-outer {
	max-width: 1178px;
	margin: 0px auto 0px;

}

.loading__dot {
	animation: dot ease-in-out 1s infinite;
	background-color: grey;
	display: inline-block;
	height: 11px;
	margin: 0px 4px;
	border-radius: 50px;
	width: 11px;
}

.loading__dot:nth-of-type(2) {
	animation-delay: 0.2s;
}

.loading__dot:nth-of-type(3) {
	animation-delay: 0.3s;
}

.loader-c.wht h1 b {
	font-weight: 600;
}

.loader-c.wht h1 {
	font-weight: 200;
	font-size: 60px;
}

.loader-c.wht .bar {
	height: 40px;
	width: 150px;
	padding: 10px;
	margin: 60px auto 0;
}

@keyframes dot {
	0% {
		background-color: #9094cf;
		transform: scale(1);
	}

	50% {
		background-color: #000435;
		transform: scale(1);
	}

	100% {
		background-color: #9094cf;
		transform: scale(1);
	}
}

header.container-fluid.py-3.mb-0.pb-0.header-container.position-fixed {
	left: 0px;
	right: 0px;
	z-index: 2;
}

section.white-loader-bg.d-flex.align-items-center.justify-content-center.animate__animated.animate__fadeInUp {
	height: 100vh;
	position: relative;
}

h1.loading-line {
	color: #1D1E4E;
	font-size: 45px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 30px 100px 0px;
}

section.loader-bg a.back-btn {
	background: #69a986;
}

section.loader-bg a.back-btn:hover {
	background: #000435;
}

.logo-box.text-center {
	padding: 50px 0px 0px;
}

.logo-box.text-center img {
	max-width: 80px;
}

ul.steps-text.d-flex.g-2.clearfix li:nth-child(1):after {
	content: "";
}

ul.steps-text.d-flex.g-2.clearfix {
	text-align: center;
	padding: 10px 0px 10px;
	font-size: 20px;
	font-weight: 500;
	background-color: rgb(0 0 0 / 6%);
	padding-left: 0px;
	max-width: 195px;
	border-radius: 10px;
	margin: 0 auto;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .03), inset 0 1px 0 rgba(0, 0, 0, .1);
}

.logo-box.text-center {
	padding: 30px 0px 0px;
}

ul.steps-text.d-flex.g-2.clearfix li:after {
	position: absolute;
	content: "/";
	color: #559572;
	left: -3px;
	font-weight: bold;
	font-size: 30px;
	top: -11px;
}

ul.steps-text li.active {
	color: #000435;
}

ul.steps-text li {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	color: #539370;
	text-align: center;
	float: left;
	padding: 0px 12px;
}

.abt-icon-box {
	margin-bottom: 30px;
}

.header-container {
	max-width: 75rem;
}

.heading-bg p a {
	color: #000435;
	text-decoration: underline !important;
}

.menu-icon {
	width: 70px;
	height: 70px;
	display: inline-block;
	margin-bottom: 12px;

	border-radius: 50%;
	position: relative;
}

.menu-icon.quick-links img {
	width: 100%;
}

/* Basic link style - adjust as needed */
.help-content ul li a {
	color: #0d1530;
	text-decoration: none;
	padding-left: 15px;
	display: inline-block;
	margin: 6px 0;
	transition: color 0.2s;
	text-align: left;
	position: relative;
}

.help-content ul li a:before {
	content: "\f061";
	position: absolute;
	left: 0px;
	color: #7bb392;
	font-size: 9px;
	top: 5px;
}

.help-content ul li a:hover {
	color: #7bb392;
}

section.help-content h5 {
	text-align: left;
	color: #0d1530;
}

.heading-bg h1 {
	font-weight: 600;
	font-size: 45px;
	line-height: normal;
	text-align: center;
	color: #000435;
	margin-bottom: 0px;
}

.heading-bg p {
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
	color: #000435;
}

.header-content {
	padding: 0PX;
}

*:focus {
	outline: none !important;
	box-shadow: none !important;
}

.input-spc {
	margin-bottom: 20px;
	margin-top: 20px;
}

.input-spc input[type=text] {
	width: 520px;
	display: block;
	text-align: center;
	margin: 0 auto;
	height: 47px;
	border-radius: 10px;
	border: 1px solid #fff;
	padding: 15px;
}

.heading-bg {
	text-align: center;
	background: #D7EBFB;
	padding: 40px 10px;
	border-radius: 20px;
	margin: 50px 0px;
}

.back-btn {
	border: 1px solid #ccc;
	background: #fff;
	color: #000435;
	font-weight: 600;
	padding: 0.3125rem 0.9375rem;

	border-radius: 0.3125rem;
	transition: background-color 0.3s;
}

.back-btn:hover {
	background-color: #efefef;

}

.header-divider {
	border: 0;
	height: 1px;
	width: 100%;
	background-color: #7FC9A1;
	margin-top: 0.625rem;
	margin-bottom: 0;
	opacity: 1;
}

.border-primary {
	--bs-border-opacity: 1;
	border-color: rgb(200 232 214) !important;
}

.est-dat b {
	color: #000435;
	display: block;
	font-size: 16px;
	margin-bottom: 0px;
}

.est-dat p {
	color: #000435;
	display: block;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
}

div#calendar-box .modal-header {
	border: 0px;
	height: 0px;
	padding: 30px 20px 0px;
}

.card.p-2.shadow-lg.selection-card .card-body.d-flex.align-items-center.justify-content-center.text-center {
	padding-bottom: 85px !important;

}

div#calendar-box .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	box-shadow: none;
}

a.fix-date {
	text-decoration: underline !important;
	color: #000435;
	cursor:pointer;
}

a.fix-date:hover {
	color: #7fc9a1 !important;
}
.fix-summary {
    padding-right: 15px;
}

/* --- Main Content Card Styling (No changes) --- */
.card.p-2.shadow-lg.selection-card .button-group {
	position: absolute;
	bottom: 30px;
	padding: 0px 40px;
	left: 0px;
	right: 0px;
	width: 100%;
}

.selection-card {
	border: none;
	border-radius: 0.9375rem;
    max-width: 800px;
    width: 800px;
	margin: 30px auto;
	min-height: calc(100vh - 160px);
}

.card-body {
	padding: 30px !important;
}

.style-radio-input:checked+.selection-option img {
	filter: invert(1);
}

.selection-title {
	font-weight: 300;
	font-size: 32px;
	line-height: normal;
	color: #000435;
}

/* --- Selection Options Styling (KEY CHANGES HERE) --- */

.icon-size {
	font-size: 2.25rem;
}

.selection-option {
	/* Base styles for the visual box (the <label>) */
	padding: 1.25rem 0.625rem;
	border-radius: 0.625rem;
	cursor: pointer;
	transition: all 0.3s ease;
	min-height: 9.375rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.3125rem;

	/* Default (Unchecked) State: White box with light border */
	background-color: white;
	border: 0.125rem solid #7FC9A1;
	color: #1A1A1A;
}

/* Hover effect for both options */
.selection-option:hover {
	border-color: #121A37;
}

.option-text {
	margin-top: 0.3125rem;
	margin-bottom: 0;
	font-size: 0.9rem;
	font-weight: 600;
}

/* Style the <label> when the adjacent radio input is :checked */
.style-radio-input:checked+.selection-option {
	background-color: #121A37;
	/* Dark blue background */
	color: white;
	/* White text and icon color */
	border-color: #121A37;
	/* Solid border */

}

.style-radio-input:checked+.selection-option .icon-size,
.style-radio-input:checked+.selection-option .option-text {
	color: #7fc9a1;
}

/* --- Sign In Text (No changes) --- */

.sign-in-text {
	color: #000435;
	font-size: 16px;
	margin-bottom: 1.5rem !important;
}

.sign-in-link {
	color: #121A37;
	text-decoration: none;
}

.sign-in-link:hover {
	text-decoration: underline;
}

/* --- Continue Button (No changes) --- */

.continue-btn {
	background-color: #6FD295;
	color: white;
	font-weight: 600;
	border: none;
	transition: background-color 0.3s;
	padding: 0.625rem 0;
}

.continue-btn:hover {
	background-color: #5abf81;
	color: white;
}

.header-section {
	text-align: center;
	padding: 40px 20px 30px;
}

.main-heading {
	font-size: 2.5em;
	font-weight: 900;
	color: #121A37;
	margin: 0 0 10px 0;
}

.sub-text {
	font-size: 1.1em;
	color: #555;
	margin: 0;
}

.slider-wrapper {
	/* Define the visible area (viewport) */
	width: 400px;
	height: 300px;
	overflow: hidden;
	/* Crucial: Hides all images outside the frame */
}

/* Screen reader only utility (for accessible labels) */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* Sign-in Box Styling */
.signin-box {
	background-color: white;
	padding: 40px;
	border-radius: 20px;
	max-width: 540px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	text-align: center;
	box-sizing: border-box;
	margin: 60px auto;
}

/* Header and Subtitle Styling */
h1 {
	color: #1D1E4E;
	font-size: 40px;
	/* Equivalent to 2.5rem */
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}

.subtitle {
	font-size: 15px;
	/* Equivalent to 1rem */
	color: #6C757D;
	margin-bottom: 30px;
}

/* Link Styling */
.link {
	color: #1D1E4E;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s;
}

.link:hover {
	color: #7bb392;
	text-decoration: underline;
}

/* Input Group Styling */
.form-floating {
	margin-bottom: 20px;
}

.signin-box p {
	color: #000435;
}

.form-floating input[type="email"],
.form-floating input[type="password"] {
	width: 100%;
	padding: 16px 15px;
	border: 1px solid #7FC9A1;
	border-radius: 8px;
	box-sizing: border-box;
	color: #000;
	font-size: 15px;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.form-floating>label {
	color: #1d1e4e;
}

.form-floating input::placeholder {
	color: #A9A9A9;
}

input:focus {
	border-color: #7fc9a1;
	box-shadow: 0 0 0 3px rgba(56, 163, 165, 0.2);
}

/* --- Item Card Styling --- */
.order-item-card {
	display: flex;
	align-items: center;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #73b379;
	/* Green border color */
	border-radius: 8px;
}

.order-item__image-container {
	flex-shrink: 0;
	width: 161px;
	height: 161px;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 4px;
}

section.orders-content .container-fluid {
	max-width: 730px;
}

section.orders-content {
	padding-bottom: 60px;
}

.order-item__image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.order-item__details {
	flex-grow: 1;
	color: #000000;
	line-height: 1.4;
}

.order-item__brand {
	font-weight: 600;
	color: #000435;
	font-size: 0.9rem;
	margin: 0 0 3px 0;
}

.order-item__name {
	font-size: 0.9rem;
	margin: 0 0 3px 0;
	color: #000435;
}

.order-item__variant {
	font-size: 0.8rem;
	color: #000435;

	margin: 0;
}

.order-item__price {
	flex-shrink: 0;
	font-size: 1rem;
	color: #000435;
	font-weight: 600;

	margin-left: 10px;
}

.order-item__price p {
	margin: 0;
	color: #000435;
}

section.orders-content h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	color: #000435;
	text-align: left;
	margin-bottom: 20px;
	border-top: 1px solid #7fc9a1;
	padding-top: 15px;
}

/* --- Receipt Summary Styling --- */
.order-receipt-wrapper {
	display: flex;
	color: #000435;
	justify-content: flex-end;
	/* Align the receipt box to the right */
	width: 100%;
	margin-top: 30px;
}

.order-receipt-box {
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	color: #000435;
	padding: 0px;
	border-radius: 5px;
}

.order-receipt__header {
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #7fc9a1;
}

.order-receipt__line {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 0.9rem;
}

.text-regularblue p {
	color: #000435;
	font-size: 15px;
}

.order-item__image-container.disable {
	position: relative;
}

img.women-fit {
	width: 100%;
	max-width: 100px;
}

div#TopfittedModal .modal-dialog.modal-dialog-centered {
	max-width: 550px;
}

.order-item__image-container.disable:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150%;
	height: 15px;
	background-color: white;
	transform: translate(-50%, -50%) rotate(-45deg);
	pointer-events: none;
	z-index: 10;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

p.mb-3.text-regularblue {
	border-bottom: 1px solid #7ec7a0;
	padding-bottom: 15px;
	font-size: 15px;
	color: #000435 !important;
}

.order-receipt__line p {
	margin: 0;
}

h2.text-darkblue.mb-3 {
	font-size: 25px;
	color: #000435;
}

h4.text-darkblue {
	text-align: left;
	font-size: 18px;
	color: #000435;
	margin-bottom: 4px;
}

section.orders-content strong {
	color: #000435;
}

.order-receipt__value {
	font-weight: 600;
}

.order-receipt__value--free {
	color: #73b379;
	/* Green color for FREE shipping */
}

.order-receipt__line--total {
	font-weight: 700;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #7fc9a1;
	border-bottom: 1px solid #7fc9a1;
	font-size: 1rem;
}

/* --- Responsiveness --- */
@media (max-width: 480px) {


	.order-item-card {
		padding: 10px;
	}

	.order-item__image-container {
		width: 80px;
		height: 80px;
		margin-right: 10px;
	}

	.order-item__details {
		font-size: 0.9rem;
	}

	.order-item__price {
		font-size: 0.9rem;
	}

	.order-receipt-wrapper {
		justify-content: center;
	}

	.order-receipt-box {
		max-width: 100%;
		padding: 15px;
	}
}

/* Forgot Password Link */
.forgot-password-link {
	text-align: right;
	margin-top: -10px;
	margin-bottom: 25px;
	font-size: 15px;
	/* Ensure size matches subtitle/prompt */
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
	background: transparent;
	color: #1d1e4e;
}
}

.form-floating>label {
	position: absolute;
	color: #000435;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	color: #000435;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-control:focus {
	color: #1d1e4e;
	background-color: var(--bs-body-bg);
	border-color: #1d1e4e;
	outline: 0;
	box-shadow: none;
}

/* Login Button Styling */
.login-button {
	width: 100%;
	height: 55px;
	font-weight: 700;
	font-size: 16px;

	color: #000435;
	padding: 15px;
	background-color: #7bb392;

	border: none;
	border-radius: 8px;

	cursor: pointer;
	transition: ease-in-out 0.5s;
	margin-top: 0px;
}

.login-button:hover {
	background-color: #83c9a0;
	color: #000435;
}

.login-button:active {
	background-color: #83c9a0;
	color: #000435;
	transform: scale(0.99);
}

/* Sign Up Prompt */
.signup-prompt {
	margin-top: 30px;
	font-size: 15px;
	color: #6C757D;
}

.slider-slideshow {
	/* Flexbox makes all images line up horizontally */
	display: flex;
	width: max-content;
	/* Allows the container to be as wide as all images combined */

	/* Apply a transition for the sliding animation */
	transition: transform 0.2s ease-in-out;
	/* Shorter transition time (e.g., 0.2s) makes it more "GIF-like" */
}

.slider-slideshow img {
	/* Each image takes up the exact width of the viewport */
	width: 400px;
	height: 300px;
	/* Ensures images don't shrink or stretch */
	flex-shrink: 0;
	object-fit: cover;
}

.slider-frames {
	/* This is the stacking context for the images */
	position: relative;
	width: 100%;
	height: 100%;
}

.slider-frames img {
	/* STACK: Place all images directly on top of each other */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

	/* TRANSITION: Fade effect is done here */
	opacity: 0;
	/* Default: all images are hidden */
	transition: opacity 0.5s ease-in-out;
	/* The fade duration */
}

.right-col-text.max-w-lg.text-center.md\:text-left h2 {
	font-size: 37px;
	padding: 0px 20px;
	text-align: center;
	color: #000435;
}

section.get-style-file h1 {
	font-size: 55px;
	line-height: 64px;
	color: #000435;
	margin-bottom: 35px;
}

section.get-style-file h1 span {
	font-weight: 300;
	display: block;
}

section.get-style-file.stylefile-section-main p {
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	color: #000435;
	margin-bottom: 10px;
}

/* Custom styles to match the visual presentation (colors and spacing) */
.footer-custom {
	background-color: #ffffff;
	color: #000000;
	padding-top: 4rem;
	padding-bottom: 2rem;
	border-top: 1px solid #7fc9a1;
}

.footer-logo-container {
	border-radius: 15px;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}

.footer-logo-container i {
	color: #ffffff;
	font-size: 2.5rem;
}

.footer-text {
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 15px;
	margin-top: 20px;
	line-height: normal;
	color: #000435;
}

ul.footer-list li {
	margin-bottom: 15px;
}

h5.footer-heading {
	color: #000435;
}

ul.footer-list li a:hover {
	color: #7fc9a1;
}

ul.footer-list li a {
	color: #000435;
}

.footer-link {
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	color: #000435;
}

.social-icon-link {
	text-decoration: none;
	color: #000435;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.social-icon-link i {
	margin-right: 0.75rem;
	width: 1.5rem;
	/* Ensure consistent spacing for icons */
	text-align: center;
}

.social-icon-link:hover {
	color: #7fc9a1;
}

.footer-heading {
	font-weight: bold;
	margin-bottom: 1rem;
	font-size: 1.15rem;
}

.copyright-line {
	border-top: 1px solid #7fc9a1;
	margin-top: 3rem;
	padding-top: 1.5rem;
	font-size: 0.85rem;
	color: #000435;
}

section.get-style-file.stylefile-section-main {
	padding: 30px 0px;
}

.faq-section {
	padding: 80px 0;
	background-color: #f9f9f9;
}

.faq-title {
	font-weight: 800;
	font-size: 51px;
	color: #000435;
}

.accordion-body {
	font-size: 15px;
	color: #000435;
	padding: 5px 0px;
}

.faq-subtitle {
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	color: #000435;
}

.read-all-btn {
	border-color: #7fc9a1;
	padding: 10px 50px;
	background-color: #7fc9a1;
	border-radius: 10px !important;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	text-align: center;
	color: #000435;
}

.read-all-btn:hover {
	background-color: #000435;
	border-color: #000435;
	color: #fff;
}

.accordion-button:not(.collapsed) {
	color: #000435 !important;
	background-color: transparent;
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
	margin-top: 0px;
	transform: rotate(-45deg) !important;
	top: 13px;
}

.accordion-button::after {
	background-image: none !important;
	content: "\2b";
	color: #90c79f;
	position: absolute;
	right: 15px;
	top: 15px;
}

button.accordion-button {
	border-radius: 0px !important;
}

/* Accordion Customization */
.accordion-item {
	border: none;
	margin-bottom: 0px;
	border-radius: 0px;
	box-shadow: none;
	background-color: #ffffff;
	border-bottom: 1px solid #7fc9a1 !important;
}

.accordion-button {
	background-color: white;
	/* White background for button */
	color: #000435;
	/* Dark text color */
	font-weight: 600;
	padding: 13px 0px;

	border-radius: 10px !important;
	/* Ensure rounded corners */
}

/* Custom icon color for the plus/minus */
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238cc4a4'%3e%3cpath fill-rule='evenodd' d='M4.5 9.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/%3e%3c/svg%3e");
	transform: rotate(0deg);
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238cc4a4'%3e%3cpath fill-rule='evenodd' d='M8 2.5a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5a.5.5 0 0 1 .5-.5z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
	box-shadow: none;
	/* Remove focus ring */
	border-color: transparent;
}

/* Specific styling for the first, open FAQ item */
.open-faq-card {
	background-color: white;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 10px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	/* Subtle shadow */
}

.open-faq-card h6 {
	font-weight: 600;
	color: #3f4a6d;
}

.open-faq-card .faq-content {
	color: #555;
	font-size: 0.95rem;
}

.open-faq-card .close-icon {
	color: #8cc4a4;
	/* Green color for the 'x' icon */
	cursor: pointer;
}

/* Custom Color Definitions */
.stylefile-left-col {
	/* Background: #90c79f (Muted Green) */
	background-color: #90c79f;
	/* Text Color: #002660 (Dark Blue) */
	color: #002660;
	padding: 40px;
	min-height: 450px;
}

.stylefile-header {
	/* Text Color: #002660 (Dark Blue) */
	color: #002660;
	font-size: 2.5rem;
}

.stylefile-text,
.stylefile-list {
	font-weight: 400;
	font-size: 18px;
	line-height: 45px;
	color: #000435;
}

.stylefile-icon {
	/* Icon Color: #002660 (Dark Blue) */
	color: #002660;
}

a.btn.btn-primary.mt-4.stylefile-btn:hover {
	background: #000325;
	border: 1px solid #000435;
	color: #90c79f;
}

.stylefile-btn {
	background-color: #000435;
	border-color: #000435;
	font-weight: 400;
	font-size: 15px;
	padding: 12px 40px;
	text-align: center;
	color: #ffffff;
	border-radius: 10px;
	display: inline-block;
}

.stylefile-right-col {
	/* Background: #f0f1f3 (Light Gray/Off-White) */
	background-color: #f0f1f3;
	min-height: 450px;
}

/* Optional: Ensure responsiveness on smaller screens */
@media (max-width: 767.98px) {

	.stylefile-left-col,
	.stylefile-right-col {
		min-height: auto;
	}
}

.slider-frames img.active {
	opacity: 1;
	/* Only the active image is visible */
}

/* Swiper Container Custom Styling */
.swiper-kinley-fix {
	padding: 0 20px;
	/* Add side padding for a better mobile experience */
	margin-bottom: 40px;
}

.custom-two-tone-bg {
	background: linear-gradient(90deg, #c5d7e5 50%, #ABC3D4 50%);
	padding: 80px 0px;
}

.right-col-text span {
	display: inline-block;
	font-weight: 400;
	font-size: 22px;
	line-height: normal;
	text-align: center;
	padding: 12px 30px;
	border: 2px solid #000435;
	background-color: #d7ebfb !important;
	color: #000435;
	transition: all 0.3s ease;
	margin-top: 10px;
	border-radius: 10px;
}

.right-col-text.max-w-lg.text-center.md\:text-left h2 b {
	font-weight: 700;
}

.right-col-text.max-w-lg.text-center.md\:text-left h2 {
	font-size: 37px;
	text-align: center;
	color: #000435;
	line-height: 55px;
	font-weight: 300;
}

/* Ensure text in the right column is visible against the darker background */
.right-col-text {
	color: #1a3a5e;
	/* Dark blue text color */
}


.custom-button:hover {
	background-color: #3b82f6;
	color: white;
}

/* Responsive utility to center content vertically in columns */
.d-flex-center {
	display: flex;
	align-items: center;
	height: 100%;
	/* Ensure flex container takes full height */
}

/* Slide Content Styling */
.swiper-slide {
	height: auto;
	/* Allow height to adjust based on content */
}

.slide-content {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.slide-image {
	width: 100%;
	height: 400px;
	/* Fixed height for visual consistency */
	object-fit: cover;
	/* Ensures the image covers the area */
	display: block;
	border-radius: 8px;
}

.slide-video {
	width: 100%;
	height: 700px;
	/* Match the height of .slide-image */
	object-fit: cover;
	/* Ensures video fills the container without stretching */
	display: block;
	border-radius: 0px;
}

/* Caption Styling */
.slide-caption {
	padding: 15px 0;
	text-align: left;
}

.caption-heading {
	font-size: 1.1em;
	font-weight: 700;
	color: #121A37;
	margin-bottom: 5px;
}

.slide-caption {
	padding: 15px 0;
	text-align: left;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.caption-paragraph {
	font-size: 0.9em;
	line-height: 1.4;
	color: #555;
}

/* Swiper Container Custom Styling */
.swiper-kinley-fix {
	padding: 0 20px;
	/* Add side padding for a better mobile experience */
	margin-bottom: 40px;
}

/* Slide Content Styling */
.swiper-slide {
	height: auto;
	/* Allow height to adjust based on content */
}

.slide-content {
	position: relative;
	border-radius: 0px;
	overflow: hidden;
}

/* Custom style to mimic the image's background color */
.saving-easy-section {
	background-color: #0d123b;
	padding: 80px 0px;
}

/* Custom style for the green color used in the image */
.mid-col {
	position: relative;
}

.mid-col:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: -15px;
	top: 0px;
	background: #7fc9a1;
}

.mid-col:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -15px;
	background: #7fc9a1;
}

section.saving-easy-section.py-5 h3 {
	font-weight: 800;
	font-size: 22px;
	line-height: normal;
	color: #ffffff;
}

.slide-image {
	width: 100%;
	height: 400px;
	/* Fixed height for visual consistency */
	object-fit: cover;
	/* Ensures the image covers the area */
	display: block;
	border-radius: 8px;
}

a.primary-btn:hover {
	background: #000435;
	color: #fff;
}

/* Caption Styling */
.slide-caption {
	padding: 15px 0;
	text-align: left;
}

.caption-heading {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.caption-heading-two {
	font-size: 28px;
	font-weight: 700;
	color: #000435;
	margin-bottom: 5px;
}

.caption-paragraph {
	font-size: 12px;
	line-height: 1.4;
	color: #000435;
	padding-right: 10px;
}

/* Button Styling (Example) */
.button-container {
	text-align: center;
	padding-bottom: 60px;
}

.get-started-button {
	padding: 12px 30px;
	background-color: #90C9A5;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.easy-steps {
	/* Background: Muted light blue-green */
	background-color: #E0F2F1;
	padding-top: 5rem;
	padding-bottom: 5rem;
	/* Primary Text Color: Dark navy/charcoal */
	color: #1A237E;
	font-family: 'Inter', sans-serif;
}

.easy-steps h2 {
	letter-spacing: 2px;
	font-weight: 800;
	font-size: 55px;
	line-height: normal;
	color: #000435;
}

.step-card.text-center h3 {
	font-weight: 600;
	font-size: 25px;
	line-height: 33px;
	text-align: center;
	color: #000435;
}

.easy-steps .lead {
	font-weight: 300;
	font-size: 22px;
	line-height: normal;
	color: #000000;
}


/* Styling for the simplified visual representation */
.step-visual {
	position: relative;
	display: inline-block;

	/* Add padding to account for the absolutely positioned number badge */
	padding-top: 15px;
	min-height: 100px;
}

.step-icon {
	font-size: 6rem;
	/* Large emoji size */
	display: block;
	margin: 0 auto;
}

.caption-btm {
	position: absolute;
	top: 42%;
	left: 0px;
	right: 0px;
	width: 100%;
}

/* Styling for the circle number badge, positioned absolutely over the icon */
.circle-number-badge {
	position: absolute;
	top: 30px;
	left: 16%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #7fc9a1;
	border: 2px solid #7fc9a1;
	color: #000435;
	font-size: 14px;
	font-weight: 700;
	z-index: 1;
}

.step-card.text-center {
	position: relative;
}

img.w-100.st-btm-one {
	max-width: 97%;
}

img.w-100.st-btm-two {
	max-width: 97%;
}

section.easy-steps {
	background: #C4D6E3;
	padding: 60px 0px;
}

/* Step titles */
.step-title {
	color: #1A237E;
	font-weight: 700;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

/* Step descriptions */
.step-description {
	margin: 0 auto;
	font-weight: 300;
	font-size: 15px;
	line-height: normal;
	text-align: center;
	color: #000435;
	max-width: 300px;
}

.caption-container h2 {
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	color: #000435;
}

.caption {
	position: relative;
	z-index: 5;
	color: #fff;
	padding: 40px;
	min-height: 275px;
	width: 400px;
	background-color: #ffffffd4;
	border-radius: 20px;
}

a.primary-btn {
	font-weight: 400;
	font-size: 15px;
	padding: 12px 40px;
	text-align: center;
	color: #000435;
	background: #7fc9a1;

	border-radius: 10px;
	display: inline-block;
}

.caption-container p {
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	text-align: center;
	color: #000435;
}

.slider-container {
	max-width: 100%;
	margin: 0px auto;
}

/* Swiper container must have a defined height */
.swiper {
	width: 100%;
	height: 520px;
	/* Adjust height as needed */
}

/* Ensure the slide content is positioned correctly */
.swiper-slide {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

section.what-you-get .container-fluid {
	max-width: 820px;
}

.slide-image {
	width: 90% !important;
	display: block;
	border-radius: 8px;
	margin: 0 auto;
}

/* Style the <img> tag to act as a background */
.swiper-slide img {

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Ensures the image covers the entire area */
	z-index: 1;
	/* Place image behind content/caption */
}

/* Style for the Caption (same as before) */
.caption {
	position: relative;
	z-index: 5;

}

.caption h2 {
	margin: 0 0 10px;
	font-size: 2em;
}

.container-fluid {
	max-width: 1200px;
	position: relative;
}

/* Custom Navigation Button Styling */
.swiper-button-prev,
.swiper-button-next {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%);
	width: 35px !important;
	height: 40px !important;
	background-color: rgb(115 183 146);
	border-radius: 11px;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	z-index: 10;
	cursor: pointer !important;
	transition: background-color 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: rgba(255, 255, 255, 1);
}

/* Position Specific Buttons */
.swiper-button-prev {
	left: 10px;
	/* Position slightly in from the left edge */
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "" !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "" !important;
}

.swiper-button-next {
	right: 10px;
	/* Position slightly in from the right edge */
}

/* Style the Font Awesome icons */
.custom-nav-btn i {
	color: #333;
	/* Dark arrow color */
	font-size: 14px;
}

.text-body {
	--bs-text-opacity: 1;
	color: rgb(0 4 51) !important;
}

/* Override default Swiper arrow image/icon (important!) */
.swiper-button-prev::after,
.swiper-button-next::after {
	content: none;
}

ul.navbar-nav.d-none.d-lg-flex.align-items-center li a {
	font-size: 15px;
}

nav.navbar.navbar-expand-lg.bg-white.p-0 {
	border-bottom: 1px solid #8ac0a2;
}

.alert.bg-sage {
	background: #7FC9A1 !important;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	color: #000435;
}

ul.navbar-nav.d-none.d-lg-flex li a {
	font-size: 15px;

}

.alert.bg-sage.text-darkblue svg {
	margin-right: 5px;
	margin-top: -3px;
}

.row.align-items-center.section-bottom {
	padding: 30px 0px;
}

h2.main-title {
	font-size: 30px;
	color: #000435;
}

.ceo-desc h5 {
	font-size: 30px;
	color: #000435;
}

h5.section-title {
	color: #000435;
	font-size: 25px;
}

p.section-desc {
	color: #000435;
}

p.main-desc {
	color: #000435;
	font-size: 15px;
	padding-right: 70px;
}

.icon-wrap img {
	margin-bottom: 20px;
}

.icon-wrap {
	margin-top: 50px;
}

button.cross-btn {
	background: transparent;
	border: 0px solid transparent;
	color: #000435;
	position: absolute;
	right: 5px;
}

ul.left-nav li a {
	padding: 18px 0px !important;
	border-bottom: 3px solid transparent;
}

ul.navbar-nav.left-nav li a:hover {
	border-color: #000435;
}

ul.navbar-nav.align-items-center.right-nav li a {
	font-size: 15px;
	padding: 21px 0px 15px;
	border-bottom: 3px solid transparent;
}

ul.navbar-nav.align-items-center.right-nav li a:hover {
	border-color: #000435;
}

ul.left-nav li a {
	padding: 21px 0px 15px !important;
	transition: ease-in-out 0.5s;
	border-bottom: 3px solid transparent;
}

a.btn.btn-sage:hover {
	background: #000435;
	color: #fff;
	transition: ease-in-out 0.5s;
	border-color: #000435;
	border-bottom: 0px !important;
}

/* Custom Colors/Branding */
.bg-sage {
	background-color: #8ac0a2 !important;
	/* Light green banner */
}

.btn-sage {
	background-color: #7FC9A1;
	border-bottom: 0px !important;
	border-color: #7FC9A1;
	padding: 5px 10px !important;
	font-weight: 400;
	color: #000435;
	transition: ease-in-out 0.5s;
}

.btn-sage:hover {
	background-color: #7bb392;
	border-color: #7bb392;
	border-bottom: 0px !important;
	color: white;
}

/* Logo Styling */
.navbar-brand-custom {
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #1a2d59;
	margin: 0 auto;
	/* Center logo on small screens when offcanvas is not active */
}

/* Desktop (Large screens and up) - Center the logo precisely */
@media (min-width: 992px) {

	/* lg breakpoint */
	.navbar-brand-custom {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		padding: 0px;
		margin: 0;
		/* Clear auto margin on desktop */
	}
}

nav.navbar.navbar-expand-lg .container-fluid {
	width: 100%;
	max-width: 100%;
	padding: 0px 25px;
}

/* Ensure ul li a links are inline on desktop */
.navbar-nav .nav-item {
	display: inline-block;
}

/* Remove default list styles */
.navbar-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 1. Ensure the caption container covers the full slide area */
.swiper-slide .caption-container {
	position: absolute;
	/* or relative, depending on context, but absolute is common for full-overlay captions */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	/* 2. Enable Flexbox */
	display: flex;

	/* 3. Vertically center the content */
	align-items: center;

	/* 4. Horizontally center the content */
	justify-content: center;

	/* Optional: Center the text *within* the caption content */
	text-align: center;
}

/* Optional: Style the caption content itself */
.caption-content {
	/* You can add padding, max-width, background, etc. here */
	padding: 20px;
	max-width: 80%;
	color: white;
	/* Example text color */
}

.dsk-view {
	display: block !important;
}

.mob-view {
	display: none !important;
}

ul.list-unstyled.stylefile-list li i {
	position: absolute;
	left: 0px;
	top: 13px;
}

ul.list-unstyled.stylefile-list li {
	position: relative;
	padding-left: 30px;
}

/* Container and Layout Styling */
.holiday-swiper-container {
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
	font-family: sans-serif;
}

/* Swiper Wrapper now takes up the full width of the container */
.custom-swiper-wrapper {
	width: 100%;
	height: 100%;
}

/* Each Slide is now a Flex Container for Text (Left) and Image (Right) */
.custom-swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	/* <-- Key: enables side-by-side content within the slide */
}

/* LEFT SIDE: Text Content (50% Width) */
.slide-text-content {
	width: 50%;
	/* <-- Takes up the left half of the slide */
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	/* Ensure text is above any potential background issues */
	background-color: white;
	padding: 0 40px;
	box-sizing: border-box;
}

.promo-quote {
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	color: #000435;

	margin: 0 auto 10px;
}

a.quiz-button-link {
	margin: 0 auto;
	display: block;
	max-width: 230px;
	background: #7fc9a1;
	color: #000435;
	font-weight: 400;
}

p.promo-subtext {
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	text-align: center;
	color: #000435;

	margin: 0 auto 30px;
}

.swiper-slide.custom-swiper-slide.swiper-slide-visible {
	display: flex;
}

.slide-visual-content img {
	width: 100% !important;
	border-radius: 0px !important;
}

/* RIGHT SIDE: Image Content (50% Width) */
.slide-visual-content {
	width: 50%;
	/* <-- Takes up the right half of the slide */
	height: 100%;
}

/* Image Tag Styling */
.slide-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Text and Button Styles (No Change) */
.content-wrapper {
	text-align: center;
	max-width: 320px;
}

.promo-quote {
	font-size: 30px;
	font-weight: 500;
	color: #000435;
	margin-bottom: 10px;
}

.promo-subtext {
	font-size: 16px;
	color: #5a5a5a;
	margin-bottom: 25px;
}

.quiz-button-link {
	display: inline-block;
	padding: 12px 25px;
	background-color: #f75252;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	transition: background-color 0.3s;
}

.quiz-button-link:hover {
	background-color: #e04040;
}

/*=============================
         Media Queries
===============================*/
@media (min-width: 2001px) and (max-width: 2800px) {
	.swiper {
		position: relative;
		height: 800px;
		/* Adjust height as needed */
	}
}

@media (min-width: 1601px) and (max-width: 2000px) {
	.swiper {
		position: relative;
		height: 720px;
		/* Adjust height as needed */
	}
}

@media (min-width: 1400px) and (max-width: 1600px) {
	.swiper {
		position: relative;
		height: 670px;
		/* Adjust height as needed */
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-data-label-btn {
    white-space: nowrap;
    border-radius: 0.25rem;
    font-size: 11px;}
	br.d-none.d-lg-block {
		display: none !important;
	}

	nav.navbar.navbar-expand-lg .container-fluid {
		width: 100%;
		max-width: 100%;
		padding: 0px 15px;
	}

	a.navbar-brand.navbar-brand-custom.order-1 img {
		max-width: 180px;
	}

	h1.loading-line {
		color: #1D1E4E;
		font-size: 60px;
		font-weight: 600;
		margin-top: 0;
		margin-bottom: 20px;
		padding: 20px 20px 0px;
	}

	.ui-datepicker td {
		padding: 1.6px 5px;
	}
	ul.list-unstyled.stylefile-list li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 0px !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
	img.tune-iup {
    position: absolute;
    max-width: 240px;
    top: auto;
    right: -20px;
    bottom: 0px;
}
	.selection-card {
	border: none;
	border-radius: 0.9375rem;
    max-width: 800px;
    width: 100%;
	margin: 30px auto;
	min-height: calc(100vh - 160px);
}
    .stylefile-swiper.swiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden {
        width: 100%;
        height: 460px;
    }
	.shuffle-ar.justify-content-center p {
		line-height: 19px;
		color: #000435;
		font-size: 15px;
		margin-top: 10px;
		margin-bottom: 0px;
	}

	.shuffle-ar.justify-content-center h1 {
		font-size: 30px;
		margin-bottom: 0px;
	}

	.shuffle-ar.justify-content-center h1 span {
		font-weight: 500;
	}

	section.product-collection hr {
		border-color: #7fc9a1;
		opacity: 1;
		max-width: 1150px;
		margin: 40px 13px 30px;
	}

	header.container-fluid.py-3.mb-0.pb-0.header-container {
		height: 65px;
		border-bottom: 1px solid #7fc9a1;
		max-width: 94%;
	}

	.card.p-2.shadow-lg.selection-card .card-body.d-flex.align-items-center.justify-content-center.text-center {
		padding-bottom: 80px !important;
	}

	a#back-button {
		background: transparent;
		border: 0px;
		padding: 0px;
		position: absolute;
		right: 0px;
		top: 21px;
	}

	.fix-d-calendar-placeholder.p-3 {
		padding: 0px 0px 10px 15px !important;
	}

	h2.mb-2.fix-d-font-dark.marg-tp {
		margin-top: 0px;
	}

	.col.fix-d-profile-header {
		float: left;
		width: 30px;
		font-size: 13px;
	}

	.fix-d-bg-dark {
		background-color: #000435;
		padding: 22px 20px 0px;
	}

	.fix-d-card-main {
		border: 1px solid #7FC9A1;
		box-shadow: none !important;
		padding: 20px 0px;
	}

	.fix-d-font-dark {
		color: #000435 !important;
		font-size: 13px;
	}

	p.mb-4.text-white {
		font-size: 13px;
	}

	.h-100.fix-d-bg-dark H3 {
		font-size: 25px;
		font-weight: 300;
	}

	h2.mb-2.fix-d-font-dark {
		font-size: 25px;
	}

	.fix-d-text-primary {
		color: #000435 !important;
		font-size: 25px;
	}

	.ui-widget.ui-widget-content {
		box-shadow: 0px 0px 20px #0000001f;
		border: 0px;
		padding-bottom: 10px;
		border-radius: 10px;
		transition:
			ease-in-out 0.5s;
	}

	.ui-datepicker td {
		padding: 1.6px 5px;
	}

	nav.navbar.navbar-expand-lg .container-fluid {
		width: 100%;
		max-width: 100%;
		padding: 0px 15px;
	}

	.swiper {
		width: 100%;
		height: 390px;
	}

	.faq-subtitle {
		margin-bottom: 25px;
		font-weight: 400;
		font-size: 16px;
		line-height: normal;
		color: #000435;
	}

	.faq-title {
		font-weight: 800;
		font-size: 35px;
		color: #000435;
	}

	ul.list-unstyled.stylefile-list li i {
		position: absolute;
		left: 0px;
		top: 3px;
	}

ul.list-unstyled.stylefile-list li {
        position: relative;
        padding-left: 30px;
        font-size: 12px;
        line-height: 15px;
    }
ul.list-unstyled.stylefile-list {
    margin-bottom: 0px;
}
    section.get-style-file.stylefile-section-main p {
        font-weight: 400;
        font-size: 14px !important;
        line-height: normal;
        color: #000435;
        margin-bottom: 0px;
    }

    section.get-style-file h1 {
        font-size: 28px;
        line-height: 35px;
        color: #000435;
        margin-bottom: 15px;
    }

	.right-col-text span {
		display: inline-block;
		font-weight: 400;
		font-size: 17px;
	}

	.right-col-text.max-w-lg.text-center.md\:text-left h2 {
		font-size: 25px;
		text-align: center;
		color: #000435;
		line-height: 40px;
		font-weight: 300;
	}

	section.saving-easy-section.py-6 p {
		font-size: 14px;
	}

	section.saving-easy-section.py-6 h3 {
		font-size: 19px;
	}

	a.navbar-brand.navbar-brand-custom.order-1 img {
		max-width: 150px;
	}

	nav.navbar.navbar-expand-lg .container-fluid {
		width: 100%;
		max-width: 100%;
		padding: 0px 15px;
	}

	button.navbar-toggler.me-3 {
		border: 0px solid transparent;
		padding: 0px;
		color: #203a7b;
		margin-left: -2px;
	}

	a.btn.btn-sage.w-100 {
		margin-top: 10px;
	}

	img.bar-logo {
		max-width: 120px;
	}

	ul.navbar-nav.justify-content-end.flex-grow-1.pe-3 li a {
		font-size: 15px !important;
		font-weight: 500 !important;
	}

	a.mob-view.sign-in-btn {
		position: absolute;
		right: 15px;
		display: block !important;
		color: #000435;
		font-weight: 500;
		top: 0px;
	}

	img.ceo-img.w-100 {
		margin-bottom: 10px;
	}

	h2.main-title {
		font-size: 22px;
		color: #000435;
	}

	h5.section-title {
		color: #000435;
		font-size: 20px;
	}

	h1.loading-line {
		color: #1D1E4E;
		font-size: 30px;
		font-weight: 600;
		margin-top: 0;
		margin-bottom: 20px !important;
		padding: 20px 0px 20px;
	}

	.logo-box.text-center img {
		max-width: 50px;
	}

	.navbar-brand-custom {
		font-size: 1.75rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #1a2d59;
		margin: 0 auto;
		position: absolute;
		left: 0px;
		right: 0px;
		width: 150px;
	}

	nav.navbar.navbar-expand-lg.bg-white.sticky-top {
		padding: 14px 0px !important;
	}

	.product-data-card h2.product-data-title {
		font-weight: 700;
		font-size: 20px;
		line-height: normal;
		color: #000435;
		margin-top: 15px;
	}

	.product-data-label-btn {
		white-space: nowrap;
		margin-right: 0px !important;
		border-radius: 0.25rem;
		font-size: 13px;
	}
	.mb-1.border-area label {
    padding: 3px 4px;
    font-size: 12px;
}
	ul.things-list.clearfix li:nth-last-child(2) {
    width: 100%;
}
	ul.things-list.clearfix li:last-child {
    width: 100%;
}
}

@media (min-width: 320px) and (max-width: 767px) {
	.col-md-6.border-lefts {
    border-left: 0px;
}
	.size-slider-new-container {
    max-width: 500px;
    padding: 0PX;}
	.flex.justify-between.mt-3.text-sm.font-bold.text-custom-main.opacity-60 span:nth-child(1) {
    text-align: left;
    display: inline-block;
    width: 87%;
}
	ul.things-list.clearfix li:nth-last-child(2) {
    width: 100%;
}
	ul.things-list.clearfix li:last-child {
    width: 100%;
}
.mb-1.border-area label {
    padding: 3px 4px;
    font-size: 12px;
}
	img.tune-iup {
    position: absolute;
    max-width: 250px;
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
}
img.db-boxes {
        position: absolute;
        bottom: 0px;
      right: auto;
        max-width: 100%;
        top: auto;
        left: 0px;
        margin: 0 auto;
        display: block;
    }
	.style-bx-new {
    background: url(https://drobepick.com/wp-content/themes/drobepick/assets/images/wood-bg.png);
    border: 1px solid #7FC9A1;
    box-shadow: none !important;
    background-size: cover;
    width: 100%;max-width: 340px;
        margin: 0 auto;
    padding: 30px 30px 170px;
    overflow: hidden;
    border-radius: 10px;
}
	.fix-d-card-main.rounded-3.fix-wd {
    padding: 20px 25px 220px;
    height: 100%;max-width: 340px;
        margin: 0 auto;
    position: relative;
    overflow: hidden;
}
	.form-check.dress-select.pattern-select {
    width: 100%;
}
	label.card.wmn.card-body.h-100.flex-column.align-items-middle.shape-select-label.shadow-sm {
    min-height: 270px;
}
	.stylefile-swiper.swiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden {
    width: 100%;
    height: auto !important;
}
	.mid-box.denim .jeans-check-image-placeholder {
    height: 50px;
}
	.modal-dialog.modal-dialog-centered .item-card {
    text-align: center;
    margin-bottom: 0px;
}
	.jeans-check-image-placeholder.thigh {
		height: 160px;
	}

    .jeans-check-image-placeholder.pnt-styl {
        height: 110px;
    }

	.shuffle-ar.justify-content-center h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.shuffle-ar.justify-content-center p {
		font-size: 16px;
		margin-bottom: 0px;
	}

	.footer-logo-container {
		width: 50px;
		height: 50px;
		background: transparent;
		border-radius: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 1rem;
	}

	.styled-box h3 {
		font-weight: 300;
		font-size: 22px;
		line-height: normal;
		color: #000435;
	}

	.ps-recommended-badge {
		background-color: #000435;
		color: #ffffff;
		padding: 0.25rem 0.75rem;
		border-radius: 0.25rem;
		font-weight: 600;
		display: inline-block;
		margin-bottom: 0.5rem;
		font-size: 12px;
		margin-top: -35px;
	}

	.card.p-2.shadow-lg.selection-card .fw-bold {
		font-weight: 600 !important;
		color: #000435 !important;
		font-size: 16px;

	}

	.logo-box img {
		position: absolute;
		top: 3px;
		left: 0px;
	}

	ul.left-nav li a {
		padding: 10px 0px 10px !important;
		transition: ease-in-out 0.5s;
		border-bottom: 3px solid transparent;
	}

	.est-dat b {
		color: #000435;
		display: block;
		font-size: 16px;
		margin-bottom: 0px;
		text-align: center;
	}

	.est-dat p {
		color: #000435;
		display: block;
		font-size: 16px;
		margin-bottom: 20px;
		font-weight: 700;
		text-align: center;
	}

	label.btn.btn-outline-dark {
		border-color: #7fc9a1;
		color: #000435;
		border-radius: 10px !important;
		padding: 5px 8px !important;
	}

	header.container-fluid.py-3.mb-0.pb-0.header-container {
		height: 65px;
		border-bottom: 1px solid #7fc9a1;
		max-width: 94%;
	}

	.col-auto.logo-col img {
		max-width: 140px;
	}

	.card.p-2.shadow-lg.selection-card .card-body.d-flex.align-items-center.justify-content-center.text-center {
		padding-bottom: 80px !important;
	}

	.card.p-2.my-4.shdw-no.shadow-lg.selection-card {
		box-shadow: none !important;
		padding: 0px 0px !important;
	}

	.logo-box a {
		position: absolute;
		top: 19px;
		left: 0px;
	}

	a#back-button {
		background: transparent;
		border: 0px;
		padding: 0px;
		position: absolute;
		right: 0px;
		top: 21px;
	}

	.modal-dialog.modal-dialog-centered {
		display: flex;
		align-items: end !important;
		min-height: calc(100% - var(--bs-modal-margin) * 0) !important;
		margin: 0 auto !important;
		border-bottom-left-radius: 0px !important;
	}

	.card-body.p-z.d-flex.align-items-center.justify-content-center.text-center {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.modal-content {
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
	}

	.container.d-flex.flex-column.align-items-center {
		max-width: 500px;
		padding: 0px;
	}

	.reward-modal-text-custom {
		font-size: 13px;
		color: #000435;
	}

	.reward-modal-title-custom {
		font-size: 20px !important;
		font-weight: 600;
	}

	.product-data-label-btn {
		white-space: nowrap;
		margin-right: 0px !important;
		border-radius: 0.25rem;
		font-size: 13px;
	}

	.product-data-card h2.product-data-title {
		font-weight: 700;
		font-size: 20px;
		line-height: normal;
		color: #000435;
		margin-top: 15px;
	}

	.fix-d-calendar-placeholder.p-3 {
		padding: 0px !important;
	}

	h1.style-shuffle-title.style-shuffle-text-dark-blue.mb-3 {
		text-align: center;
		font-size: 30px;
		margin-top: 25px;
	}

	p.style-shuffle-question.fs-4 {
		text-align: center;
		font-size: 18px !important;
	}

	.fix-d-bg-dark {
		background-color: #000435;
		padding: 29px 20px 29px;
	}

	.h-100.fix-d-bg-dark H3 {
		font-size: 25px;
		font-weight: 300;
	}

	h2.mb-2.fix-d-font-dark {
		font-size: 25px;
	}

	.fix-d-card-main {
		border: 1px solid #7FC9A1;
		box-shadow: none !important;
		padding: 20px 20px;
	}

	.owl-carousel.styled-for-you-carousel .owl-stage-outer {
		margin-right: -11px;
	}
	.owl-carousel.brand-for-you-carousel .owl-stage-outer {
		margin-right: -11px;
	}

	.styled-for-you-subtitle {
		font-size: 18px;
		color: #000000;
		margin-bottom: 40px;
	}

	.styled-for-you-title {
		letter-spacing: 2px;
		margin-bottom: 0px;
		font-weight: 800;
		font-size: 30px;
		line-height: normal;
		color: #000435;
	}
.form-check.dress-select.color-select label.form-check-label {
    min-height: 40px;
    font-size: 8px;
    padding: 4px;
}
    .form-check.dress-select.color-select {
        padding: 2px;
        width: 20%;
        height: 75px;
    }
.form-check.dress-select.color-select label.form-check-label {
    min-height: 40px;
    font-size: 8px;
    padding: 4px;
}
	.form-check.dress-select.color-select label {
		min-height: 100px;
	}

	.loader-c {
		position: relative;
		z-index: 2;
	}

	section.loader-bg:before {
		position: absolute;
		content: "";
		background: #7fc9a1;
		width: 100%;
		height: 100%;
		left: -12px;
		top: -2px;
	}

	section.loader-bg:after {
		position: absolute;
		content: "";
		background: #7fc9a1;
		width: 100%;
		height: 100%;
		right: -12px;
		top: -2px;
	}

	div#ColorTypeModal .form-check.dress-select {
		padding: 10px;
		width: 33%;
	}

	div#PatternModal .form-check.dress-select {
		padding: 10px;
		width: 33%;
	}

	div#PatternModal .form-check.dress-select label {
		min-height: 100px;
	}

	div#ColorTypeModal .form-check.dress-select label {
		min-height: 100px;
	}

	.modal-body.fancy-scrollbar-body.text-center h3 {
		font-size: 17px;
		color: #000435;
	}

	label.btn.btn-outline-primary {
		border: 1px solid #7fc9a1;
		color: #000435;
		font-size: 13px;
	}

	.container.py-5 {
		padding: 10px 0px 20px !important;
	}

	ul.box-list li {
		list-style: disc;
		color: #000435;
		margin-left: 20px;
		font-size: 15px;
	}

	.card.p-2.shadow-lg.selection-card.lrg-card p {
		text-align: left;
		color: #000435;
		font-size: 15px;
	}

	.card.p-2.shadow-lg.selection-card.lrg-card h3 {
		text-align: left;
		color: #000435;
		font-size: 20px;
	}

	.card.p-2.shadow-lg.selection-card.lrg-card p {
		text-align: center;
		color: #000435;
	}

	.bubble-container {
		margin-bottom: 20px;
	}

	.heading-left h2 {
		text-align: center;
		font-weight: 600 !important;
		color: #000435;
		font-size: 27px;
	}

	.bubble-content {
		display: flex;
		flex-direction: column;
		font-family: "Poppins", sans-serif;
		font-size: 13px;
		font-weight: 400;
		height: 100%;
		width: 100%;
		justify-content: center;
		line-height: 1.375rem;
		text-align: center;
		padding: 10px;
		opacity: 1;
		transition: opacity 0.3s ease-in-out;
	}

	.chart-container {
		height: 446px;
		margin: 0 auto;
		position: relative;
		width: 322px;
		list-style: none;
		font-family: "Poppins", sans-serif;
		padding: 0;
	}

	.card.p-2.shadow-lg.selection-card.lrg-card {
		width: 100%;
		max-width: 100%;
	}

	.brth-dy-month-input {
		width: 70px;
	}

	.brth-dy-day-input {
		width: 70px;
	}

	.brth-dy-year-input {
		width: 70px;
	}

	.brth-dy-date-input {
		border: none;
		border-bottom: 2px solid #000435;
		padding: 5px 0;
		font-size: 15px;
		text-align: center;
		outline: none;
		color: #ccc;
		transition: border-bottom-color 0.3s;
		color: #000435;
	}

	.color-select .color-swatch-box {
		width: 100%;
		height: 60px;
		border-radius: 10px;
	}

    .form-check.dress-select {
        padding: 10px;
        width: 100%;
    }

	.dress-select .form-check-label {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.d-flex.flex-column.align-items-center a {
		font-weight: 600;
		font-size: 14px;
		line-height: normal;
		text-align: center;
		color: #000435;
		padding: 13px 8px;
	}

	.jeans-check-image-placeholder {
		height: 100px;
	}

	label.btn.btn-outline-secondary.rounded-pill {
		padding: 4px 10px;
	}

	.row.sleeves-fit-card h2 {
		font-size: 22px;

	}

	.sleeves-illustration-img {
		        max-width: 50%;

		height: auto;
		display: block;
		margin: 0 auto;
	}

	.btn-size-circle {
		border-radius: 20px !important;
		padding: 6px 12px !important;
		font-size: 15px;
		transition: all 0.2s;
		cursor: pointer;
		margin-bottom: 2px;
		border: 1px solid #000435;
	}

	.card-body {
		padding: 20px !important;
	}

	h2.card-title.heading-font {
		font-weight: 300;
		color: #000435;
		margin-bottom: 10px !important;
		display: block;
		font-size: 27px;
	}

	nav.navbar.navbar-expand-lg.bg-white.sticky-top {
		height: 55px;
	}

	.navbar-brand-custom {
		font-size: 1.75rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #1a2d59;
		margin: 0 auto;
		position: absolute;
		left: 0px;
		right: 0px;
	}

	.bubble.open .description-stack {
		display: flex;
		margin-top: 11px;
		padding: 0 20px;
	}

	.bubble.xl.adjusted {
		bottom: 80px;
		left: -15px;
		height: 113px;
		width: 113px;
	}

	.bubble.xs.adjusted {
		bottom: 40px;
		right: auto;
		left: 70px;
	}

	.bubble.md.adjusted {
		bottom: 75px;
		left: auto;
		right: 45px;
	}

	.bubble.adjusted {
		z-index: 5;
		height: 118px;
		width: 118px;
		bottom: 150px;
		left: auto;
		right: 0px;
	}

	.bubble.open {
		height: 260px;
		width: 260px;
		left: -15px;
		top: 45px;
		z-index: 1;
	}

	.modal-check-selection .modal-title {
		font-size: 20PX;
		font-weight: 500;
	}

	.bubble.xs.minimized {
		bottom: 0px;
		left: 30px;
		right: auto;
		height: 120px;
		width: 120px;
		z-index: 1;
	}

	.bubble.md.minimized {
		bottom: 100px;
		left: 35px;
		height: 156px;
		width: 156px;
		z-index: 4;
	}

	.bubble.lg.minimized {
		top: 100px;
		right: 20px;
		left: auto;
		height: 170px;
		width: 170px;
		z-index: 4;
	}

	.bubble.xl.minimized {
		top: 10px;
		left: 0px;
		height: 200px;
		width: 200px;
		z-index: 4;
	}

	.styles_moduleWrapper__uXLLQ {
		display: block;
		grid-template-areas:
			"title chart"
			"copy copy";
		grid-template-columns: 1fr 375px;
		grid-template-rows: 1fr auto;
		align-items: center;
		max-width: 800px;
		margin: 0 auto;
	}

	.selection-card {
		border: none;
		border-radius: 0.9375rem;
		width: 100%;
		margin: 20px auto;
	}

	.ui-datepicker td {
		padding: 4.6px 6px;
	}

	.account-s-group-heading {
		font-size: 20px;
	}

	.account-s-list-card {
		margin: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0px 0 50px;
	}

	.account-s-item-row {
		padding: 15px 15px;
	}

	.account-s-item-content {
		display: flex;
		flex-grow: 2;
		justify-content: space-between;
		align-items: start;
		flex-direction: column;
	}

	.setting-panel {
		flex-wrap: wrap;
		padding: 15px;
		align-items: flex-start;
	}

	.panel-left {
		min-width: 100%;
		margin-bottom: 5px;
		/* Space between heading and content */
	}

	.panel-content {
		padding: 0;
		margin-bottom: 10px;
		order: 2;
		/* Move content below heading and button */
		flex-basis: 100%;
	}

	.edit-button {
		padding: 8px 12px;
		order: 2;
		/* Place button next to heading (or on the same row) */
	}

	.panel-left {
		flex-grow: 1;
		/* Allows the heading to take up available space */
	}

	.setting-panel {
		/* Align content correctly in mobile view */
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.panel-left,
	.edit-button {
		/* Ensure they are on the first line */
		flex-shrink: 0;
	}

	button.menu-toggle {
		margin: 0px;
	}

	.user-name {
		font-size: 16px;
		font-weight: 500;
		text-decoration: none;
		display: none;
	}

	section.contact-us-content h2 {
		font-weight: 500 !important;
		font-size: 22px;
		color: #000425;
	}

	ul.steps-text.d-flex.g-2.clearfix {
		text-align: center;
		padding: 10px 0px 10px;
		font-size: 20px;
		font-weight: 500;
		background-color: rgb(0 0 0 / 6%);
		padding-left: 0px;
		max-width: 190px;
		border-radius: 10px;
		margin: 0 auto;
		box-shadow: 0 1px 0 rgba(255, 255, 255, .03), inset 0 1px 0 rgba(0, 0, 0, .1);
	}

	.bar {
		height: 40px;
		width: 200px;
	}

	ul.steps-text li {
		position: relative;
		font-size: 16px;
		font-weight: 500;
		color: #539370;
	}

	.logo-box.text-center img {
		max-width: 60px;
	}

	.loading-outer {

		max-width: 1178px;
		margin: 0 auto;
		left: 0px;
		right: 0px;
	}

	h1.loading-line {
		color: #1D1E4E;
		font-size: 22px;
		font-weight: 600;
		margin-top: 0;
		margin-bottom: 0px !important;
		padding: 50px 10px;
	}

	ul.steps-text.d-flex.g-2.clearfix li:after {
		position: absolute;
		content: "/";
		left: 0px;
		font-weight: bold;
		font-size: 22px;
		top: -5px;
	}

	.loading-outer {

		max-width: 1178px;
		margin: 0 auto;
		left: 0px;
		right: 0px;

	}

	h5.section-title {
		color: #000435;
		font-size: 20px;
	}

	.ceo-desc h5 {
		font-size: 22px;
		color: #000435;
	}

	img.ceo-img.w-100 {
		margin-bottom: 20px;
	}

	.icon-wrap {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	p.main-desc {
		color: #000435;
		font-size: 15px;
		padding-right: 0px;
	}

	h2.main-title {
		font-size: 22px;
		color: #000435;
		margin-bottom: 10px !important;
	}

	section.product-collection hr {
		border-color: #7fc9a1;
		opacity: 1;
		max-width: 1150px;
		margin: 40px 13px 30px;
	}

	.heading-bg h1 {
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
		text-align: center;
		color: #000435;
	}

	.save-box {
		margin-top: 10px;
	}

	.input-spc input[type=text] {
		width: 100%;
	}

	.sign-in-text {
		color: #000435;
		font-size: 15px;
		margin-bottom: 1.5rem !important;
	}

	.selection-title {
		font-weight: 400;
		font-size: 20px;
		line-height: normal;
		color: #000435;
	}

	.col-md-6.d-flex.img-bg-home.justify-content-center.align-items-center.p-8.lg\:p-12 {
		background: #c5d7e5;
		padding: 30px 0px 0px;
	}

	.col-md-6.d-flex.img-bg.justify-content-center.align-items-center.p-8.lg\:p-12 {
		background: #c5d7e5;
		padding: 40px 0px 40px;
	}

	.holiday-swiper-container {
		width: 100%;
		height: auto;
	}

	.slide-text-content {
		height: auto;
		width: 100%;
		padding: 40px 0px;
	}

	.swiper-slide.custom-swiper-slide {
		display: block !important;
	}

	.slide-visual-content {
		width: 100%;
		padding: 0px 0px;
		height: auto;
	}

	.slide-text-content {
		width: 100%;
	}

	a.btn.btn-sage.w-100 {
		margin-top: 10px;
	}

	img.bar-logo {
		max-width: 120px;
	}

	ul.navbar-nav.justify-content-end.flex-grow-1.pe-3 li a {
		font-size: 15px !important;
		font-weight: 500 !important;
	}

	a.mob-view.sign-in-btn {
		position: absolute;
		right: 15px;
		color: #000435;
		font-weight: 500;
		top: -1px;
	}

	.main-heading {
		font-size: 35px;
		font-weight: 900;
		color: #121A37;
		margin: 0 0 10px 0;
	}

	.easy-steps .lead {
		font-weight: 300;
		font-size: 16px;
		line-height: normal;
		color: #000000;
	}

	.easy-steps h2 {
		letter-spacing: 2px;
		margin-bottom: 0px;
		font-weight: 800;
		font-size: 35px;
		line-height: normal;
		color: #000435;
	}

	ul.list-unstyled.stylefile-list li i {
		position: absolute;
		left: 0px;

		top: 6px;
	}

	.faq-title {
		font-weight: 800;
		font-size: 30px;
		color: #000435;
	}

	.faq-subtitle {
		margin-bottom: 25px;
		font-weight: 400;
		font-size: 17px;
		line-height: normal;
		color: #000435;
	}

	ul.list-unstyled.stylefile-list li {
		font-size: 15px;
		line-height: 24px;
		position: relative;
		padding-left: 30px;
	}

	section.get-style-file.stylefile-section-main p {
		font-weight: 400;
		font-size: 16px !important;
		line-height: normal;
		color: #000435;
		margin-bottom: 10px;
	}

	section.get-style-file h1 {
		font-size: 30px;
		line-height: 40px;
		color: #000435;
		margin-bottom: 15px;
	}

	.right-col-text span {
		display: inline-block;
		font-weight: 400;
		font-size: 16px;
	}

	.slider-wrapper {
		width: 300px;
		height: 300px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.right-col-text {
		color: #1a3a5e;
		padding-top: 30px;
	}

	.custom-two-tone-bg {
		background: #ABC3D4;
		padding: 0px 0px 80px;
	}

	.mid-col:before {

		background: transparent;
	}

	.right-col-text.max-w-lg.text-center.md\:text-left h2 {
		font-size: 30px;
		text-align: center;
		color: #000435;
		line-height: 40px;
		font-weight: 300;
		padding-top: 25px;
	}

	.mid-col:after {

		background: transparent;
	}

	.caption {
		position: relative;
		z-index: 5;
		color: #fff;
		padding: 15px;
		min-height: 235px;
		width: 400px;
		background-color: #ffffffd4;
		border-radius: 20px;
	}

	.swiper-slide .caption-container {
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: start;
		justify-content: center;
		text-align: center;
	}

	.dsk-view {
		display: none !important;
	}

	.mob-view {
		display: block !important;
	}

	.caption {
		width: 300px;
	}

	.caption h2 {
		margin: 0 0 10px;
		font-size: 28px;
	}

	a.navbar-brand.navbar-brand-custom.order-1 img {
		max-width: 150px;
		margin: 0 auto;
		display: block;
	}

	nav.navbar.navbar-expand-lg .container-fluid {
		width: 100%;
		max-width: 100%;
		padding: 0px 15px;
	}

	button.navbar-toggler.me-3 {
		border: 0px solid transparent;
		padding: 0px;
		position: relative;
		z-index: 4;
		color: #121A37;
		margin-left: -2px;
	}

}