@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
}

body {
    color: #777C81;
    box-sizing: border-box;
}
.ion-page {
    overflow: hidden !important;
}
a {
    text-decoration: none !important;
    ;
    color: #1F405E;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.common-button {
    width: 100%;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    background-color: #0B0E36;
    ;
    display: inline-block;
    padding: 15px 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    border-radius: 9px;
}

.common-section-heading {
    font-size: 1.2em;
    font-weight: 600;
    color: #1C3D5D;
    margin-bottom: 15px;
}

.modal-backdrop.show {
    opacity: .7;
}

.modal-dialog {
    position: relative;
    width: 100%;
    margin: 0px;
    pointer-events: none;
}

.modal-content {
    border-radius: 0px;
}

.white-link {
    color: #fff
}

.white-link img {
    filter: invert(1) brightness(200);
}

/******Form Label Annimation****/
.form-item {
    position: relative;
    margin-bottom: 15px
}

.form-item input {
    display: block;
    width: 100%;
    height: 55px;
    background: transparent;
    border: solid 1px #DCDCDC;
    transition: all .3s ease;
    padding: 0 25px;
    border-radius: 9px;
    color: #777C81
}

.form-item input:focus {
    color: #777C81;
    outline: none;
    border: solid 1px #DCDCDC;
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 14px;
    left: 15px;
    font-size: 14px;
    background: #fff;
    padding: 0 10px;
    color: #999;
    transition: all .3s ease;
    margin: 0px;
    pointer-events: none;
}

.form-item input:focus+label,
.form-item input:valid+label {
    top: -12px
}

.form-item input:focus+label {
    color: #777C81
}

/******End:Form Label Annimation****/
@media(min-width:768px) {
    .mobile-content {
        display: none
    }

    .container {
        padding: 0px 17px;
    }
}

/*********** Welcome Page Css************/
.welcome-screen {
    min-height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*********** End:Welcome Page Css************/
/*********** Screen 1 ***********/
.select-your-store h1 {
    text-align: center;
    color: #1C3D5D;
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.select-your-store {
    padding-top: 30px;
    height: calc(100vh - 30px);
}

.each-of-chose-option {
    border-radius: 20px;
    overflow: hidden;
    height: 50%;
}

.each-of-chose-option>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.select-store-wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 10px;
}

.each-choose-option-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: baseline;
}

.each-choose-option-text p {
    max-width: 110px;
    margin: 0px;
    color: #1C1C1C;
    font-size: 0.8em;
}

.each-choose-option-text a {
    font-weight: 600;
    transition: all 0.5s;
}

#enter-mobile-number-Modal .modal-body,
#enter-otp-Modal .modal-body {
    padding: 35px;
    background-color: #fff;
}

#enter-mobile-number-Modal .modal-body h2,
#enter-otp-Modal .modal-body h2 {
    text-align: center;
    color: #1C3D5D;
    font-size: 1.4rem;
    margin-bottom: 40px;
}

#enter-otp-Modal .modal-body h2 {
    margin-bottom: 15px;
}

#enter-otp-Modal .modal-body p {
    text-align: center;
}

.position-bottom.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, 50px);
}

.position-bottom .modal-dialog {
    position: fixed !important;
    bottom: 0 !important;
    left: 0% !important;
    right: 0% !important;
    margin-bottom: 0 !important;

}

.position-bottom.modal.show .modal-dialog {
    transform: none;
}

.modal-close {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 43px;
    height: 43px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*********** End:Screen 1 ***********/
/*********** Screen 2 ***********/
.header-area {
    padding: 20px 0px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.07);
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
    background: #fff;
    height: 70px;
    display: flex;
    align-items: center;
}

.header-right-area ul {
    gap: 10px
}

.logo-area a img {
    height: 30px
}

.header-right-area ul li {
    position: relative;
}

.header-right-area ul li a img {
    width: 20px;
}

.header-right-area ul li a span {
    position: absolute;
    color: #fff;
    background-color: #40C649;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5em;
    line-height: normal;
    top: -1px;
    right: -5px;
}

.page-heading {
    gap: 10px
}

.page-heading h4 {
    font-size: 1.3em;
    font-weight: 600;
    color: #1C3D5D;
    margin-bottom: 0px;
}

.page-heading h4 img {
    margin-right: 15px;
}

