/* FONT IMPORT */
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
    --white: #fff;
    --black: #000;
    --primary: #ff0000;
    --secondary: #333333;
    --gray: #9f9ea3;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Raleway", sans-serif;
}

section {
    position: relative;
    padding: 4rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3 {
    font-family: "Aclonica", sans-serif;
}

h4,
h5,
h6 {
    color: #000;
    font-family: var(--font-heading);
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* PRELOADER */

body.loading {
    overflow: hidden;
    height: 100vh;
}

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11113;
}

.preLoader .counter {
    color: var(--white);
    font-size: 15rem;
    font-family: "Aclonica", sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: 0rem;
    right: 5rem;
}

.preLoader .bar {
    height: 20%;
    width: 100vw;
    background-color: #373E43;
}


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: transparent;
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 1em 1.9em;
    border: 1px solid #fff;
    line-height: normal;
    text-align: center;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}


/* NAV HEADER CSS */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding: 23px 0;
    transition: 0.3s ease-in-out;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-nav {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 3.25rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 0;
    display: inline-block;
}

.navbar-nav .nav-item.basket_item_count a {
    color: var(--black);
}

/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 1320px;
    background: url(../images/mainBnnr1.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
}


.main-slider h1 {
    margin: 0;
    color: var(--black);
    font-size: 5.625rem;
    line-height: 1.4;
    font-weight: 400;
    text-transform: capitalize;
}

.main-slider h4 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--black);
    margin: 26px 0 30px 0;
}

.slideOne .themeBtn {
    border-color: var(--black);
    color: var(--black);
}

.right-bnr figure img {
    position: absolute;
}

.bnrimg1 {
    bottom: 10rem;
}

.bnrimg2 {
    bottom: -3.4rem;
    right: 1rem;
}

.bnrimg3 {
    top: 10rem;
    right: -1rem;
}

.left-bnr figure img {
    position: absolute;
}

.bnrimg4 {
    bottom: 11rem;
    right: -2rem;
}

.bnrimg5 {
    top: -7rem;
    left: 0;
}

.bnrimg6 {
    top: 13rem;
    right: -5rem;
}

.slideOne {
    margin-top: -8rem;
}

/* !MAIN HERO SLIDER CSS */

.border-heading {
    padding: 3rem 0 0 0;
    background: #1F2528;
    text-align: center;
}

.border-heading h4 {
    font-size: 130px;
    -webkit-text-stroke: 1px rgb(255 255 255 / 20%);
    -webkit-text-fill-color: transparent;
    margin-top: -7rem;
    text-transform: uppercase;
}

/* about-section */
.about-section {
    /* background: #9f9ea3; */
    padding: 5.5rem;
}

.about-content h2 {
    font-size: 3.125rem;
    font-weight: 400;
    /* color: #fff; */
}

.about-content h4 {
    font-size: 1.125rem;
    /* color: #fff; */
    position: relative;
}

.about-content h4::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 1px;
    background: linear-gradient(45deg, #000, #00000020);
    left: 6rem;
    top: 11px;
}

.about-content p {
    font-size: 1.125rem;
    /* color: #fff; */
    line-height: 2;
}

section.about-section figure {
    position: relative;
    z-index: 1;
}

/*section.about-section figure::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    border: 1px solid #fff;*/
/*    width: 400px;*/
/*    height: 550px;*/
/*    top: 3rem;*/
/*    right: 36px;*/
/*    z-index: -1;*/
/*}*/

/* about-section */

/* ladies-abstract */
.ladies-abstract {
    background: var(--white);
    padding: 4rem 10px;
}

.abstract-head {
    text-align: center;
}

.abstract-head h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--black);
}

.abstract-head h2 {
    font-size: 4.375rem;
    color: var(--black);
    font-weight: 400;
}

