@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

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: 'queensila';
    src: url(../fonts/queensila.otf);
}


/***** 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: 'queensila';
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'queensila';
    font-size: 60px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    line-height: 1;
}

h3 {
    font-family: 'queensila';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'queensila';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: '';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: '';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
    line-height: 23px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    text-transform: math-auto;
    color: #000000;
    font-weight: 600;
}

.menuSection {
    padding: 18px 0;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background-clip: text;
    color: transparent;
    background-image: -webkit-linear-gradient(0deg, rgb(238, 192, 87) 0%, rgb(181, 125, 11) 100%);
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.container-fluid.add-padding {
    padding: 0 5%;
}

.header-logo a img {
    width: 54%;
}

.header-serach-box form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 50px;
    border: 2px solid #cccccc;
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 500;
}

.header-serach-button button {
    border: none;
    background: none;
    color: #9d9d9d;
    font-size: 16px;
}

.header-serach-box form {
    width: 80%;
    margin: 0 0 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}

.header-serach-button {
    position: absolute;
    right: 10px;
}

.header-button ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}

.header-button ul li a:hover {
    background-image: -webkit-linear-gradient(0deg, rgb(238, 192, 87) 0%, rgb(181, 125, 11) 100%);
    border: none;
    transition: 0.5s;
}

.header-button ul li a i {
    background-clip: text;
    color: transparent;
    background-image: -webkit-linear-gradient(0deg, rgb(238, 192, 87) 0%, rgb(181, 125, 11) 100%);
    line-height: 22px;
}

.header-button ul li a {
    border: 2px solid #d4d9e1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.5s;
}

.header-button ul li a:hover i {
    color: #fff;
}


.header-serach-box form input::placeholder {

    font-size: 15px;
    color: #7c7c7c;
}

.header-logo a {
    width: 100%;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/* Header Ends */


/* Main Banner Start */


.main-banner-sec {
    background: #fbe7e9;
    padding: 50px 0;
    position: relative;
}

.main-banner-silder-items-text h2 {
    font-size: 25px;
    color: #000000;
    font-weight: 500;
}

.main-banner-silder-items-images {
    position: relative;
}

.main-bner-sil-items-img-price {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
}


/* Banner Start */


.theme-btn-1 {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Shine Effect */
.theme-btn-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );
  transition: 0.6s;
}

.theme-btn-1:hover::before {
  left: 100%;
}

/* Hover Animation */
.theme-btn-1:hover {
  transform: translateY(-6px) scale(1.05);
 
}







.btn-shine {
    background: linear-gradient(to right, #000 0, #eec057, #bb8413 33%, #000 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

@keyframes shine {

    0%,
    100% {
        background-position: 0;
    }

    10% {
        background-position: 50px;
    }

    20% {
        background-position: 100px;
    }

    30% {
        background-position: 150px;
    }

    40% {
        background-position: 200px;
    }

    50% {
        background-position: 250px;
    }

    60% {
        background-position: 300px;
    }

    70% {
        background-position: 350px;
    }

    80% {
        background-position: 400px;
    }

    90% {
        background-position: -450px;
    }
}


.main-banner-silder-items-images {
    border-radius: 300px;
    overflow: hidden;
}

.main-banner-silder-items-images:before {
    content: "";
    position: absolute;
   background: linear-gradient(180deg,rgba(253, 141, 160, 0) 0%, rgba(253, 141, 160, 0.65) 70%, rgba(253, 141, 160, 0.95) 100%);
    width: 100%;
    height: 100%;
    bottom: 0px;
    transition: 0.5s;
}

.main-banner-silder-items-images img {
    width: 100%;
    height: 445px;
    object-fit: cover;
}

.main-banner-silder-items-text {
    margin-top: 15px;
    text-align: center;
}

.main-banner-silder .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.main-banner-silder .slick-active {
    opacity: 1.5;
}

.main-banner-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/main-banner-before.png);
    width: 125px;
    height: 272px;
    background-size: contain;
    left: 0;
    bottom: 50px;
}

.main-banner-left-heading h2 {
    font-size: 78px;
    line-height: 1;
}

.main-banner-left-heading h2 span {
    display: block;
}

.main-banner-left-heading p {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 14px;
}

.main-banner-right-heading h2 {
    font-size: 78px;
    line-height: 1;
}

.main-banner-right-heading h2 span {
    display: block;
}

.main-banner-right-heading {
    text-align: end;
}

.main-banner-sec:after {
    content: "";
    position: absolute;
    background-image: url(../images/main-banner-after.png);
    width: 140px;
    height: 272px;
    background-size: cover;
    right: 0;
    top: 24%;
}

.main-banner-silder-row .row {
    justify-content: center;
}

.main-banner-silder .slick-slide.slick-current.slick-active.slick-center .main-banner-silder-items {
    transform: scale(1.4);
    position: relative;
}

.main-banner-silder .slick-slide {
    margin: 100px 50px;
}
.main-banner-silder-items-cart {
    position: absolute;
    top: 20px;
    right: 25px;
    opacity: 0;
    z-index: 99;
}