.footer-floting-uttons {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 99;
    background-color: #fff;
    ;
    -webkit-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.07);
    padding: 13px 10px 10px 8px
}

.footer-floting-uttons ul {
    display: flex;
    justify-content: space-around;
}

.footer-floting-uttons ul li {
    text-align: center;
}

.footer-floting-uttons ul li a p {
    margin: 0px;
    color: #000;
    font-size: 0.8em;
}

.footer-floting-uttons ul li a img {
    height: 18px
}

.select-category-listing {
    padding: 24px 0px 70px;
}

.select-category-listing {
    margin-top: 70px;
}

.each-category-listing {
    border-radius: 20px;
    overflow: hidden;
}

.select-category-listing-wrapper .each-choose-option-text {
    gap: 10px;
}

.select-category-listing-wrapper .each-choose-option-text h4 {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0px 3px 3px rgba(1, 81, 87, 0.6);
    margin: 0px;
}

.each-category-listing:not(:last-child) {
    margin-bottom: 20px;
}

.dark-text {
    color: #2B2B2B !important;
    text-shadow: 0px 3px 3px rgba(116, 54, 0, 0.6) !important;
}

.page-heading-content p {
    font-size: 0.8em;
    color: #777C81;
    margin: 0px;
}

/*********** End:Screen 2 ***********/
/*********** Screen 3 ***********/
.collection-details {
    margin-top: 70px;
    padding: 30px 0px 80px;
}

