/* Theme Name: Kyky Will Beautify */

@font-face {
    font-family: 'tan_-_mon_cheriregular';
    src: url('fonts/tan-mon-cheri.eot');
    src: url('fonts/tan-mon-cheri.eot?#iefix') format('embedded-opentype'),
        url('fonts/tan-mon-cheri.woff2') format('woff2'),
        url('fonts/tan-mon-cheri.woff') format('woff'),
        url('fonts/tan-mon-cheri.ttf') format('truetype'),
        url('fonts/tan-mon-cheri.svg#tan_-_mon_cheriregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nadaregular';
    src: url('fonts/nada_regular.eot');
    src: url('fonts/nada_regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/nada_regular.woff2') format('woff2'),
        url('fonts/nada_regular.woff') format('woff'),
        url('fonts/nada_regular.ttf') format('truetype'),
        url('fonts/nada_regular.svg#nadaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
    --themcolor: #000000;
    --themcolor2: #ff0000;
    --othercolor: #dddddd;
    --whitecolor: #ffffff;
    --primary-color: #DDAEAD;
    --link-color: #D0A933;
    --heading-color: #0D204A;
    --sub-head-color: #85A1D1;
    --body-txt-color: #878787;
    --number-color: #F8EFEF;
    --parafont: 'nadaregular';
    --headingfont: 'tan_-_mon_cheriregular';
}

body {
    margin: 0;
    padding: 0;
    font-family: 'nadaregular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--body-txt-color);
    font-size: 16px;
    line-height: 1.8;
    background-color: #fff;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingfont);
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--heading-color);
    font-weight: 700;
    text-transform: uppercase;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1,
.h1-title {
    font-size: 40px;
    line-height: 1.5;

}

h2,
.h2-title {
    font-size: 32px;
    line-height: 1.5;
}

h3,
.h3-title {
    font-size: 20px;
    line-height: 1.5;
}

h4,
.h4-title {
    font-size: 18px;
    line-height: 1.5;

}

h5,
.h5-title {
    font-size: 16px;
    line-height: 1.5;

}




a {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none !important;
    outline: none !important;
    color: var(--link-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover:nth-child(4) {
    color: red;
}

img {
    max-width: 100%;

}



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


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
    color: rgb(255, 255, 255, 30%);

}

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

.fund-each-card:nth-child(even) {
    margin-left: auto;
}

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

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

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

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

.cmn-gap {
    padding: 80px 0;
}

.cmn-btn {
    background-color: var(--link-color);
    color: var(--whitecolor);
    line-height: 1;
    padding: 18px 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease-in-out;
    min-width: 240px;
    text-align: center;
}

.cmn-btn:hover {
    background-color: var(--heading-color);
    color: var(--whitecolor);
}

.cmn-btn.white-btn {
    background-color: var(--whitecolor);
    color: var(--link-color);
    transition: all 0.3s ease-in-out;
}

.cmn-btn.white-btn:hover {
    background-color: var(--link-color);
    color: var(--whitecolor);
}

.cmn-btn.sm-btn {
    min-width: 160px;
}

/* .ping-bg:hover {
    background-color: var(--primary-color);
    color: var(--whitecolor);
} */

.cmn-btn.transprnt-btn {
    background-color: transparent;
    color: var(--link-color);
    border: 1px solid var(--link-color);
    transition: all 0.3s ease-in-out;
}

.cmn-btn.transprnt-btn:hover {
    background-color: var(--whitecolor);
    border-color: var(--whitecolor);
    color: var(--link-color);
}

.navbar-nav .current-menu-item .clickD {
    background-image: url(images/golden-arw.svg);
}

/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 120px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 15px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: var(--heading-color);
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--link-color);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}

/* navbar submenu*/

.sub-menu {
    background: var(--number-color);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 186px;
    padding: 0;
}

.sub-menu>li>a {
    color: var(--heading-color);
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.sub-menu>li.current-menu-item>a {
    background-color: var(--link-color);
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: var(--link-color);
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/

/* header part  */
.nav-top-part {
    padding: 4px 0;
    background-color: var(--primary-color);
}

.nav-lft {
    display: flex;
}

.nav-lft a {
    color: var(--whitecolor);
    padding-left: 12px;
}

.nav-lft a:hover {
    color: var(--heading-color);
}

.lft-img {
    width: 16px;
}

.lft-img img {
    width: 100%;
}

.nav-rit {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.bbbbadge {
    margin-right: 10px;
    width: 150px;
}

.nav-top-wppr {
    display: flex;
}

.header-social-list {
    display: flex;
    align-items: center;
}

.header-social-list li a {
    transition: all 0.3s ease-in-out;
}

.header-social-list li a:hover img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(68%) saturate(2383%) hue-rotate(212deg) brightness(93%) contrast(97%);
}

.flw-txt {
    padding-right: 12px;
}

.header-social-list li:not(:last-child) {
    margin-right: 12px;
}

.flw-txt p {
    color: var(--whitecolor);
}

.nav-left-menu-list {
    width: 50%;
}

.book-appoint-wppr {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.btm-menu-wppr {
    position: relative;
    padding: 41px 0;
}

.shopping-list {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.shopping-list li a {
    width: 20px;
}

.appoint-txt {
    margin-right: 30px;
}

.appoint-txt a {
    text-transform: uppercase;
    position: relative;
    transition: all 0.1s ease-in-out;
}

.appoint-txt a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--link-color);
    transition: all 0.1s ease-in-out;
}

.appoint-txt a:hover::before {
    background-color: var(--heading-color);
}

.appoint-txt a:hover {
    color: var(--heading-color);
}

.appoint-txt a:hover img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(68%) saturate(2383%) hue-rotate(212deg) brightness(93%) contrast(97%);
}

.appoint-txt a span {
    display: inline-block;
    padding-left: 3px;
}

.shopping-list li:not(:last-child) {
    margin-right: 30px;
}

.nav-logo-wppr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* navbar*/
.navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/menu-drop-img.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
}

.navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
}

.sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
}

.sub-menu.show {
    display: block;
}

.navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:after,
.navbar-nav>li.menu-item-has-children>a:after {
    width: 100%;
    opacity: 0;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
    opacity: 1;
}

/* navbar end*/


/* Index banner section  */
.index-banner-sec {
    position: relative;
    min-height: 624px;
    padding: 60px 0;
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-banner-sec::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 45.52%);
}

.baner-txt-wppr {
    text-align: center;
    position: relative;
    z-index: 2;
}

.baner-txt-wppr .bnnr-head-sub-txt {
    color: var(--whitecolor);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 28px;
    font-size: 20px;
}

.baner-txt-wppr h1 {
    color: var(--whitecolor);
    text-transform: uppercase;
    margin-bottom: 40px;
}

/* Best seller section  */
.best-seller-sec {
    overflow: hidden;
}

.cmn-heading-wppr {
    text-align: center;
}

.cmn-heading-wppr .heading-top-txt {
    text-transform: uppercase;
    color: var(--sub-head-color);
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.cmn-heading-wppr h2 {
    text-transform: uppercase;
    line-height: 1.7;
}

.best-seller-heading {
    margin-bottom: 40px;
}

.best-seller-slider-outer {
    max-width: 1600px;
    padding: 0 40px;
    margin: 0 auto;
    width: 100%;
}

.product-innr {
    display: flex;
    align-items: center;
}

.product-name span {
    display: block;
    color: var(--sub-head-color);
}

.product-name a {
    color: var(--heading-color);
    font-size: 20px;
}

.cart-outer-wppr {
    margin-left: auto;
}

.cart-outer-wppr a {
    width: 40px;
    height: 40px;
    background-color: var(--number-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 6px;
    transition: all 0.3s ease-in-out;
}

.cart-outer-wppr a img {
    width: 15px;
    margin-bottom: 5px;
}

.best-img-wppr {
    margin-bottom: 20px;
}

.best-img-wppr a {
    width: 100%;
    height: 100%;
}

.best-img-wppr a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-slider-each {
    padding: 0 12px;
}

.best-seller-slider-wppr .slick-list {
    margin: 0 -12px 40px;
}

.cmn-slider-dot .slick-dots {
    display: flex;
    justify-content: center;
}

.cmn-slider-dot .slick-dots li {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    padding: 0;
    margin: 0 3px;
}

.cmn-slider-dot .slick-dots li button {
    background-color: var(--number-color);
    width: 20px;
    height: 4px;
    outline: none;
    padding: 0;
    font-size: 0;
    color: transparent;
    border: 0;
    transition: all 0.3s ease-in-out;
}

.cmn-slider-dot .slick-dots li.slick-active button {
    background: var(--link-color);
    width: 40px;
}

.best-slide-innr .product-name a:hover {
    color: var(--link-color);
}

.best-slide-innr .cart-outer-wppr a:hover {
    background-color: var(--link-color);
}

.best-slide-innr .cart-outer-wppr a:hover img {
    filter: brightness(0) invert(1);
}


/* custom jewelry section  */
.custom-jewelry-sec {
    background-color: var(--number-color);
    padding: 80px 0 0;
}

.cust-col1 {
    width: 70%;
}

.cust-col2 {
    width: 30%;
}

.jewel-lft-content .cmn-heading-wppr {
    text-align: left;
    margin-bottom: 15px;
}

.jewel-btm-para p {
    margin-bottom: 28px;
    line-height: 1.9;
}

.jewel-lft-content {
    max-width: 726px;
    width: 100%;
    margin-bottom: 64px;
}

.jewel-rit-img-wppr {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.jewel-rit-img-wppr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jewel-rit-part p {
    color: var(--heading-color);
    text-transform: uppercase;
    line-height: 1.5;
}

.jewel-lft-img-wppr {
    margin-bottom: -174px;
}

.text-circle-wppr {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 70px auto -180px;
    z-index: 2;
}

.text-circle-wppr a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.curcle-arrow {
    width: auto;
    height: auto;

}

.circle-img1 {
    animation: rotate 7s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* our category section  */
.our-category-sec {
    padding: 190px 0 80px;
    position: relative;
    overflow: hidden;
}

.line1 {
    position: absolute;
    top: 120px;
    left: 0;
    pointer-events: none;
    z-index: 1;
    width: 80%;
    height: 100%;
}

.line2 {
    position: absolute;
    top: -120px;
    right: 0;
    pointer-events: none;
    z-index: 1;
    width: 40%;
    height: 100%;
}

.category-card-wppr {
    position: relative;
    z-index: 2;
}

.category-innr-wppr .cmn-heading-wppr {
    margin-bottom: 40px;
}

.cat-col1 {
    width: 33.33%;
    padding: 0 35px;
}


.cat-col1 .category-img-wpr img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;


}

.cat-col1:nth-child(odd) .category-img-wpr::after {
    content: "";
    position: relative;
    display: block;
    padding-bottom: 117%;
    width: 100%;
}

.category-crd-row {
    margin: 0 -35px;
    align-items: center;
}

.category-crd-row .cat-col1:nth-child(even) .category-img-wpr::after {
    content: "";
    position: relative;
    display: block;
    padding-bottom: 165.7%;
    width: 100%;
}


.category-img-wpr img {
    width: 100%;
    height: 100%;
}

.category-img-wpr {
    position: relative;
}

.category-img-wpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categiry-number {
    text-align: center;
    position: relative;
    margin-top: 80px;
}

.categiry-number::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: var(--primary-color);
    transform: translateX(-50%);
}

.categiry-number h3 {
    font-size: 80px;
    color: var(--number-color);
}

.categiry-number span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--heading-color);
    font-size: 20px;
    width: 100%;
    display: inline-block;
}