.main-banner-silder-items-cart a {
    background-image: -webkit-linear-gradient(0deg, rgb(238, 192, 87) 0%, rgb(181, 125, 11) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
}

.main-banner-silder .slick-slide.slick-current.slick-active.slick-center .main-banner-silder-items-cart {
    opacity: 1;
}

.main-banner-silder {
    margin-top: -30px;
}

.main-banner-silder .main-bner-sil-items-img-price h2 {
    font-size: 35px;
    line-height: 30px;
    color: #fff;
}

.main-banner-silder .slick-prev:before {
    content: '';
    background-image: url(../images/main-banner-left-arrow.png);
    width: 67px;
    height: 57px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.main-banner-silder .slick-next:before {
    content: '';
    background-image: url(../images/main-banner-left-arrow.png);
    width: 67px;
    height: 57px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;

}

.main-banner-silder .slick-prev {
    left: -60px;
}

.main-banner-silder .slick-prev {

    top: 43%;

}

.main-banner-silder .slick-next {

    top: 43%;

}

.main-banner-silder .slick-next {
    right: 5px;
}

.main-banner-silder .slick-slide.slick-current.slick-active.slick-center .main-bner-sil-items-img-price {
    opacity: 1;

}


/* Main Banner Ends */


/*Shop By Category Start*/

.sec {
    padding: 100px 0;
}

.shop-by-category-heading {
    text-align: center;
}

.shop-by-category-silder .slick-active {
    opacity: 1.5;
}

.shop-by-category-silder-items-img img {
    width: 255px;
    height: 255px;
    object-fit: cover;
    border-radius: 50%;
}

.shop-by-category-silder-items {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #ffe8ec;
    border-radius: 150px;
    padding-right: 40px;
    margin-top: 40px;
}

.shop-by-category-silder-items-text h2 {
    font-size: 40px;
}

.shop-by-category-silder-items-text p {
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 23px;
}

.theme-btn-1 {
    background-image: -webkit-linear-gradient(0deg, rgb(238, 192, 87) 0%, rgb(181, 125, 11) 100%);
    font-size: 16px;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 50px;
}

.shop-by-category-silder-items-img {
    width: 45%;
}

.shop-by-category-silder-items-text {
    width: 55%;
}

.shop-by-category-silder .slick-next {

    top: 50%;

}

.shop-by-category-silder .slick-prev {
    top: 50%;
}

.shop-by-category-silder .slick-prev {
    left: -70px;
}


.shop-by-category-silder .slick-prev:before {
    content: '';
    background-image: url(../images/main-banner-left-arrow.png);
    width: 57px;
    height: 47px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.shop-by-category-silder .slick-next:before {
    content: '';
    background-image: url(../images/main-banner-left-arrow.png);
    width: 57px;
    height: 47px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
}

.shop-by-category-silder .slick-next {
    right: -10px;
}

/*Shop By Category Ends */

/*New Arrivals Start*/


.new-arrivals-heading p {
    width: 70%;
}

.new-arrivals-button {
    text-align: end;
}

.new-arrivals-silder-items-heading h2 {
    font-size: 28px;
}

.new-arrivals-silder-items {
    margin-top: 45px;
}

.slick-active {
    opacity: 1.5;
}
/*.new-arrivals-silder-items-img:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #fd8da0, #fd8da04a);
    width: 100%;
    height: 60%;
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    bottom: -150px;
    box-shadow: 0 0 60px 0 #fd8da0fa;
    opacity: 0;
    transition: 0.5s;
}*/

.new-arrivals-silder-items:hover :before {
    opacity: 1;
    transition: 0.5s;
}
.new-arrivals-silder-items-img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
}

.new-arrivals-silder-items-heading {
    text-align: center;
}

.new-arrivals-silder-items-img {
    position: relative;
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
}

.new-arrivals-silder-items-cart {
    position: absolute;
    right: 40px;
    top: 15px;
     opacity: 0; 
    transition: 0.5s;
}

.new-arrivals-silder-items:hover .new-arrivals-silder-items-cart {
    opacity: 1;
    transition: 0.5s;
}

.new-arrivals-silder-items:hover .new-arrivals-silder-items-price {
    opacity: 1;
    transition: 0.5s;
}


.new-arrivals-silder-items-heading {
    margin-top: 20px;
}

.new-arrivals-silder-items-price h2 {
    font-size: 35px;
}

.new-arrivals-silder-items-price {
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: 0.5s;
}

.new-arrivals-silder-items-price h2 {
    color: #fff;
}

.new-arrivals-silder-items-cart a {
    background-image: -webkit-linear-gradient(0deg, rgb(238, 192, 87) 0%, rgb(181, 125, 11) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
}


/*New Arrivals Ends*/


/*Elevate Your Every Style Start*/


.elevate-your-everyday-style-sec {
    margin-top: 180px;
    position: relative;
}

.elevate-your-everyday-style-text-box {
    text-align: center;
    margin-top: 150px;
}

.elevate-your-everyday-style-img-box.two {
    margin-top: -90px;
}

.elevate-your-everyday-style-text-box p {
    margin-bottom: 18px;
}

.elevate-your-everyday-style-text-box h2 {
    margin-bottom: 10px;
}

.elevate-your-everyday-style-img-box img {
    border-top-right-radius: 170px;
    border-top-left-radius: 170px;
    border-bottom-right-radius: 170px;
    border-bottom-left-radius: 160px;
    width: 95%;
    height: 482px;
    object-fit: cover;
}

.elevate-your-everyday-style-img-box.one {
    margin-top: 40px;
}

.elevate-your-everyday-style-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/elevate-your-everyday-style-back.png);
    width: 100%;
    height: 440px;
    background-size: cover;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}

/*Elevate Your Every Style Ends*/


/*Why Women Love Blossom Fashion Start*/


.women-love-blossom-fashion-text p {
    width: 70%;
}

.women-love-blossom-fashion-heading h2 span {
    display: block;
}

.women-love-blossom-fashion-heading {
    float: right;
}

.women-love-blossom-fashion-step-img {
    border-top-right-radius: 250px;
    border-top-left-radius: 250px;
    border-bottom-right-radius: 250px;
    border-bottom-left-radius: 250px;
    margin: 0 auto;
    text-align: center;

}

.women-love-blossom-fashion-text {
    margin-top: 35px;
}

.women-love-blossom-fashion-heading {
    margin-top: 35px;
}

.women-love-blossom-fashion-main-step-boxs {
    position: relative;
    margin-top: -155px;
}

.women-love-blossom-fashion-step-img img {
    border-top-right-radius: 250px;
    border-top-left-radius: 250px;
    border-bottom-right-radius: 250px;
    border-bottom-left-radius: 250px;
    width: 450px;
    height: 690px;
    object-fit: cover;
}

.women-love-blossom-fashion-step-box {
    border: 2px solid #e9e9e9;
    padding: 35px 30px;
    border-radius: 25px;
    width: 430px;
    background: #fff;
    transition: 0.5s;
}

.women-love-blossom-fashion-step-box p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
}