.ladies-cntnt h3 {
    font-size: 1.875rem;
    font-weight: 400;
    color: var(--black);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ladies-cntnt p {
    height: 48px;
    font-size: 1rem;
    color: var(--black);
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ladies-cntnt {
    margin: 1rem 0 73px 0;
}

.ladies-cntnt a {
    padding: 10px;
    /*font-size: 1.5rem;*/
    color: var(--black);
    display: inline-block;
    /*transform: rotate(320deg);*/
    border-color: var(--black);
}

/* ladies-abstract */

/* high-resolution */
.high-resolution {
    background: #9f9ea3;
    padding: 8rem 0;
}

.high-resolution h2 {
    font-size: 69px;
    font-weight: 400;
    color: var(--black);
}

section.high-resolution figure img {
    position: absolute;
}

.high1 {
    bottom: -6rem;
}

.high2 {
    bottom: 1rem;
    left: 15rem;
}

.high4 {
    left: 63%;
    bottom: -10rem;
}

.high3 {
    right: 39%;
    top: 9px;
}

/* high-resolution */


/* insta-sectoin */
.insta-section {
    background: var(--white);
}

.instaSlider figure img {
    width: 100%;
}

.insta-section h2 {
    font-size: 4.375rem;
    font-weight: 400;
    text-align: center;
    color: var(--black);
    margin-bottom: 2.5rem;
}

.instbtn {
    text-align: center;
    margin-top: 2rem;
}

/* insta-sectoin */


/* contact-section */

.contactsform .form-group .form-control {
    height: 70px;
    border-radius: unset;
    border-bottom: 1px solid var(--black);
    background: unset;
    outline: unset;
    box-shadow: none;
    border-top: unset;
    border-right: unset;
    border-left: unset;
    color: var(--black);
}

.contactsform .form-group .form-control::placeholder {
    font-weight: 400;
    color: var(--black);
    font-size: 15px;
}

.contactsform .form-group textarea {
    height: 170px !important;
    padding-top: 1.5rem;
}

.contactForm .form-group {
    margin-bottom: 1.5rem;
}

.viewWork .themeBtn {
    background: transparent;
    color: var(--black);
    border-color: var(--black);
}

.contactInner {
    background: #9f9ea3;
    padding: 5rem 0;
}

.contactInner p {
    color: var(--black);
}

.contactInner h3 {
    font-size: 4.375rem;
    color: var(--black);
}

.viewWork {
    margin-top: 2.5rem;
}

/* contact-section */


/* footer */
footer {
    background: var(--white);
    padding-top: 4rem;
}

.quickList h2 {
    font-size: 1.25rem;
    color: var(--black);
    margin: 0 0 1.5rem;
    position: relative;
    padding-bottom: 20px;
}

.quickList h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 69px;
    height: 1px;
    background: var(--white);
}

.quickList ul li a {
    font-size: 1rem;
    color: var(--black);
    font-weight: 600;
}

.quickList ul li + li {
    margin: 10px 0 0;
}


form.subscribe {
    position: relative;
}

form.subscribe input {
    width: 100%;
    background: var(--white);
    border: 1px solid var(--black);
    font-size: 1rem;
    font-weight: 400;
    padding: 1em;
}

form.subscribe input::placeholder {
    color: #717171;
    font-size: 17px;

}

form.subscribe button {
    position: absolute;
    right: 1em;
    background: transparent;
    border: 0;
    color: #717171;
    top: 50%;
    transform: translateY(-50%);
}

.copyRight {
    margin: 5rem 0 0;
    padding: 1.9rem 0;
    border-top: 1px solid #A2A2A2;
}

.copyRight p {
    text-align: center;
    font-size: 1.125rem;
    color: var(--black);
    font-weight: 500;
    margin: 0;
}

.calFoter .themeBtn {
    margin-top: 2rem;
    background: var(--black);
}

/* footer */


.themeBtn:hover {
    background: #ee4c0c;
    color: #fff;
}

.ladies-cntnt a:hover {
    color: #fff;
    transform: rotate(0);
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ee4c0c;
}

.quickList ul li a:hover {
    color: #ee4c0c;
}

/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 13rem;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 50px;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
}

.innerBan {
    position: relative;
}

.about-content p a {
    color: #000;
    text-decoration: underline !important;
    font-size: 1.125rem;
}

.ladies-cntnt h4 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.5rem;
}

.exhibitions-page {
    background-color: #1F2528;
    padding-top: 6rem;
}

/* product detail css start */


/* step page css start */

.detail-page {
    padding: 7rem 0;
}

.detail-content h2 {
    font-size: 4.375rem;
    color: var(--black);
}

.detail-content p {
    font-size: 1.25rem;
    color: var(--black);
    font-weight: 600;
    width: 100%;
    line-height: 1.7;
    margin: 0 0 1rem;
}

.detail-content .themeBtn {
    color: var(--black);
    border-color: var(--black);
    margin-top: 1rem;
}

.cart-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid #dcdcdc; */
    border-radius: 15px;
    position: relative;
    background: #373e43;
}