/* Permanent jewelry section  */
.permanent-jewelry-sec {
    position: relative;
    min-height: 600px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.pernament-innr-txt {
    text-align: center;
    position: relative;
    z-index: 2;
}

.pernament-innr-txt p {
    color: var(--whitecolor);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pernament-innr-txt h2 {
    color: var(--whitecolor);
    text-transform: uppercase;
}

.permanent-txt-outer {
    position: relative;
    max-width: 889px;
    margin: 0 auto;
}


.permanent-txt-outer::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background-image: url(images/backtxt-blr.png);
    opacity: 1;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/* Shop now section  */
.shop-now-sec {
    position: relative;
    overflow: hidden;
}

.shop-curve-line {
    position: absolute;
    top: 0;
    right: 50%;
    width: 100%;
    height: 105%;
    object-fit: cover;
    max-width: inherit;
    transform: translateX(50%);
}


.shop-innr-wppr {
    position: relative;
    z-index: 2;
}

.explore-btn-wppr .cmn-heading-wppr {
    text-align: left;
}

.explore-btn-wppr {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.explore-btn {
    margin-left: auto;
}

.feature-product-img {
    margin-bottom: 10px;
}

.feature-product-img i {
    display: block;
}

.feature-product-img i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-price span {
    display: block;
    color: var(--sub-head-color);
}

.feature-price p {
    color: var(--heading-color);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 2px;
}

.feature-product-innr a:hover .feature-price p {
    color: var(--link-color);
}

.feature-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 48px;

}


/* revilash section  */
.revitalsh-sec {
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.relv-rit-txt-wppr h2 {
    margin-bottom: 20px;
}

.relv-rit-txt-wppr {
    padding: 80px 0;
}

/* unforgotable section  */

.unforgot-innr-card {
    position: relative;
    padding: 0 12px;
}

.appoint-btn-wppr {
    position: absolute;
    bottom: 40px;
    left: 36px;
}

.appoint-btn-wppr h3 {
    color: var(--whitecolor);
}

.unforgot-slider-innr .slick-list {
    margin: 0 -12px 40px;
}

/* client testimonial section  */
.client-testimonial-sec {
    background-color: var(--number-color);
    overflow: hidden;
}

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

.testimonial-slider-outer .cmn-heading-wppr {
    text-align: left;
    margin-bottom: 58px;
}

.client-img-detail {
    display: flex;
    align-items: center;
}

.client-img-wppr {
    display: flex;
    flex: 0 0 auto;
    border-radius: 100%;
    overflow: hidden;
}

.client-name {
    padding-left: 14px;
}

.client-name p {
    margin-bottom: 5px;
    line-height: 1;
    color: var(--heading-color);
}

.client-name span {
    font-size: 14px;
    color: var(--sub-head-color);
}

.testimonial-card-innr1 {
    position: relative;
}

.testimonial-text-wppr {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}


.testimonial-text-wppr h3 {
    font-family: var(--parafont);
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.quote-img {
    position: absolute;
    top: -30px;
    left: -58px;
    width: 87px;
    height: 65px;
    z-index: 1;
}

.testimonial-imr-wppr {
    position: relative;
    z-index: 2;
    width: auto;
    height: 100%;
    margin-right: calc(((100vw - 1140px) / 2)* -1);
    padding-left: 100px;
}

.testimonial-imr-wppr img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}

.testimonial-slider-btn {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

.testimonial-slider-btn .cmn-slider-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--link-color);
    border-radius: 100%;
}

.testimonial-slider-btn .cmn-slider-btn:not(:last-child) {
    margin-right: 10px;
}

.testimonial-slider-btn .testimonial-prev {
    border: 1px solid rgba(221, 174, 173, 0.6);
}

.testimonial-slider-btn .testimonial-prev:hover {
    border: 1px solid var(--link-color);
}

.testimonial-slider-btn .testimonial-prev:hover img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(25%) saturate(1247%) hue-rotate(356deg) brightness(87%) contrast(84%);
}

.testimonial-slider-wppr .slick-list {
    overflow: visible;
}

.testimonial-slider-outer {
    position: relative;
}

.testimonial-btn-outer-wppr {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* insta up section  */
.insta-up-innr {
    text-align: center;
}

.insta-up-img {
    position: relative;
    max-width: 54px;
    margin: 0 auto 15px;
    z-index: 2;
}

/* .insta-up-img::before {
    content: "";
    position: absolute;
    top: -8px;
    right: -5px;
    width: 40px;
    height: 40px;
    background-color: var(--number-color);
    border-radius: 100%;
    z-index: -1;
} */

.inst-up-txt p {
    color: var(--heading-color);
    margin-bottom: 5px;
}

/* 05.09.2024 starts */
/* instagram section  */
.follow-us-sec {
    padding: 0 0 4px;
}

.insta-header-txt {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-bottom: 40px;
}

.insta-header-txt h2 {
    padding: 0 26px;
    display: flex;
    flex: 0 0 auto;
}

.insta-header-txt::before {
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    border: 1px solid #E8D0C8;
    display: inline-block;
}

.insta-header-txt::after {
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    border: 1px solid #E8D0C8;
    display: inline-block;
}

.insta-img {
    width: 100%;
    height: 100%;
}

.insta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* footer section  */
.footer-sec {
    background-color: var(--primary-color);
}

.footer-top-part {
    padding: 80px 0 40px;
}

.footer-top-row .ftr-col:nth-child(1) {
    width: 40%;
}

.footer-top-row .ftr-col:nth-child(2) {
    width: 20%;
}

.footer-top-row .ftr-col:nth-child(3) {
    width: 20%;
}

.footer-top-row .ftr-col:nth-child(4) {
    width: 20%;
}

.ftr-subscribe-innr {
    max-width: 460px;
}

.ftr-cmn-heading p {
    font-family: var(--headingfont);
    font-size: 20px;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-weight: 700;
}

.ftr-cmn-heading {
    margin-bottom: 20px;
}

.ftr-frm-innr p {
    color: var(--number-color);
}

.ftr-form-wppr .frm-field-wppr input[type="text"],
.ftr-form-wppr .frm-field-wppr input[type="email"] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: var(--whitecolor);
    padding: 0 36px 0 16px;
    height: 52px;
}

.ftr-form-wppr .frm-field-wppr input[type="text"] {
    background-image: url(images/frm-user.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right 16px;
}

.ftr-form-wppr .frm-field-wppr input[type="email"] {
    background-image: url(images/frm-mail.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right 16px;
}

.ftr-form-wppr .frm-field-wppr input[type="text"]::-webkit-input-placeholder,
.ftr-form-wppr .frm-field-wppr input[type="email"]::-webkit-input-placeholder {
    color: var(--whitecolor);
}

.ftr-form-wppr .frm-field-wppr input[type="text"]:-ms-input-placeholder,
.ftr-form-wppr .frm-field-wppr input[type="email"]:-ms-input-placeholder {
    color: var(--whitecolor);
}

.ftr-form-wppr .frm-field-wppr input[type="text"]::-moz-placeholder,
.ftr-form-wppr .frm-field-wppr input[type="email"]::-moz-placeholder {
    color: var(--whitecolor);
}

.ftr-form-wppr .frm-field-wppr input[type="text"]:-moz-placeholder,
.ftr-form-wppr .frm-field-wppr input[type="email"]:-moz-placeholder {
    color: var(--whitecolor);
}

.frm-row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}

.frm-row .ftr-input-col:nth-child(1),
.frm-row .ftr-input-col:nth-child(2) {
    width: 50%;
}

.frm-row .ftr-input-col:nth-child(3) {
    width: 100%;
}

.ftr-form-wppr .frm-field-wppr input[type="submit"] {
    background-color: var(--whitecolor);
    color: var(--link-color);
    line-height: 1;
    padding: 18px 34px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: center;
    height: 52px;
    font-size: 16px;
    font-weight: 400;
}

.ftr-form-wppr .frm-field-wppr input[type="submit"]:hover {
    background-color: var(--heading-color);
    color: var(--whitecolor);
}

.ftr-links li {
    line-height: 1;
}

.ftr-links li.current-link a {
    color: var(--heading-color);
}

.ftr-links li a {
    color: var(--number-color);
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.ftr-links li a:hover {
    color: var(--heading-color);
}

.ftr-links li:not(:last-child) {
    margin-bottom: 15px;
}

.ftr-links i {
    display: inline-flex;
    width: 20px;
    align-items: flex-start;
    justify-content: left;
    flex: 0 0 auto;
}

.ftr-links span {
    color: var(--number-color);
}

.ftr-links.address li a,
.ftr-links.address li span {
    padding-left: 12px;
}

.ftr-logo-wppr {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.ftr-logo-wppr::before {
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    border: 1px solid var(--number-color);
    display: inline-block;
}

.ftr-logo-wppr::after {
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    border: 1px solid var(--number-color);
    display: inline-block;
}

.ftr-logo-wppr a {
    width: 120px;
    display: flex;
    flex: 0 0 auto;
    margin: 0 40px;
    position: relative;
    z-index: 3;
}

.copyrit-lft {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}

.copyrit-lft p {
    margin-bottom: 0;
    color: var(--whitecolor);
    margin-right: 10px;
}

.copyrit-lft a {
    color: var(--whitecolor);
    transition: all 0.3s ease-in-out;
}

.copyrit-lft a:hover {
    color: var(--heading-color);
}

.copyrit-lft .terms1 {
    margin: 0 15px;
    position: relative;
}

.copyrit-lft .terms1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    width: 1px;
    height: 60%;
    background-color: var(--whitecolor);
    transform: translateY(-50%);
}

.copyrit-outer-wppr {
    display: flex;
    align-items: center;
    margin-top: -30px;
}

.follow-us-rit {
    margin-left: auto;
}

.follow-us-rit .header-social-list {
    position: relative;
    z-index: 2;
}

.footer-btm-part {
    padding-bottom: 27px;
}


/* --- About us page --- */
.cmn-banner-sec {
    min-height: 420px;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cmn-banner-sec .baner-txt-wppr .bnnr-head-sub-txt {
    margin-bottom: 30px;
    font-size: 20px;
}

/* About us section  */
.about-us-sec {
    position: relative;
}

.about-us-sec::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 63%;
    background: linear-gradient(180deg, rgba(248, 239, 239, 0) 0%, #F8EFEF 100%);
}

.cmn-sec-our-category {
    padding-top: 80px;
}

.about-lft-context .cmn-heading-wppr {
    text-align: left;
    margin-bottom: 25px;
}

.about-img-wppr {
    width: 100%;
    height: 100%;
}

.about-img-wppr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-row1 {
    align-items: center;
    padding-bottom: 80px;
}

.about-us-innr-wppr {
    position: relative;
    z-index: 2;
}

.about-row2 {
    align-items: center;
}

.about-us-btm-para {
    padding-left: 30px;
}

.about-btm-img-wppr {
    width: 100%;
    height: 100%;
}

.about-btm-img-wppr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-btm-para p {
    margin-bottom: 30px;
}


/* --- testimonial page --- */
/* Testimonial section  */

.testimonial-card-innr {
    padding: 24px 24px 14px;
    background-color: var(--number-color);
    height: 100%;
}

.testimonial-card-img {
    display: flex;
    align-items: center;
}

.testimonial-card-innr .client-img-detail {
    margin-bottom: 15px;
}

.testimonial-card-btm h3 {
    font-size: 20px;
    font-family: var(--parafont);
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: capitalize;
}

.testimonial-card-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

/* pagination css  */
.pagination-list {
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.pagination-list .page-no.disabled {
    pointer-events: none;

}

.pagination-list a:not(:last-child) {
    margin-right: 10px;
}

.pagination-list a {
    color: var(--text-color);
}

.pagination-list span.current {
    background-color: var(--link-color);
    color: var(--whitecolor);
    margin-right: 10px;
}

.pagination-list a,
.pagination-list span {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 3px;
    border-radius: 100%;
    border: 1px solid var(--number-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 38px;
    min-height: 38px;
    font-size: 16px;
    font-weight: 400;
    color: var(--link-color);
    line-height: 1;
}

.pagination-list a:hover,
.pagination-list span:hover,
.clr-bl:hover {
    background-color: var(--link-color);
    color: var(--whitecolor) !important;
}

.dashboard-right-main-wpr .dropdown-toggle::after {
    display: none;
}

.clr-bl {
    color: var(--text-color) !important;
    border: none !important;
}

.clr-bl i {
    margin: 0 7px;
}

.pagination-list span {
    margin-right: 5px;
}

.global-reach-tab-part {
    margin-bottom: 60px;
}

.clr-bl:hover i img {
    filter: brightness(0) invert(1);
}

/* --- Service page --- */
/* services section  */
.service-innr-txt-wppr .cmn-heading-wppr {
    margin-bottom: 25px;
}

.serv-header-para {
    text-align: center;
}

.service-innr-txt-wppr {
    margin-bottom: 40px;
}

.serv-img {
    margin-bottom: 20px;
    width: 100%;
}

.serv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serv-txt-btm {
    text-align: center;
}

.serv-txt-btm h3 {
    font-family: var(--parafont);
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 2;
}

.serv-img-wppr {
    height: 100%;
}

.serv-card-row {
    --bs-gutter-y: 30px;
    justify-content: center;
}

.serv-txt-btm .serv-head-wppr.match {
    padding-bottom: 15px;
}

/* --- permanent jewelry page --- */
/* permanent custom jewelry section  */
.permanent-cstm-jewel-sec {
    padding: 100px 0 50px;
}

.permanent-cstm-jewel-sec .jewel-lft-content {
    max-width: 735px;
    margin-bottom: 30px;
}

.permanant-col1 {
    width: 70%;
}

.permanant-col2 {
    width: 30%;
}

.permanent-cstm-jewel-sec .text-circle-wppr {
    margin: 60px auto 0;
}

.permanent-cstm-jewel-sec .jewel-permanent-img {
    max-width: 680px;
    width: 100%;
}

.permanent-cstm-jewel-sec .jewel-permanent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* matching bracelet section  */
.matching-bracelet-sec {
    padding: 100px 0 0;
    background-color: var(--number-color);
    overflow: hidden;
}

.matching-brclt-heading-wppr .cmn-heading-wppr {
    text-align: left;
}

.matching-brclt-heading-wppr .cmn-heading-wppr h2 {
    margin-bottom: 20px;
    line-height: 1.7;
}

.match-col1 {
    width: 60%;
}

.match-col2 {
    width: 40%;
}

.matching-btn-wppr {
    display: flex;
    flex-wrap: wrap;
}

.matching-btn-wppr .cmn-btn-wppr:not(:last-child) {
    margin-right: 16px;
}

.match-rit-img-wppr {
    position: relative;
    z-index: 2;
    width: auto;
    height: 100%;
    margin-right: calc(((100vw - 1140px) / 2)* -1);
    padding-left: 0;
}

.match-rit-img-wppr img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}

.matching-row {
    --bs-gutter-x: 54px;
}

.matching-txt-innr {
    padding: 64px 0;
}

/* jewelry gallery section  */
.jewel-gallery-innr .cmn-heading-wppr {
    margin-bottom: 40px;
}

.gallery-img-wppr {
    width: 100%;
    height: 100%;
}

.gallery-img-wppr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jewel-gallery-row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
    justify-content: center;
}

.gallery-jewel-wppr {
    margin-bottom: 60px;
}

.jewel-gallery-innr .explore-btn {
    text-align: center;
}

/* --- Wedding events page --- */
/* wedding events section  */
.wedding-rit-context .cmn-heading-wppr {
    text-align: left;
    margin-bottom: 20px;
}

.wedding-para {
    margin-bottom: 20px;
}

.wedding-lists li a {
    color: var(--heading-color);
    position: relative;
    padding-left: 0px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    text-transform: capitalize;
}

.wedding-lists li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background-image: url(images/wed-rit-arw.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0;
    transition: all 0.3s ease-in-out;
}

.wedding-lists li a:hover {
    padding-left: 40px;
}

.wedding-lists li a:hover:before {
    width: 24px;
    background-size: 20px;
}

.wedding-lists li {
    border-bottom: 1px solid var(--number-color);
    padding-bottom: 19px;
    margin-bottom: 16px;
}

.wedding-lists li:last-child {
    margin-bottom: 0;
}

.wedding-img1 {
    width: 100%;
    height: 100%;
}

.wedding-row1 {
    --bs-gutter-x: 82px;
}

.wedding-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wedding-rit-context {
    max-width: 527px;
    width: 100%;
}

/* weddings appointment section  */
.wedding-appoint-sec {
    padding: 80px 0 100px;
    background-color: var(--number-color);
}

.wedd-row {
    align-items: center;
    --bs-gutter-x: 52px;
}

.wedd-appoint-img {
    width: 100%;
    height: 100%;
}

.wedd-appoint-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* morning mimosa section  */
.momosa-img-wppr {
    padding-right: 55px;
    width: 100%;
    height: 100%;
    position: relative;
}

.momosa-img-wppr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 50%;
    background: linear-gradient(220.4deg, rgba(0, 0, 0, 0) 75.54%, rgba(0, 0, 0, 0.2) 91.31%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.momosa-img-wppr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* classic jewelry section  */
.classic-jewelry-sec {
    min-height: 600px;
    padding: 80px 0 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.classic-jewelry-sec::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 57.56%);
}

.classic-innr-wppr .cmn-heading-wppr {
    max-width: 540px;
}

.classic-innr-wppr .cmn-heading-wppr h2,
.classic-text p {
    color: var(--whitecolor);
}

.classic-innr-wppr .cmn-heading-wppr h2 {
    line-height: 1.7;
}

.classic-innr-wppr .explore-btn-wppr {
    margin-bottom: 20px;
}

.classic-innr-wppr {
    position: relative;
    z-index: 2;
}

.classic-jewelry-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 64%;
    background-image: url(images/eclips-blur.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}

/* custom bridal jewelry section  */
.custom-bridal-jewelry-sec {
    position: relative;
}

.custom-bridal-jewelry-sec::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(180deg, rgba(248, 239, 239, 0) 0%, #F8EFEF 100%);
}

.custom-bridal-jewelry-sec::before {
    content: "";
}

.cust-bride-jewelry-innr {
    position: relative;
    padding: 44px 0 100px;
}

.custom-bride-innr-txt {
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
    padding: 0 10px;
}

.custom-bride-innr-txt .cmn-heading-wppr {
    max-width: 570px;
    margin: 0 auto 20px;
}

.custm-bride1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 19%;
}

.custm-bride2 {
    position: absolute;
    top: 107px;
    right: 0;
    width: 19%;
}

.other-events-sec {
    padding: 40px 0 0;
    position: relative;
    z-index: 2;
}

.other-para {
    text-align: center;
}

.other-events-sec .cmn-heading-wppr {
    margin-bottom: 25px;
}

/* 05.09.2024 ends */

/* 06.09.2024 starts  */
/* machine set slider section  */
.machine-set-slide-sec {
    padding: 80px 0;
}

.machine-slider-btn {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.machine-slider-btn .cmn-slider-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--number-color);
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.machine-slider-btn .cmn-slider-btn:hover {
    background-color: var(--link-color);
}

.machine-slider-btn .cmn-slider-btn:hover img {
    filter: brightness(0) invert(1);
}

.machine-slider-btn .cmn-slider-btn:not(:last-child) {
    margin-right: 8px;
}

.machine-slider-btn .cmn-slider-btn img {
    width: 7px;
}

.feature-product-innr a {
    width: 100%;
    height: 100%;
    position: relative;
}

.machine-set-each {
    padding: 0 12px;
}

.machine-set-slider .slick-list {
    margin: 0 -12px;
}

/* progress */
.checklist-progressbar {
    position: relative;
    margin-top: 60px;
    display: flex;
    align-items: center;
}

/* .checklist-progressbar .progressbar {
    box-sizing: content-box;
    position: relative;
    background-color: var(--number-color);
    height: 2px;
    margin-top: 0;
    width: 100%;
}

.checklist-progressbar .progressbar .progressbar-inner {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--link-color);
    transition: all .3s linear;

} */

.progress {
    position: relative;
    display: block;
    margin-top: 0;
    margin-left: 0;
    width: calc(100% - 200px);
    border-radius: 10px;
    overflow: hidden;
    background-image: linear-gradient(to right, var(--link-color), var(--link-color));
    background-repeat: no-repeat;
    background-size: 0 100%;
    opacity: 1;
    z-index: 1;
    transition: background-size 0.4s ease-in-out;
    background-color: transparent;
    height: 2px;
    flex: 1;
}

.progress::after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--number-color);
    position: absolute;
    left: 0;
    top: 1px;
    opacity: 0.5;
}

/* --- eyelash extention page --- */
/* fun gralour section  */
.fun-heading {
    padding-bottom: 80px;
}

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

.fun-glamour-outer .glamour-row:not(:last-child) {
    padding-bottom: 80px;
}

.glamour-img-wppr {
    padding-left: 20px;
    width: 100%;
    height: 100%;
}

.glamour-img-wppr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glamour-text-innr p:not(:last-child) {
    margin-bottom: 30px;
}

.glamour-text-innr h3 {
    margin-bottom: 15px;
}

.fun-glamour-outer .glamour-row:nth-child(even) {
    flex-direction: row-reverse;
}

.fun-glamour-outer .glamour-row:nth-child(even) .glamour-img-wppr {
    padding-left: 0;
    padding-right: 20px;
}

.fun-glamour-outer {
    padding-bottom: 60px;
}

.fun-btm-txt-wppr {
    text-align: center;
}

.fun-btm-txt-wppr p span {
    color: var(--sub-head-color);
}

.fun-btm-txt-wppr p {
    margin-bottom: 34px;
}

/* eyelash slider section  */
.eyelash-extention-slide .cmn-heading-wppr {
    max-width: 650px;
}

.eyelash-gallery-wppr .cmn-heading-wppr {
    margin-bottom: 0;
}

.eyelash-frm-outer {
    margin-left: auto;
    margin-right: 0;
}

.eylsh-filter-wpr {
    padding: 11px 16px;
    background-color: var(--number-color);
    line-height: 1;
    width: auto;
}


.eylsh-filter-wpr .eyelash-frm-innr select {
    border: none;
    width: 127px;
    padding: 0 11px;
    background: url(images/menu-drop-img.svg) no-repeat calc(100% - 5px) center transparent;
    background-size: 12px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 30px;
    color: var(--heading-color);
    cursor: pointer;
}

.filter-select-wppr {
    display: flex;
    align-items: center;
}

/* --- contact us page --- */
.cmn-banner-sec .baner-txt-wppr::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 160%;
    background: rgba(199, 159, 122, 0.32);
    filter: blur(50px);
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* contact inner section  */
.contact-left-part .jewel-lft-content {
    max-width: 461px;
    width: 100%;
    margin-bottom: 15px;
}

.phn-no-wppr {
    display: flex;
    align-items: center;
}

.number-head p {
    margin-bottom: 5px;
    line-height: 1;
    color: var(--heading-color);
}

.number-head {
    padding-left: 24px;
}

.number-head a {
    color: var(--body-txt-color);
    transition: all 0.3s ease-in-out;
}

.number-head a:hover {
    color: var(--link-color);
}

.phn-no-wppr:not(:last-child) {
    margin-bottom: 25px;
}

.phn-img {
    width: 54px;
    display: flex;
    flex: 0 0 auto;
}

.contact-frm-outer {
    padding: 40px 40px 54px;
    background-color: var(--number-color);
}

/* 06.09.2024 ends  */

/* 09.09.2024 starts */
.contact-frm-row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
    margin-bottom: 32px;
}