.women-love-blossom-fashion-step-box label {
    border: 1px solid #e5e5e5;
    padding: 5px 20px 5px 5px;
    border-radius: 50px;
    margin-bottom: 15px;
    color: #000;
    font-family: 'queensila';
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.women-love-blossom-fashion-step-box label span img {
    width: 12px;
    height: 16px;
    object-fit: contain;
}

.women-love-blossom-fashion-step-box label span {
    background-image: -webkit-linear-gradient(0deg, rgb(238, 192, 87) 0%, rgb(181, 125, 11) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.women-love-blossom-fashion-step-box h2 {
    font-size: 30px;
    margin-bottom: 6px;
    width: fit-content;
}

.women-love-blossom-fashion-step-box.one {
    position: absolute;
    top: 200px;
}

.women-love-blossom-fashion-step-box.two {
    position: absolute;
    right: 0;
    top: 200px;
}

.women-love-blossom-fashion-step-box.three {
    position: absolute;
    bottom: 40px;
    left: 180px;
}

.women-love-blossom-fashion-step-box.four {
    position: absolute;
    bottom: 40px;
    right: 80px;
}

.women-love-blossom-fashion-step-box:hover {
    background-image: -webkit-linear-gradient(0deg, rgb(238, 192, 87) 0%, rgb(181, 125, 11) 100%);
    transition: 0.5s;
}

.women-love-blossom-fashion-step-box:hover * {
    color: #fff;
}

/*Why Women Love Blossom Fashion Ends*/

/*Our Customers Say Start*/

.our-customers-say-heading {
    text-align: center;
}

.our-customers-say-heading p {
    width: 40%;
    margin: 0 auto;
}

.our-customers-say-heading h2 {
    margin-bottom: 5px;
}

.our-customers-say-silder-items-images {
    width: 45%;
}

.our-customers-say-silder-items {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    border: 2px solid #b4b4b4;
    border-radius: 180px;
}

.our-customers-say-silder-items-text {
    text-align: center;
    width: 55%;
    padding-right: 70px;
}

.our-customers-say-silder-items-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.our-customers-say-silder-items-images img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
}

.our-customers-say-silder-items-text h2 {
    font-size: 20px;
    margin-bottom: 2px;
}

.our-customers-say-silder-items-text span {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 8px;
    display: block;
}

.our-customers-say-silder-items-text p {
    font-size: 13px;
    line-height: 20px;
}

.our-customers-say-silder-items-text ul li i {
    color: #f9ae0e;
    font-size: 14px;
}

.our-customers-say-silder .slick-prev:before {
    content: '';
    background-image: url(../images/main-banner-left-arrow.png);
    width: 57px;
    height: 47px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.our-customers-say-silder .slick-next:before {
    content: '';
    background-image: url(../images/main-banner-left-arrow.png);
    width: 57px;
    height: 47px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
}

.our-customers-say-silder .slick-next {
    right: -5px;
}

.our-customers-say-silder .slick-prev {
    left: -65px;
}

/*Our Customers Say Ends*/

/* Footer Start */

footer {
    padding-top: 100px;
    background: #fbe5e9;
}
.footer-logo p {
    margin-bottom: 0;
    color: #7c7c7c;
    font-weight: 500;
    width: 95%;
}
footer h4 {
    font-size: 25px;
    color: #000;
    line-height: 30px;
    margin: 0px 0 30px;
}

.footer-link ul {
    column-count: 2;

}
.footer-link ul li a, .footer-contact a, .footer-follow ul li a {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 40px;
    transition: all ease-in .3s;
    font-weight: 500;
}

.footer-link ul li a:hover,
.footer-contact a:hover,
.footer-follow ul li a:hover {
   background-clip: text;
    color: transparent;
    background-image: -webkit-linear-gradient(0deg, rgb(238, 192, 87) 0%, rgb(181, 125, 11) 100%);
    transform: translateX(10px);
}

.footer-contact p {
    font-size: 14px;
    color: #a5a5a5;
    line-height: 24px;
    font-family: 'Poppins';
}

.footer-link {
    padding-left: 40px;
    padding-right: 30px;
    border-right: 1px solid #ccb9b9;
}

.footer-contact {
    padding-left: 70px;
    padding-right: 30px;
}
.footer-contact {
    border-right: 1px solid #ccb9b9;
}

.footer-follow {
    padding-left: 50px;
}

.footer-bottom-sec {
    border-top: 1px solid #ccb9b9;
    margin-top: 50px;
    padding: 20px 0;
}
.copy-right-atm-card {
    float: right;
}
.copy-right-atm-card img {
    width: 196px;
    height: 25px;
    object-fit: contain;
}

.copy-right-txt p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}



.footer-logo img {
    margin: 0 0 20px;
    width: 241px;
    height: 84px;
    object-fit: contain;
}

.copy-right-txt p {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.footer-logo {
    padding-right: 60px;
    padding-top: 0;
    border-right: 1px solid #c89325;
}


/*Cursor Dot Start*/

.cursor-dot,
.cursor-outline {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.cursor-dot {
    width: 12px;
    height: 12px;
    background: #d1b165;
}

.cursor-outline {
    width: 40px;
    height: 40px;
    border: 2px solid #c89325;
    transition: all 0.2s ease-out;
}

html {
    overflow-x: hidden;
}

.cursor-dot,
.cursor-outline {
    transition: transform 0.2s ease-out;
}


.cursor-dot.link-hover,
.cursor-outline.link-hover {
    background: #091e33;
    border-color: #091e33;
    transform: translate(-50%, -50%) scale(2);
}

/*Cursor Dot Ends */


/* Footer Ends */



/*Inner Account Start*/



.inner-account-box {
    border: 2px solid #cccccc;
    padding: 35px;
    border-radius: 8px;
}

.inner-conatct-box-btn button {
    border: none;
    padding: 14px 30px;
}
.inner-conatct-box-btn {
    text-align: center;
}


.inner-banner-sec {
    background-image: url(../images/inner-banner-back.png);
    width: 100%;
    height: 420px;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}
.inner-banner-heading h2 {
    font-size: 78px;
}



.inner-account-box label {

  color: #888888;

  font-weight: 500;

  margin-top: 20px;

}



.inner-account-box ul li p, .product-heading-box h2 {
    margin-bottom: 0;
    color: #7c7c7c;
    font-weight: 600;
}



.inner-account-box ul li input {

  width: 15px;

  height: 15px;

  border-radius: 50% !important;

  border: 1px solid !important;

  margin: 0 !important;

}



.inner-account-box ul {

  margin-top: 25px;

  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 25px;

}



.inner-account-box input {

  width: 100%;

  height: 60px;

  border: 1px solid #cccccc;

  margin-top: 5px;

  border-radius: 50px;

  padding: 0 20px;

  color: #888888;

}



.inner-account-box h2,

.inner-work-shop-detail-text h2,

.motorcycle-detail-text h2,

.section-heading h5 {

  margin-bottom: 5px;

}



.inner-account-box form input::placeholder {

  color: #888888;

}



/*Inner Account Ends*/









/*Inner About Us Start*/






.about-us-images img {
    width: 100%;
    height: 830px;
    object-fit: cover;
    border-top-right-radius: 300px;
    border-top-left-radius: 300px;
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
}
.about-us-text {
    margin-left: 20px;
}
.about-us-text p {
    margin-bottom: 20px;
}
.about-us-text h2 {
    margin-bottom: 10px;
}
.about-us-sec {
    padding-bottom: 0 !important;
}



/*Inner About Us Ends*/


/*Inenr CheckOut Start*/



.checout-input input {
    border: 2px solid #e5e5e5;
    padding: 20px;
    border-radius: 50px;
}



.checout-input input,

.checout-input select.form-select {

  margin: 5px 0;

  height: 58px;

  width: 100%;

  background-color: unset;

}







.checkout-input-radio label {

  margin-left: 10px !important;

}



.checout-input select.form-select {
    padding: 0 20px;
    color: #888;
    border-radius: 50px;
    background-image: url(../images/down.png);
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e5e5e5;
}



.checout-input {

  margin: 10px 0;

}

.form-select:focus {
    border-color: inherit !important;
    outline: 0;
    box-shadow: inherit !important;
}

.checkout-input-radio input[type="radio"] {

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  width: 20px;

  height: 20px;

  border: 2px solid #aaaaaa63;

  border-radius: 50%;

  position: relative;

  cursor: pointer;

  outline: 0;

}



.checkout-input-radio input[type="radio"]:checked::before {

  content: "";

  width: 12px;

  height: 12px;

  background-color: #bf891f;

  border-radius: 50%;

  position: absolute;

  top: 2px;

  left: 2px;

}



.checout-input.textarea {

  width: 90%;

}



.sub-total h6 {
    font-family: 'queensila';
    font-size: 30px;
    color: #666666;
}


.sub-total p {
    font-family: "american";
    margin-bottom: 0;
    color: #000;
    font-size: 25px;

}



.checkout-input-radio {

  display: flex;

  align-items: center;

  margin: 15px 0;

}






.checout-input textarea {

  width: 100%;

  resize: none;

  height: 170px;

  padding: 20px;

  background-color: unset;

  border-radius: 10px;

  border: 1px solid #e5e5e5;

}



.checkout-right {
    padding: 40px 30px 30px;
    border-radius: 15px;
    border: 2px solid #e5e5e5;
}



.sub-total {

  align-items: center;

  padding: 2px;

  border-bottom: 1px solid #d5d5d5;

  margin-bottom: 21px;

}



.sub-total {
    align-items: center;
    padding: 2px;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 10px;
}



.price,

.sub-total {

  justify-content: space-between;

  display: flex;

}



section.checkout-page .price {
    padding: 0;
    margin: 5px 0;
}


.price h6 {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}





.price p {

  font-size: 15px;

  color: #000;

  font-weight: 700;

}



.price-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    padding: 10px 0 15px;
    border-bottom: 2px solid #e5e5e5;
}



.Shipping.last h6,

.Shipping.last p,

.price-sub h6 {

  font-size: 18px;

  margin-bottom: 0;

  color: #000;

}



.price-sub p {

  font-weight: 600;

  color: #000;

  font-size: 17px;

}



.shipping-check-box h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 25px;
}



.Shipping.last h6,

.price-sub h6,

.shipping-check-box h2 {

  font-weight: 500;

}



section.checkout-page label {
    color: #7c7c7c;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 10px;
}



.placebbtnwrapper {

  margin-top: 25px;

}



.placebbtnwrapper button {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border: none;
    height: 60px;
    font-size: 18px;
}



.checkout-input-radio label {

  margin: 0 !important;

  margin-left: 10px !important;

}



.Shipping label {

  position: relative;

  padding-left: 30px;

}



.Shipping label,

.checkout-input-radio label,

.instruction label {

  margin-bottom: 0 !important;

  cursor: pointer;

}



.Shipping label,

.instruction label {

  font-size: 16px;

  color: #333;

  line-height: 22px;

}



.Shipping label::before,

.instruction label::before {

  content: "";

  position: absolute;

  left: 0;

  top: 2px;

  width: 20px;

  height: 20px;

  border: 2px solid #aaa;

  border-radius: 50%;

  background: #fff;

}



.Shipping input[type="radio"]:checked+label::before, .Shipping label:hover::before, .instruction input[type="radio"]:checked+label::before {
    border-color: #bf891f;
}



.Shipping input[type="radio"]:checked+label::after,

.instruction input[type="radio"]:checked+label::after {

  content: "";

  position: absolute;

  left: 5px;

  top: 7px;

  width: 10px;

  height: 10px;

  background: #296a41;

  border-radius: 50%;

}



.Shipping.last {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-top: 30px;

  border-top: 1px solid #d3d3d3;

  margin-top: 20px;

  margin-bottom: 0 !important;

}



.Shipping.last h6,

.Shipping.last p,

.price-sub h6 {

  font-size: 18px;

  margin-bottom: 0;

  color: #000;

}



.Shipping.last h6,

.price-sub h6,

.shipping-check-box h2 {

  font-weight: 600;

  font-family: Montserrat, sans-serif;

  margin-bottom: 10px;

}



.Shipping.last p {

  font-weight: 700;

}



.Shipping.last h6,

.Shipping.last p,

.price-sub h6 {

  font-size: 18px;

  margin-bottom: 0;

  color: #000;

  font-weight: 600;

}



.check-btm {
    margin-top: 30px;
    border: 2px solid #e5e5e5;
    padding: 30px;
    border-radius: 15px;
}



.instruction {

  padding-bottom: 10px;

  display: flex;

  align-items: center;

  gap: 10px;

}



.Shipping input,

.checout-input-rado input,

.instruction input {

  width: 15px;

  height: 15px;

}



.instruction label {

  position: relative;

  padding-left: 35px;

}



.Shipping label::before,

.instruction label::before {

  content: "";

  position: absolute;

  left: 0;

  top: 2px;

  width: 20px;

  height: 20px;

  border: 2px solid #aaaaaa63;

  border-radius: 50%;

  background: #fff;

}



.Shipping input[type="radio"]:checked+label::after,

.instruction input[type="radio"]:checked+label::after {

  content: "";

  position: absolute;

  left: 5px;

  top: 7px;

  width: 10px;

  height: 10px;

  background: #bf891f;

  border-radius: 50%;

}

.checout-input input::placeholder {
    color: #888 !important;
}


.instruction a {

  color: #000;

  font-weight: 700;

}



.Shipping input[type="radio"],

.instruction input[type="radio"],

.menuSec li ul,

.menuSec li>ul>li>a:after,

.menuSec li>ul>li>a:before,

.menuSec ul li:last-child a:after {

  display: none;

}





/*Inenr CheckOut Ends */




/*Inner Cart Start*/



.bt.check-out-btn {
    margin-top: 40px;
}

.bt.check-out-btn a {
    padding: 18px 50px;
    font-size: 18px;
}






.cart_sidebar form {

  margin-top: 30px;

  padding-bottom: 40px;

  border-bottom: 1px solid #e4e4e4;

}



.cart_sidebar form button {

  color: #000;

  font-size: 16px;

  padding: 15px 40px;

  background-color: unset;

  border: 1px solid #c5c5c5;

  font-weight: 600;

  border-radius: 50px;

}



.cart_sidebar form input {

  padding-left: 15px;

  margin-bottom: 20px;

  border-radius: 5px;

  border: 1px solid #c5c5c5;

}



.cart_sidebar form input,

.cart_sidebar form select {

  width: 100%;

  height: 55px;

  appearance: auto;

  font-size: 14px;

  background-color: unset;

  color: #7c7c7c;

  font-weight: 600;

}



.cart_sidebar form select {
    padding-left: 14px;
    border: 2px solid #e4e4e5;
    margin-bottom: 15px;
    border-radius: 5px;
}



.cart_sidebar form input, .cart_sidebar form select {
    width: 100%;
    height: 58px;
    appearance: auto;
    font-size: 15px;
    background-color: unset;
    color: #7c7c7c;
    font-weight: 600;
    border-radius: 50px;
    padding: 0 20px;
}
.cart_sidebar input::placeholder {
    color: #7c7c7c;
}


.cart_sidebar h4 {

  font-size: 20px;

  color: #000;

}



.cart_sidebar h3,

.cart_sidebar h4 {

  margin-bottom: 20px;

  line-height: 30px;

}



.cart_sidebar ul li input {

  padding: 0;

  height: initial;

  width: initial;

  margin-bottom: 0;

  display: none;

  cursor: pointer;

}



.about-text h2,

.cart_sidebar ul li:not(:last-child),

section.product-sec.inner .product-heading {

  margin-bottom: 15px;

}



.cart_sidebar ul li label {

  position: relative;

  color: #7c7c7c;

  font-weight: 600;

}



.bnelli_text,

label {

  display: inline-block;

}



.cart_sidebar h4 {

  font-size: 20px;

  color: #000;

}



.cart_sidebar h3,

.cart_sidebar h4 {

  margin-bottom: 20px;

  line-height: 30px;

}


.cart_sidebar .h-sub {
    color: #000;
    font-size: 22px;
    padding-top: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px !important;
    font-family: 'queensila';
    font-weight: 600;
}


.cart_sidebar h5 span,

.workshop-services-button {

  float: right;

}



.cart_sidebar h3 {
    margin-top: 0;
    font-size: 25px;
}



.cart_sidebar h3, .cart_sidebar h4 {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 25px;
    font-weight: 600;
}



.cart_sidebar {

  padding: 0 0 0 35px;

}



.clear_carT_list ul li .clear-list {

  border: 1px solid #ddd;

  background: 0 0;

  border-radius: 5px;

  margin-right: 20px;

  color: #000;

  border-radius: 50px;

}



.clear_carT_list {

  margin-top: 20px;

}



.clear_carT_list ul {

  display: flex;

  align-items: center;

  justify-content: end;

}



.clear_carT_list ul li a {
    color: #7c7c7c;
    font-size: 16px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    padding: 15px 40px;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 50px;
}



.inner-request-a-quote-cart-pro-name ul li img {

  width: 140px;

  height: 120px;

  border-radius: 5px;

  object-fit: cover;

  background: #e2e2e2;

  object-position: 100% 10%;

}



.inner-request-a-quote-sec li.request-cart-img button {

  font-size: 13px;

  background: #fff;

  width: 25px;

  height: 25px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #000;

  box-shadow: 0 0 4px 0 #00000057;

  border: 0;

}



.inner-request-a-quote-sec button.request-cart-btn {

  position: absolute;

  right: -10px;

  top: -10px;

}



.inner-request-a-quote-sec .quantity {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  border: 1px solid #b7b7b7;

  padding: 10px 25px;

  width: fit-content;

  border-radius: 50px;

}



.inner-request-a-quote-sec .quantity button {

  background: #ebebeb;

  border: none;

  border-radius: 50%;

  width: 35px;

  height: 35px;

  font-size: 20px;

  cursor: pointer;

  transition: 0.2s;

}



.inner-request-a-quote-sec .quantity span {
    font-size: 18px;
    font-weight: 600;
    width: 25px;
    text-align: center;
    color: #7c7c7c;
}



.inner-request-a-quote-cart-row h6 {
    color: #7c7c7c;
    font-size: 22px !important;
    font-family: "Montserrat", sans-serif;
}



.inner-request-a-quote-cart ul li span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}



.inner-request-a-quote-cart-row {
    border-bottom: 2px solid #e4e4e5;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
}



.cart_sidebar ul li label:before {

  content: "";

  -webkit-appearance: none;

  background-color: transparent;

  border: 1px solid #b7b7b7;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);

  padding: 10px;

  display: inline-block;

  position: relative;

  vertical-align: middle;

  cursor: pointer;

  margin-right: 15px;

  border-radius: 10%;

}



.cart_sidebar ul li input:checked+label:after {

  content: "";

  display: block;

  position: absolute;

  top: 4px;

  left: 9px;

  width: 6px;

  height: 14px;

  border: solid #c08a21;

  border-width: 0 2px 2px 0;

  transform: rotate(45deg);

}



.inner-request-a-quote-cart ul {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-bottom: 18px;

  border-bottom: 1px solid #e4e4e4;

  padding-right: 50px;

}



.inner-request-a-quote-cart-pro-name ul,

.motorcycle-detail-qtn-row {

  display: flex;

  align-items: center;

  gap: 20px;

}



.inner-request-a-quote-cart-pro-name li {
    font-size: 20px;
    color: #000;
    position: relative;
    font-family: 'queensila';
}


.sub-total label,

label {

  cursor: pointer;

}



/*Inner Cart Ends*/





/*Inner Contact Us Start*/





.inner-conatct-us-form textarea {

  width: 100%;

  height: 155px;

  padding: 20px;

  border-radius: 8px;

  margin-bottom: 20px;

  border: 1px solid #bdbdbd;

  font-size: 14px;

  font-weight: 600;

  resize: none;

  color: #7c7c7c;

}



.inner-conatct-us-form input {

  width: 100%;

  height: 60px;

  padding: 0 20px;

  border-radius: 8px;

  margin-bottom: 20px;

  border: 1px solid #bdbdbd;

  font-size: 14px;

  font-weight: 600;

  color: #7c7c7c;

}



.inner-conatct-us-form input::placeholder {

  font-size: 14px;

  font-weight: 600;

  color: #7c7c7c;

}



.inner-conatct-us-form textarea::placeholder {

  font-size: 14px;

  font-weight: 600;

  color: #7c7c7c;

}



.inner-conatct-us-form h2 {

  margin-bottom: 20px;

}


.inner-conatct-us-form button {
    width: fit-content;
    border: none;
    padding: 18px 40px;
}



.inner-conatct-info {
    padding: 115px 45px;
    border-radius: 20px;
    margin-left: 0px;
    background: #fdebea;
}


.inner-conatct-info ul li a i {
    font-size: 25px;
    background-clip: text;
    color: transparent;
    background-image: -webkit-linear-gradient(0deg, rgb(238, 192, 87) 0%, rgb(181, 125, 11) 100%);
}



.inner-conatct-info h2 {
    color: #000;
    margin-bottom: 12px;
}



.inner-conatct-info ul li a {
    color: #000000;
    font-weight: 600;
    display: flex;
    align-items: baseline;
    gap: 12px;
}



.inner-conatct-info p {
    color: #7c7c7c;
    font-weight: 600;
}


.inner-conatct-info ul {

  margin-top: 45px;

}



.inner-conatct-info ul li {

  margin-bottom: 30px;

}



.inner-conatct-info i.fa.fa-phone-alt {

  transform: rotate(94deg);

}



.inner-conatct-us-form {

  box-shadow: 0 0 10px 0 #0000001a;

  padding: 40px 30px;

  border-radius: 10px;

}





/*Inner Contact Us Ends*/

/* Inner Shop Start */

.range-text {
    display: flex;
    justify-content: center;
    position: relative;
}



.right-side-top select {
    width: 100%;
    padding: 13px 10px;
    border: 1px solid transparent;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    appearance: auto;
    line-height: 60px;
    color: #000;
}

.showing-icon>select {
    width: 50%;
}

.showing-icon>.product-select {
    width: 85%;
}

.showing-icon>p {
    width: 15%;
}

.right-side-top p {
    margin: 0;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.show-prg-num a {
    font-size: 16px;
    font-weight: 500;
    color: #9e9b9b;
    padding: 0 4px;
    transition: 0.5s;
}

.show-prg-num p {
    font-size: 16px;
}

.show-prg-num {
    gap: 10px;
}

.show-prg-num a:hover {
    color: #8d7766;
}


.showing-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.showing-icon a {
    margin-top: 19px;
    padding: 0 13px;
    color: var(--black);
}

section.collection-side {
    padding: 100px 0px;
    position: relative;
}

img.bk-2.prd-pg-2 {
    bottom: 20%;
}

img.bk-1.prd-pg-1 {
    right: -5%;
    bottom: 15%;
}

.product-bar-txt h5 {
    /* color: var(--white); */
    font-size: 23px;
}

.product-bar form {
    position: relative;
}

.product-bar {
    width: 90%;
    height: 100%;
}

.range-bg-space {
    padding: 25px;
    border-radius: 5px;
    background-color: #f3f3f3;
}

.grid-view {
    position: relative;
    display: inline-block;
}

.grid-view .tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #be871d;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.grid-view:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.grid-view .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #be871d transparent transparent transparent;
}

.range-slider {
    width: 100%;
    margin-top: 46px;
    position: relative;
}

.range-slider input {
    border: none;
}

.left-side-one {
    width: 55px;
}

:root {
    --primary-color: #101010;
    /* Black for fill */
    --secondary-color: #e5e7eb;
    /* Light gray for background track */

}

.show-top {
    gap: 10px;
    display: flex;
    font-size: 14px;
    margin-top: 50px;
    font-weight: 500;
    align-items: center;
    justify-content: flex-start;
}

.range-slider .rangeValues {
    width: 100%;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    color: #313131;
}

/* The custom fill track (the black part between the thumbs) is created using a pseudo-element on the parent */
.range-slider::before {
    content: '';
    height: var(--track-height);
    background: var(--black);
    /* Black color for the active range */
    position: absolute;
    top: 25px;
    /* Adjust to center vertically */
    left: 0;
    right: 0;
    z-index: 1;
    /* Use custom properties updated by JS to control the black fill width and position */
    left: var(--min-val);
    right: calc(100% - var(--max-val));
}

/* The overall light gray track (unselected area) */
.slider-track {
    position: absolute;
    top: 25px;
    /* Center vertically */
    width: 100%;
    height: var(--track-height);
    background: var(--secondary-color);
    /* Light gray for inactive range */
    border-radius: 3px;
    z-index: 0;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    border: none;
    padding: 0;
    height: var(--track-height);
    top: 25px;
    /* Align with the track and pseudo-element */
    margin: 0;
    background: none;
    /* Crucial: make input background transparent */
    pointer-events: none;
    /* Allow interaction through the input track */
    z-index: 3;
    /* Ensure thumbs are above the fill */
}

/* Make the input tracks transparent so we can see the background track and fill */
.range-slider input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
    height: var(--track-height);
    border: none;
}