.category-image {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    overflow: hidden;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.round-categories-area ul {
    display: flex;
    overflow-x: scroll;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 20px;
}

.category-name p {
    text-align: center;
    margin: 0px;
    margin-top: 10px;
    font-size: 0.7em
}

.all-category-area {
    margin-top: 15px;
}

.all-category-area .each-collection-product img {
    border-radius: 7px;
    height: 28vh;
    width: 100%;
    object-fit: cover;
}

.all-category-area .each-collection-product h4 {
    font-size: 0.7em;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.collection-product-holder {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
    box-sizing: border-box;
}

.each-collection-product {
    width: calc(50% - 5px);
}

.each-collection-image {
    position: relative;
}

.new-arrival-text {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.6em;
    font-weight: 600;
    color: #fff;
    background: url('../images/new-arrival-tag.png') no-repeat center center / contain;
    padding: 5px 15px 5px 5px;
}

.wishlist-icon {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.wishlist-icon img {
    width: 13px !important;
    height: auto !important;
}

.add-to-cart-button {
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    background-color: #fff;
    border-radius: 3px;
    color: #777C81;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9em;
    padding: 5px 10px;
    font-weight: 600;
    bottom: 10px;
}

.all-category-area .each-collection-product h4 {
    font-size: 0.9em;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-top: 10px;
}

.each-collection-product h5 {
    text-align: left;
    font-weight: 600;
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #000
}

/*=====  Add to Cart popup =======*/
.add-to-cart-wrapper {
    background-color: #fff;
    /*position: fixed;*/
    bottom: 0%;
    left: 0px;
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
    max-height: 75vh;
    overflow-y: scroll;
}

.cart-product-image img {
    width: 115px;
    border-radius: 7px
}

.cart-product-name-and-price {
    padding-top: 15px;
}

.cart-product-name-and-price p {
    color: #777C81;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.cart-product-name-and-price h4 {
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 0px;
    color: #000
}

.cart-product-details {
    padding-bottom: 15px;
    border-bottom: 1px solid #D2D2D2;
}

.cart-product-description {
    padding-top: 15px;
}

.cart-product-description h3 {
    color: #313234;
    font-size: 1em;
}

.cart-product-description p {
    color: #777C81;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.item-size ul {
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.item-size ul li div {
    position: relative;
}

.item-size ul li div input {
    width: 100%;
    padding: 10px;
    outline: none;
    background-color: #F2F5F8;
    border: 0px;
    border-radius: 0px;
    text-align: center;
    width: 40px;
    height: 35px;
    font-size: 0.7em;
    color: #000
}

.item-size ul li div label {
    text-transform: capitalize;
    font-size: 0.7em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-duration: 0.5s;
    margin: 0px;
    color: #777C81;
    pointer-events: none;
}

.item-size ul li div input:focus+label {
    left: 18px;
    top: 1px;
    font-size: 0.7em;
}

.item-size {
    margin-top: 15px;
    margin-bottom: 20px;
}

.choose-color ul {
    flex-wrap: wrap;
    align-items: center;
}

.choose-color ul li {
    position: relative;
}

.choose-color ul li:after {
    content: url(../images/akar-check.png);
    position: absolute;
    left: 8px;
    top: 3px;
    transform: scale(0.75);
    opacity: 0;
    ;
}

.choose-color ul li img {
    border-radius: 100%;
    border: 4px solid #fff;
    width: 29px
}

.choose-color ul li.active span {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.32);
}

.choose-color ul li.active:after {
    opacity: 1;
    ;
}

.cart-button {
    width: calc(50% - 5px)
}

.cart-button a {
    font-size: 0.9em;
    border-radius: 7px;
    padding: 15px;
    height: 100%;
}

.cart-button a img {
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
    opacity: 1;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-box {
    width: 29px;
    height: 29px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    /* margin-right: 5px; */
    border: 4px solid #fff;
    box-shadow: inset 0px 0px 1px 0px #000000bd !important;
}

.choose-color ul li:after {
    content: url(../images/Tick_tok.png);
    position: absolute;
    left: 12px;
    top: 0px;
    transform: scale(0.75);
    opacity: 0;
}

.choose-color {
    margin-top: 12px;
    /* background: #e1e1e1; */
    border-radius: 5px;
    padding: 10px 5px;
}

.size-and-cart-button {
    margin-top: 25px;
    border: 1px solid #F088AD;
    border-radius: 10px;
    padding: 15px 15px 20px
}

.size-chart-icon {
    font-size: 1.1em;
    font-weight: 600;
    color: #4294FF;
}

.size-chart-icon img {
    margin-right: 10px;
}

.size-holder {
    width: calc(50% - 5px);
}

.size-holder ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 9px;
    row-gap: 14px;
}

.size-holder ul li {
    width: 50px;
}

.size-holder .form-item input {
    display: block;
    width: 100%;
    height: 37px;
    background: #F2F5F8;
    border: solid 0px #DCDCDC;
    transition: all .3s ease;
    padding: 0 15px;
    border-radius: 0px;
    color: #777C81;
    font-size: 14px;
}

.size-holder .form-item label {
    top: 10px;
    left: 50%;
    font-size: 10px;
    background: transparent;
    padding: 0 10px;
    transform: translateX(-50%);
    text-wrap-mode: nowrap;
}

.size-holder .form-item input:focus+label,
.size-holder .form-item input:valid+label {
    top: -10px;
    left: 2px;
    transform: none;
}

.size-and-cart-button-heading {
    margin-bottom: 13px;
}

.size-holder .form-item {
    margin-bottom: 0px;
}

.fiilter-area {
    background-color: #ffffff;
    padding: 13px 0px;
    -webkit-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.07);
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 99;
}

.fiilter-area ul {
    display: flex
}

.fiilter-area ul li {
    width: 33.33%;
    text-align: center;
}

.fiilter-area ul li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #777C81;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    padding: 3px;
}

.fiilter-area ul li:not(:last-child) {
    border-right: 1px solid #D2D2D2;
}

.fiilter-area ul li>img {
    height: 22px;
}

/*==== Sort By =====*/
.sort-product-options {
    background-color: #fff;
    padding: 18px 20px;
    position: fixed;
    bottom: 0%;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.sort-heading img {
    margin-right: 10px;
}

.sort-heading h5 {
    font-size: 1.2em;
    padding-bottom: 12px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 15px;
    color: #1C3D5D
}

.sort-options ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sort-options ul li a {
    display: inline-block;
    width: 100%;
    font-size: 0.8em;
    line-height: normal;
    padding: 10px 15px;
    color: #9C9C9C;
    border-radius: 5px;
    text-decoration: none
}

.sort-options ul li.active a {
    background-color: #F2F2F2;
}

/*===== Filter =====*/
.filter-product-option {
    top: 0px;
    left: -100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    height: 100%;
    z-index: 999;
    transition: all 0.5s;
}

.filter-product-option.active {
    left: 0px;
    transition: all 0.5s;
}

.filter-product-option .sort-heading {
    padding: 20px 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    background: #fff;
}

.filter-product-option .sort-heading h5 {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.left-options-listing {
    background-color: #F2F5F8;
}

.left-options-listing ul li a {
    font-size: 1em;
    display: block;
    padding: 15px 15px;
    width: 100%;
    white-space: nowrap;
}

.left-options-listing ul li.active a {
    background-color: #fff;
}

.form-group {
    display: block;
    margin-bottom: 5px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    font-size: 0.9em;
    color: #9C9C9C
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #C5C5C5;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 11px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.category-filter {
    height: calc(100vh - 65px)
}

.color-option-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 7px;
    overflow: hidden;
    max-height: calc(100vh - 160px);
    overflow-y: scroll;
}

.color-option-wrapper ul li {
    width: calc(50% - 3.5px);
}

.color-option-wrapper ul li a {
    padding: 3px 5px;
    border: 1px solid #D9D9D9;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    font-size: 0.8em;
    color: #9C9C9C;
    text-decoration: none;
}

.color-option-wrapper ul li a img {
    width: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.color-filter {
    padding-bottom: 20px;
}

.color-option-wrapper ul li.active a {
    background-color: #DAE7F8;
    border: 1px solid #DAE7F8;
    color: #000
}

.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
}

input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 100%;
    position: absolute;
    left: 0;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: #1C3D5D;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 3px solid #1C3D5D;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    margin-top: -6px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

.range-slider-wrapper {
    border-bottom: 0px;
    position: relative;
}

.rangeValues {
    font-size: 1em;
    margin-top: 20px;
    color: #000000;
    display: inline-block;
}

.each-filter-part {
    display: none;
    ;
}

.each-filter-part.active {
    display: block;
}

.right-filter-part {
    background-color: #fff;
    padding: 20px 15px;
    width: 100%;
    width: 100%;
}

.filter-button-area {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 23px;
    -webkit-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.filter-button-area ul {
    display: flex;
    width: 100%;
}

.filter-button-area ul li {
    width: 50%;
}

.filter-button-area ul li a {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #fff;
    background-color: #000;
    padding: 10px 15px;
    width: 100%;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}

.filter-button-area ul li.reset a {
    background: #fff;
    color: #777C81
}

/*********** End:Screen 3 ***********/
/*********** Screen 4 **********/
.product-details-page-wrapper {
    margin-top: 70px;
}

.product-details-page-wrapper {
    padding: 6px
}

.product-details-image img {
    width: 100%
}

.product-details-content {
    padding: 15px
}

.product-details-content h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #373737
}

.product-details-content h6 {
    font-weight: 700;
    font-size: 1.2em;
    color: #1C3D5D;
    margin-bottom: 0px;
}

.wishlist-button {
    background-color: #DAE7F8;
    color: #1C3D5D;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.you-may-also-like-slider {
    background-color: #F2F5F8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.you-may-also-like-slider h3 {
    font-size: 1.1rem;
    padding-left: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.you-may-also-like-slider .new-arrival-text {
    bottom: 10px;
    top: auto;
}

.you-may-also-like-slider .each-collection-product {
    width: 100%;
}

.price-box {
    gap: 10px;
    margin-bottom: 5px;
}

/*********** End:Screen 4 **********/
/*********** Screen 5 **********/
.item-count-and-price {
    background-color: #F2F5F8;
    padding: 25px 15px 25px 15px;
    margin-top: 70px;
}

.item-count-and-price h5 {
    font-size: 1em;
}

.item-count-and-price h5 strong {
    font-weight: 600;
}

.item-count-and-price p {
    color: #777C81;
    font-size: 0.8em;
    margin: 0px;
}

.item-count-and-price p span {
    color: #3FBDC6;
    font-weight: 600;
}

.each-added-item {
    padding: 15px;
    padding-bottom: 10px;
    border-bottom: 8px solid #F2F5FA;
    display: flex;
    flex-wrap: wrap;
}

.added-item-image {
    min-width: 130px;
    max-width: 130px;
}

.added-item-image img {
    width: 100%;
    border-radius: 7px;
}

.added-item-details {
    padding-left: 15px;
    flex: 0 0 calc(100% - 130px);
}

.added-item-details p {
    font-size: 1em;
    font-weight: 600;
    color: #373737;
    margin-bottom: 10px;
}

.added-item-details .item-size {
    margin-top: 0px;
    margin-bottom: 10px;
}

.update-area a {
    color: #1C3D5D;
    font-size: 0.8em;
    font-weight: 600;
    border: 1px solid #1C3D5D;
    border-radius: 5px;
    padding: 8px 15px;
}

.delete-icon {
    position: absolute;
    top: 15px;
    right: 20px;
}

.each-added-item h5 {
    font-size: 1.1em;
    margin: 0px;
    color: #000;
    font-weight: 600;
    ;
}

.move-to-wishlist {
    flex-basis: 100%;
    border-top: 1px solid #E1E1E1;
    margin-top: 20px;
    padding-top: 10px;
}

.move-to-wishlist a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #0B0E36
}

.price-details-area {
    padding: 20px 15px;
    background-color: #fff;
}

.price-details-area h5 {
    color: #4D4F51;
    font-size: 1.1em;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.price-break {
    padding: 20px 0px;
}

.price-break .d-table .d-table-cell {
    color: #777C81;
    font-size: 0.9em;
}

.price-break .d-table .d-table-cell span {
    color: #0DC59E
}

.price-break .d-table .d-table-cell:nth-child(even) {
    text-align: right;
}

.price-break .d-table .d-table-cell strong {
    color: #4D4F51;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1em;
}

.price-break .d-table {
    padding: 5px 0px;
}

.price-break .d-table:last-child {
    border-top: 1px solid #D8D8D8;
    padding-top: 15px;
    margin-top: 15px;
}

/*********** End:Screen 5 **********/
/*********** Screen 6 ***********/
.address-content-wrapper {
    background-color: #F2F5F8;
    margin-top: 70px;
}

.address-content-wrapper h3 {
    font-size: 1em;
    font-weight: 600;
    padding: 20px 15px 15px;
    color: #1C3D5D;
    background-color: #fff;
}

.address-details {
    padding: 25px 15px;
    background-color: #fff;
}

.address-details h5 {
    font-size: 1rem;
    color: #515151;
    margin-bottom: 15px;
}

.address-details p {
    font-size: 0.8rem;
    color: #777C81
}

.address-details p strong {
    font-weight: 600;
}

.address-details p:last-child {
    margin: 0px;
}

.shipping-address-wrapper a {
    font-size: 1em;
    color: #0190E8;
    font-weight: 600;
    position: absolute;
    right: 11px;
    top: 10px;
}

/*********** End:Screen 6 ***********/
/*********** Screen 7 *********/
.add-new-address {
    padding: 15px;
    background-color: #fff;
    position: sticky;
    top: 70px;
    z-index: 9;
}

.add-new-address a {
    border: 1px solid #1C3D5D;
    padding: 15px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;
    text-align: center;
    color: #1C3D5D;
    font-weight: 600;
    border-radius: 9px;
}

.choose-address .address-details {
    padding-left: 40px;
}

.address-details input {
    position: absolute;
    top: 29px;
    left: 15px;
}

.confirm-address-button {
    padding: 15px 15px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
}

.saved-address-listing {
    height: calc(100% - 160px);
    overflow-y: scroll;
    padding-bottom: 100px;
}

/*********** End:Screen 7 *********/
/*********** Screen 8 **********/
.new-address-feilds-wrapper {
    padding: 35px 20px 70px;
}

.main-content-wrapper {
    background-color: #fff;
}

.new-address-feilds-wrapper .form-item input {
    height: 65px;
}

.new-address-feilds-wrapper .form-item label {
    top: 20px;
}

.new-address-feilds-wrapper .form-item {
    margin-bottom: 28px;
}

.new-address-feilds-wrapper h6 {
    color: #000;
    margin-bottom: 28px
}

/*********** End:Screen 8 **********/
/*********** Screen 10 **********/
.profile-banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 45px
}

.banner-profile-info h5 {
    font-size: 1.3em;
    color: #fff;
    font-weight: 600;
}

.banner-profile-info p {
    font-size: 1.1em;
    color: #fff;
    margin: 0px
}

.profile-option-listing {
    background-color: #fff;
}

.profile-option-listing ul li {
    border-bottom: 8px solid #F2F5F8;
}

.profile-option-listing ul li a {
    padding: 15px 15px;
    display: inline-block;
    color: #777C81;
}

.profile-option-listing ul li a img {
    margin-right: 16px;
}

/*********** End:Screen 10 **********/
/*********** Screen 12 **********/
.edit-and-delte-adress {
    border-top: 1px solid #E4E4E4;
    padding: 10px 0px;
    background-color: #fff;
}

.edit-and-delte-adress ul {
    display: flex;
}

.edit-and-delte-adress ul li {
    width: 50%;
    border-right: 1px solid #E4E4E4;
    text-align: center;
}

.edit-and-delte-adress ul li a {
    position: relative;
    color: #0B0E36;
    text-transform: uppercase;
    font-size: 1.1em;
    ;
    top: auto;
    right: auto
}

.edit-address-listing .address-details {
    padding: 25px 15px;
}

.delete-account {
    text-transform: uppercase;
    font-size: 1.2em;
    ;
    font-weight: 600;
    color: #0B0E36;
    letter-spacing: 1px;
}

/*********** End:Screen 12 **********/
/*********** Screen 13 **********/
.my-order-liting {
    padding: 30px 0px;
    background-color: #fff;
}

.order-status-box {
    padding: 12px 15px;
    background-color: #F2F5F8;
    gap: 15px;
}

.order-status-box h5 {
    font-size: 1.1em;
    color: #1C3D5D;
    margin-bottom: 4px;
}

.order-status-box p {
    margin: 0px;
    font-size: 0.9em;
    color: #777C81;
}

.order-details {
    background-color: #fff;
    padding: 20px 15px;
}

.order-image {
    max-width: 95px;
    min-width: 95px;
    ;
}

.order-image img {
    width: 100%;
    border-radius: 7px;
    object-fit: cover;
    ;
}

.order-details-content {
    padding-left: 15px;
    ;
}

.order-details-content p {
    margin-bottom: 5px;
    font-size: 0.9em;
}

.order-details-content h4 {
    font-size: 1.15em;
    color: #1C3D5D;
    font-weight: 600;
}

.order-details-content h6 strong {
    font-weight: 600;
    margin-right: 5px;
}

.order-details-content h6 {
    font-size: 0.9em;
    font-weight: 400;
}

.color-code {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.out-of-stock {
    font-size: 0.9em;
    color: #DB2C2C;
}

/*********** End:Screen 13 **********/
/*********** Screen 14 **********/
.my-order-details .order-image {
    max-width: 130px;
    min-width: 130px;
    ;
}

.my-order-details .order-details-content p {
    margin-bottom: 10px;
    font-size: 1em;
}

.my-order-details .order-details-content h6 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 10px;
    ;
}

.my-order-details .order-details-content h4 {
    margin-bottom: 10px;
    ;
}

.delivery-address-area h5 {
    margin: 0px;
    font-size: 1.15em;
    color: #1C3D5D;
    background-color: #F2F5F8;
    padding: 17px 20px;
}

.delivery-address-details {
    padding: 17px 20px;
    background-color: #fff;
    border-bottom: 8px solid #F2F5F8;
}

.delivery-address-details ul {
    display: flex;
    font-size: 1.15em;
    font-weight: 600;
    color: #515151;
    margin-bottom: 10px;
}

.delivery-address-details ul li {
    padding: 0px 15px;
}

.delivery-address-details ul li:first-child {
    padding-left: 0px;
    border-right: 1px solid #F2F5F8;
}

.delivery-address-details p {
    margin: 0px;
}

/*********** End:Screen 14 **********/
/*********** Screen 15 **********/
.wishlist-products-wrapper {
    padding: 30px 10px 80px;
    background: #fff;
    ;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
    box-sizing: border-box;
    display: flex;
}

.wishlist-products-wrapper .each-collection-product {
    width: calc(50% - 5px);
    border: 1px solid #E4E4E4;
    border-radius: 4px;
}

.wishlist-products-wrapper .each-collection-image {
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 10px;
}

.wishlist-products-wrapper .each-collection-product h4 {
    font-size: 0.9em;
    color: #777C81;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.wishlist-products-wrapper .each-collection-product h5 {
    font-size: 1em;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.wishlist-add-to-cart {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #E4E4E4;
    font-weight: 600;
    text-transform: uppercase;
    color: #0B0E36
}

.wishlist-products-wrapper .wishlist-icon {
    width: 27px;
    height: 27px;
}

.wishlist-products-wrapper .wishlist-icon img {
    width: auto !important;
}

/*********** End:Screen 15 **********/
@media(max-width:380px) {
    .all-category-area .each-collection-product img {
        height: 33vh;
    }

    .add-to-cart-button {
        font-size: 0.8em;
    }

    .all-category-area .each-collection-product h4 {
        font-size: 0.8em;
    }

    .each-collection-product h5 {
        font-size: 0.8em;
    }

    .category-image {
        width: 65px;
        height: 65px;
    }

    .round-categories-area ul {
        gap: 12px;
    }

    .category-name p {
        font-size: 0.6em;
    }

    .collection-details {
        padding: 20px 0px 80px;
    }

    .cart-product-name-and-price p {
        margin-bottom: 0.9px;
    }

    .size-holder ul li {
        width: 40px;
    }
}

.for-women #enter-mobile-number-Modal .modal-body h2,
.for-women #enter-otp-Modal .modal-body h2 {
    color: #F49287;
}

.for-women .common-button {
    background-color: #F49287;
}

.for-women .modal-close img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(3563%) hue-rotate(302deg) brightness(96%) contrast(112%);
}

.for-women .page-heading h4 {
    color: #F49287;
}

.for-women .back-button img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(3563%) hue-rotate(302deg) brightness(96%) contrast(112%);
}