.contact-pg-row {
    align-items: center;
}


.contact-frm-outer .frm-innr-element input[type="text"],
.contact-frm-outer .frm-innr-element input[type="email"],
.contact-frm-outer .frm-innr-element input[type="tel"] {
    padding: 11px 40px 11px 24px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: 14px;
    width: 100%;
    background-position: center right 16px;
    background-color: var(--whitecolor);
}

.contact-frm-outer .frm-innr-element input[type="text"] {
    background-image: url(images/name-img.png);

}

.contact-frm-outer .frm-innr-element input[type="email"] {
    background-image: url(images/frm-mail.png);
}

.contact-frm-outer .frm-innr-element input[type="tel"] {
    background-image: url(images/frm-phn.png);
}

.contact-frm-outer .frm-innr-element textarea {
    padding: 11px 40px 11px 24px;
    height: 104px;
    background-repeat: no-repeat;
    background-size: 14px;
    width: 100%;
    background-position: top 18px right 16px;
    background-image: url(images/frm-txt.png);
    resize: none;
    background-color: var(--whitecolor);
}

.contact-frm-outer .frm-innr-element input[type="text"]::-webkit-input-placeholder,
.contact-frm-outer .frm-innr-element input[type="email"]::-webkit-input-placeholder,
.contact-frm-outer .frm-innr-element input[type="tel"]::-webkit-input-placeholder,
.contact-frm-outer .frm-innr-element textarea::-webkit-input-placeholder {
    color: var(--body-txt-color);
}

.contact-frm-outer .frm-innr-element input[type="text"]:-ms-input-placeholder,
.contact-frm-outer .frm-innr-element input[type="email"]:-ms-input-placeholder,
.contact-frm-outer .frm-innr-element input[type="tel"]:-ms-input-placeholder,
.contact-frm-outer .frm-innr-element textarea:-ms-input-placeholder {
    color: var(--body-txt-color);
}

.contact-frm-outer .frm-innr-element input[type="text"]::-moz-placeholder,
.contact-frm-outer .frm-innr-element input[type="tel"]::-moz-placeholder,
.contact-frm-outer .frm-innr-element input[type="email"]::-moz-placeholder,
.contact-frm-outer .frm-innr-element textarea::-moz-placeholder {
    color: var(--body-txt-color);
}

.contact-frm-outer .frm-innr-element input[type="text"]:-moz-placeholder,
.contact-frm-outer .frm-innr-element input[type="tel"]:-moz-placeholder,
.contact-frm-outer .frm-innr-element input[type="email"]:-moz-placeholder,
.contact-frm-outer .frm-innr-element textarea:-moz-placeholder {
    color: var(--body-txt-color);
}

.contact-frm-outer .frm-innr-element input[type="submit"] {
    width: 100%;
    font-size: 16px;
    color: var(--whitecolor);
    font-weight: 400;
    background-color: var(--link-color);
    transition: all 0.3s ease-in-out;
    height: 52px;
}

.contact-frm-outer .frm-innr-element input[type="submit"]:hover {
    background-color: var(--heading-color);
}

.google-recaptcha {
    margin-bottom: 24px;
}

.contact-map-wppr {
    width: 100%;
    height: 100%;
}

.contact-map-wppr iframe {
    width: 100%;
    height: 600px;
    display: block;
}

/* --- shop custom design page --- */
/* shop all section */
.shop-all-sec {
    padding: 20px 0 80px;
}

.shop-all-innr {
    text-align: center;
    width: 100%;
}

.shop-all-innr p {
    color: var(--heading-color);
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    font-size: 20px;
}

.shop-all-img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.shop-all-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-all-outer-wppr:hover p {
    color: var(--link-color);
}