.cart-list ul li {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.cart-list ul li figure {
    width: 222px;
    height: 214px;
    /* border: 1px solid #dcdcdc; */
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-list ul li figure img {
    width: 100%;
    height: 100%;
}

.cart-list ul li h4 {
    color: var(--white);
    line-height: 2.3rem;
    margin: 0 0 0.8rem;
    font-size: 3rem;
    font-family: "Aclonica", sans-serif;
}

.cart-list ul li h5 {
    font-size: 3rem;
    color: #df4a38;
    font-weight: 500;
    margin: 0;
    font-family: "Raleway", sans-serif;
}

.cart-list .quantitySec .number {
    background: #f7f6fb;
    border: 1px solid #cccccc;
}

.cart-list .quantitySec .number .minus {
    border: 0;
    background: transparent;
    border-radius: 0;
}

.cart-list .quantitySec .number .plus {
    border: 0;
    background: transparent;
    border-radius: 0;
}

.cart-list .quantitySec {
    padding-right: 4rem;
}

.cart-list .quantitySec h6 {
    font-size: 1.25rem;
    margin: 0 0 20px;
    color: var(--white);
}

.cart-list div {
    position: relative;
}

.cart-list div button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: #df4a38;
    opacity: 1;
    text-shadow: unset;
    color: var(--white);
    font-size: 15px;
    border-radius: 5px;
}

.cart-list div + div {
    margin-top: 2rem;
}

.cart-total {
    padding-top: 2.5rem;
}

.cart-total h4 {
    font-size: 1.875rem;
    display: flex;
    align-items: flex-end;
    margin: 0 0 10px;
    gap: 15px;
    color: var(--white);
}

.cart-total h4 small {
    font-size: 15px;
    color: var(--white);
}

.cart-total p {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 2rem;
    width: 100%;
    line-height: 2.25rem;
    color: var(--white);
}

.cart-total .themeBtn {
    background: var(--theme-color);
}

.quantitySec .number input {
    width: 60px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #282828;
}

.number input {
    background: transparent;
    border: none;
    height: 2rem;
    width: 50px;
    text-align: center;
    height: 39px;
}

.cart-list .quantitySec .number .plus {
    border: 0;
    background: transparent;
    border-radius: 0;
}

.quantitySec .number .plus,
.quantitySec .number .minus {
    background: #f7f6fb;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    border-radius: 7px;
    padding: 0;
    cursor: pointer;
    font-size: 25px;
}

.number {
    background: transparent;
    padding: 0rem 0px;
    border: 0;
    border-radius: 7px;
    width: 100%;
    color: #282828;
    display: flex;
    align-items: center;
}

.cart-page {
    background: #1f2528;
}

/* checkout css start */

.check-out-form .form-control {
    min-height: 60px;
    margin-bottom: 26px;
    border: 1px solid #707070;
    border-radius: 0;
    background: var(--white);
    width: 100%;
    font-size: 16px;
    padding: 0 1.8rem;
    font-weight: 500;
}

.check-out-section.chkot-pag {
    padding: 7rem 0;
    background: linear-gradient(to left, #373e43 47%, #1f2528 47%);
}

.checkout-heading {
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0 0 10px;
    font-family: "Aclonica", sans-serif;
    color: var(--white);
}

.shirt-heading ul {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.shirt-heading ul li a {
    font-size: 19px;
    color: var(--white);
    font-weight: 400;
}

.shirt-heading {
    margin: 0 0 4rem;
}

.shiping-heading {
    font-size: 1.875rem;
    font-weight: 500;
    margin: 0 0 1rem;
    color: var(--white);
}

.acount-log {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.acount-log span {
    font-size: 1rem;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
}

.acount-log span a {
    color: var(--white);
}

.check-out-section input[type="checkbox"] {
    display: none;
}

.check-out-section input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
    color: var(--white);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 1rem;
}

.check-out-section input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.check-out-section input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--white);
    position: absolute;
    left: 0;
    top: 0px;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
    bottom: 0;
    margin: auto;
}

.check-out-section input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox {
    padding-left: 0;
    margin-bottom: 2.5rem;
}

.check-out-form select {
    min-height: 60px;
    margin-bottom: 26px;
    border: 1px solid var(--white);
    border-radius: 0;
    background: var(--white);
    width: 100%;
    font-size: 19px;
    padding: 0 1.8rem;
    color: #1f2328;
}

.check-out-form .form-control::placeholder {
    color: #1f2328;
}

.check-out-form .themeBtn {
    /* border: 0; */
    /* background: #ce1115; */
    /* font-size: 21px; */
    /* padding: 1rem 2em; */
    /* margin-top: 1rem; */
    margin-left: 1rem;
    margin-top: 1.5rem;
}

.acount-log .shiping-heading {
    margin: 0;
    color: var(--white);
}

.checkbox.checkbox12 {
    margin-left: 1.1rem;
    margin-bottom: 1rem;
}

.biling-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(112 112 112 / 50%);
    padding-bottom: 2.5rem;
    padding-top: 1rem;
}

.biling-card div {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}

.biling-card div .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.cola-shirt {
    padding-left: 6rem;
}

.biling-card div .content h5 {
    font-size: 28px;
    margin: 0 0 6px;
    font-family: "Aclonica", sans-serif;
    color: var(--white);
}

.biling-card div .content p {
    font-size: 14px;
    color: var(--white);
    margin: 0;
}

.biling-card div span {
    font-size: 12px;
    color: var(--white);
    font-weight: 500;
    display: table;
    margin-left: auto;
    margin-top: 20px;
}