.for-women .header-right-area ul li a img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(3563%) hue-rotate(302deg) brightness(96%) contrast(112%);
}

.for-women .footer-floting-uttons ul li a img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(3563%) hue-rotate(302deg) brightness(96%) contrast(112%);
}

.for-women .each-collection-product h5 {
    color: #F49287;
}

.for-women .cart-product-name-and-price h4 {
    color: #F49287;
}

.for-women .close img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(3563%) hue-rotate(302deg) brightness(96%) contrast(112%);
}

.for-women .sort-heading h5 {
    color: #F49287;
}

.for-women .sort-heading img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(3563%) hue-rotate(302deg) brightness(96%) contrast(112%);
}

.for-women .filter-button-area ul li a {
    background-color: #F49287;
}

.for-women .filter-button-area ul li.reset a {
    background: #fff;
    color: #777C81;
}

.for-women .wishlist-button {
    background-color: #FFE5E2;
    color: #F49287;
}

.for-women .wishlist-button img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(3563%) hue-rotate(302deg) brightness(96%) contrast(112%);
}

.for-women .update-area a {
    color: #F49287;
    border: 1px solid #F49287;
}

.for-women .delete-icon img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(3563%) hue-rotate(302deg) brightness(96%) contrast(112%);
}

.for-women .move-to-wishlist a {
    color: #F49287;
}