.range-slider input[type=range]::-moz-range-track {
    background: transparent;
    height: var(--track-height);
    border: none;
}

/* Style for the thumb (the dot) */
.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    position: relative;
    z-index: 4;
    /* Ensure thumbs are clickable */
    pointer-events: all;
    /* Make thumbs clickable */
    margin-top: calc((var(--thumb-size) - var(--track-height)) / -2);
    /* Center thumb vertically */
}

.range-slider input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    z-index: 4;
    pointer-events: all;
    border: none;
}

/* Value Popups (The black tags $15 and $500 in the image) */
.range-slider .rangeValues {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    z-index: 5;
    top: -20px;
}

.value-popup {
    position: absolute;
    top: -10px;
    background-color: var(--primary-color);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    /* Transition for smooth movement */
    transition: left 0.1s ease;
}

.value-popup::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #8d7766;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}


.range-bg-space h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}


.product-bar1 a {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 35px;
    border-bottom: 1px solid #d3d4d7;
    margin-bottom: 16px;
    padding-bottom: 10px;
    padding-left: 20px;
    transition: 0.5s;
    font-weight: 600;
    font-family: "Montserrat", serif;
}


.product-bar1 h5 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'queensila';
}
.product-bar1 a:hover {
    padding-left: 25px;
    color: #be871d;
    font-weight: 700;
}

