@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #666666;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #c51b1a;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%;
}

/***** Font Files *****/
@font-face {
    font-family: "naveid-regular";
    src: url("../fonts/naveid-regular.otf");
}

@font-face {
    font-family: "naveid-extra-bold";
    src: url("../fonts/naveid-extra-bold.otf");
}

@font-face {
    font-family: "naveid-font";
    src: url("/fonts/naveid-font/naveid-arabic-demo.thin.otf") format("otf");
    font-style: normal;
    font-display: swap;
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

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

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "naveid-regular";
    font-size: 61px;
    color: #ffff;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "naveid-regular";
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "naveid-regular";
    font-size: 39px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "naveid-regular";
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "naveid-regular";
    font-size: 41px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "naveid-regular";
    font-size: 23px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #7a7a7a;
    font-size: 14px;
    font-family: "Poppins", sans-serif;

    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

.web-btn {
    height: 47px;
    width: fit-content;
    background-color: #d4af37;
    padding: 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 0 10px 3px rgba(212, 175, 55, 0.5);
}

.web-btn i {
    height: 35px;
    width: 35px;
    background-color: white;
    color: black;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 7px;
}

.web-btn span {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 450;
    text-transform: uppercase;
}

.web-padding {
    padding: 0 6%;
}

.web-width {
    max-width: 16px;
}

/*header css start */
header.header {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100px;
    padding: 10px 0;
}

.logo img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

ul.social-list {
    display: flex;
    gap: 35px;
}

.nav-list {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

li.nav-item a {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Poppins';
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.social-list img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

/*header css start */

/* banner Starts  */
.hero-sec {
    width: 100vw;
    height: 1000px;
    position: relative;
    overflow: hidden;
    position: relative;
}

/* .hero-sec::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 47%;
  width: 623px;
  height: 752px;
  background: url("../images/hero-shirt.png") no-repeat center center;
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: 2;
} */
.middle-shitt {
    position: absolute;
    top: 22%;
    left: 83%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 10vh;
    object-fit: cover;
}

.middle-shitt img {
    height: 70vh;
    width: 514px;
    object-fit: contain;
}

section.hero-sec .container-fluid {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

section.hero-sec .container-fluid .row {
    height: 100%;
    width: 100%;
    margin: 0px auto;
}

section.hero-sec .container-fluid .row .col-md-6 {
    margin: 0;
    padding: 0;
}

.hero-left {
    height: 100%;
    width: 100%;
    background: url("../images/hero-left.png") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-right {
    height: 100%;
    width: 100%;
    background: url("../images/hero-right.png") no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-left {
    padding: 0 0 0 13%;
}

.hero-left h4 {
    color: white;
    font-weight: 450;
    text-transform: uppercase;
}

.hero-left h1 {
    font-weight: 450;
    text-transform: uppercase;
}

.hero-left p {
    padding: 17px 0;
    width: 60%;
}

.hero-slide img {
    width: 100px;
    height: 120px;
    object-fit: cover;
}

.hero-slide {
    width: auto;
    height: 183px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.hero-right-content {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 33%;
    position: relative;
}

.hero-slidder-wrapper {
    padding: 0 0 0 214px;
}

.hero-slidder .slick-active {
    opacity: 1;
}

.hero-slidder .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.hero-slidder .slick-prev {
    left: 25px;
    right: auto;
    bottom: -50px;
    top: auto;
}

.hero-slidder .slick-next {
    left: 70px;
    right: auto;
    bottom: -50px;
    top: auto;
}

.hero-slidder .slick-prev:before {
    position: absolute;
    width: 40px;
    height: 40px;
    content: "\f060";
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    left: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    border-radius: 50%;
    background: #d4af37;
    font-family: "Font Awesome 6 Free";
    box-shadow: 0 0 10px 3px rgba(212, 175, 55, 0.5);
}

.hero-slidder .slick-next:before {
    position: absolute;
    width: 40px;
    height: 40px;
    content: "\f061";
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    left: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    border-radius: 50%;
    background: #d4af37;
    font-family: "Font Awesome 6 Free";
    box-shadow: 0 0 10px 3px rgba(212, 175, 55, 0.5);
}

.hero-slidder .slick-prev:hover:before,
.hero-slidder .slick-next:hover:before {
    color: #fff;
    background: linear-gradient(90deg,
            rgb(139, 69, 19) 0%,
            rgb(212, 175, 55) 100%);
}

.hero-right-content h3::before {
    content: "";
    position: absolute;
    right: 63%;
    top: 67%;
    width: 100px;
    height: 10.3vh;
    background: url("../images/hero-arrow.png") no-repeat center center;
    background-size: contain;
    z-index: 1;
}

.customer-counter {
    color: #fff;
    width: 280px;
    margin-top: 30px;
}

.avatars img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -15px;
}

.avatars img:first-child {
    margin-left: 0;
}

.counter-number {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 16px;
}

.counter-label {
    font-size: 1rem;
    color: #ccc;
    padding-top: 10px;
}

/*banner css end*/

/* our C ategory Starts  */
.categoy-img {
    height: 360px;
    width: 100%;
    background-color: #e6e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.categoy-img img {
    height: 235px;
    width: auto;
    object-fit: cover;
}

.category-left {
    background: url("../images/category-left.png") no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
    border-radius: 10px;
}

.category-right {
    background: url("../images/category-right.png") no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
}

.category-left .row {
    align-items: center;
}

.category-right .row {
    align-items: center;
}

.category-text h5 {
    text-transform: uppercase;
    color: white;
}

.category-text p {
    color: white;
    padding: 9px 0 15px;
}

.category-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
}

.category-heading h2 {
    color: #fff;
    text-transform: uppercase;
}

.category-text {
    padding-left: 5px;
}

section.our-category {
    padding: 100px 0;
}

section.our-category .row {
    justify-content: center;
}

/* our C ategory Ends  */

/* Feature Collection strats  */
.feature-slidder .slick-active {
    opacity: 1;
}

.feature-img img {
    /*height: 160px;*/
    /*width: 133px;*/
    /*object-fit: contain;*/
    
    height: 210px;
    width: 100%;
    object-fit: contain;
    
}

.feature-slidder .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.feature-slidder .slick-prev {
    left: -50px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.feature-slidder .slick-next {
    right: -40px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.feature-slidder .slick-prev:before {
    position: absolute;
    width: 40px;
    height: 40px;
    content: "\f060";
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    left: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    border-radius: 50%;
    background: #d4af37;
    font-family: "Font Awesome 6 Free";
    box-shadow: 0 0 10px 3px rgba(212, 175, 55, 0.5);
}

.feature-slidder .slick-next:before {
    position: absolute;
    width: 40px;
    height: 40px;
    content: "\f061";
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    left: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    border-radius: 50%;
    background: #d4af37;
    font-family: "Font Awesome 6 Free";
    box-shadow: 0 0 10px 3px rgba(212, 175, 55, 0.5);
}

.feature-slidder .slick-prev:hover:before,
.feature-slidder .slick-next:hover:before {
    color: #fff;
    background: linear-gradient(90deg,
            rgb(139, 69, 19) 0%,
            rgb(212, 175, 55) 100%);
}

.feature-img {
    width: 100%;
    height: 230px;
    background-color: #e6e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.feature-txt h6 {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0;
}

.feature-txt h6 {
    font-size: 21px;
    text-transform: uppercase;
    padding: 13px 0 6px;
    border-bottom: 1px solid #d1d1d1;
}

.feature-slide {
    margin: 0 10px 20px;
    padding: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

.product-inner .feature-txt h6,
.product-inner .feature-txt div>p {
    color: #000;
}

.feature-txt>p {
    padding: 10px 0;
}

.feature-txt div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-txt>p {
    /*padding: 10px 0;*/
    /*font-size: 14px;*/
    /*color: #ffffff;*/
    
    padding: 10px 0;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 1.6;
    
    
    
    
    
}

.feature-txt>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.cart-wrapper {
    width: 50px;
    height: 50px;
    background-color: #d4af37;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50%;
}

.feature-txt div>p {
    font-size: 33px;
    color: #fff;
}

.feature-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.feature-heading h2 {
    color: black;
    text-transform: uppercase;
    padding-bottom: 30px;
}

section.feature-collection {
    padding: 0 0 100px 0;
}

/* Feature Collection Ends */
/* Your mind starts  */
.your-mind {
    width: 100%;
    height: 100%;
    background: url("../images/your-mind-bg.png") no-repeat center center;
    background-size: cover;
}

.your-mind-content {
    height: 525px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.your-mind-content p {
    width: 50%;
}

.your-mind-content h2 {
    font-size: 65px;
    text-transform: uppercase;
}

.your-mind-content p {
    padding: 0px 0 15px 0;
}

.our-product-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-product-heading h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 30px 20px;
}

section.our-products {
    padding: 50px 0 100px;
}

/* Your mind Ends */

/* Heavy haloos starts  */
.heavy-haloos {
    width: 100%;
    min-height: 675px;
    padding: 100px 0px;
    background: url("../images/heavy-haloos-bg.png") no-repeat center center;
    background-size: cover;
}

.heavy-haloos-img {
    position: relative;
}

.heavy-haloos-quote {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #d4af37;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    bottom: -20px;
    left: 40px;
    z-index: 1;
}

.heavy-haloos-quote img {
    width: 17px;
    height: 14px;
    object-fit: cover;
}

.heavy-haloos-txt {
    background-color: white;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.people-name p:nth-child(1) {
    font-size: 17px;
    color: #000;
    font-weight: 700;
}

.people-name p:nth-child(2) {
    font-size: 12px;
}

.heavy-haloos-img img {
    height: 175px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

section.heavy-haloos .container-fluid {
    height: 100%;
}

section.heavy-haloos .container-fluid .row {
    height: 100%;
    align-items: center;
}

.heavy-halos-slider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.heavy-halos-slider .slick-prev {
    left: -49px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.heavy-halos-slider .slick-next {
    right: -49px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.heavy-halos-slider .slick-prev:before {
    position: absolute;
    width: 40px;
    height: 40px;
    content: "\f060";
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    left: 0;
    font-size: 16px;
    color: black;
    font-weight: 900;
    border-radius: 50%;
    background: #d4af37;
    font-family: "Font Awesome 6 Free";
    box-shadow: 0 0 10px 3px rgba(212, 175, 55, 0.5);
}

.heavy-halos-slider .slick-next:before {
    position: absolute;
    width: 40px;
    height: 40px;
    content: "\f061";
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    left: 0;
    font-size: 16px;
    color: black;
    font-weight: 900;
    border-radius: 50%;
    background: #d4af37;
    font-family: "Font Awesome 6 Free";
    box-shadow: 0 0 10px 3px rgba(212, 175, 55, 0.5);
}

.heavy-halos-slider .slick-prev:hover:before,
.heavy-halos-slider .slick-next:hover:before {
    color: #fff;
    background: linear-gradient(90deg,
            rgb(139, 69, 19) 0%,
            rgb(212, 175, 55) 100%);
}

.heavy-haloos-txt>p {
    padding: 13px 0 6px;
}

/* Heavy haloos Ends */
/* Footer Starts  */
.footerSec {
    width: 100%;
    display: flex;
    min-height: 475px;
    padding: 60px 0px;
    align-items: center;
    justify-content: center;
    background: url("../images/footer-bg.png") no-repeat center center;
    background-size: cover;
}

.footerSec .row {
    align-items: center;
}

ul.footer-socials {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logo img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.footer-links h6 {
    font-size: 23px;
    color: white;
    text-transform: uppercase;
}

ul.quick-links-ul li {
    padding: 9px 0;
}

ul.our-products li {
    padding: 9px 0;
}

.footer-logo-para>h6 {
    font-size: 23px;
    color: white;
    text-transform: uppercase;
    padding: 5px 0 10px 0;
}

.footer-logo-para>p {
    padding: 10px 0;
}

.footer-logo-para>p {
    padding: 10px 0;
    color: #9f9f9f;
}

ul.footer-socials i {
    font-size: 20px;
}

ul.footer-socials {
    padding: 10px 0;
}

.footer-logo-para {
    padding-right: 70px;
}

.footer-links a {
    color: #9f9f9f;
    font-family: 'Poppins';
}

.subscribe-sec h6 {
    font-size: 27px;
    color: white;
    text-transform: uppercase;
    padding-bottom: 15px;
}

ul.footer-cta {
    padding-top: 20px;
}

.subscribe-sec h6 {
    font-size: 27px;
    color: white;
    text-transform: uppercase;
    padding-bottom: 15px;
}

ul.footer-cta {
    padding-top: 20px;
}

.subscribe-btn input {
    background-color: white;
    outline: none;
    height: 50px;
    padding: 10px;
    border: 1px solid transparent;
    width: 100%;
    border-radius: 10px;
}

.subscribe-btn {
    background-color: transparent;
    border: 1px solid transparent;
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.subscribe-btn button {
    background-color: #d4af37;
    color: black;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 7px;
    top: 10%;
    border-radius: 10px;
}

.footer-btm {
    background-color: #d4af37;
}

.copy-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 77px;
}

ul.footer-cta a {
    font-size: 14px;
    font-family: 'Poppins';
}

ul.footer-cta a span {
    padding-right: 17px;
    font-size: 16px;
}

ul.footer-cta li {
    margin: 13px 0;
}

.copy-txt p {
    font-size: 13px;
    color: black;
    text-transform: capitalize;
}

/* Footer Ends */
/* Innenr banner starts  */
.inner-banenr-left {
    height: 650px;
    width: 100%;
    background: url("../images/hero-left.png") no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 13%;
}

.inner-banner-right {
    height: 650px;
    width: 100%;
    background: url("../images/hero-right.png") no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.inner-banner .col-md-6 {
    margin: 0;
    padding: 0;
}

.inner-banenr-left h1 {
    text-transform: uppercase;
}

.inner-banner-right img {
    height: 405px;
    width: 300px;
    object-fit: cover;
}

.about-left img {
    height: 630px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

section.about-sec {
    padding: 100px 0;
}

.about-right h2 {
    color: black;
    text-transform: uppercase;
    width: 70%;
    padding-bottom: 25px;
}

.about-right p {
    padding: 13px 0;
}

.about-para {
    padding-top: 25px;
}

.about-right {
    padding-left: 10px;
}

/* Innenr banner Ends */
/* Account Starts  */
.sinup-input input {
    height: 45px;
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 5px;
}

.sinup-input label {
    font-size: 20px;
    color: #39373788;
    padding-bottom: 5px;
}

.sinup-input {
    padding: 10px 0;
}

.sinup-input-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
    accent-color: #d4af37;
    color: white;
}

.sinup-input-checkbox label {
    font-size: 16px;
}

.sinup-input-checkbox {
    padding-top: 10px;
}

.sinup-input button {
    border: 1px solid transparent;
    color: white;
}

.create-account-heading h2 {
    color: black;
    text-transform: uppercase;
    color: black;
}

.create-account {
    padding: 50px 30px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

section.account-sec {
    padding: 100px 0;
}

.login-input input {
    height: 45px;
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.login-input {
    padding: 10px 0;
}

.login-input label {
    font-size: 20px;
    color: #39373788;
    padding-bottom: 5px;
}

.login-heading h2 {
    color: black;
    text-transform: uppercase;
}

.login-input button {
    border: 1px solid transparent;
    color: white;
}

.login-input-checkbox {
    padding-top: 10px;
}

.login-input-checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0 5px 0 0;
    cursor: pointer;
    accent-color: #d4af37;
    color: white;
}

.login-account {
    padding: 50px 30px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.form-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0 0 0;
}

/* Account Ends */

/* product page starts  */
section.product-inner {
    padding: 100px 0;
}

.product-right .col-md-4 {
    margin: 0;
    padding: 0;
}

.product-right .row {
    margin: 0 0 25px;
}

.product-left {
    padding: 50px 30px;
    border: 1px solid #dfdede;
    border-radius: 10px;
    position: relative;
}

.product-left select {
    border: 1px solid transparent;
    font-size: 14px;
    position: relative;
}

.product-left select::before {
    content: "";
    position: absolute;
    background: url("../images/peoduct-dot.png") no-repeat center center;
    background-size: cover;
    width: 10px;
    height: 10px;
    left: 0;
}

.product-left h6 {
    text-transform: uppercase;
    font-size: 18px;
    padding: 13px;
    border-bottom: 1px solid #e7e3e3;
}

.product-left select:first-child {
    margin-top: 10px;
}

.range-slider {
    width: 100%;
    position: relative;
    margin: 40px 0 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.range-value+button#apply-filter {
    display: block;
    width: 100%;
    background: #d4af37;
    border: none;
    padding: 8px;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
}

.cart-product-name+table.table.table-borderless tr .btn-primary {
    background-color: #d4af37;
    border-color: #d4af37;
    margin-top: 5px;
    width: 100%;
}

.cart-product-name+table.table.table-borderless tr .btn-primary:focus {
    box-shadow: none;
}

.cart-product-name+table.table.table-borderless tr {
    vertical-align: middle;
}

.cart-product-name+table.table.table-borderless tr .number {
    height: 45px;
    width: 100%;
}

.range-value+button#apply-filter:hover {
    background: #c81c1b;
    color: #fff;
    transition: 0.3s ease-in-out;

}

.range-slider input {
    border: none;
}

.range-slider .rangeValues {
    display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat";
    margin-top: 20px;
    margin-bottom: 10px;
}

.range-slider input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    border: none;
    padding: 0px !important;
    height: 0;
    top: -15%;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #f3f3f3;
    border: none;
    border-radius: 3px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #d4af37;
    margin-top: -8px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type="range"]:focus {
    outline: none;
}

.range-slider input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #d4af37;
}

.range-slider input[type="range"]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #f3f3f3;
    border: none;
    border-radius: 3px;
}

.range-slider input[type="range"]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: red;
}

.range-value {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 40px;
}

.range-value p {
    font-size: 14px;
    color: #b9b8b8;
}

.range-value p span {
    color: black;
    font-size: 16px;
    font-weight: 600;
    padding-left: 8px;
}

.filter-rage h6 {
    font-size: 18px;
    text-transform: uppercase;
}

.filter-rage {
    padding: 50px 30px;
    border: 1px solid #dfdede;
    margin: 47px 0 0 0;
    border-radius: 10px;
}

/* product page Ends */

/* Product Detail Starts  */
.productdetailsec {
    padding: 80px 0 50px;
}

.productdetailtext h3 {
    letter-spacing: 0;
    color: #000000;
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
}

.productdetailtext p {
    font-size: 14px;
    line-height: 31px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {
    padding: 0;
    margin: 40px 0;
}

.iconlist ul li {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    list-style: none;
    margin-bottom: 4px;
    font-weight: 600;
    line-height: 30px;
}

.iconlist ul li>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.iconlist ul li>div i {
    font-size: 16px;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    border: 4px solid #e1e1e1;
    height: 100%;
}

.productdetailsmallportion img:hover {
    border: 2px solid #006df0;
}

.productdetailsec .productdetailportion {
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background-color: #e6e1e1;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin-top: 20px;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #dadada;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 30px !important;
    border: 1px solid #e3e3e3;
    border-radius: 50px;
    height: 30px !important;
    margin: 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-detail span:hover {
    background-color: #006df0;
}

.iconlist {
    margin-top: 20px;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e0e0f;
    font-family: "Syne", sans-serif;
}

.description li.nav-item .nav-link.active {
    border: unset;
    background: transparent;
    border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0;
}

.description .tab-content p {
    color: #636363;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 350px;
    border-radius: 20px;
    object-fit: cover;
}

.productdetailsmallportion img {
    width: 160px;
    /* padding: 12px 20px; */
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 130px;
    border-radius: 10px;
    object-fit: contain;
    background-color: #e6e1e1;
}

/* skin 2 */

.skin-2 .num-in {
    background: #f0f0f0;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 110px;
    border-radius: 12px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: "Roboto";
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #dadada;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}


/*Product Review section*/

/* === Review Form Container === */
.prd-det-review-form {
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

/* === Form Fields === */
.prd-review-input {
    margin-bottom: 20px;
}

.prd-review-input label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-size: 15px;
}

.prd-review-input input,
.prd-review-input textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    color: #333;
    transition: border-color 0.3s;
}

.prd-review-input input:focus,
.prd-review-input textarea:focus {
    border-color: #007bff;
    outline: none;
}

.prd-review-input textarea {
    min-height: 120px;
    resize: vertical;
}

/* === Star Rating Section === */
.give-review h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.rating-stars .rate {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.rating-stars .rate input[type="radio"] {
    display: none;
}

.rating-stars .rate label.lblb {
    font-size: 22px;
    color: #ccc;
    cursor: pointer;
    padding: 0 4px;
    transition: color 0.2s;
}

.rating-stars .rate input:checked~label,
.rating-stars .rate label:hover,
.rating-stars .rate label:hover~label {
    color: #FFD700;
}

/* === Submit Button === */
.btn-1 {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.btn-1:hover {
    background-color: #0056b3;
}

/* === Review Display Section === */
.prd-detail-client-reiew {
    padding: 20px 0;
}

.client-review-box {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.client-list-review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.client-list-review li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.client-list-review li img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
}

.client-info h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.client-info h6 {
    margin: 0;
    font-size: 14px;
    color: #777;
}

/* Star icons shown in reviews */
.client-list-review i.fa-star {
    color: #FFD700;
    margin-right: 3px;
    font-size: 16px;
}

.client-list-review i.far.fa-star {
    color: #ccc;
    margin-right: 3px;
    font-size: 16px;
}

.client-review-box p {
    margin: 0;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

/* === Responsive Styles === */
@media (max-width: 767px) {
    .client-list-review {
        flex-direction: column;
        align-items: flex-start;
    }

    .prd-review-input {
        margin-bottom: 16px;
    }

    .btn-1 {
        width: 100%;
    }
}





/* / skin 2 */

.statment-choose h6 {
    font-size: 19px;
    color: #1a1a1a;
    font-weight: 600;
    margin: 10px 0;
    font-family: "Manrope", sans-serif;
}

ul.quan-count h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #006df0;
}

ul.rate-reviews {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

ul.rate-reviews li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.rate-reviews li h6 {
    margin: 0;
    font-size: 17px;
    font-family: "Manrope", sans-serif;
    color: #2f3542;
}

ul.rate-reviews li:first-child i {
    color: #facc2b;
    font-size: 15px;
}

ul.rate-reviews li:last-child i {
    color: #000;
    font-size: 22px;
    color: #facc2b;
}

.price h5 del {
    display: block;
    font-size: 13px;
    color: #a9a2a2;
    padding-right: 11px;
}

.price h5 {
    font-size: 45px;
    font-weight: 600;
    font-family: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Product Detail Ends */
/* Cart Starts  */
.cart-product {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #e3e2e2;
}

.cart-product-img {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6e1e1;
    border-radius: 10px;
}

.cart-product-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

section.cart-sec {
    padding: 100px 0;
}

.cart-product-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 0 24px;
    text-align: center;
}

.cart-product-name h6 {
    text-transform: uppercase;
    color: black;
    font-size: 18px;
}

.cart-product-name p {
    font-weight: 600;
    color: black;
    font-size: 18px;
}

.number {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    border-radius: 11px;
    border: 1px solid #ececec;
    margin-right: 17px;
}

.number span {
    cursor: pointer;
    border-radius: 20px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 47%;
    border: unset;
    /* text-align: center; */
    background: transparent;
    height: unset;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 59px;
    border-radius: 6px;
    border: 1px solid #adacac;
    font-size: 23px;
    color: rgba(0, 0, 0, 0.68);
    font-weight: 500;
    margin-top: 24px;
    font-family: Poppins;
    background-color: #f4f4f4;
}

.number span {
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.cart-product p {
    cursor: pointer;
}

.cart-right {
    border: 1px solid #e7e6e6;
    padding: 30px 30px;
    border-radius: 10px;
    padding-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.Subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d3d2d2;
    padding-bottom: 12px;
}

.Subtotal h6 {
    font-size: 18px;
}

.Subtotal p {
    font-size: 18px;
    color: black;
}

.Subtotal h6 {
    font-size: 18px;
    color: black;
}

.sub-total p img {
    margin-right: 12px;
}

.Subtotal {
    margin-bottom: 10px;
}

.Subtotal p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.shipping {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0;
    border-bottom: 1px solid #d3d2d2;
    padding-bottom: 19px;
}

.shipping h6 {
    font-size: 18px;
}

.sub-total>h6 {
    padding-bottom: 0;
}

.sub-total p {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins';
}


.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.cart-right .sub-total {
    border: none;
    padding: 0;
    display: block;
    box-shadow: none;
    border-radius: 12px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
    margin-bottom: 0px;
}

.checkout-btn {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.checkout-btn a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.continue-shopping>a {
    color: black;
    margin-top: 13px;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 10px;
    background: #d4af37;
    color: #fff;
}

.continue-shopping>a:hover {
    color: white;
    background-color: #c81c1b;
    box-shadow: 0 0 10px 3px rgba(195, 26, 26, 0.5);
}

.continue-shopping {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Cart Ends */
/* Mind Soul Ends Starts  */
section.mind-soul {
    padding: 100px 0;
}

.mind-soul-quote {
    padding: 20px;
    border: 1px solid #dbdada;
    border-radius: 10px;
}

.quote-ends {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

section.mind-soul {
    padding: 100px 0;
}

.mind-soul-quote {
    padding: 20px;
    border: 1px solid #dbdada;
    border-radius: 10px;
    margin: 16px 0;
}

.quote-ends {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.quote-start i {
    font-style: italic;
    font-size: 30px;
}

.quote-ends i {
    font-size: 30px;
    font-style: italic;
}

.mind-paragraph p {
    padding: 10px 0;
}

.mind-auther {
    display: flex;
    justify-content: flex-end;
    margin-right: 50px;
}

.mind-auther p {
    font-weight: 600;
    color: black;
    font-style: italic;
}

/* Mind Soul Ends Ends */

/* Checkout Starts */
.checout-input {
    margin: 15px 0 0;
    position: relative;
}

.checout-input input,
.checout-input select.form-select,
.checout-input textarea {
    width: 100%;
    border: 1px solid #dfe3e8;
    border-radius: 5px;
    height: 48px;
    padding: 12px 16px;
    font-size: 14px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    background-color: #ffffff;
    color: #2d3748;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.checout-input input:focus,
.checout-input select.form-select:focus,
.checout-input textarea:focus {
    outline: none;
    border-color: #3182ce;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.15);
    transform: translateY(-1px);
}

.checout-input input:hover,
.checout-input select.form-select:hover,
.checout-input textarea:hover {
    border-color: #cbd5e0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

.checout-input select.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.checout-input textarea {
    resize: none;
    height: 170px;
}

.checout-input label {
    margin: 0 0 5px;
    color: #000;
    font-weight: 600;
}
/* Placeholder */
.checout-input input::placeholder,
.checout-input textarea::placeholder {
    color: #a0aec0;
    opacity: 1;
}

/* Error State */
.checout-input input.error,
.checout-input select.form-select.error,
.checout-input textarea.error {
    border-color: #e53e3e;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

/* Success State */
.checout-input input.success,
.checout-input select.form-select.success,
.checout-input textarea.success {
    border-color: #38a169;
    box-shadow: 0 0 0 3px rgba(56, 161, 105, 0.1);
}

/* Section Padding */
section.checkout-page {
    padding: 100px 0;
    background-color: #f9fafb;
}

/* Right Card */
.checkout-right {
    border: 1px solid #d5d5d5;
    padding: 50px 30px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.checkout-right:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* Subtotal Card */
.sub-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.sub-total:hover {
    transform: translateY(-2px);
}

.price,
.price-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.price {
    padding: 12px 0;
}

.price h6 {
    color: #64748b;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
        line-height: 30px;
}

p.total-price {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}


.price p {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.checkout-input-box {
    border: 1px solid #d5d5d5;
    padding: 50px 30px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease
}

.price-sub {
    font-weight: 600;
    padding: 16px 0 12px 0;
    border-bottom: 2px solid #e2e8f0;
    margin-top: 8px;
}

.price-sub p {
    font-weight: 700;
    color: #1e293b;
    font-size: 18px;
    margin: 0;
}

.Shipping {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0 5px;
}

.Shipping img {
    margin-right: 14px;
}

.check-btm {
    padding: 50px 30px;
}

.check-btm img {
    margin-right: 10px;
}

.place-order {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
}

.place-order a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(49, 130, 206, 0.3);
    transition: all 0.3s ease;
}

.place-order a:hover {
    transform: translateY(-2px);
}

.place-order a span:nth-child(1) {
    padding-left: 40%;
}

.place-order a span {
    text-align: center;
}

/* Checkout Ends */

/* Contact page Starts  */

.contact-sec .contact-sec {
    background: white;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
    max-width: 1200px;
    overflow: hidden;
}

.contact-sec .contact-left,
.contact-right {
    padding: 50px;
    height: 100%;
}

.contact-sec .contact-left {
    background: #eeeeee;
    border-radius: 20px 0 0px 20px;
}

.contact-sec .contact-left h2 {
    font-weight: 500;
    margin-bottom: 20px;
    color: black;
}

.contact-sec .contact-left p {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.contact-sec .contact-info {
    margin-bottom: 30px;
}

.contact-sec .contact-info i {
    font-size: 19px;
    margin-right: 15px;
    color: black;
    width: 50px;
    height: 50px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.contact-sec .contact-info h6 {
    margin-bottom: 0;
    font-weight: bold;
    color: #222;
}

.contact-sec .contact-info small {
    color: #555;
}

.contact-sec .follow-us {
    margin-top: 40px;
}

.contact-sec .follow-us i {
    font-size: 20px;
    margin-right: 15px;
    color: #000;
    cursor: pointer;
    transition: 0.3s;
}

.contact-sec .follow-us i:hover {
    color: #ffc107;
}

.contact-sec .contact-right h3 {
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-sec .form-control {
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: #eeeeee;
    height: 50px;
    margin: 13px 0;
}

.contact-sec textarea.form-control {
    resize: none;
    height: 179px;
    margin: 27px 0 0 0;
}

.btn-submit {
    background: #f0c033;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-submit i {
    margin-left: 10px;
}

section.contact-sec {
    padding: 100px 0;
}

.col-md-6.contact-right {
    box-shadow: -1px 9px 20px #fff;
}

.col-md-6.contact-right h2 {
    color: black;
    text-transform: uppercase;
}

.sbmt-btn button {
    border: 1px solid transparent;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.sbmt-btn button span:nth-child(1) {
    padding-left: 40%;
}

.sbmt-btn {
    margin-top: 28px;
}

.add-crt-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-end;
    width: 100%;
    flex-wrap: wrap;
    max-width: 600px;
}

.add-to-cart {
    border: 1px solid transparent;
    background-color: #d4af37;
    padding: 10px 20px;
    text-transform: uppercase;
    color: black;
}

.add-to-cart img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(7500%) hue-rotate(228deg) brightness(98%) contrast(106%);
    height: 30px;
    width: 30px;
    object-fit: cover;
    margin-right: 10px;
}

.product-desc .nav-tabs .nav-link.active {
    border-bottom: 2px solid #000;
    font-weight: 600;
}

.product-desc .nav-tabs .nav-link {
    border: none;
    color: #888;
}

.product-desc .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.web-btn:hover {
    color: white;
    background-color: #c81c1b;
    box-shadow: 0 0 10px 3px rgba(195, 26, 26, 0.5);
}

.heavy-haloos-left p {
    padding: 11px 30px 11px 0;
    font-size: 14px;
}

.heavy-haloos-quote img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Contact page Ends */


/* ————— 1) Search trigger ————— */
.search-trigger {
    font-size: 1.4rem;
    cursor: pointer;
    padding: .5rem;
    color: #333;
    transition: color .3s;
}

.search-trigger:hover {
    color: #007bff;
}

/* ————— 2) Overlay ————— */
#searchOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .82);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;

    /* closed state (before .open) */
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;

    /* smooth slide + fade */
    transition: transform .5s cubic-bezier(.4, .0, .2, 1),
        opacity .5s cubic-bezier(.4, .0, .2, 1);
}

/* Open state */
#searchOverlay.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

/* ————— 3) Search box ————— */
.search-box {
    width: min(90%, 800px);
    position: relative;
}

.search-box input {
    width: 100%;
    padding: 1rem 3.2rem 1rem 1.2rem;
    font-size: 1.25rem;
    border: none;
    border-radius: 6px;
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 0 #d4af37;
    transition: box-shadow .45s ease;
    font-family: "naveid-regular";
    font-weight: 700;
    text-transform: capitalize;
    height: 65px;
}

.search-box input:focus {
    box-shadow: 0 0 15px 4px #d4af37;
}

/* Pulse animation (played once) */
@keyframes pulse {
    0% {
        transform: scale(.97);
    }

    60% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

/* Add pulse when overlay becomes visible */
#searchOverlay.open .search-box input {
    animation: pulse .35s ease-out .55s both;
}

/* ————— 4) Close button ————— */
.close-btn {
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: #666;
    background: none;
    border: none;
    cursor: pointer;
    transition: color .3s;
}

.close-btn:hover {
    color: #d4af37;
}

.subscribe-sec form input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border-radius: 5px;
}

.subscribe-sec form {
    position: relative;
    display: flex;
    align-items: center;
}

.Newsletter-btn {
    position: absolute;
    right: 0;
}

.Newsletter-btn button {
    background: #d2b138;
    width: 70px;
    height: 55px;
    border-radius: 0;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}



/*AWAKENING SECTION ON HOME*/

.awakening-drop {
    background-color: #0a0a0a;
    padding: 80px 0;
    color: #f2f2f2;
    font-family: 'Georgia', serif;
    position: relative;
    overflow: hidden;
}

.halo-image {
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    animation: float 4s ease-in-out infinite;
}

.halo-image img {
    width: 160px;
    opacity: 0.95;
}

.awakening-title {
    font-size: 3rem;
    color: #e6ded1;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.awakening-subtitle {
    font-size: 1.25rem;
    color: #e6ded1;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.awakening-products {
    z-index: 2;
    position: relative;
}

.awakening-card {
    margin-bottom: 40px;
    text-align: center;

}

.roundedd {

    border-radius: 1.25rem !important;

}

.awakening-card .web-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.awakening-card .web-btn:hover {
    background-color: #c9c2b6;
    color: #000;
}

@keyframes float {
    0% {
        transform: translate(-50%, -2px) rotate(0deg);
    }

    25% {
        transform: translate(-50%, -4px) rotate(1.5deg);
    }

    50% {
        transform: translate(-50%, -6px) rotate(0deg);
    }

    75% {
        transform: translate(-50%, -4px) rotate(-1.5deg);
    }

    100% {
        transform: translate(-50%, -2px) rotate(0deg);
    }
}

/*a:hover {*/
/*    background-color: #c9c2b6;*/
/*    color: #000;*/
/*}*/




.cart-detail table.table.table-borderless tbody td h6 {
    font-size: 16px;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {

    .middle-shitt {
        top: 57%;
        left: 48%;
        height: 10vh;
        display: flex;
        object-fit: cover;
        align-items: center;
        justify-content: center;
    }

    .middle-shitt img {
        height: 390px;
        width: 400px;
    }

    .footerSec .row {
        align-items: flex-start;
    }

    .product-right .row {
        justify-content: space-around;
    }

    .product-left {
        padding: 40px 20px;
    }

    .table {
        width: 100%;
        min-width: 800px;
        border-collapse: collapse;
    }

    .cart-detail {
        width: 100%;
        overflow-x: auto;
    }

    .cart-right {
        padding: 30px 15px;
        border-radius: 10px;
    }

    .place-order a span:nth-child(1) {
        text-align: center;
        padding-left: 35%;
    }

    section.hero-sec .container-fluid .row {
        margin: 0px auto;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .heavy-haloos {
        padding: 70px 0px;
        min-height: 450px;
    }

    body #your-mind-matters {
        padding: 70px 10px 70px !important;
    }

    body #your-mind-matters .your-mind-matters-box {
        padding: 30px 15px;
        border-radius: 12px;
    }

    .heavy-halos-slider .slick-next {
        right: -18px;
    }

    .our-product-heading h2 {
        padding: 20px 1px;
    }

    section.our-products {
        padding: 70px 0 70px;
    }

    body .banner {
        padding: 70px 10px 70px !important;
    }

    body .banner .shirts {
        gap: 20px;
        margin-bottom: 10px;
    }

    section.our-category {
        padding: 70px 0;
    }

    .category-left {
        padding: 20px;
        margin-bottom: 25px;
    }

    .category-right {
        padding: 20px;
    }

    .middle-shitt img {
        height: 350px;
        width: 250px;
    }

    .middle-shitt {
        top: 66%;
        left: 49%;
        width: 100%;
        height: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-slidder-wrapper {
        padding: 0 0 0 130px;
    }

    section.hero-sec .container-fluid .row {
        margin: 0px auto;
    }

    .hero-sec {
        padding-bottom: 0;
        height: fit-content;
    }

    .hero-left {
        padding: 110px 0 60px 7%;
    }

    .logo img {
        width: 40px;
        height: 40px;
    }

    ul.social-list {
        gap: 3px;
        display: flex;
        justify-content: space-between;
    }

    ul.social-list img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .hero-right-content {
        padding-left: 13%;
    }

    header.header {
        height: fit-content;
    }

    .nav-list {
        justify-content: space-between;
    }

    .hero-left p {
        width: 74%;
    }

    h1 {
        font-size: 40px;
    }

    .web-padding {
        padding: 0 4%;
    }

    li.nav-item a {
        font-size: 13px;
    }

    .about-right h2 {
        width: 100%;
    }

    h2 {
        font-size: 35px;
    }

    .about-right p {
        padding: 5px 0;
    }

    .heavy-halos-slider .slick-prev:before,
    .heavy-halos-slider .slick-next:before {
        font-size: 12px;
        height: 30px;
        width: 30px;
    }

    .nav-list {
        gap: 1vw;
    }

    .login-account,
    .create-account {
        padding: 30px 20px;
    }

    section.account-sec {
        padding: 70px 0;
    }

    section.mind-soul {
        padding: 70px 0;
    }

    .productdetailnav .slick-slide {
        margin: 7px;
    }

    .cart-detail {
        width: 100%;
        overflow-x: auto;
    }

    .table {
        width: 100%;
        min-width: 800px;
        border-collapse: collapse;
    }

    .cart-right {
        padding: 30px 15px;
        border-radius: 10px;
    }

    .checkout-btn .web-btn {
        padding: 0 5px;
    }

    .checkout-btn .web-btn span {
        font-size: 12px;
    }

    .place-order a span:nth-child(1) {
        text-align: center;
        padding-left: 10%;
    }

    .sbmt-btn button span:nth-child(1) {
        padding-left: 19%;
    }

    .contact-sec .contact-left,
    .contact-right {
        padding: 20px;
    }

    .footer-logo-para {
        padding-right: 10px;
    }

    .subscribe-sec h6 {
        font-size: 20px;
    }

    .footerSec .row {
        align-items: flex-start;
    }

    .feature-slide {
        margin: 0 0px 15px;
    }




}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .heavy-haloos {
        padding: 60px 0px;
        min-height: 450px;
    }

    body #your-mind-matters {
        padding: 60px 10px 60px !important;
    }

    body #your-mind-matters .your-mind-matters-box {
        padding: 30px 15px;
        border-radius: 12px;
    }

    .heavy-halos-slider .slick-next {
        right: -18px;
    }

    .our-product-heading h2 {
        padding: 20px 1px;
    }

    section.our-products {
        padding: 60px 0 60px;
    }

    body .banner {
        padding: 60px 10px 60px !important;
    }

    body .banner .shirts {
        gap: 20px;
        margin-bottom: 10px;
    }

    section.our-category {
        padding: 60px 0;
    }

    .category-left {
        padding: 20px;
        margin-bottom: 25px;
    }

    .category-right {
        padding: 20px;
        margin: 25px 0px 0px;
    }

    .middle-shitt img {
        height: 350px;
        width: 250px;
    }

    .middle-shitt {
        top: 66%;
        left: 49%;
        width: 100%;
        height: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-slidder-wrapper {
        padding: 0 0 0 130px;
    }

    section.hero-sec .container-fluid .row {
        margin: 0px auto;
    }

    .hero-sec {
        padding-bottom: 0;
        height: fit-content;
    }

    .hero-left {
        padding: 110px 0 60px 7%;
    }

    .logo img {
        width: 40px;
        height: 40px;
    }

    ul.social-list {
        gap: 3px;
        display: flex;
        justify-content: space-between;
    }

    ul.social-list img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .hero-right-content {
        padding-left: 13%;
    }

    header.header {
        height: fit-content;
    }

    .nav-list {
        justify-content: space-between;
    }

    .hero-left p {
        width: 74%;
    }

    h1 {
        font-size: 40px;
    }

    .web-padding {
        padding: 0 4%;
    }

    li.nav-item a {
        font-size: 13px;
    }

    .about-right h2 {
        width: 100%;
    }

    h2 {
        font-size: 35px;
    }

    .about-right p {
        padding: 5px 0;
    }

    .heavy-halos-slider .slick-prev:before,
    .heavy-halos-slider .slick-next:before {
        font-size: 12px;
        height: 30px;
        width: 30px;
    }

    .nav-list {
        gap: 1vw;
    }

    .login-account,
    .create-account {
        padding: 30px 20px;
    }

    section.account-sec {
        padding: 60px 0;
    }

    section.mind-soul {
        padding: 60px 0;
    }

    .productdetailnav .slick-slide {
        margin: 7px;
    }

    .cart-detail {
        width: 100%;
        overflow-x: auto;
    }

    .table {
        width: 100%;
        min-width: 800px;
        border-collapse: collapse;
    }

    .cart-right {
        padding: 30px 15px;
        border-radius: 10px;
    }

    .checkout-btn .web-btn {
        padding: 0 5px;
    }

    .checkout-btn .web-btn span {
        font-size: 12px;
    }

    .place-order a span:nth-child(1) {
        text-align: center;
        padding-left: 10%;
    }

    .sbmt-btn button span:nth-child(1) {
        padding-left: 19%;
    }

    .contact-sec .contact-left,
    .contact-right {
        padding: 20px;
    }

    .feature-slide {
        margin: 0 0px 15px;
    }


        body #your-mind-matters .your-mind-matters-box p {
        font-size: 14px !important;
        color: #fff;
    }











}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .header .col-md-4 {
        width: 100%;
    }

    ul.social-list img {
        height: 40px;
        width: 40px;
    }

    ul.social-list {
        gap: 15px;
    }

    .logo img {
        width: 100px;
        height: 100px;
    }

    .hero-left {
        padding: 40px 4% 30px 6%;
    }

    .hero-left h1 {
        font-size: 40px;
    }

    .hero-left p {
        width: 100%;
    }

    .hero-right-content {
        padding-left: 0%;
        padding-bottom: 50px;
    }

    .hero-right-content h3 {
        font-size: 20px;
    }

    .hero-right-content h3 br {
        display: none;
    }

    .middle-shitt {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: 70px;
        object-fit: cover;
        transform: translate(0%, 0%);
    }

    .hero-right-content h3::before {
        right: 73%;
        top: 56%;
        width: 30px;
        height: 30px;
    }

    .hero-right {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hero-sec {
        width: 100%;
        height: fit-content;
    }

    .hero-slidder-wrapper {
        padding: 0 0 0 10px;
    }

    .our-product-heading h2 {
        color: #fff;
    }

    .category-heading h2 {
        color: #fff;
        text-transform: uppercase;
    }

    .our-category .category-left {
        padding: 32px 10px;
    }

    .our-category .category-left .category-text {
        padding-top: 20px;
    }

    .our-category .category-right {
        margin-top: 40px;
        padding: 32px 10px;
    }

    .our-category .category-right .category-text {
        margin-top: 30px;
    }

    .web-padding {
        padding: 0 2%;
    }

    .copy-txt p {
        font-size: 12px;
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .copy-txt {
        gap: 10px;
        padding: 10px 0px;
        height: fit-content;
        flex-direction: column;
        justify-content: space-between;
    }

    header.header {
        position: relative;
        height: fit-content;
        background: #212121;
    }

    .header-right {
        justify-content: center;
    }

    section.hero-sec .container-fluid .row {
        margin: 0px auto;
    }

    .slicknav_nav a:hover {
        background: #d4af37;
    }

    .middle-shitt img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }

    .hero-slidder .slick-prev,
    .hero-slidder .slick-next {
        bottom: -30px;
    }

    section.our-category {
        padding: 40px 0;
    }

    .categoy-img {
        height: 300px;
    }

    h5 {
        font-size: 20px;
    }

    p {
        font-size: 12px;
    }

    .banner {
        padding: 40px 0px 40px;
    }

    .banner .shirt {
        max-width: 220px;
        width: 100% !important;
    }

    body #your-mind-matters {
        padding: 40px 10px 40px !important;
    }

    body #your-mind-matters .your-mind-matters-box {
        padding: 30px 15px;
        border-radius: 12px;
    }

    .our-product-heading h2 {
        padding: 10px 10px;
        margin-bottom: 10px;
    }

    .our-product-heading {
        align-items: center;
        margin-bottom: 25px;
        flex-direction: column;
    }

    .heavy-haloos {
        padding: 40px 0px;
    }

    .heavy-haloos-left {
        margin-bottom: 30px;
    }

    .footer-logo-para {
        padding-right: 0px;
        margin-bottom: 25px;
    }

    .footerSec {
        padding: 40px 0px;
    }

    .inner-banenr-left {
        height: 350px;
    }

    h1 {
        font-size: 40px;
    }

    .inner-banner-right {
        height: 450px;
    }

    .inner-banner-right img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    section.about-sec {
        padding: 40px 0;
    }

    .about-left img {
        height: 500px;
    }

    .about-right {
        margin-top: 25px;
    }

    .about-right h2 {
        width: 100%;
        padding-bottom: 15px;
    }

    h2 {
        font-size: 30px;
    }

    .product-left {
        padding: 20px 10px;
    }

    .filter-rage {
        padding: 30px 15px;
        margin: 15px 0 0 0;
    }

    .product-categories {
        padding: 25px 25px 0px 25px;
    }

    .product-right {
        margin-top: 25px;
    }

    .feature-slide {
        padding: 15px;
        margin: 0 0px 15px;
    }

    section.product-inner {
        padding: 40px 0;
    }

    .add-crt-wrapper {
        max-width: 600px;
        width: 100%;
        flex-wrap: wrap;
    }

    .productdetailnav .slick-slide {
        margin: 5px;
    }

    .productdetailsec .productdetailportion {
        margin: 0px;
        height: 400px;
    }

    .productdetailfor .slick-slide img {
        width: 100%;
        object-fit: contain;
    }

    .productdetailtext {
        margin-top: 25px;
    }

    h3 {
        font-size: 25px;
    }

    .price h5 {
        font-size: 25px;
    }

    ul.rate-reviews li:last-child i {
        font-size: 12px;
    }

    .productdetailtext p {
        font-size: 12px;
        line-height: 21px;
    }

    .statment-choose h6 {
        font-size: 14px;
    }

    .productdetailsec {
        padding: 40px 0 0px;
    }

    .prd-det-review-form {
        padding: 0px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    section.account-sec {
        padding: 40px 0px;
    }

    .login-account,
    .create-account {
        margin: 10px 0px;
        padding: 30px 15px;
    }

    section.contact-sec {
        padding: 40px 0;
    }

    .contact-sec .contact-left,
    .contact-right {
        padding: 25px;
    }

    .sbmt-btn button span:nth-child(1) {
        padding-left: 0;
    }

    .sbmt-btn button {
        width: fit-content;
    }

    section.mind-soul {
        padding: 40px 0;
    }

    .our-product.footer-links {
        margin: 20px 0px;
    }

    .cart-detail {
        width: 100%;
        overflow-x: auto;
    }

    .table {
        width: 100%;
        min-width: 800px;
        border-collapse: collapse;
    }

    .continue-shopping {
        margin-bottom: 25px;
    }

    .web-btn span {
        font-size: 12px;
    }

    .cart-right {
        padding: 20px 20px;
    }

    section.cart-sec {
        padding: 40px 0;
    }

    section.checkout-page {
        padding: 40px 10px;
    }

    .check-btm {
        padding: 10px 0px;
    }

    .checkout-right {
        padding: 30px 20px;
    }

    .place-order a span:nth-child(1) {
        padding-left: 0;
    }

    .place-order a {
        width: fit-content;
    }

        body #your-mind-matters .your-mind-matters-box p {
        font-size: 14px !important;
        color: #fff;
    }
    
}

@media only screen and (min-width: 0px) and (max-width: 519px) {
    .header .col-md-4 {
        width: 100%;
    }

    ul.social-list img {
        height: 40px;
        width: 40px;
    }

    ul.social-list {
        gap: 15px;
    }

    .logo img {
        width: 100px;
        height: 100px;
    }

    .hero-left {
        padding: 40px 4% 30px 6%;
    }

    .hero-left h1 {
        font-size: 40px;
    }

    .hero-left p {
        width: 100%;
    }

    .hero-right-content {
        padding-left: 0%;
        padding-bottom: 50px;
    }

    .hero-right-content h3 {
        font-size: 20px;
    }

    .hero-right-content h3 br {
        display: none;
    }

    .middle-shitt {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: 70px;
        object-fit: cover;
        transform: translate(0%, 0%);
    }

    .hero-right-content h3::before {
        right: 73%;
        top: 56%;
        width: 30px;
        height: 30px;
    }

    .hero-right {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hero-sec {
        width: 100%;
        height: fit-content;
    }

    .hero-slidder-wrapper {
        padding: 0 0 0 10px;
    }

    .our-product-heading h2 {
        color: #fff;
    }

    .category-heading h2 {
        color: #fff;
        text-transform: uppercase;
    }

    .our-category .category-left {
        padding: 32px 10px;
    }

    .our-category .category-left .category-text {
        padding-top: 20px;
    }

    .our-category .category-right {
        margin-top: 40px;
        padding: 32px 10px;
    }

    .our-category .category-right .category-text {
        margin-top: 30px;
    }

    .web-padding {
        padding: 0 2%;
    }

    .copy-txt p {
        font-size: 12px;
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .copy-txt {
        gap: 10px;
        padding: 10px 0px;
        height: fit-content;
        flex-direction: column;
        justify-content: space-between;
    }

    header.header {
        position: relative;
        height: fit-content;
        background: #212121;
    }

    .header-right {
        justify-content: center;
    }

    section.hero-sec .container-fluid .row {
        margin: 0px auto;
    }

    .slicknav_nav a:hover {
        background: #d4af37;
    }

    .middle-shitt img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }

    .hero-slidder .slick-prev,
    .hero-slidder .slick-next {
        bottom: -30px;
    }

    section.our-category {
        padding: 40px 0;
    }

    .categoy-img {
        height: 300px;
    }

    h5 {
        font-size: 20px;
    }

    p {
        font-size: 12px !important;
    }

    body #your-mind-matters .your-mind-matters-box p {
    font-size: 14px !important;
    color: #fff;
}
    
    .banner {
        padding: 40px 0px 40px;
    }

    .banner .shirt {
        max-width: 220px;
        width: 100% !important;
    }

    body #your-mind-matters {
        padding: 40px 10px 40px !important;
    }

    body #your-mind-matters .your-mind-matters-box {
        padding: 30px 15px !important;
        border-radius: 12px !important;
    }

    .our-product-heading h2 {
        padding: 10px 10px;
        margin-bottom: 10px;
    }

    .our-product-heading {
        align-items: center;
        margin-bottom: 25px;
        flex-direction: column;
    }

    .heavy-haloos {
        padding: 40px 0px;
    }

    .heavy-haloos-left {
        margin-bottom: 30px;
    }

    .footer-logo-para {
        padding-right: 0px;
        margin-bottom: 25px;
    }

    .footerSec {
        padding: 40px 0px;
    }

    .inner-banenr-left {
        height: 350px;
    }

    h1 {
        font-size: 40px !important;
    }

    .inner-banner-right {
        height: 450px;
    }

    .inner-banner-right img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    section.about-sec {
        padding: 40px 0;
    }

    .about-left img {
        height: 500px;
    }

    .about-right {
        margin-top: 25px;
    }

    .about-right h2 {
        width: 100%;
        padding-bottom: 15px;
    }

    h2 {
        font-size: 30px;
    }

    .product-left {
        padding: 20px 10px;
    }

    .filter-rage {
        padding: 30px 15px;
        margin: 15px 0 0 0;
    }

    .product-categories {
        padding: 25px 25px 0px 25px;
    }

    .product-right {
        margin-top: 25px;
    }

    .feature-slide {
        padding: 15px;
        margin: 0 0px 15px;
    }

    section.product-inner {
        padding: 40px 0;
    }

    .add-crt-wrapper {
        max-width: 600px;
        width: 100%;
        flex-wrap: wrap;
    }

    .productdetailnav .slick-slide {
        margin: 5px;
    }

    .productdetailsec .productdetailportion {
        margin: 0px;
        height: 400px;
    }

    .productdetailfor .slick-slide img {
        width: 100%;
        object-fit: contain;
    }

    .productdetailtext {
        margin-top: 25px;
    }

    h3 {
        font-size: 25px;
    }

    .price h5 {
        font-size: 25px;
    }

    ul.rate-reviews li:last-child i {
        font-size: 12px;
    }

    .productdetailtext p {
        font-size: 12px;
        line-height: 21px;
    }

    .statment-choose h6 {
        font-size: 14px;
    }

    .productdetailsec {
        padding: 40px 0 0px;
    }

    .prd-det-review-form {
        padding: 0px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    section.account-sec {
        padding: 40px 0px;
    }

    .login-account,
    .create-account {
        margin: 10px 0px;
        padding: 30px 15px;
    }

    section.contact-sec {
        padding: 40px 0;
    }

    .contact-sec .contact-left,
    .contact-right {
        padding: 25px;
    }

    .sbmt-btn button span:nth-child(1) {
        padding-left: 0;
    }

    .sbmt-btn button {
        width: fit-content;
    }

    section.mind-soul {
        padding: 40px 0;
    }

    .our-product.footer-links {
        margin: 20px 0px;
    }

    .cart-detail {
        width: 100%;
        overflow-x: auto;
    }

    .table {
        width: 100%;
        min-width: 800px;
        border-collapse: collapse;
    }

    .continue-shopping {
        margin-bottom: 25px;
    }

    .web-btn span {
        font-size: 12px;
    }

    .cart-right {
        padding: 20px 20px;
    }

    section.cart-sec {
        padding: 40px 0;
    }

    section.checkout-page {
        padding: 40px 10px;
    }

    .check-btm {
        padding: 10px 0px;
    }

    .checkout-right {
        padding: 30px 20px;
    }

    .place-order a span:nth-child(1) {
        padding-left: 0;
    }

    .place-order a {
        width: fit-content;
    }


























}

/*Media Query End*/