/* custom build jewelry section  */
.custom-build-jewelry-sec {
    padding: 40px 0 100px;
    border-top: 1px solid var(--number-color);
}

.custom-build-header {
    padding-bottom: 80px;
}

.cust-list-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cust-list-link span {
    display: block;
    font-size: 20px;
    color: var(--heading-color);
    text-transform: capitalize;
    max-width: 159px;
    width: 100%;
}

.cust-list-link i {
    width: 64px;
    height: 64px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--number-color);
    border-radius: 100%;
    margin-bottom: 10px;
}

.cust-progress-list {
    display: flex;
    width: 100%;
}

.cust-progress-list li:not(:last-child) {
    margin-right: auto;
}

.custom-build-progress-outer {
    position: relative;
    padding-bottom: 80px;
}

.custom-progress-bar-wppr {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 90%;
    height: 100%;
    z-index: -1;
}

.custom-progress-line {
    width: 100%;
    background-color: var(--number-color);
    height: 2px;
    position: relative;
    overflow: hidden;
}

.custom-progressbar {
    background: var(--sub-head-color);
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.cust-progress-list li.active .cust-list-link i {
    background-color: var(--sub-head-color);
}

.cust-progress-list li.active .cust-list-link i img {
    filter: brightness(0) saturate(100%) invert(97%) sepia(1%) saturate(1212%) hue-rotate(313deg) brightness(99%) contrast(96%);
}

.cust-progress-list li {
    position: relative;
}

.cust-progress-list li .double-arw-wppr {
    position: absolute;
    top: 15px;
    left: 180px;
    z-index: 2;
    width: 16px;
}

.cust-progress-list li.active .double-arw-wppr,
.cust-progress-list li:last-child .double-arw-wppr {
    display: none;
}

.charm-outer-wppr .explore-btn-wppr {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.shop-custm-filter {
    display: flex;
    flex-wrap: wrap;
}

.shop-custm-filter .eylsh-filter-wpr:not(:last-child) {
    margin-right: 16px;
}

.charm-add-btn-outer {
    margin-left: auto;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.charm-add-btn-outer button.cart-add-btn {
    border: none;
    width: 40px;
    height: 40px;
    background-color: var(--number-color);
    border-radius: 100%;
    padding: 5px;
}


.charm-add-btn-outer button.cart-add-btn1 {
    background-color: var(--sub-head-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 5px;
}

.charm-add-btn-outer button.cart-add-btn1 {
    display: none;
}

.added_to_cart .charm-add-btn-outer button.cart-add-btn1 {
    display: block;
}

.added_to_cart .charm-add-btn-outer button.cart-add-btn {
    display: none;
}

.charm-add-btn-outer.btn-display button.cart-add-btn1 {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.charm-add-btn-outer.btn-display button.cart-add-btn {
    display: none;
}

.charm-cart-wppr {
    display: flex;
    align-items: center;
}

.cart-add-btn1 .rit-btn {
    display: block;
}

.cart-add-btn1 .cross-btn {
    display: none;
    width: 15px;
}

.charm-add-btn-outer .cart-add-btn.btn-display .cart-add-btn1 .cross-btn {
    display: block;
    width: 15px;

}

.charm-add-btn-outer .cart-add-btn.btn-display .cart-add-btn1 .rit-btn {
    display: none;
}

.charm-add-btn-outer .cart-add-btn.btn-display .cart-add-btn1 {
    display: block;
}

.btn-outer-wrapper1.btn-display .cart-add-btn1:hover .rit-btn {
    display: none;
}

.btn-outer-wrapper1.btn-display .cart-add-btn1:hover .cross-btn {
    display: block;
    margin: 0 auto;
}

.btn-outer-wrapper1.btn-display .cart-add-btn {
    display: none;
}

.btn-outer-wrapper1.btn-display .cart-add-btn1 {
    display: block;
}

.btn-outer-wrapper1 i {
    display: block;
}

.charm-card-outer .charm-card-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 48px;
}

.charm-card-outer .pagination-list {
    justify-content: left;
}

.select-list-header {
    padding: 32px 24px;
    background-color: var(--primary-color);
}

.select-list-header h3 {
    color: var(--whitecolor);
}

.select-btm-items-outer {

    background-color: var(--number-color);
}

.select-item-wppr {
    padding: 24px;
    border-bottom: 1px solid var(--primary-color);
}

.select-item-top-part {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.edit-btn-outer {
    margin-left: auto;
}

.item-heading1 p {
    color: var(--heading-color);
    font-size: 20px;
    text-transform: capitalize;
}

.edit-btn-outer a {
    color: var(--link-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.edit-btn-outer a:hover {
    color: var(--heading-color);
}

.select-btm-part {
    padding: 10px;
    background-color: var(--whitecolor);
    margin-bottom: 10px;
}

.select-left-img {
    display: flex;
    align-items: center;
}

.select-txt p {
    margin-bottom: 5px;
    line-height: 1;
    color: var(--heading-color);
}

.select-txt span {
    color: var(--sub-head-color);
}

.select-img-wppr {
    display: flex;
    flex: 0 0 auto;
}

.select-txt {
    margin-left: 12px;
}

.btm-product-wppr {
    display: flex;
    align-items: center;
}

.select-delete-btn {
    margin-left: auto;
}

.delete-btn-link {
    width: 40px;
    height: 40px;
    background-color: var(--number-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 100%;
}

.delete-btn-link:hover {
    background-color: var(--heading-color);
}

/* .select-btm-items-outer .select-item-wppr:nth-child(3) .edit-btn-outer,
.select-btm-items-outer .select-item-wppr:nth-child(3) .select-btm-part,
.select-btm-items-outer .select-item-wppr:nth-child(4) .edit-btn-outer,
.select-btm-items-outer .select-item-wppr:nth-child(4) .select-btm-part {
    display: none;
} */

/* .select-btm-items-outer .select-item-wppr:nth-child(3) .select-item-top-part,
.select-btm-items-outer .select-item-wppr:nth-child(4) .select-item-top-part {
    margin-bottom: 0;
} */

.select-card-btn-wppr {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
}

.select-card-btn-wppr .cmn-btn-wppr {
    width: 100%;
}

.select-card-btn-wppr .cmn-btn-wppr:not(:last-child) {
    margin-bottom: 16px;
}

.select-card-btn-wppr .cmn-btn-wppr .cmn-btn {
    padding: 18px 5px;
    min-width: 316px;
    width: 100%;
}


/* --- shop custom details page --- */

.shop-custom-details-innr {
    border-top: 1px solid var(--number-color);
}

.select-price-wppr {
    display: flex;
    align-items: center;
}

.select-price-wppr .h3-title {
    margin-bottom: 0;
    color: var(--whitecolor);
}

.select-price-wppr p {
    margin-bottom: 0;
    margin-left: auto;
    color: var(--number-color);
    font-size: 20px;
    font-weight: 700;
}

.select-list-detail-pg .select-item-wppr:nth-child(3) .select-item-top-part,
.select-list-detail-pg .select-item-wppr:nth-child(4) .select-item-top-part {
    margin-bottom: 10px;
}

.select-list-detail-pg .select-item-wppr:nth-child(3) .edit-btn-outer,
.select-list-detail-pg .select-item-wppr:nth-child(3) .select-btm-part,
.select-list-detail-pg .select-item-wppr:nth-child(4) .edit-btn-outer,
.select-list-detail-pg .select-item-wppr:nth-child(4) .select-btm-part {
    display: block;
}

.total-price-txt {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.total-price-txt p {
    margin-bottom: 0;
    color: var(--heading-color);
    font-size: 20px;
}

.total-price-txt span {
    display: inline-block;
    margin-left: auto;
    color: var(--link-color);
    font-size: 20px;
}

.product-thumb-wrap .slick-track {
    display: flex;
    padding: 0px 46px;
}

.product-thumb-wrap .slick-list {
    padding-top: 15px !important;
}

.product-thumb-wrap .slick-vertical .slick-slide {
    height: 100px;
    padding: 0 7px;
}

.left-nav {
    width: 100%;
    cursor: pointer;
}

.left-nav img {
    width: 100%;
}

.nav-img.slick-slide.slick-current.slick-center .left-nav {
    border: 2px solid var(--link-color);
}

.cust-detail-row {
    --bs-gutter-x: 42px
}


/* --- book appointment page --- */
.appointment-book-section {
    padding: 100px 0 80px;
    position: relative;
}

.appointment-book-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(248, 239, 239, 0) 0%, #F8EFEF 100%);
}

.about-text {
    margin-bottom: 28px;
}

.appoint-innr-text {
    position: relative;
    z-index: 2;
}

.top-para-wppr {
    margin-bottom: 35px;
}

.bottom-para-wppr p {
    margin-bottom: 0;
}

.bottom-para-wppr span {
    color: var(--link-color);
}

.appoint-row1 {
    align-items: center;
}

.appoint-innr-text .about-lft-context {
    max-width: 710px;
}

.appointment-book-frm .cmn-heading-wppr {
    margin-bottom: 40px;
}

.appoint-form-outer {
    width: 100%;
    height: 100%;
}

.appoint-form-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ftr-links.address li {
    display: flex;
}

.insta-up-row {
    justify-content: center;
    --bs-gutter-y: 20px;
}

.appoint-txt.mobile-appoint-view {
    display: none;
}



.search-sec {
    position: absolute;
    bottom: -20px;
    right: 125px;
    z-index: 99;
}

.search-wpr {
    position: relative;
    background-color: var(--whitecolor);
    box-shadow: 0px 11px 48px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    width: 300px;
    overflow: hidden;
}

.search-wpr input[type="search"] {
    height: 52px;
    border: 1px solid var(--themcolor);
    border-radius: 50px;
    padding: 0 55px 0 16px;
    width: 100%;
}

.search-wpr input[type="search"]:focus-visible {
    outline: none;
}

.search-wpr button {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    border: 0;
    box-shadow: 0;
    outline: none;
    background-color: var(--heading-color);
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

.search-wpr button img {
    filter: brightness(0) invert(1);
    padding-bottom: 3px;
}

.search-sec {
    display: none;
    transition: all .8s ease-in-out;
}

.search-sec.search-open {
    display: block;
    transition: all .8s ease-in-out;
}

/* 09.09.2024 ends */

/* SS200924 Begin */

.single-product .flex-viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single-product .entry-summary .variable-items-wrapper .variable-item {
    padding: 10px 15px;
    font-size: 16px;
    color: #878787;
    margin-right: 16px;
    background: #F8EFEF;
    border: 0;
    box-shadow: none;
    transition: all ease-in-out 0.3s;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .entry-summary .variable-items-wrapper .variable-item.selected {
    background: #DDAEAD;
    color: var(--whitecolor);
}

.single-product .entry-summary .variable-items-wrapper .variable-item span.variable-item-span {
    padding: 0 !important;
}

.single-product .entry-summary .variable-items-wrapper .variable-item:hover {
    background: #DDAEAD;
    box-shadow: none;
    color: var(--whitecolor);
}

.single-product .entry-summary .variable-items-wrapper .variable-item:last-child {
    margin-right: 0;
}

.single-product .woocommerce-product-gallery,
.single-product .entry-summary {
    width: 50% !important;
    padding: 0 21px;
    float: inherit !important;
}

.single-product .type-product {
    margin: 0 -21px;
}

.single-product .entry-summary h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.single-product .entry-summary .posted_in a,
.single-product .entry-summary .amount,
.single-product .entry-summary .variations_form .reset_variations {
    color: var(--sub-head-color);
    text-transform: uppercase;
    font-size: 14px;
}

.single-product .entry-summary .variations_form table {
    /* border-top: 1px solid var(--primary-color) !important; */
    border-bottom: 1px solid var(--primary-color) !important;
    /* padding-top: 14px !important; */
    margin-bottom: 30px !important;
}

.single-product .entry-summary .variations_form table .label {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.single-product .entry-summary .variations_form .quantity {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 40px !important;
    margin-right: 0;
}

.single-product .entry-summary .variations_form .single_add_to_cart_button {
    width: 100%;
    padding: 15px 0 !important;
    background: #D0A933 !important;
    color: var(--whitecolor);
}

.single-product .entry-summary .variations_form .quantity input {
    width: 176px;
    padding: 10px;
    height: 52px;
    background: #F8EFEF;
    color: var(--body-txt-color);
    border: 0;
    outline: none;
    appearance: none;
}

.single-product .woocommerce-product-details__short-description {
    margin-bottom: 32px;
}

/* .single-product .entry-summary .variations_form table th {
    padding-top: 24px;
} */

.single-product .entry-summary .variations_form table td {
    padding-top: 0;
}

.woocommerce div.product form.cart div.quantity {
    position: relative;
    display: inline-block;
    width: auto;
}

.woocommerce div.product form.cart div.quantity button[type="button"] {
    position: absolute;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    height: 100%;
    width: 30px;
    color: var(--heading-color);
    font-size: 24px;
    padding-bottom: 4px;
}

.woocommerce div.product form.cart div.quantity button.minus {
    top: 0;
    left: 0;
}

.woocommerce div.product form.cart div.quantity button.plus {
    top: 0;
    right: 0;
}

.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.product_meta .sku_wrapper {
    font-weight: bold;
    color: var(--themcolor);
}

.product_meta .sku_wrapper .sku {
    font-weight: 400;
    color: var(--body-txt-color);
}

.single-product .product {
    display: flex;
    flex-wrap: wrap;
}

/* .woocommerce div.product div.images.woocommerce-product-gallery {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
} */
.wpgs-nav .thumbnail_image {
    margin-top: 15px !important;
    border: 3px solid var(--whitecolor) !important;
    transition: .5s all;
}

.wpgs-nav .thumbnail_image.slick-current {
    border-color: var(--link-color) !important;
}

.wpgs-nav .thumbnail_image img {
    height: 125px !important;
    object-fit: cover;
}

.wpgs-for {
    height: calc(100% - 140px);
}

.wpgs-for a {
    display: block;
    width: 100%;
    height: 100%;
}

.wpgs-for a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 540px;
}

.wpgs-for .slick-arrow {
    display: none !important;
}

.wpgs-nav .slick-arrow {
    width: 32px;
    height: 32px;
    background-color: var(--link-color);
    border-radius: 50%;
    transition: .5s all;
}

.wpgs-nav .slick-arrow.slick-prev::before {
    position: absolute;
    content: "";
    background: url(images/prev-icon.svg) center no-repeat;
    background-size: 7px;
    width: 7px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: .5s all;
}

.wpgs-nav .slick-arrow.slick-next::before {
    position: absolute;
    content: "";
    background: url(images/next-icon.svg) center no-repeat;
    background-size: 7px;
    width: 7px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: .5s all;
}

.wpgs-nav .slick-next {
    right: -10px;
}

.wpgs-nav .slick-arrow:hover {
    background-color: var(--heading-color);
}

.woocommerce.single-product div.product div.images {
    margin-bottom: 80px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: var(--headingfont);
    font-size: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0D204A;
    padding: 10px;
    border: none;
    border-bottom: 1px solid transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    border: none;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
    margin-right: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--link-color);
    border-color: var(--link-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
    margin-bottom: 40px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 80px;
}

.permanent-txt-outer::before {
    display: none;
}

.permanent-jewelry-sec {
    position: relative;
    z-index: 1;
}

/* .permanent-jewelry-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    opacity: 0.1;
    z-index: 1;
}
.permanent-jewelry-sec::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 57.56%);
} */

.machine-set-slider .slick-track {
    display: flex;
}

.machine-set-slider .feature-product-innr {
    position: relative;
    width: 100%;
}

.feature-product-img {
    width: 100%;
}

.single-product .machine-set-slider .type-product {
    margin: 0;
}

.single-product .machine-set-slider .add_to_cart_button,
.machine-set-slider .add_to_cart_button,
.shopPage .feature-product-innr .add_to_cart_button {
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-product-innr .feature-price .price {
    display: flex;
}

.feature-product-innr .feature-price .price span {
    padding: 0 5px;
}

.single-product .testimonial-row {
    align-items: inherit;
}

.single-product .testimonial-slider-outer {
    padding: 60px 0;
}

.single-product .testimonial-btn-outer-wppr {
    bottom: 50px;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
}

.single-product .woocommerce-Reviews input[type="text"],
.single-product .woocommerce-Reviews input[type="email"],
.single-product .woocommerce-Reviews input[type="password"],
.single-product .woocommerce-Reviews textarea {
    border: 1px solid var(--body-txt-color);
    border-radius: 10px;
}

.single-product .woocommerce-Reviews textarea {
    height: 100px;
    resize: none;
}

.single-product .woocommerce-Reviews input {
    height: 45px;
}

.single-product .woocommerce-Reviews input[type="checkbox"] {
    height: auto;
}

.single-product .woocommerce-Reviews .form-submit input[type="submit"] {
    min-width: 180px;
    font-size: 16px !important;
    color: var(--whitecolor) !important;
    font-weight: 400;
    background: var(--link-color) !important;
    transition: all 0.3s ease-in-out;
    height: 52px;
}

.single-product .woocommerce-Reviews .form-submit input[type="submit"]:hover {
    background: var(--heading-color) !important;
}

/* End Of SS200924 */

/* SM 24_09_24 */

.for-shop-now-sec {
    padding-top: 0;
}

.cmn-heading-wppr .woocommerce-result-count {
    margin: 0;
    font-size: 16px;
    color: #878787;
}

.for-shop-now-sec .eyelash-frm-outer {
    padding-left: 25px;
}

.for-shop-now-sec .eylsh-filter-wpr {
    height: 52px;
}

.for-shop-now-sec .feature-product-innr .add_to_cart_button {
    right: 15px !important;
}

.for-shop-now-sec .feature-product-innr .feature-price .price span {
    padding-left: 0;
}

/* pagination */

.woocommerce-pagination {
    margin-top: 60px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #F8EFEF;
    background-color: transparent;
    font-size: 16px;
    color: #D0A933;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #D0A933;
    color: var(--whitecolor);
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: #D0A933;
    color: var(--whitecolor);
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    background-image: url(images/rgt-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    font-size: 0;
    width: 15px;
}

.woocommerce nav.woocommerce-pagination ul li a.prev {
    background-image: url(images/lft-arrow.svg);
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
    background-color: transparent;
}

.for-shop-now-sec .feature-price {
    padding-right: 50px;
}

.button.product_type_simple.added {
    background-color: #D0A933 !important;
}

.button.product_type_simple.added img {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
    display: none;
}

.for-shop-now-sec .added_to_cart {
    background-image: url(images/view-icon.svg);
    color: var(--whitecolor);
    padding: 4px 12px !important;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 0px;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 11;
}

/* dtl page */

#primary.content-area {
    padding: 80px 0 0;
    border-top: 1px solid #F8EFEF;
}

.single-product .entry-summary .variations_form .single_add_to_cart_button {
    text-transform: uppercase;
    padding: 19.5px 0 !important;
}

.footer-sec .gform_description {
    font-size: 16px;
    color: #F8EFEF;
    margin-bottom: 25px;
    font-family: 'nadaregular';
    line-height: 1.1;
}

.contact-frm-outer .gform-body textarea,
.contact-frm-outer .gform-body input[type=tel],
.contact-frm-outer .gform-body input[type=text],
.contact-frm-outer .gform-body input[type=email],
.footer-sec .ginput_container input[type=email],
.footer-sec .ginput_container input[type=text] {
    width: 100%;
    height: 52px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.24);
    font-family: 'nadaregular';
    color: #fff;
    font-size: 16px;
    outline: none;
    padding: 0 16px;
    padding-right: 37px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px);
}

.footer-sec .ginput_container input[type=email] {
    background-image: url(images/email-icn.svg);
}

.footer-sec .ginput_container input[type=text] {
    background-image: url(images/icn-user.svg);
}

.footer-sec .ginput_container input[type=email]:focus,
.footer-sec .ginput_container input[type=text]:focus {
    box-shadow: none;
}

.gform_footer input[type=submit] {
    width: 100% !important;
    background: #FFFFFF !important;
    text-align: center !important;
    height: 52px !important;
    border-radius: 0px !important;
    font-family: 'nadaregular' !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-size: 16px !important;
    color: #D0A933 !important;
    transition: all 0.3s ease-in-out;
}

.gform_footer input[type=submit]:hover {
    color: #FFFFFF !important;
    background-color: #D0A933 !important;
}

.footer-sec .ginput_container input[type=email]::placeholder,
.footer-sec .ginput_container input[type=text]::placeholder {
    opacity: 1;
    color: #fff;
}

.contact-frm-outer .gform-body textarea,
.contact-frm-outer .gform-body input[type=tel],
.contact-frm-outer .gform-body input[type=text],
.contact-frm-outer .gform-body input[type=email] {
    background-color: #FFFFFF;
    color: #878787 !important;
}

.contact-frm-outer .gform-body textarea {
    resize: none;
    height: 104px;
    padding: 12px 16px;
}

.contact-innr-sec .gform_fields.description_below.validation_below {
    row-gap: 18px !important;
}

.contact-frm-outer .gform-body input[type=text] {
    background-image: url(images/usr-ft1.svg);
}

.contact-frm-outer .gform-body input[type=email] {
    background-image: url(images/usr-ft2.svg);
}

.contact-frm-outer .gform-body input[type=tel] {
    background-image: url(images/text-call.png);
}

.contact-frm-outer .gform-body textarea {
    background-image: url(images/usr-ft4.svg);
    background-position: calc(100% - 16px) 16px;
}

/* 25.09.24 start */

.single-product form.cart {
    padding-top: 30px;
    border-top: 1px solid var(--primary-color);
}

.single-product form.cart .quantity {
    position: relative;
    display: inline-block;
    width: auto;
    margin-bottom: 40px !important;
}

.single-product form.cart .quantity input {
    width: 176px;
    padding: 10px;
    height: 52px;
    background: #F8EFEF;
    color: var(--body-txt-color);
    border: 0;
    outline: none;
    appearance: none;
}

.single-product form.cart .quantity button[type="button"] {
    position: absolute;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    height: 100%;
    width: 30px;
    color: var(--heading-color);
    font-size: 24px;
    padding-bottom: 4px;
}

.single-product form.cart .quantity button.minus {
    top: 0;
    left: 0;
}

.single-product form.cart .quantity button.plus {
    top: 0;
    right: 0;
}

.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
    background: #D0A933;
    color: var(--whitecolor);
    width: 100%;
    text-transform: uppercase;
    padding: 19px 0 !important;
    border-radius: 0 !important;
    transition: .5s all;
}

.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover {
    background-color: var(--heading-color);
}

.woocommerce-message {
    border-top-color: var(--primary-color);
}

.woocommerce-message::before {
    color: var(--primary-color);
}

.woocommerce .woocommerce-message .button {
    background-color: var(--link-color);
    color: var(--whitecolor);
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 0;
    font-weight: 400;
    transition: .5s all;
}

.woocommerce .woocommerce-message .button:hover {
    background-color: var(--heading-color);
    color: var(--whitecolor);
}

.woocommerce-message:focus-visible {
    box-shadow: none;
    outline: none;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-color: var(--link-color);
}

.woocommerce table.cart td.actions .coupon {
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce table.cart td.actions .coupon button[type="submit"] {
    background-color: var(--link-color);
    color: var(--whitecolor);
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 0;
    font-weight: 400;
    transition: .5s all;
    flex: 0 0 auto;
}

.woocommerce table.cart td.actions>button.button {
    background-color: var(--link-color);
    color: var(--whitecolor);
    text-transform: uppercase;
    padding: 18px 25px;
    border-radius: 0;
    font-weight: 400;
    transition: .5s all;
}

.woocommerce table.cart td.actions .coupon input[type="text"] {
    height: 52px;
    flex: 1;
    margin-right: 10px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: var(--link-color);
    color: var(--whitecolor);
    text-transform: uppercase;
    padding: 21px 25px;
    border-radius: 0;
    font-weight: 400;
    transition: .5s all;
}

.woocommerce table.cart td.actions>button.button:hover,
.woocommerce table.cart td.actions .coupon button[type="submit"]:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: var(--heading-color);
}

.woocommerce-cart table.cart th {
    color: var(--heading-color);
}

.woocommerce-info {
    border-top-color: var(--heading-color)
}

.woocommerce-info::before {
    color: var(--heading-color);
}

.woocommerce-info a:hover {
    color: var(--heading-color);
}

.woocommerce-checkout form.woocommerce-checkout label,
.woocommerce-account .woocommerce-form label {
    color: var(--heading-color);
}

.woocommerce-checkout form.woocommerce-checkout input[type="text"],
.woocommerce-checkout form.woocommerce-checkout input[type="tel"],
.woocommerce-checkout form.woocommerce-checkout input[type="email"],
.woocommerce-checkout form.woocommerce-checkout input[type="number"],
.woocommerce-checkout form.woocommerce-checkout input[type="password"],
.woocommerce-checkout form.woocommerce-checkout select {
    background-color: var(--whitecolor);
    border: 1px solid var(--body-txt-color);
    height: 52px;
}

.woocommerce-checkout form.woocommerce-checkout textarea {
    height: 195px;
    border: 1px solid var(--body-txt-color);
    resize: none;
}

.select2-container--default .select2-selection--single {
    height: 52px;
    border: 1px solid var(--body-txt-color);
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    padding: 0 16px;
    display: flex;
    align-items: center;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
}

.woocommerce-checkout #customer_details {
    margin-bottom: 60px;
}

.woocommerce table.shop_table th {
    color: var(--heading-color);
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background-color: var(--link-color);
    color: var(--whitecolor);
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 0;
    font-weight: 400;
    transition: .5s all;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background-color: var(--heading-color);
}

.shopping-list li a.cart-customlocation {
    position: relative;
}

.shopping-list li a.cart-customlocation span {
    background-color: var(--primary-color);
    color: var(--whitecolor);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    transition: .3s all;
}

.shopping-list li a.cart-customlocation:hover span {
    background-color: var(--heading-color);
}

.woocommerce-account .woocommerce-form button[type="submit"] {
    background-color: var(--link-color);
    color: var(--whitecolor);
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 0;
    font-weight: 400;
    transition: .5s all;
}

.woocommerce-account .woocommerce-form button[type="submit"]:hover {
    background-color: var(--heading-color);
}

.woocommerce-account .woocommerce-form input[type="text"],
.woocommerce-account .woocommerce-form input[type="password"],
.woocommerce-account .woocommerce-form input[type="email"] {
    background-color: var(--whitecolor);
    border: 1px solid rgba(255, 255, 255, 0.24);
    font-family: 'nadaregular';
}

.woocommerce-account .woocommerce-form.woocommerce-form-login,
.woocommerce-account .woocommerce-form.woocommerce-form-register {
    padding: 40px 40px 54px;
    background-color: var(--number-color);
    border: none;
    border-radius: 0;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login,
.woocommerce form.checkout_coupon {
    border-color: var(--link-color);
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login label {
    color: var(--heading-color);
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login input[type="text"],
.woocommerce-checkout .woocommerce-form.woocommerce-form-login input[type="password"],
.woocommerce-checkout .woocommerce-form.woocommerce-form-login input[type="email"],
.woocommerce form.checkout_coupon input[type="text"] {
    border: 1px solid var(--heading-color);
    border-radius: 0;
    height: 52px;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login .woocommerce-button,
.woocommerce form.checkout_coupon .button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
.shipping-calculator-form button[type="submit"],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
    background-color: var(--link-color);
    color: var(--whitecolor);
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 0;
    font-weight: 400;
    transition: .5s all;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login .woocommerce-button:hover,
.woocommerce form.checkout_coupon .button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
.shipping-calculator-form button[type="submit"]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover {
    background-color: var(--heading-color);
    color: var(--whitecolor);
}

.lost_password a:hover {
    color: var(--heading-color);
}

.woocommerce form.checkout_coupon .button {
    height: 52px;
}


/* 25.09.24 end */

/* 26.09.24 start */

.woocommerce a.remove {
    line-height: 0.75;
}

.product-thumbnail a {
    width: 70px;
}

.woocommerce-cart table.cart img {
    width: 100%;
}

.shipping-calculator-form input[type="text"] {
    height: 52px;
    border: 1px solid var(--body-txt-color);
    border-radius: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    font-family: var(--headingfont);
    display: block;
    background-color: var(--number-color);
    color: var(--heading-color);
    font-weight: 600;
    padding: 15px 20px;
    line-height: 1.2;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child) a {
    border-bottom: 1px solid var(--primary-color);
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: var(--primary-color);
}

.woocommerce-Address .woocommerce-Address-title {
    margin-bottom: 15px;
}

.woocommerce-Address .woocommerce-Address-title h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.woocommerce-Address .woocommerce-Address-title .edit {
    background-color: var(--link-color);
    color: var(--whitecolor);
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 0;
    font-weight: 400;
    transition: .5s all;
    float: none !important;
}

.woocommerce-Address .woocommerce-Address-title .edit:hover {
    color: var(--heading-color);
}

.woocommerce form .form-row input.input-text {
    height: 52px;
    border: 1px solid var(--body-txt-color);
    border-radius: 0;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    color: var(--heading-color);
}

.woocommerce-MyAccount-content fieldset legend {
    font-family: var(--headingfont);
    color: var(--heading-color);
    font-weight: 600;
}

.woocommerce-account .woocommerce-Address {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid var(--link-color);
}

.woocommerce-thankyou-order-received {
    padding: 12px 20px;
    font-size: 20px;
    background-color: var(--link-color);
    color: var(--whitecolor);
    border-radius: 5px;
    text-align: center;
    margin-bottom: 25px;
}

.woocommerce ul.order_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.woocommerce ul.order_details li {
    float: none;
    padding: 15px 30px;
    margin: 0;
    background-color: var(--number-color);
    border-color: var(--heading-color);
    font-size: 14px;
    color: var(--link-color);
    line-height: 1.3;
}

.woocommerce ul.order_details li strong {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 400;
}

.woocommerce .woocommerce-customer-details address {
    border-color: var(--link-color);
    padding: 15px;
    color: var(--heading-color);
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    font-size: 26px;
}


/* 26.09.24 end */

/* 21-01-2025 */
.shop-all-img {
    position: relative;
    padding-top: 100%;
}

.shop-all-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* 21-01-2025 */



/* ========== responsive css =========== */
@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: block;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

/* ---- container ---- */
@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }

    .container-lg {
        max-width: 1530px;
    }
}

@media (min-width: 1601px) {
    .search-sec {
        right: 285px;
    }
}

@media (max-width:1399px) {

    /* header  */
    .navbar-brand {
        width: 100px;
    }

    /* footer section  */
    .copyrit-outer-wppr {
        margin-top: 10px;
    }

    .ftr-logo-wppr a {
        width: 100px;
        margin: 0 20px;
    }

    .navbar-nav>li {
        margin: 0 10px;
    }

    .jewel-gallery-row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .custom-bride-innr-txt {
        max-width: 700px;
    }

    .wedding-row1 {
        --bs-gutter-x: 50px;
    }

    .momosa-img-wppr {
        padding-right: 21px;
    }

    /* 10.09.2024 starts  */
    /* index page  */
    .category-crd-row {
        margin: 0 -15px;
    }

    .cat-col1 {
        padding: 0 15px;
    }

    .quote-img {
        top: -25px;
        left: -20px;
        width: 55px;
        height: 55px;
    }

    .testimonial-slider-outer .cmn-heading-wppr {
        margin-bottom: 35px;
    }

    .btm-menu-wppr {
        padding: 30px 0;
    }

    /* 10.09.2024 ends  */

}

@media(max-width:1199px) {

    /* 10.09.2024 starts  */
    /* index page  */
    .btm-menu-wppr {
        padding: 25px 0;
    }

    .navbar-nav>li>a {
        font-size: 15px;
    }

    .navbar-brand {
        width: 90px;
    }

    .navbar-nav>li {
        margin: 0 7px;
    }

    .nav-logo-wppr {
        left: 55%;
    }

    .shopping-list li:not(:last-child) {
        margin-right: 20px;
    }

    .appoint-txt a {
        font-size: 15px;
    }

    .index-banner-sec {
        min-height: 500px;
    }

    h1,
    .h1-title {
        font-size: 32px;
    }

    h2,
    .h2-title {
        font-size: 26px;
    }

    .baner-txt-wppr .baner-txt-wppr {
        margin-bottom: 15px;
    }

    .best-seller-sec {
        overflow: hidden;
    }

    .best-img-wppr {
        margin-bottom: 10px;
    }

    .custom-jewelry-sec {
        padding: 60px 0 0;
    }

    .text-circle-wppr {
        width: 150px;
        height: 150px;
        margin: 60px auto -100px;
    }

    .jewel-lft-content {
        max-width: 550px;
        margin-bottom: 40px;
    }

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

    .categiry-number h3 {
        font-size: 60px;
    }

    .categiry-number span {
        font-size: 18px;
    }

    .line1 {
        width: 90%;
    }

    .permanent-jewelry-sec {
        min-height: 440px;
        padding: 80px 0;
    }

    .cmn-gap {
        padding: 60px 0;
    }

    .feature-price p {
        font-size: 18px;
    }

    .feature-row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 25px;
        justify-content: center;
    }

    .revitalsh-sec {
        min-height: 450px;
    }

    .relv-rit-txt-wppr {
        padding: 60px 0;
    }

    .cmn-btn {
        padding: 15px;
        font-size: 15px;
    }

    .explore-btn-wppr {
        margin-bottom: 30px;
    }

    .unforgot-innr-card {
        padding: 0 8px;
    }

    .unforgot-slider-innr .slick-list {
        margin: 0 -8px 40px;
    }

    .testimonial-imr-wppr {
        margin-right: calc(((100vw - 930px) / 2)* -1);
        padding-left: 10px;
    }

    .testimonial-text-wppr {
        margin-bottom: 20px;
    }

    .testimonial-text-wppr h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .inst-up-txt span {
        font-size: 15px;
    }

    .insta-up-img {
        margin: 0 auto 10px;
    }

    .insta-header-txt {
        margin-bottom: 30px;
    }

    .footer-top-part {
        padding: 60px 0 20px;
    }

    .ftr-cmn-heading p {
        font-size: 16px;
    }

    .frm-row .ftr-input-col:nth-child(1),
    .frm-row .ftr-input-col:nth-child(2) {
        width: 100%;
    }

    .ftr-links li a {
        font-size: 15px;
    }

    .ftr-links.address li a,
    .ftr-links.address li span {
        padding-left: 9px;
        font-size: 15px;
        line-height: 1.3;
    }

    .ftr-links i {
        width: 15px;
    }

    .ftr-cmn-heading {
        margin-bottom: 15px;
    }

    .footer-top-row .ftr-col:nth-child(2) {
        width: 18%;
    }

    .footer-top-row .ftr-col:nth-child(4) {
        width: 22%;
    }

    .ftr-logo-wppr a {
        width: 80px;
        margin: 0 15px;
    }

    .footer-btm-part {
        padding-bottom: 15px;
    }

    body {
        font-size: 15px;
    }

    .footer-top-part {
        padding: 50px 0 10px;
    }

    .categiry-number h3 {
        font-size: 45px;
    }

    .categiry-number span {
        font-size: 15px;
    }

    .feature-price p {
        font-size: 16px;
    }

    /* --- about us page --- */
    .cmn-banner-sec {
        min-height: 380px;
        padding: 80px 0;
    }

    .cmn-banner-sec .baner-txt-wppr .bnnr-head-sub-txt {
        margin-bottom: 17px;
        font-size: 18px;
    }

    .about-row1 {
        padding-bottom: 30px;
    }

    .about-us-btm-para {
        padding-left: 15px;
    }

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

    /* testimonial page  */
    .pagination-list {
        margin-top: 40px;
    }

    .testimonial-card-row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }

    .testimonial-card-btm h3 {
        font-size: 18px;
    }

    /* permanent jewelry page  */
    .permanent-cstm-jewel-sec {
        padding: 80px 0 40px;
    }

    .match-rit-img-wppr {
        margin-right: calc(((100vw - 930px) / 2)* -1);
    }

    .matching-row {
        --bs-gutter-x: 20px;
    }

    .matching-bracelet-sec {
        padding: 80px 0 0;
    }

    .cmn-heading-wppr .heading-top-txt {
        letter-spacing: 0.1em;
    }

    .matching-txt-innr {
        padding: 40px 0;
    }

    .jewel-gallery-innr .cmn-heading-wppr {
        margin-bottom: 30px;
    }

    .gallery-jewel-wppr {
        margin-bottom: 40px;
    }

    /* wedding page  */
    .wedding-row1 {
        --bs-gutter-x: 30px;
    }

    .wedding-lists li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .wedding-lists li a {
        font-size: 18px;
    }

    .wedding-appoint-sec {
        padding: 60px 0;
    }

    .wedd-row {
        --bs-gutter-x: 30px;
    }

    .momosa-img-wppr {
        padding-right: 0;
    }

    .classic-jewelry-sec {
        min-height: 500px;
    }

    .custom-bride-innr-txt {
        max-width: 550px;
    }

    .cust-bride-jewelry-innr {
        padding: 30px 0 50px;
    }

    .other-events-sec {
        padding: 20px 0 0;
    }

    .custm-bride2 {
        width: 21%;
    }

    .custm-bride1 {
        width: 21%;
    }

    .machine-set-slide-sec {
        padding: 60px 0;
    }

    .checklist-progressbar {
        margin-top: 40px;
    }

    /* eyelash page  */
    .fun-heading {
        padding-bottom: 30px;
    }

    .glamour-img-wppr {
        padding-left: 0;
    }

    .glamour-text-innr p:not(:last-child) {
        margin-bottom: 15px;
    }

    .fun-glamour-outer .glamour-row:not(:last-child) {
        padding-bottom: 60px;
    }

    .fun-glamour-outer .glamour-row:nth-child(even) .glamour-img-wppr {
        padding-right: 0;
    }

    .fun-glamour-outer {
        padding-bottom: 40px;
    }

    .fun-btm-txt-wppr p {
        margin-bottom: 24px;
    }

    /* custom design page  */
    .shop-all-sec {
        padding: 20px 0 60px;
    }

    .cust-list-link span {
        font-size: 18px;
    }

    .custom-build-progress-outer {
        padding-bottom: 60px;
    }

    .select-card-btn-wppr .cmn-btn-wppr .cmn-btn {
        min-width: 200px;
        font-size: 14px;
    }

    .select-card-btn-wppr,
    .select-item-wppr,
    .select-list-header {
        padding: 22px 12px;
    }

    .charm-card-outer .charm-card-row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 35px;
    }

    .custom-build-jewelry-sec {
        padding: 40px 0 80px;
    }

    .item-heading1 p {
        font-size: 18px;
    }

    .custom-build-header {
        padding-bottom: 40px;
    }

    /* custom detail  */
    .cust-detail-row {
        --bs-gutter-x: 20px;
    }

    /* book appointment  */
    .appointment-book-section {
        padding: 80px 0 60px;
    }

    .search-sec {
        bottom: -20px;
        right: 75px;
    }

    .search-wpr button {
        width: 40px;
        height: 40px;
    }

    .search-wpr input[type="search"] {
        height: 45px;
    }

    /* 10.09.2024 ends  */
    /* SM 24_09_24 */
    .for-shop-now-sec .feature-product-innr .add_to_cart_button {
        right: 8px !important;
    }

    .for-shop-now-sec .added_to_cart {
        bottom: 18px;
        right: 10px;
    }

    /* dtl */

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 16px;
    }

    .woocommerce .woocommerce-customer-details .woocommerce-column__title {
        font-size: 24px;
    }
}

@media(max-width:1024px) {}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden;
    }

    /* push nav end */

    /* 10.09.2024 starts  */
    .nav-main-outer {
        display: flex;
    }

    .navbar {
        margin-left: auto;
        flex-wrap: nowrap;
    }

    .navbar-brand {
        width: 70px;
    }

    .nav-logo-wppr {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0);
    }

    .navbar-toggler {
        margin-left: 20px;
    }

    .book-appoint-wppr {
        margin-left: auto;
        width: 100%;
    }

    .sub-menu {
        background: transparent;
    }

    .index-banner-sec {
        min-height: 450px;
    }

    h1,
    .h1-title {
        font-size: 28px;
    }

    h2,
    .h2-title {
        font-size: 20px;
    }

    .baner-txt-wppr h1 {
        margin-bottom: 30px;
    }

    .best-seller-heading {
        margin-bottom: 20px;
    }

    .jewel-rit-part p {
        font-size: 14px;
    }

    .custom-jewelry-sec {
        padding: 50px 0 0;
    }

    .category-crd-row {
        margin: 0px -10px;
    }

    .cat-col1 {
        padding: 0 10px;
    }

    .permanent-jewelry-sec {
        min-height: 400px;
        padding: 60px 0;
    }

    .cmn-gap {
        padding: 50px 0;
    }

    .cmn-heading-wppr .heading-top-txt {
        letter-spacing: 0.1em;
    }

    .revitalsh-sec {
        min-height: 300px;
    }

    h3,
    .h3-title {
        font-size: 18px;
    }

    .appoint-btn-wppr h3 {
        margin-bottom: 10px;
    }

    .cmn-btn {
        padding: 13px;
        font-size: 14px;
        min-width: 220px;
    }

    .appoint-btn-wppr {
        bottom: 25px;
    }

    .testimonial-imr-wppr {
        margin-right: 0;
        padding-left: 0;
    }

    .client-testimonial-sec {
        padding: 50px 0 0;
    }

    .testimonial-row {
        --bs-gutter-y: 30px;
    }

    .footer-top-row .ftr-col:nth-child(1) {
        width: 100%;
    }

    .ftr-subscribe-innr {
        max-width: 100%;
    }

    .footer-top-row .ftr-col:nth-child(2),
    .footer-top-row .ftr-col:nth-child(3),
    .footer-top-row .ftr-col:nth-child(4) {
        width: 33.33%;
    }

    .footer-top-row {
        --bs-gutter-y: 30px;
    }

    .copyrit-outer-wppr {
        flex-direction: column;
    }

    .follow-us-rit {
        margin-left: 0;
    }

    .btm-menu-wppr {
        padding: 10px 0;
    }

    /* about us page  */
    .cmn-banner-sec {
        min-height: 350px;
        padding: 60px 0;
    }

    .about-row1 {
        padding-bottom: 10px;
    }

    /* testimonial page  */
    .cmn-banner-sec .baner-txt-wppr .bnnr-head-sub-txt {
        font-size: 16px;
    }

    .explore-btn-wppr .cmn-heading-wppr {
        padding-right: 10px;
    }

    /* service page  */
    .service-innr-txt-wppr {
        margin-bottom: 30px;
    }

    /* permanent jewelry page  */
    .permanent-cstm-jewel-sec {
        padding: 60px 0 30px;
    }

    .matching-bracelet-sec {
        padding: 60px 0 0;
    }

    .match-col1 {
        width: 100%;
    }

    .match-col2 {
        width: 100%;
    }

    .match-rit-img-wppr {
        margin-right: 0;
    }

    .matching-txt-innr {
        padding: 0 0 30px;
    }

    p {
        margin: 0 0 15px 0;
    }

    .jewel-btm-para p {
        margin-bottom: 15px;
    }

    .jewel-gallery-row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }

    .gallery-jewel-wppr {
        margin-bottom: 30px;
    }

    /* wedding page  */
    .wedding-row1 {
        --bs-gutter-x: 20px;
    }

    .wedding-lists li a {
        font-size: 17px;
    }

    .wedd-row {
        --bs-gutter-x: 20px;
    }

    .wedding-appoint-sec {
        padding: 50px 0;
    }

    .classic-jewelry-sec {
        min-height: 450px;
    }

    .classic-innr-wppr .explore-btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .classic-innr-wppr .cmn-heading-wppr {
        max-width: 100%;
    }

    .classic-innr-wppr .cmn-heading-wppr h2,
    .classic-text p {
        line-height: 1.5;
    }

    .custom-bride-innr-txt {
        max-width: 420px;
    }

    .cust-bride-jewelry-innr {
        padding: 30px 0;
    }

    /* eyelash page  */
    .fun-glamour-outer .glamour-row:not(:last-child) {
        padding-bottom: 20px;
    }

    .fun-glamour-outer {
        padding-bottom: 30px;
    }

    /* custom design page  */
    .shop-all-sec {
        padding: 20px 0;
    }

    .cust-list-link span {
        font-size: 16px;
    }

    .cust-list-link i {
        width: 55px;
        height: 55px;
    }

    .cust-progress-list li .double-arw-wppr {
        left: 130px;
    }

    .charm-row {
        --bs-gutter-y: 20px;
    }

    .charm-card-outer .pagination-list {
        justify-content: center;
    }

    .custom-build-jewelry-sec {
        padding: 40px 0 60px;
    }

    .custom-build-progress-outer {
        padding-bottom: 50px;
    }

    /* custom design page  */
    .product-thumb-wrap .slick-track {
        padding: 0px 15px;
    }

    /* appointment page  */
    .appointment-book-section {
        padding: 60px 0;
    }

    .contact-pg-row {
        --bs-gutter-y: 30px;
    }

    .contact-left-part .jewel-lft-content {
        max-width: 100%;
        width: 100%;
    }

    .contact-frm-outer {
        padding: 35px 30px 40px;
    }

    .contact-map-wppr iframe {
        height: 400px;
    }

    .search-sec {
        right: 145px;
    }

    .about-us-innr-wppr .about-us-btm-para {
        padding-left: 0;
    }

    .about-us-innr-wppr .about-row2 {
        align-items: stretch;
    }

    .shop-all-innr p {
        font-size: 16px;
    }

    .permanent-cstm-jewel-sec .text-circle-wppr {
        margin: 150px auto 0;
    }

    /* 10.09.2024 ends  */

    /* dtl */
    .single-product .woocommerce-product-gallery,
    .single-product .entry-summary {
        width: 100% !important;
        padding: 0 0;
    }

    #primary.content-area {
        padding: 50px 0 0;
    }

    .woocommerce.single-product div.product div.images {
        margin-bottom: 30px;
    }

    .single-product .testimonial-slider-outer {
        padding: 0 0;
    }

    .client-testimonial-sec {
        padding: 50px 0;
    }

    /* 25.09.24 start */

    .woocommerce table.cart td.actions .coupon {
        max-width: 100%;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        color: var(--heading-color);
    }

    .woocommerce-account .woocommerce-form.woocommerce-form-login,
    .woocommerce-account .woocommerce-form.woocommerce-form-register {
        padding: 35px 30px 40px;
    }

    /* 25.09.24 end */

    /* 26.09.24 start */

    .woocommerce-MyAccount-navigation ul {
        margin-bottom: 35px;
    }

    .woocommerce-MyAccount-navigation ul li a,
    .woocommerce-Address .woocommerce-Address-title .edit {
        font-size: 13px;
    }

    .woocommerce-Address .woocommerce-Address-title h2 {
        font-size: 16px;
    }

    .woocommerce-column--billing-address {
        margin-bottom: 20px;
    }

    /* 26.09.24 end */

}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    /* 10.09.2024 starts  */
    /* index page */

    .shopping-list li:not(:last-child) {
        margin-right: 15px;
    }

    .appoint-txt {
        margin-right: 10px;
    }

    .appoint-txt a {
        font-size: 14px;
    }

    .shopping-list li a {
        width: 16px;
    }

    .cust-col1 {
        width: 100%;
    }

    .cust-col2 {
        width: 100%;
    }

    .jewel-lft-img-wppr {
        margin-bottom: 20px;
    }

    .jewel-lft-content {
        max-width: 100%;
    }

    .text-circle-wppr {
        width: 120px;
        height: 120px;
        margin: 10px auto -70px;
    }

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

    .category-crd-row {
        margin: 0px -5px;
    }

    .cat-col1 {
        padding: 0 5px;
    }

    .category-innr-wppr .cmn-heading-wppr {
        margin-bottom: 20px;
    }

    .permanent-jewelry-sec {
        min-height: 340px;
        padding: 50px 0;
    }

    h1,
    .h1-title {
        font-size: 24px;
    }

    h2,
    .h2-title {
        font-size: 18px;
    }

    .feature-row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 20px;
    }

    .revitalsh-row {
        flex-direction: column-reverse;
    }

    .copyrit-lft {
        justify-content: center;
    }

    .ftr-cmn-heading p {
        font-size: 15px;
    }

    /* about page  */
    .cmn-banner-sec .baner-txt-wppr .bnnr-head-sub-txt {
        letter-spacing: 0.1em;
        font-size: 15px;
    }

    .about-us-sec {
        padding: 50px 0 0;
    }

    .about-row2 {
        flex-direction: column-reverse;
        --bs-gutter-y: 20px;
    }

    .about-us-btm-para {
        padding-left: 0;
    }

    .about-us-btm-para p {
        margin-bottom: 20px;
    }

    .our-category-sec.cmn-sec-our-category {
        padding: 50px 0;
    }

    /* testimonial page  */
    .explore-btn {
        margin-left: 0;
        margin-top: 10px;
    }

    /* permanent jewelry page  */
    .permanant-col1 {
        width: 100%;
    }

    .permanant-col2 {
        width: 100%;
    }

    .permanent-cstm-jewel-sec .jewel-permanent-img {
        max-width: 100%;
        width: 100%;
    }

    .matching-bracelet-sec {
        padding: 50px 0 0;
    }

    .permanent-cstm-jewel-sec .jewel-lft-content {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .permanent-cstm-jewel-sec .text-circle-wppr {
        margin: 20px auto 0;
    }

    .permanent-cstm-jewel-sec {
        padding: 50px 0 30px;
    }

    /* wedding page  */
    .wedding-row1 {
        --bs-gutter-y: 20px;
        flex-direction: column-reverse;
    }

    .wedd-row {
        --bs-gutter-y: 20px;
    }

    .wedding-appoint-sec {
        padding: 50px 0 0;
    }

    .classic-jewelry-sec {
        min-height: 400px;
    }

    .custm-bride1,
    .custm-bride2 {
        width: 50%;
        position: relative;
        padding: 0 10px;
        top: 0;
        left: 0;
        right: 0;
    }

    .custom-bride-innr-txt .cmn-heading-wppr {
        max-width: 100%;
    }

    .custm-img-outer-wppr {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-bride-innr-txt {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .cust-bride-jewelry-innr {
        padding: 0;
    }

    .machine-set-slide-sec {
        padding: 50px 0;
    }

    /* eyelash page  */
    .glamour-row {
        --bs-gutter-y: 20px;
    }

    .fun-glamour-outer {
        padding-bottom: 20px;
    }

    /* custom page  */
    .shop-all-row {
        --bs-gutter-y: 20px;
    }

    .cust-list-link span {
        font-size: 14px;
        max-width: 125px;
    }

    .cust-list-link i {
        width: 45px;
        height: 45px;
    }

    .custom-progress-bar-wppr {
        top: 22px;
    }

    .cust-progress-list li .double-arw-wppr {
        display: none;
    }

    .eyelash-frm-outer {
        margin-left: 0;
        margin-top: 10px;
    }

    .charm-card-outer .charm-card-row {
        --bs-gutter-y: 20px;
    }

    h3,
    .h3-title {
        font-size: 16px;
    }

    /* custom details   */
    .product-thumb-wrap .slick-list {
        height: 155px !important;
    }

    .total-price-txt p,
    .total-price-txt span,
    .select-price-wppr p {
        font-size: 18px;
    }

    /* appointment  */
    .appointment-book-section {
        padding: 50px 0 0;
    }

    .appoint-row1 {
        --bs-gutter-y: 25px;
    }

    .top-para-wppr {
        margin-bottom: 15px;
    }

    .appointment-book-frm .cmn-heading-wppr {
        margin-bottom: 20px;
    }

    /* contact  */
    .contact-frm-outer .frm-innr-element input[type="submit"] {
        height: 45px;
    }

    .contact-frm-row {
        margin-bottom: 16px;
    }

    .contact-map-wppr iframe {
        height: 300px;
    }

    .search-wpr input[type="search"] {
        height: 40px;
    }

    .search-wpr button {
        width: 35px;
        height: 35px;
        padding: 0;
    }

    .search-sec {
        right: 125px;
    }

    /* 10.09.2024 ends  */
    .woocommerce-pagination {
        margin-top: 30px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 12px;
    }

    .single-product .entry-summary .variations_form .single_add_to_cart_button {
        padding: 15px 0 !important;
    }

    .single-product .product {
        margin: 0;
    }

    .posted_in {
        margin-bottom: 10px;
        display: inline-block;
    }

    .single-product .entry-summary h1 {
        font-size: 25px;
    }

    .single-product .machine-set-slider .add_to_cart_button,
    .machine-set-slider .add_to_cart_button {
        width: 40px;
        height: 40px;
        padding: 5px;
    }

    .feature-price {
        text-align: left !important;
    }

    .feature-product-innr .feature-price .price span {
        padding-left: 0;
    }

    .explore-btn-wppr {
        justify-content: space-between;
    }

    /* 25.09.24 strt */

    .single-product.woocommerce div.product form.cart .single_add_to_cart_button {
        padding: 15px 0 !important;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        height: 45px;
        padding: 0 20px;
    }

    .woocommerce table.cart td.actions>button.button {
        padding: 15px;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        padding: 16px 25px;
        font-size: 16px;
    }

    /* 25.09.24 end */

    /* 26.09.24 start */

    .woocommerce-account .woocommerce-Address.col-1 {
        margin-bottom: 25px;
    }

    .woocommerce-Address .woocommerce-Address-title h2 {
        font-size: 22px;
    }

    .woocommerce-MyAccount-navigation ul li a,
    .woocommerce-Address .woocommerce-Address-title .edit {
        font-size: 16px;
    }

    .product-name a {
        font-size: 16px;
    }

    /* 26.09.24 end */

}

@media (max-width: 575px) {

    /* 10.09.2024 starts  */
    /* index page */
    h1,
    .h1-title {
        font-size: 22px;
    }

    .cmn-btn {
        min-width: 200px;
    }

    .best-seller-slider-wppr .slick-list {
        margin: 0 -8px 40px;
    }

    .best-slider-each {
        padding: 0 8px;
    }

    .custom-jewelry-sec {
        padding: 40px 0 0;
    }

    .jewel-btm-para p {
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .cat-col1 {
        width: 100%;
    }

    .category-crd-row {
        --bs-gutter-y: 20px;
    }

    .categiry-number {
        margin-top: 60px;
    }

    .feature-price {
        text-align: center;
    }

    .testimonial-text-wppr h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .quote-img {
        top: -15px;
        left: 0px;
        width: 35px;
        height: 35px;
    }

    .insta-header-txt h2 {
        padding: 0 12px;
    }

    .footer-top-row .ftr-col:nth-child(2),
    .footer-top-row .ftr-col:nth-child(3) {
        width: 50%;
    }

    .footer-top-row .ftr-col:nth-child(4) {
        width: 100%;
    }

    .copyrit-lft .terms1 {
        margin: 0 10px;
    }

    /* service page  */

    .service-innr-txt-wppr .cmn-heading-wppr {
        margin-bottom: 20px;
    }

    /* custom design  */
    .cust-list-link span {
        display: none;
    }

    .cust-list-link i {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }

    .custom-build-progress-outer {
        padding-bottom: 40px;
    }

    .eylsh-filter-wpr .eyelash-frm-innr select {
        height: 20px;
    }

    .charm-cart-wppr .feature-price {
        text-align: left;
    }

    /* appoint  */
    .phn-img {
        width: 45px;
    }

    /* contact  */
    .contact-frm-outer {
        padding: 20px 15px 25px;
    }

    .cmn-gap {
        padding: 40px 0;
    }

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

    /* 10.09.2024 ends  */
    /* SM 24_09_24 */
    .for-shop-now-sec .feature-price {
        text-align: left;
    }

    .woo-product-gallery-slider .wpgs-nav {
        margin-top: 30px;
    }

    .woocommerce.single-product div.product div.images {
        margin-bottom: 10px;
    }

    .explore-btn-wppr .explore-btn {
        margin: 20px auto 0;
    }

    .machine-set-innr .cmn-heading-wppr {
        padding-right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .gform-theme--foundation .gform_fields {
        row-gap: 23px !important;
    }

    /* 25.09.24 start */

    .woocommerce-account .woocommerce-form.woocommerce-form-login,
    .woocommerce-account .woocommerce-form.woocommerce-form-register {
        padding: 20px 15px 25px;
    }

    .woocommerce-account .woocommerce-form input[type="text"],
    .woocommerce-account .woocommerce-form input[type="password"],
    .woocommerce-account .woocommerce-form input[type="email"] {
        height: 45px;
    }

    /* 25.09.24 end */

}

@media (max-width: 479px) {

    /* 10.09.2024 starts  */
    /* index page */
    .nav-lft a {
        padding-left: 7px;
    }

    .header-social-list li:not(:last-child) {
        margin-right: 8px;
    }

    .appoint-txt.desktop-appoint-view {
        display: none;
    }

    .appoint-txt.mobile-appoint-view {
        display: block;
        padding: 8px 20px;
    }

    .navbar-collapse .navbar-nav {
        padding: 0 0 5px 0;
    }

    .explore-btn-wppr {
        flex-direction: column;
        align-items: flex-start;
    }

    .explore-btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .insta-header-txt h2 {
        padding: 0 6px;
        font-size: 14px;
    }

    .footer-top-row .ftr-col:nth-child(2),
    .footer-top-row .ftr-col:nth-child(3) {
        width: 100%;
    }

    h2,
    .h2-title {
        font-size: 16px;
    }

    .relv-rit-txt-wppr {
        padding: 40px 0;
    }

    h3,
    .h3-title {
        font-size: 14px;
    }

    .unforgotable-sec {
        padding: 40px 0;
    }

    .copyrit-lft p,
    .copyrit-lft a {
        font-size: 14px;
    }

    .ftr-form-wppr .frm-field-wppr input[type="submit"] {
        font-size: 14px;
    }

    .ftr-logo-wppr a {
        width: 65px;
    }

    .ftr-links li:not(:last-child) {
        margin-bottom: 12px;
    }

    .ftr-form-wppr .frm-field-wppr input[type="text"],
    .ftr-form-wppr .frm-field-wppr input[type="email"] {
        height: 45px;
    }

    .ftr-form-wppr .frm-field-wppr input[type="submit"] {
        height: 45px;
    }

    .navbar-toggler {
        margin-right: 10px;
    }

    /* about us page  */
    .cmn-banner-sec .baner-txt-wppr .bnnr-head-sub-txt {
        line-height: 1.3;
    }

    body {
        font-size: 14px;
    }

    /* testimonial page  */
    .testimonial-card-innr {
        padding: 20px 15px 20px;
    }

    .testimonial-card-btm h3 {
        font-size: 16px;
    }

    .client-name span {
        font-size: 13px;
    }

    /* permanent page  */
    h1,
    .h1-title {
        font-size: 20px;
    }

    .matching-btn-wppr .cmn-btn-wppr:not(:last-child) {
        margin-bottom: 10px;
    }

    /* wedding page  */
    .wedding-lists li a {
        font-size: 15px;
    }

    .wedding-lists li a:hover {
        padding-left: 30px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 20px 0;
    }

    .custm-bride1,
    .custm-bride2 {
        width: 100%;
    }

    .custm-bride1 {
        margin-bottom: 10px;
    }

    .machine-slider-btn .cmn-slider-btn {
        width: 30px;
        height: 30px;
    }

    .machine-slider-btn {
        margin-right: 15px;
    }

    .checklist-progressbar {
        margin-top: 25px;
    }

    /* eyelash page  */
    .eyelash-frm-outer {
        margin-left: 0;
    }

    .eylsh-filter-wpr .eyelash-frm-innr select {
        height: 20px;
    }

    /* custom design  */
    .charm-outer-wppr .explore-btn-wppr {
        display: flex;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    /* .shop-custm-filter .eylsh-filter-wpr:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    } */

    .item-heading1 p {
        font-size: 16px;
    }

    .select-card-btn-wppr .cmn-btn-wppr .cmn-btn {
        font-size: 13px;
    }

    .select-card-btn-wppr,
    .select-item-wppr,
    .select-list-header {
        padding: 16px 12px;
    }

    .product-thumb-wrap .slick-list {
        height: 95px !important;
    }


    /* appoint  */
    .number-head {
        padding-left: 10px;
    }

    .phn-no-wppr:not(:last-child) {
        margin-bottom: 18px;
    }

    .about-lft-context .cmn-heading-wppr {
        margin-bottom: 20px;
    }

    .contact-frm-outer .frm-innr-element input[type="text"],
    .contact-frm-outer .frm-innr-element input[type="email"],
    .contact-frm-outer .frm-innr-element input[type="tel"] {
        height: 45px;
    }

    .contact-frm-outer .frm-innr-element textarea {
        height: 85px;
    }

    .shop-custm-filter-row {
        --bs-gutter-y: 10px;
    }

    .custom-progress-bar-wppr {
        width: 85%;
    }

    .categiry-number::before {
        height: 40px;
    }

    .search-sec {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .search-wpr {
        width: 250px;
    }

    /* 10.09.2024 ends  */
    /* SM 24_09_24 */
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs::before {
        display: none;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 12px;
        width: 100%;
        text-align: center;
        padding: 14px 0 12px;
        line-height: 1;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        color: var(--whitecolor);
        border-color: transparent;
        background-color: var(--link-color);
    }

    /* 25.09.24 start */

    .woocommerce table.cart td.actions .coupon {
        flex-direction: column;
    }

    .woocommerce table.cart td.actions .coupon input[type="text"] {
        width: 100%;
        flex: 0 0 auto;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .woocommerce table.cart td.actions .coupon button[type="submit"] {
        width: 100%;
    }

    .woocommerce form .form-row-first,
    .woocommerce-page form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }

    .woocommerce-checkout form.woocommerce-checkout input[type="text"],
    .woocommerce-checkout form.woocommerce-checkout input[type="tel"],
    .woocommerce-checkout form.woocommerce-checkout input[type="email"],
    .woocommerce-checkout form.woocommerce-checkout input[type="number"],
    .woocommerce-checkout form.woocommerce-checkout input[type="password"],
    .woocommerce-checkout form.woocommerce-checkout select {
        height: 45px;
    }

    .select2-container--default .select2-selection--single {
        height: 45px;
    }

    .woocommerce-checkout form.woocommerce-checkout textarea {
        height: 100px;
    }

    .woocommerce-checkout .woocommerce-form.woocommerce-form-login input[type="text"],
    .woocommerce-checkout .woocommerce-form.woocommerce-form-login input[type="password"],
    .woocommerce-checkout .woocommerce-form.woocommerce-form-login input[type="email"],
    .woocommerce-checkout .woocommerce-form-coupon input[type="text"],
    .woocommerce form.checkout_coupon .button {
        height: 45px;
    }


    /* 25.09.24 end */

    /* 26.09.24 start */

    .shipping-calculator-form input[type="text"],
    .woocommerce form .form-row input.input-text {
        height: 43px;
    }

    .woocommerce-page .woocommerce-info .button {
        margin-top: 10px;
    }

    .woocommerce-Address .woocommerce-Address-title h2 {
        font-size: 20px;
    }

    .woocommerce ul.order_details {
        flex-direction: column;
        align-items: inherit;
    }

    .woocommerce ul.order_details li {
        padding: 10px 20px;
        border-bottom: 1px dashed var(--heading-color);
        border-right: none;
    }

    .woocommerce-thankyou-order-received {
        padding: 20px;
        font-size: 18px;
        line-height: 1.2;
    }

    .woocommerce .woocommerce-customer-details .woocommerce-column__title {
        font-size: 20px;
    }

    /* 26.09.24 end */
}

#sb_instagram #sbi_images {
    padding-bottom: 0px;
}

.best-slide-innr .woocommerce-Price-currencySymbol {
    display: inline-block;
}

.feature-price .woocommerce-Price-currencySymbol {
    display: inline-block;
}