.confidence-in-every-strand-sec.inner {
    margin-bottom: 100px;
}

.grid-view {
    /* display: flex; */
    /* gap: 15px; */
    /* color: var(--black); */
    /* position: relative; */
}

.grid-view>a {
    font-size: 19px;
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff7f00;
    overflow: hidden;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.pro-grid-view .w-full {
    width: 50%;
}

.pro-grid-view .w-full {
    width: 50%;
}

.grid-view>a:hover {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.collection-side .premium-products-silder-items {
    margin: 20px 0;
}

.grid-view p {
    color: #ff7f00;
}

.grid-view:hover .grid-view-badge {
    display: block;
}

.grid-view-badge {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 10px;
    background: #ff7f00;
    border-radius: 5px;
    z-index: 9;
    display: none;
}

.grid-view-badge::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 20px;
    height: 10px;
    background-color: #ff7f00;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.grid-view-badge h6 {
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
}

.large-grid-view-class .col-lg-4 {
    width: 50%;
}

.list-view-class .col-lg-4 {
    width: 100%;
}

.row.product-grid.grid-view-class .col-lg-4 {
    width: 33%;
}

.view-grid1 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 18px;
}

.view-grid1 a i {
    color: #3c454e;
}
.view-grid1 a i:hover {
  color: #8d7766;
}
.range-slider {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.slider-track {
    position: absolute;
    top: 35px;
    width: 100%;
    height: 6px;
    background: #e5e7eb;
    border-radius: 3px;
    z-index: 1;
}

.range-slider input[type="range"] {
    position: absolute;
    top: 30px;
    width: 100%;
    -webkit-appearance: none;
    background: transparent;
    z-index: 2;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: black;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
}

.value-popup {
    position: absolute;
    top: 0;
    background: #8d7766;
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
}

.show-top {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    font-size: 14px;
    color: #6b7280;
}

/* Filled bar between thumbs */
.range-slider::before {
    content: '';
    position: absolute;
    height: 6px;
    top: 35px;
    background: black;
    border-radius: 3px;
    z-index: 1;
}


.range-slider input::-webkit-slider-thumb {
    background: #8d7766 !important; /* Blue color */
}

section.collection-side .new-arrivals-silder-items-img img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
}
section.collection-side .new-arrivals-silder-items-cart {
    position: absolute;
    right: 70px;
    top: 15px;
    opacity: 0;
    transition: 0.5s;
}
/* Inner Shop Ends */