.biling-card div figure {
    width: 166px;
    /* height: 120px; */
    /* background: #fafafa; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.biling-card div figure img {
    /* width: 65px; */
}

.discount span {
    background: var(--white);
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem 0.5rem 2rem;
}

.discount span label {
    font-size: 19px;
    color: #1f2328;
    font-weight: 400;
    margin: 0;
}

.discount span .themeBtn {
    margin: 0;
    background: #f84c1e;
    font-size: 1.125rem;
    padding: 0.8rem 1.8em;
}

.discount {
    padding: 1.8rem 0;
    border-bottom: 1px solid rgb(112 112 112 / 50%);
    display: flex;
    align-items: center;
}

.subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(112 112 112 / 50%);
    padding: 1.5rem 0;
}

.subtotal h4 {
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 300;
    width: 60px;
    line-height: 1.7;
    margin: 0;
}

/* Footer Social Icons Styling */
.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a.social-link {
    color: #f89c1e;
    /* Theme color for the icon */
    font-size: 1.5rem;
    /* Adjust size as per design */
    transition: color 0.3s ease;
}

.social-icons a.social-link:hover {
    color: #000;
    /* Change to a darker shade on hover */
}


.subtotal div {
    text-align: right;
}

.subtotal div span {
    font-size: 12px;
    color: var(--white);
    font-weight: 500;
}

.subtotal div h6 {
    color: var(--white);
    margin: 6px 0 0;
}

ul.total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0 0;
    margin-bottom: 20px;
}

ul.total li {
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 400;
}

/* checkout css end */
/* step page css end */
newsForm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem 0.5rem 2rem;
}

.newsForm input {
    border: 1px solid #B3B3B3;
    border-radius: unset;
    height: 53px;
    background: transparent;
    color: #000;
    padding-left: 1.8rem;
    box-shadow: unset;
    outline: none;
}

.newsForm input::placeholder {
    color: #B3B3B3;
    font-size: 1rem;
    font-weight: 400;
}

.newsForm button {
    color: #fff;
    font-weight: 400;
    border: unset;
    padding: 9px 1.5em;
    background: #f84c1e;
    position: absolute;
    right: 28px;
    font-size: 1.125rem;
    text-transform: uppercase;
    /* top: 209px; */
}

.newsForm {
    display: flex;
    align-items: center;
}

.newsForm input {
    margin-bottom: 0 !important;
}

.contactInner .text-white {
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

.contactInner .contact-or {
    font-size: 2rem;
    font-weight: bold;
    color: var(--black);
    display: block;
    text-transform: uppercase;
    margin: 1rem 0;
}

.ladies-wrap figure img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: left;
}

.footer-logo-social .social-link {
    color: var(--white) !important;
    font-size: 1.125rem;
    transition: color 0.3s ease;
    width: 40px;
    height: 40px;
    background: var(--black);
    display: grid;
    place-items: center;
}


.product_data figure img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.ladies-abstractInner {
    background: #9f9ea3;
    padding: 8rem 10px 4rem;
}

.ladies-abstractInner .abstract-head h2 {
    color: var(--black);
}

.ladies-abstractInner .ladies-cntnt :is(h3, p, .themeBtn) {
    color: var(--black);
}

.ladies-abstractInner .ladies-cntnt .themeBtn {
    border-color: var(--black);
}

.ladies-abstractInner ~ .contactInner {
    background: transparent;
}

.ladies-abstractInner ~ .contactInner :is(.text-white, .contact-or, h3) {
    color: var(--black) !important;
}

.ladies-abstractInner ~ .contactInner .form-group .form-control {
    color: var(--black);
    border-color: var(--black);
}

.ladies-abstractInner ~ .contactInner .contactsform .form-group .form-control::placeholder {
    color: var(--black);
}

.ladies-abstractInner ~ .contactInner .viewWork .themeBtn {
    border-color: var(--black);
    color: var(--black);
}

.bg--gray {
    background: var(--gray);
}

p:empty {
    display: none;
}

.ladies-cntnt p {
    display: none;
}

.payment-text {
    font-size: 1.5rem;
}

.chkot-pag .myDiv.cartpage ul li:nth-child(2) {margin-top: 1rem;}

.chkot-pag .myDiv.cartpage ul li {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.chkot-pag .myDiv.cartpage ul li figure img {
    width: 150px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}

.chkot-pag .myDiv.cartpage ul li h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}

.chkot-pag .myDiv.cartpage ul li h5 {
    font-size: 2rem;
    color: #fff;
}

.chkot-pag .myDiv.cartpage ul li h6 {font-size: 1.5rem;color: #fff;}

.chkot-pag .myDiv.cartpage ul li :is(span, input) {
    color: #fff;
}

.contactForm h3 {color: #fff;}