.for-women .address-content-wrapper h3 {
    color: #F49287;
}

.for-women .add-new-address a {
    border: 1px solid #F49287;
    color: #F49287;
}

.for-women .profile-option-listing ul li a img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(3563%) hue-rotate(302deg) brightness(96%) contrast(112%);
}

.for-women .delete-account {
    color: #F49287;
}

.for-women .edit-and-delte-adress ul li a {
    color: #F49287;
}

.for-women .order-status-box h5 {
    color: #F49287;
}

.for-women .order-details-content h4 {
    color: #F49287;
}

.for-women .delivery-address-area h5 {
    color: #F49287;
}

.for-women .wishlist-add-to-cart {
    color: #F49287;
}

.custom-toast-on-top {
    z-index: 99999 !important;
}

a:hover {
    color: #979797 !important;
    text-decoration: underline;
}

.active {
    /* background: #9beddb; */
    border-radius: 50%;
    padding: 1px;
    /* box-shadow: 0px 0px 4px 1px #5bb85ea6; */
    /* border: 1px solid #9beddb; */
}

.online {
    /* background: #9beddb; */
    border-radius: 50%;
    padding: 1px;
    /* box-shadow: 0px 0px 4px 1px #5bb85ea6; */
    /* border: 1px solid #9beddb; */
}

.choose-color ul li.online span {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.32);
}

.choose-color ul li.online:after {
    opacity: 1;
    ;
}

.choose-color>ul {
    gap: 2px;
}

.version {
    position: fixed;
    bottom: calc(0px - -80px);
    width: 100%;
    text-align: center;
    color: #b53737;
    font-weight: bold;
    font-size: 10px;
}