/* Inner Shop Detail Start */


.product-detail .productdetailportion {
    height: 820px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 2px;
    justify-content: center;
}
.productdetailfor .slick-slide img {
    width: 100%;
   
}

.productdetailnav .slick-slide {
    margin: 0 10px;
    cursor: pointer;
}

.productdetailsmallportion {
    width: 100%;
    display: flex;
    height: 170px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.productdetailsmallportion img {
    width: 100%;
    height: 170px;
    transition: 0.3s;
    object-fit: cover;
    border-radius: 5px;
}
.productdetailnav .slick-slide.slick-current .productdetailsmallportion {
    position: relative;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: var(--white);
    z-index: -1;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion {
    border-radius: 5px;
}
.product-content .top-section h6 {
    font-size: 40px;
    margin-bottom: 15px;
    font-family: "Cinzel", serif;
    font-weight: 400;
}

.product-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-content ul li {
    margin-right: 5px;
    font-size: 17px;
    color: black;
    font-weight: 600;
}

.product-content ul li i.fas.fa-star {
    color: #d9a253;
}
.product-content hr {
    margin: 20px 0;
    border-color: #eee;
}

.row.flexEnd.price_rev ul {
    display: flex;
}

.row.flexEnd.price_rev p {
    font-size: 17px;
    color: black;
    font-weight: 600;
    font-size: 17px;
}

.brand p {
    color: #666;
    line-height: 1.6;
}

.product-detail .slick-active {
    opacity: 1;
}

.product-detail .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 8px 10px;
}

ul.brand h3 {
    color: #00000082;
    font-size: 22px;
    padding: 20px 0 20px 0;
    text-decoration: line-through;
}



.quanity.product-detail span#number {
    width: 60px;
    text-align: center;
    font-size: 22px;
    font-family: "Cinzel", serif;
}
.quanity.product-detail span#plus {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
        font-family: "Cinzel", serif;
}
.quanity.product-detail span#minus {
   width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
        font-family: "Cinzel", serif;
}


















.price_rev {
    margin-bottom: 15px;
}
ul.brand h2 {
    line-height: 1;
    font-size: 35px;
    font-weight: 600;
    padding: 0 0 10px 0;
    font-family: "Cinzel", serif;
    color: #1c1c1c;
}

ul.brand h4 {
    font-size: 18px;
    margin: 15px 0px;
    text-transform: uppercase;
    color: #1d1d1d;
    font-family: "Cinzel", serif;
}
ul.brand p {
    padding: 0 0 10px 0;
    margin-bottom: 20px;
}
p.availability {
    color: #1d1d1d;
    font-family: "Cinzel", serif;
    font-size: 18px;
}
.quanity.product-detail div {
    gap: 10px;
    display: flex;
    align-items: center;
    margin: 0px 0px 20px;
    border-radius: 0 !important;
    justify-content: flex-start;
}

.quanity.product-detail .num-block.skin-2 .num-in,
.quanity.product-detail .num-block.skin-2 {
    gap: 0;
    margin-bottom: 0px;
}

.quan-count {
    height: 60px;
    width: 140px;
    display: flex;
    padding: 0px 10px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbcbcb;
}

.sku {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin-top: 15px;
}
.sku p {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 10px 0;
    color: var(--headingColor2);
}

.sku span {
    font-size: 17px;
    font-weight: 600;
    color: var(--headingColor2);
}

ul.share-icon {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.share-icon li {
    font-size: 17px;
    font-weight: 600;
    color: var(--headingColor2);
}

.sku p {
    margin-bottom: 5px;
    color: #1d1d1d;
    font-family: "Cinzel", serif;
}



.sku p.position-relative {
    top: 10px;
}

ul.share-icon a {
    width: 40px;
    height: 40px;
    display: flex;
    opacity: 0.5;
    font-size: 16px;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    color: #858585;
    border: 1px solid #858585;
}

ul.share-icon a:hover {
    opacity: 1;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #8f7968;
}


.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "Ã¢Ëœâ€¦";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}

.price_rev .col-6 {
    width: fit-content;
}

/* Rating Stars */

.prod-detail-description {
    padding-top: 0;
    position: relative;
}
.prod-detail-description .nav-tabs .nav-link {
    padding: 15px;
    font-size: 25px;
    font-weight: 600;
    width: fit-content;
    margin-right: 10px;
    background: transparent;
    text-transform: capitalize;
    color: #000;
    border-radius: 0 !important;
    font-family: 'queensila';
}

.quanity.product-detail a {
    padding: 15px 35px;
}

.prod-detail-description .nav-tabs .nav-link.active, .prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border: 0;
    border-bottom: 3px solid #be871d !important;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border: 0;
   border-bottom: 3px solid #8f7968 !important;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #cbcbcb;
    font-weight: 500;
    border: 1px solid #cbcbcb;
    margin: 5px 0 20px;
    background-color: transparent;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    margin: 5px 0 0;
    color: #cbcbcb;
    font-size: 16px;
    font-weight: 600;
    resize: none;
    background-color: transparent;
    border: 1px solid #cbcbcb;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: var(--black);
    text-transform: uppercase;
}


.rating-stars button {
    border: none;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Cinzel", serif;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
     font-family: "Cinzel", serif;
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}



.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    margin-bottom: 20px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-discription-content ul li p {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #0e0e0f;
    font-family: 'queensila';
    font-weight: 700;
    font-size: 16px;
}

ul.disc-list li {
    margin: 10px 0;
}



.product-detail1 .skin-2 .num-in {
    height: 50px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.product-detail1 .skin-2 .num-in span:before,
.product-detail1 .skin-2 .num-in span:after {
    opacity: 1;
    content: '';
    position: absolute;
    background-color: var(--black);
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

ul.disc-list li img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

section.inner_gift_sec1 .about_text h3 {
    font-size: 44px;
}

.product-detail1 .skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
    opacity: 1;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.disc-list {
    margin-bottom: 20px;
}



/* Inner Shop Detail Ends */









/*Media Query Start*/


@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/