@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #09021d;
}

h4,
h5,
h6 {
    font-weight: 500;
}

.header-wrap {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.main-menu ul {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.main-menu ul li a {
    color: #09021d;
    font-family: Outfit;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    transition: all 400ms ease;
}

.main-menu ul li {
    list-style: none;
    display: flex;
    align-items: center;
}

.main-menu ul li a:hover {
    color: #ffdb99;
}

.banner-Contact {
    text-align: center;
    padding: 50px 0;
    background: #f5e7d6;
}

.header-section .top-bar {
    background: #ffdb99;
    text-align: center;
    color: #09021d;
    padding: 7px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.main-menu ul li:after {
    content: "";
    background-image: url(../images/gray-star.svg);
    height: 14px;
    width: 14px;
    display: inline-block;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}

.main-menu ul li:last-child:after {
    content: none;
}

.serch-bar-icon {
    border: 1px solid #e3e3e3;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.main-menu > nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.right_conatct_social_icon {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}

.contact_us {
    background-color: #f1f1f1;
    padding: 70px 0px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact_field {
    padding: 30px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_form_inner .contact_title h2 {
    margin-bottom: 10px;
}

.contact_form_inner .contact_title p {
    color: #000;
    margin-bottom: 35px;
}

.contact_field .form-control,
.loginForm .contact_fieldwrap .contact_field_in input[type="password"],
.loginForm .contact_fieldwrap .contact_field_in input {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 0.675rem 0.95rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    font-family: "Outfit";
    background-color: #fff;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #dadada;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
}

.contact_field .form-control::placeholder {
    font-size: 16px;
    letter-spacing: 1px;
}

/* .contact_field_in label { text-transform: capitalize; } */
.text-danger {
    color: red;
}

a {
    text-decoration: none;
}

.contact_form_inner .contact_title {
    text-align: center;
    padding: 50px 50px 0;
}

.iti {
    width: 100%;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slick css */
.slick-slider .slick-arrow {
    background: none;
    border: none;
    z-index: 9;
    position: absolute;
    top: 12%;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 0px;
    color: #fff;
    transition: all 200ms ease;
    cursor: pointer;
}

.slick-slider .slick-arrow.slick-prev:after,
.slick-slider .slick-arrow.slick-next:after {
    content: "";
    width: 46px;
    height: 46px;
    display: inline-block;
    background-image: url(../images/arrow.png);
    transform: scaleX(-1);
}

.slick-slider .slick-arrow.slick-next:after {
    content: "";
    transform: none;
}

.slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 12px;
}

.slick-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-slider .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 200ms ease;
}

.slick-slider .slick-dots li.slick-active button {
    opacity: 1;
}

/*menu*/
.menulinks {
    display: none;
    text-align: center;
    width: 41px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}

/* international telephone input css  */
.iti__search-input {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.iti__search-input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* international telephone input css ends */
.contact_info_sec {
    position: absolute;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
    background: #1f0f53;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 28px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
    color: #fff;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

button.contact_form_submit {
    background: #1f0f53;
    border: none;
    color: #fff;
    padding: 10px 25px;
    width: auto;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Outfit";
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding-bottom: 10px;
}

h4 {
    font-size: 26px;
    line-height: normal;
}

.map_sec {
    padding: 50px 0px;
}

.map_inner h2,
.map_inner p {
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.container {
    max-width: 1204px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
}

.section-header {
    margin-bottom: 50px;
    text-align: center;
}

.section-header h2 {
    color: #fff;
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 20px;
}

.section-header p {
    color: #fff;
}

.row {
    display: flex;
    flwx-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contact-info {
    width: 50%;
}

.contact-info-item {
    display: flex;
    margin-bottom: 30px;
}

.contact-info-icon {
    height: 70px;
    width: 70px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.contact-info-icon i {
    font-size: 30px;
    line-height: 70px;
}

.contact-info-content {
    margin-left: 20px;
}

.contact-info-content h4 {
    color: #1da9c0;
    font-size: 1.4em;
    margin-bottom: 5px;
}

.contact-info-content p {
    color: #fff;
    font-size: 1em;
}

.contact-form {
    background-color: #fff;
    padding: 40px;
    width: 45%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.contact-form h2 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

.contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

.contact-form .input-box span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span {
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"] {
    width: 100%;
    background: #00bcd4;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #00bcd4;
    transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover {
    background: #000;
    color: #00bcd4;
}

.star {
    background-image: url(../images/star.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 12px;
    display: inline-block;
}

@media (max-width: 991px) {
    .row {
        flex-direction: column;
    }

    .contact-info {
        margin-bottom: 40px;
        width: 100%;
    }

    .contact-form {
        width: 100%;
    }
}

.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    /*background: #000 ;*/
    border-top: 1px solid #acacac;
    margin: 40px 0;
}

.accordion-section {
    border-bottom: 1px solid #acacac;
}

.accordion-section-title {
    width: 100%;
    padding: 15px 5px;
    display: inline-block;
    position: relative;
    color: #09021d;
    transition: all linear 0.15s;
}

.accordion-section-title .plus,
.accordion-section-title .minus {
    position: absolute;
    right: 0;
    width: 30px;
    font-size: 40px;
}

.accordion-section-title .plus {
    display: inline-block;
    float: right;
}

.accordion-section-title .minus {
    display: none;
}

.accordion-section-title.active {
    color: #1a1918;
}

.accordion-section-title.active .minus {
    display: inline-block;
    float: right;
}

.accordion-section-title.active .plus {
    display: none;
}

.accordion-section-title.active,
.accordion-section-title:hover {
    text-decoration: none;
}

.accordion-section-content {
    padding: 15px 5px;
    display: none;
    /*color: #fff;*/
}

.accordion-section-content p {
    margin-top: 0;
}

.accordion-section-content#accordion-3 p {
    margin-bottom: 2px;
    line-height: 1.2;
}

/*Header*/
.search-box {
    background: #ffdb99;
    position: absolute;
    top: 63px;
    right: -3px;
    width: 350px;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* border-top: 4px solid #ffdb99; */
    display: none;
    padding: 9px;
}

.search-box:before {
    content: "";
    position: absolute;
    top: -29px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #1f0f53;
}

.search-box input[type="text"] {
    font-size: 17px;
    /* width: calc(100% - 80px); */
    margin-left: 0;
    border: 1px solid #ffedcb;
    outline: none;
    height: 40px;
    padding: 0;
    padding: 0 95px 0 10px;
    position: relative;
    top: 0;
    font-family: "Outfit";
}

.search-box input[type="button"] {
    width: 80px;
    padding: 6px 0;
    background: #1f0f53;
    color: #fff;
    /* margin-left: -6px; */
    font-family: "Outfit";
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 19px;
    border: 2px solid transparent;
    position: absolute;
    right: 10px;
    top: 9px;
    border-radius: 8px;
}

.serch-bar {
    position: relative;
    margin: 0 22px 0 45px;
}

.header-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px 0px #e2ad4c33;
    background: #ffdb99;
    padding: 6px 32px 6px 6px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #09021d;
    transition: all 400ms ease;
}

.header-btn a span {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #f4d49a;
    background: #ffedcb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.header-btn a:hover {
    background-color: #ffedcb;
}

.header-wrap .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header-wrap .logo a img {
    height: 100%;
    display: block;
}

.header-section {
    border-bottom: 1px solid #f0e3d1;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
}

.padding-100 {
    padding: 80px 0;
}

.login__form {
    background-color: #f1f1f1;
    padding: 70px 0px;
}

/*footer*/
footer {
    background: #000000;
    padding: 40px 0;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    color: #fff;
}

.location {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    font-size: 12px;
}

.location span {
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 1px solid #272727;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top-left a {
    display: inline-block;
    height: 24px;
    margin-bottom: 24px;
}

.footer-top-left a img {
    width: 100%;
    height: 100%;
}

.footer-top-right {
    text-align: center;
}

.footer-top-right h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.footer-top-right ul li a {
    width: 34px;
    height: 34px;
    border: 1px solid #272727;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 400ms ease;
}

.footer-top-right ul li a:hover img {
    transform: scale(1.3);
}

.footer-top-right ul li a img {
    transition: all 400ms ease;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}
.footer-top-right ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

.footer-top-right ul li {
    display: inline-block;
}

.footer-menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    transition: all 400ms ease;
}

.footer-menu ul li:after {
    content: "";
    background-image: url(../images/dark-star.svg);
    height: 14px;
    width: 14px;
    display: inline-block;
    margin: 0 19px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}

.footer-menu ul li {
    display: flex;
    align-items: center;
}

.footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-menu ul li a:hover,
.footer-menu ul li.active a {
    color: #ffdb99;
}

.footer-center {
    border: 1px solid #161616;
    border-right: 0;
    border-left: 0px;
    padding: 25px 0;
    margin: 28px 0;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .left {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.footer-bottom .left a {
    color: #ffdb99;
}

.footer-bottom .right a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    transition: all 400ms ease;
}

.footer-bottom .right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footer-bottom .right a:hover {
    color: #ffdb99;
}

/*Banner Section*/
h1 {
    font-family: Outfit;
    font-weight: 700;
    font-size: 46px;
    line-height: 122%;
    color: #09021d;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #09021d;
}

.banner-section {
    background-color: #fff8ef;
    padding: 15px 0 31px;
}

.banner-section h1 span {
    font-weight: 400;
    display: block;
}

.banner-section h1 {
    text-align: center;
}

.buying-selling {
    /* max-width: 764px; */
    max-width: 804px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 38px;
    padding-top: 20px;
}

.buying-selling-inner {
    border: 1px solid #e5c486;
    border-radius: 48px;
    background: #fdf2e4;
    padding: 15px;
}

.buying-selling-inner .inner {
    padding: 20px;
    background: linear-gradient(158.53deg, #ffdb99 8.7%, #f5e7d6 91.39%);
    border-radius: 38px;
    font-family: Outfit;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    height: 100%;
    color: rgba(9, 2, 29, 1);
    display: flex;
    flex-direction: column;
}

.buying-selling-inner .inner p {
    flex: auto;
}

.buying-selling-inner .image {
    height: 155px;
    margin: 0 auto;
    width: 164px;
}

.buying-selling-inner .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.button-1 a {
    box-shadow: 0px 4px 6px 0px #1f0f5333;
    background: #1f0f53;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    transition: all 400ms ease;
}

.buying-selling-inner .inner .button-1 {
    text-align: center;
    padding: 10px 0 0;
}

.button-1 a:hover {
    background-color: #171717;
}

.buying-selling-inner .sub-title {
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
    line-height: 100%;
    letter-spacing: 0.03em;
    padding: 10px 0;
}

.products-section {
    background-color: #f5e7d6;
    padding: 15px 0;
}

.products-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-wrap .products-inner .image img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    border-radius: 0px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(12%) saturate(7499%)
        hue-rotate(233deg) brightness(104%) contrast(114%);
}

.products-wrap .products-inner .image {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 8px;
}

.products-inner {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    gap: 7px;
}

.products-wrap .products-inner:nth-child(1) .image {
    background: #deeaff;
}

.products-wrap .products-inner:nth-child(2) .image {
    background: #ffe1e2;
}

.products-wrap .products-inner:nth-child(3) .image {
    background: #e7feda;
}

.products-wrap .products-inner:nth-child(4) .image {
    background: #fff8c9;
}

.product-category {
    /*    padding: 80px 0;*/
    padding: 30px 0 80px;
}

.product-img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.product-inner h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}

.category-wrap .product-inner {
    max-width: 150px;
}

.product-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    /* max-width: 150px; */
}

.product-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 19px;
    /* grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); */
}

.category-wrap .product-wrap {
    place-items: center;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.product-title {
    padding-bottom: 30px;
}

.see-all-btn a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #1f0f53;
    gap: 12px;
}

.see-all-btn a:hover {
    color: #f3b748;
}

.see-all-btn {
    position: absolute;
    top: 0;
    right: 23px;
}

.product-category .container {
    position: relative;
}

.recent-product-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.recent-product-wrap .product-inner .product-img {
    width: 100%;
    height: 315px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: flex-end;
    text-align: left;
    padding: 18px;
}

.recent-product-wrap .product-inner .d-flex.flex-wrap {
    background: #ffffff;
    border-radius: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.recent-product-wrap .product-inner .d-flex.flex-wrap .Right-arrow img {
    padding: 0;
}

.recent-product-wrap .product-inner h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #09021d;
    margin: 0 0 4px;
}

.recent-product-wrap .product-inner span {
    font-size: 16px;
    line-height: 100%;
    color: #717171;
}

.recent-product-wrap .product-inner h3 a {
    color: #09021d;
}

.why-choose-us {
    padding: 80px 0;
    background-color: #1f0f53;
}

.choose-us-right {
    width: 459px;
    margin-top: 40px;
}

.choose-us-right .Mask-image {
    -webkit-mask-image: url(../images/mask-imag.svg);
    mask-image: url(../images/mask-imag.svg);
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    width: 100%;
    height: 449px;
}

.choose-us-right {
    width: 460px;
    position: relative;
}

.choose-us-right .Mask-image img {
    width: 100%;
    height: 100%;
}

.choose-us-right .image-top {
    position: absolute;
    top: -39px;
    width: 370px;
    height: 151px;
    border-radius: 21px;
    overflow: hidden;
    right: 0;
}

.choose-us-right .image-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choose-us-wrap {
    flex-wrap: wrap;
    display: flex;
}

.choose-us-wrap .choose-us-left {
    width: calc(100% - 460px);
    padding-left: 77px;
    color: #fff;
}

.Choose-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
    gap: 36px;
}

.Choose-list img {
    width: 38px;
    height: 38px;
    top: 1457px;
    left: 675px;
}

.choose-us-title h2 {
    color: #fff;
    margin-bottom: 14px;
}

.Choose-inner h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin: 10px 0;
}

.Choose-inner {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.choose-us-left p {
    color: #e0dced;
}

.sell-your-product {
    padding: 45px 0 125px;
}

.sell-product-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 45px 0 125px;
}

.sell-product-wrap {
    display: flex;
    align-items: center;
    padding: 38px 75px 38px 38px;
    justify-content: space-between;
    border-radius: 22px;
    position: relative;
    z-index: 1;
}

.sell-product-wrap:after {
    content: "";
    background-color: #1f0f53;
    opacity: 50%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    border-radius: 22px;
}

.sell-product-wrap .right a {
    box-shadow: 0px 6px 24px 0px #00000026;
    display: inline-block;
    background: #ffffff;
    width: 180px;
    padding: 15px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #1f0f53;
    transition: all 400ms ease;
}

.sell-product-wrap .center {
    width: 198px;
    height: 268px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sell-product-wrap .center img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sell-product-wrap h2 {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.sell-product-wrap .left {
    color: #e0dced;
    max-width: 410px;
    font-size: 16px;
    line-height: 150%;
}

.sell-product-wrap .right a:hover {
    background-color: #ffdb99;
}

.about-us-image {
    /*-webkit-mask-image: url(../images/image-right.svg);*/

    /*mask-image: url(../images/image-right.svg);*/

    /*mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;*/
    width: 50%;
    /*height: 552px;*/
    clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
}

.blockquote-img {
    padding: 35px 0 20px;
}

.about-us-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-section {
    background: #f5e7d6;
    padding-right: calc((100% - 1164px) / 2);
    display: flex;
    flex-wrap: wrap;
    background-image: url(../images/about-patten.png);
    background-repeat: no-repeat;
    background-position: right;
}

.about-us-content {
    width: 50%;
    padding: 80px 0 30px 21px;
}

.about-us-content .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #363636;
    padding: 14px 0 28px;
}

.about-us-content .content p + p {
    margin-top: 12px;
}

.about-us-content .content a {
    color: #09021d;
}

.testimonials-section {
    padding: 80px 0;
    text-align: center;
}

.testimonials-section h2 {
    text-align: center;
}

.testimonials-wrap .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 225%;
    text-align: center;
    color: #363636;
    font-family: "Outfit";
}

.testimonials-wrap {
    max-width: 864px;
}

.testimonials-wrap .image {
    width: 78px;
    height: 78px;
    border: 2px solid #e9edf8;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
}

.image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
}

.testimonials-wrap .name-position h3 {
    font-weight: 600;
    font-size: 20px;
    padding: 12px 0 4px;
    color: #100e36;
}

.testimonials-wrap .name-position span {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #1f0f5380;
}

.zigzag-section {
    display: grid;
    gap: 40px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.zigzag-content .content p + p {
    margin-top: 10px;
}

.zigzag-section .images {
    width: 100%;
    height: 100%;
}

.about-us-page {
    padding: 80px 0;
    background-color: #f5e7d6;
    background-image: url(../images/about-patten.png);
    background-repeat: no-repeat;
    background-position: right;
}

.zigzag-section .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.zigzag-content {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.process {
    width: 100%;
    text-align: center;
}

.process__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    position: relative;
    transition: 0.4s ease-in-out;
    list-style: none;
}

.process__item:hover {
    background: #f5e7d6;
}

.process__item:hover .process__number {
    transform: translateY(5px);
    color: #000;
}

.process__number {
    font-size: 60px;
    display: block;
    font-weight: 700;
    transition: 0.4s ease-in-out;
    color: #000;
    line-height: 60px;
}

.process__title {
    display: block;
    font-size: 1.5rem;
    margin-top: 40px;
    font-weight: 600;
}

.process__subtitle {
    display: block;
    font-size: 20px;
    margin-top: 22px;
    line-height: 1.5;
}

.Process--main-section {
    text-align: center;
    padding: 80px 0 0;
}

.process .buying-selling-inner .inner {
    padding: 20px 10px;
}

.Process-section h2 {
    padding: 0 0 50px;
}

.process {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 10px;
}

.contact-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    gap: 20px;
    padding: 50px 0;
}

.contact-details-wrap {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #09021d;
    border-radius: 50px;
    transition: all 400ms ease;
}

.contact-details-wrap .contact-image {
    width: 72px;
    height: 72px;
    background-color: #f5e7d6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 400ms ease;
}

.contact-details-wrap h3 {
    width: calc(100% - 72px);
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #09021d;
}

.contact-details-wrap a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #09021d;
}

.contact-details-wrap:hover {
    background-color: #f5e7d6;
}

.contact-details-wrap:hover .contact-image {
    background-color: tan;
}

.contact_fieldwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 29px 20px;
}

.contact_fieldwrap .contact_field_in {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact_fieldwrap .contact_field_in input#telephone {
    width: 100%;
}

.contact_field_in.message {
    grid-area: 4 / 1 / 5 / 3;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 43px !important;
}

.select2-container .select2-selection--single,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow,
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    height: 47px !important;
}

.select2-container .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #dadada !important;
    border-radius: 8px !important;
}

.main-menu ul li.login-btn,
.main-menu ul li.Sell-btn {
    display: none;
}

.login__form .contact_inner {
    max-width: 500px;
    margin: 0 auto;
}

.loginForm .contact_fieldwrap {
    grid-template-columns: 1fr;
}

.contact_field .form-control:focus,
.loginForm .contact_fieldwrap .contact_field_in input[type="password"]:focus {
    border: 1px solid #ced4da;
}

.signup__form .contact_inner {
    max-width: 100%;
}

.signup__form .contact_inner .contact_fieldwrap {
    grid-template-columns: 1fr 1fr;
}

.loginForm .contact_fieldwrap .contact_field_in a,
.login-btn a {
    color: #1f0f53;
    font-size: 15px;
}

.contact_fieldwrap .contact_field_in a {
    width: max-content;
    display: inline-block;
}

.loginForm .contact_fieldwrap input[type="submit"],
.loginForm .contact_fieldwrap #calculate_gold_price {
    box-shadow: 0px 4px 6px 0px #1f0f5333;
    background-color: #1f0f53;
    border: none;
    display: inline-block;
    width: auto;
    font-family: Outfit;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    padding: 12px 48px;
    border-radius: 50px;
    color: #fff;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 400ms ease;
}

.loginForm .contact_fieldwrap input[type="submit"]:hover,
.loginForm .contact_fieldwrap #calculate_gold_price:hover {
    border-color: #1f0f53;
    background-color: transparent;
    color: #1f0f53;
}

.contact_field_in.zip-code {
    /* grid-area: 5 / 1 / 6 / 3; */
}

.ProfileForm .contact_fieldwrap {
    display: flex;
    flex-wrap: wrap;
}

.ProfileForm .contact_fieldwrap > div {
    width: calc(50% - 10px);
}

.ProfileForm .contact_fieldwrap > div:last-child {
    display: inline-block;
}

h5#chang_pass {
    cursor: pointer;
}

.password-wrapper .toggle-password {
    top: 60px !important;
}

.ProfileForm .contact_fieldwrap > div.full-width {
    width: 100%;
}

.change_pass_row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.change_pass_row input {
    width: 100%;
}

ul.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 9px 0 0;
}

ul.breadcrumbs li {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #bfa686;
    display: flex;
    align-items: center;
}

ul.breadcrumbs li a {
    color: #997a41;
}

.text-center {
    text-align: center;
}

.calculator-text {
    color: #363636;
    padding: 50px 0;
}

ul.breadcrumbs li + li:before {
    background-repeat: no-repeat;
    content: "";
    background-image: url(../images/blue-arrow.png);
    height: 15px;
    width: 15px;
    display: flex;
    margin: 0 8px;
    align-items: center;
    justify-content: center;
    background-position: center;
}

ul.tab-group {
    display: inline-flex;
    border: 1px solid #dadada;
    background: #f9f9f9;
    border-radius: 31px;
    padding: 8px;
    align-items: center;
    justify-content: center;
}

ul.tab-group li.tab a {
    color: #1f0f53;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    display: inline-block;
    border-radius: 50px;
    padding: 14px;
    width: 100%;
}

ul.tab-group li.tab {
    max-width: 100%;
    width: 187px;
    text-align: center;
    list-style: none;
}

ul.tab-group li.tab.active {
    background: #1f0f53;
    border-radius: 50px;
}

ul.tab-group li.tab.active a {
    color: #fff;
}

.tab-group-wrap {
    text-align: center;
}

.gold-form .contact_fieldwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.gold-form.loginForm .contact_fieldwrap .contact_field_in input {
    border: 1px solid #dadada !important;
    border-radius: 8px !important;
}

.gold-form .login-btn {
    text-align: center;
}

.gold-form .login-btn.full-width {
    grid-area: 5 / 1 / 6 / 3;
}

.gold-form .contact_field_in.full-width {
    grid-area: 3 / 1 / 4 / 3;
}

.gold-form.loginForm .contact_fieldwrap input[type="submit"] {
    min-height: 62px;
}

.current-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    margin: 50px 0 40px;
}

.current-price .price {
    background: linear-gradient(
        90deg,
        #ecac1a 0%,
        #e7ba1e 31.98%,
        #ffe864 68.02%,
        #f5c635 100%
    );
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #68490c;
    border-radius: 8px;
    padding: 12px 36px;
}

.current-price .gold-price {
    padding-left: 12px;
    color: #322306;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}

.your-Gold-price {
    padding: 60px 0 80px;
}

.your-Gold-price-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    height: 192px;
    border-radius: 32px;
    border: 2px dashed #1f0f53;
    padding: 20px;
}

.your-Gold-price-wrap .textprice:after {
    content: "";
    /*display: block;
    margin: 0 auto;
    width: 58%;
    border-bottom: 2px dashed #1f0f53;
    position: absolute;
    left: 0;
    right: 0;*/
}

.your-Gold-price-wrap > img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.your-Gold-price-wrap .textprice {
    position: relative;
    width: calc(100% - 280px);
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 0 50px 0 0;
    flex-direction: column;
}

.your-Gold-price-wrap .textprice .textprice_txt {
    font-weight: 500;
    color: #1f0f53;
}

.your-Gold-price-wrap .textprice h2 {
    color: #3ea23e;
    font-size: 48px;
}

.gold-form .contact_field_in.full-width span.select2-selection {
    background-color: transparent !important;
    border: 1px solid #dadada !important;
    border-radius: 8px !important;
    padding: 0;
    display: flex;
    align-items: center;
}

.gold-form
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 0;
}

.gold-form
    .contact_field_in.full-width
    span.select2-selection
    textarea.select2-search__field {
    height: 47px;
    line-height: 47px;
    margin: 0;
    padding: 0 0.95rem;
    font-weight: 400;
    color: #495057;
    font-family: "Outfit";
}

.iti__country-container {
    height: 47px;
}

.error {
    font-size: 15px;
}

.custom-select {
    position: relative;
    cursor: pointer;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    right: 0;
}

.custom-select .options .option {
    padding: 0 15px;
    margin: 10px 0;
}

.custom-select .options .option span {
    display: none;
}

.custom-select .options .option a {
    /* justify-content: center; */
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.custom-select .options .option.active a {
    color: #997a41;
}

.custom-select > a {
    background-color: transparent;
    padding: 0;
}

.custom-select .selected {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px 0px #e2ad4c33;
    background: #ffdb99;
    padding: 6px 32px 6px 6px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #09021d;
    transition: all 400ms ease;
}

.custom-select span.selected-img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #f4d49a;
    background: #ffedcb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.custom-select .options {
    background-color: #ffdb99;
    border-radius: 7px;
}

.custom-select .option a {
    justify-content: flex-start;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    width: 100%;
    border-width: 0;
    border-radius: 3px;
}

.main-menu ul li.active a {
    color: #ffdb99;
}

.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 3px;
    margin-left: calc(var(--iti-border-width) * -1);
    border: var(--iti-border-width) solid var(--iti-border-color);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

#formOverlayLoader {
    position: fixed !important;
}

.privacy-policy-section ul,
.privacy-policy-section ol {
    padding-left: 40px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.request-sell {
    padding: 50px 0;
    background-color: transparent;
    background-image: none;
}

.request-sell .zigzag-section .images {
    height: 518px;
}

.sell-your-product-form {
    padding: 80px 0;
}

.title-center {
    text-align: center;
}

.sell-your-product-form form {
    padding: 50px 0;
}

/**/
.sell-your-product-form .form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.sell-your-product-form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sell-your-product-form input[type="text"],
.sell-your-product-form input[type="number"],
.sell-your-product-form input[type="datetime-local"],
.sell-your-product-form select,
textarea {
    padding: 10px 12px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
}

.sell-your-product-form input:focus,
.sell-your-product-form select:focus,
.sell-your-product-form textarea:focus {
    border-color: #6c63ff;
}

.sell-your-product-form textarea {
    resize: vertical;
}

.sell-your-product-form .contact_field_in input,
.sell-your-product-form .contact_field_in textarea {
    border-bottom: 1px solid #ccc;
    display: block;
    border: 1px solid #dadada !important;
    border-radius: 8px !important;
    padding: 0.675rem 0.95rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    font-family: "Outfit";
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sell-your-product-form .current-price .price {
    margin: 0;
    background: #ffdb99 !important;
    font-weight: 500;
    font-size: 14px;
    color: #09021d;
    padding: 11px 18px;
}

.sell-your-product-form .current-price.price .gold-price {
    padding: 0;
    color: #d4d4d4;
    font-size: 16px;
    width: 100%;
}

span.required {
    color: red;
}

.sell-your-product-form .current-price.price .gold-price input[type="text"] {
    width: 100%;
    height: 100%;
    font-family: "Outfit";
    display: inline-block;
    border: 0px;
    /*padding: 0 0.95rem;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ccc;
}

/* Image Upload */
.sell-your-product-form .image-upload {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
}

.sell-your-product-form .upload-box {
    width: 193px;
    height: 193px;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    padding: 16px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-right: 24px;
    border: 2px dashed #c8c8c8;
    background-color: #fafafa;
}

.sell-your-product-form .contact_field_in textarea {
    height: 155px;
}

.sell-your-product-form .upload-box:hover {
    border-color: #6c63ff;
}

.sell-your-product-form .upload-box input[type="file"] {
    display: none;
}

.sell-your-product-form .preview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    width: calc(100% - 220px);
}

.sell-your-product-form .upload-box > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sell-your-product-form .upload-box > div small {
    color: #afafaf;
}

.sell-your-product-form .preview-card {
    position: relative;
    width: 120px;
    height: 160px;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sell-your-product-form .preview-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.sell-your-product-form .remove-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    background: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.sell-your-product-form .contact_fieldwrapt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.sell-your-product-form .contact_field_in.product-name {
    grid-area: 1 / 1 / 2 / 3;
}

.sell-your-product-form .current-price.price {
    /* grid-area: 3 / 1 / 4 / 3; */
    margin: 0;
}

.sell-your-product-form .contact_field_in.description {
    grid-area: 4 / 1 / 5 / 3;
}

.sell-your-product-form .contact_field_in.image-upload {
    grid-area: 7 / 1 / 8 / 3;
}

.sell-your-product-form .pay-now-btn {
    grid-area: 8 / 1 / 9 / 3;
    text-align: center;
}

.pay-now-btn {
    text-align: center;
}

.sell-your-product-form .contact_field_in.image-upload .image-wrap {
    display: flex;
    width: 100%;
}

.sell-your-product-form .preview-grid .preview-card {
    width: 100%;
    height: 193px;
}

.sell-your-product-form .pay-now-btn [type="submit"] {
    background: #3ea23e;
    box-shadow: 0px 4px 6px 0px #2c6d2c33;
    font-family: Outfit;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    border: 0px;
    color: #ffffff;
    padding: 17px 75px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
}

.sell-your-product-form .pay-now-btn [type="submit"]:hover {
    background-color: #09021d;
}

.filter-section .filter-group h3 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    margin: 0;
    color: #09021d;
    padding-bottom: 6px;
}

.filter-section .filter-group label {
    display: block;
    margin-bottom: 5px;
}

.filter-section .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter-section .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 18px;
}

.filter-section .main-content.category-page-content .product-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.filter-section .card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.filter-section .card-img {
    position: relative;
    border-radius: 26px;
    height: 300px;
    overflow: hidden;
}

.filter-section .card-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    transition: all 400ms ease;
}

.filter-section .badge {
    position: absolute;
    top: 18px;
    left: 18px;
    border-radius: 50px;
    border: 1px solid #e3bf7e;
    color: #09021d;
    background-color: #ffdb99;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    padding: 6px 14px;
    z-index: 1;
    transition: all 400ms ease;
}

.filter-section .card-info p {
    color: #3f3361;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}
.filter-section .card-info p a {
    color: #3f3361;
    font-weight: 500;
    font-size: 20px;
}

.filter-section .card-info strong {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #1f0f53;
    margin-top: 6px;
}

.filter-section .pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.filter-section .pagination .active {
    background: #000;
    color: white;
    border-color: #000;
}

.filter-section {
    display: flex;
    flex-wrap: wrap;
    padding: 48px 0 80px;
}

.filter-search-item {
    margin-bottom: 20px;
}

select#status {
    background: url(../images/select-arrow.svg) no-repeat;
    background-size: auto;
    background-position: right 10px center;
    padding: 10px 30px 10px 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    -webkit-appearance: none;
    margin: 0 0 0 auto;
    display: block;
}

.filter-container.product-filter-container {
    max-width: 1204px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px 0;
}

.filter-item {
    border-bottom: 1px solid #d7d7d7;
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #09021d;
}

.filter-section .main-content {
    width: calc(100% - 285px);
    padding-left: 24px;
}

.filter-section .main-content.category-page-content {
    width: 100%;
    padding: 0;
}

.filter-section .main-content > div > select {
    border: 1px solid #d7d7d7;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #09021d;
    padding: 13px 32px;
    border-radius: 50px;
    /* width: 159px; */
    background-image: url(../images/select-arrow.svg);
    appearance: none;
    background-repeat: no-repeat;
    background-position: 78% 50%;
    font-family: Outfit;
    cursor: pointer;
}

.filter-section .filter-title {
    display: flex;
    align-items: center;
    padding: 12px 0;
    position: relative;
}

.filter-section .filter-title span.icon {
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
}

.filter-section .card-info {
    padding-top: 12px;
}

.filter-section aside.sidebar {
    width: 285px;
    padding: 20px;
    border-radius: 22px;
    border: 1px solid #d7d7d7;
}

.filter-section .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter-section .filter-header h2 {
    font-weight: 600;
    font-size: 24px;
}

.filter-section .clear-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #858191;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    font-family: "Outfit", sans-serif;
}

.filter-section .filter-group label {
    display: block;
    margin-bottom: 8px;
    color: #444;
    cursor: pointer;
}

.filter-section .filter-group input[type="checkbox"],
.filter-group input[type="radio"] {
    margin-right: 8px;
    accent-color: #2e0e62;
    /* Deep purple color */
}

.filter-section input[type="range"] {
    width: 100%;
    margin-top: 10px;
}

.filter-section .range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    color: #09021d;

    opacity: 70%;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}

.filter-section .card:hover span.badge {
    filter: blur(5px);
}

ul.filter-list li {
    list-style: none;
    color: #757182;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 7px 0;
    position: relative;
}

ul.filter-list label:after {
    cursor: pointer;
    content: "";
    top: 4px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: none;
    right: 7px;
    left: auto;
}

ul.filter-list label:before {
    cursor: pointer;
    content: "";
    position: absolute;
    top: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    right: 0;
    left: auto;
}

ul.filter-list input:checked ~ label:after {
    display: block;
}

ul.filter-list li label {
    width: 100%;
    display: inline-block;
    position: relative;
}

ul.filter-list {
    padding-bottom: 12px;
}

ul.filter-list li input {
    display: none;
}

ul.filter-list input:checked ~ label:before {
    background: #1f0f53;
}

ul.filter-list li input {
    display: none;
}

.paginations {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.paginations .number {
    cursor: pointer;
    border: 1px solid #c7c3d4;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: transparent;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    transition: all 400ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #140342;
}

.paginations .active.number,
.paginations .number:hover {
    box-shadow: 0px 4px 6px 0px #1f0f5333;
    background: #1f0f53;
    color: #fff;
}

.paginations .number img.right-arrow {
    transform: rotate(90deg);
}

.paginations .number img.left-arrow {
    transform: rotate(-90deg);
}

.price-filter h3 {
    padding-top: 20px;
}

.paginations .number:hover:first-child,
.paginations .number:hover:last-child {
    background-color: transparent;
}

.pagination .right-arrow {
    transform: rotate(89deg);
}

.pagination img.left-arrow {
    transform: rotate(-88deg);
}

/* Responsive */
@media (min-width: 768px) {
    .sidebar {
        flex: 0 0 285px;
        max-width: 285px;
        position: sticky;
        top: 0;
    }
}

.card-hover-cta {
    position: relative;
    height: 100%;
}

.card-hover-cta .inquire-now-cta {
    position: absolute;
    bottom: 20px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease;
    display: inline-block;
    height: auto;
}

.card-hover-cta .inquire-now-cta a {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    background: #1f0f53;
    color: #ffffff;
    padding: 13px;
    display: inline-block;
    width: 100%;
    border-radius: 50px;
}

.card:hover .card-img .card-hover-cta > img {
    filter: blur(10px);
}

.card:hover .card-img .card-hover-cta .inquire-now-cta {
    opacity: 1;
    visibility: visible;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.range-slider {
    position: relative;
    width: 100%;
    height: 30px;
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    /* So both sliders can overlap */
    -webkit-appearance: none;
    background: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: white;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: #ddd;
    border-radius: 3px;
}

.range-values {
    margin-top: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.range-values span {
    font-family: "Outfit";
    color: #09021d;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    opacity: 70%;
}

.filter-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    color: #09021d;
    font-family: "Outfit", sans-serif;
}

.filter-wrap label:before {
    cursor: pointer;
    content: "";
    position: absolute;
    top: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    right: 0;
    left: auto;
}

.filter-wrap label:after {
    content: "";
    cursor: pointer;
    content: "";
    top: 4px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: none;
    right: 7px;
    left: auto;
}

.filter-wrap input:checked ~ label:after {
    display: block;
}

.filter-wrap label {
    width: 100%;
}

.filter-wrap input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    font-family: "Outfit", sans-serif;
}

.filter-wrap input:checked ~ label:before {
    background-color: #1f0f53;
}

.relate-pro-section {
    background: #fff8ef;
}

.main-image {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.purchase-btn {
    background-color: #1e0e57;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.purchase-btn:hover {
    background-color: #3a2b8f;
}

.product-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 41px;
    align-items: flex-start;
}

.product-details .product-info .description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #595959;
    margin-bottom: 20px;
}

.product-details .product-info .product-id {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #595959;
    padding: 14px 0;
}

.product-details .product-info .product-id span {
    color: #000;
}

.product-details .product-images {
    border: 0.92px solid #e7e3f1;
    background: #fdfdfd;
    border-radius: 23.88px;
    overflow: hidden;
}

.product-main-wrap .slick-slide {
    width: 100%;
    height: 525px;
    border-top-left-radius: 23.88px;
    border-top-right-radius: 23.88px;
    overflow: hidden;
}

.thumbnail-slider .slick-slide video.thumb,
.product-main-wrap .slick-slide video.thumb {
    height: 100%;
    border-radius: 14.69px;
}

.product-main-wrap .slick-slide div {
    height: 100%;
    overflow: hidden;
}

.product-main-wrap .slick-slide div img.thumb {
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
}

.thumbnail-slider .slick-slide {
    padding: 0 8px;
    height: 87px;
    border-radius: 14.69px;
    overflow: hidden;
}

.thumbnail-slider .slick-slide div,
.thumbnail-slider .slick-slide img {
    height: 100%;
    object-fit: cover;
    border-radius: 14.69px;
}

.thumbnail-slider button.slick-arrow {
    top: 29%;
    left: 12px;
}

.thumbnail-slider .slick-slide div {
    width: 100%;
}

.product-main-wrap {
    border: 0.92px solid #e7e3f1;
}

.thumbnail-slider {
    padding: 18px 34px 22px;
}

.price {
    display: flex;
    color: #09021d;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    align-items: baseline;
    gap: 8px;
    margin: 20px 0 30px;
}

.price span.tax-note {
    color: #000000a6;
    font-weight: 400;
    font-size: 16px;
}

.product-inner a {
    color: #000;
    gap: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.range-slider {
    position: relative;
    width: 100%;
    padding-top: 20px;
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: transparent;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #240b61;
    /* dark purple */
    border: 5px solid #240b61;
    -webkit-appearance: none;
    margin-top: -6px;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    background: #240b61;
    border-radius: 4px;
}

.range-slider .range-values {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    color: #514e5e;
    font-weight: 500;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #13bba4;
    margin-top: -1px;
}

input[type="range"]::-moz-range-progress {
    background-color: #43e5f7;
}

input[type="range"]::-moz-range-track {
    background-color: #9a905d;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7;
}

input[type="range"]::-ms-fill-upper {
    background-color: #9a905d;
}

.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #240b61;
    border: 5px solid #240b61;
    margin-top: -6px;
    z-index: 9;
}

.range-slider input[type="range"]::-moz-range-progress {
    background: #240b61;
    z-index: 1;
}
.range-slider input[type="range"]::-moz-range-track {
    height: 3px;
    background: #240b61;
    border-radius: 4px;
    pointer-events: none;
}

.range-slider input[type="range"]#max_price {
    z-index: 2;
}

#productsDiv {
    max-width: 1204px;
    padding: 30px 20px 60px;
    margin: 0 auto;
    overflow-x: auto;
}

#productsTable {
    border-collapse: collapse;
    width: 100%;
}

#productsTable,
#productsTable th,
#productsTable td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 8px;
}

#productsTable tbody td:last-child .product-edit {
    margin-right: 15px;
    color: #09021d;
}

#productsTable tbody td:last-child .delete-product {
    color: red;
}

#productsTable tbody td:last-child {
    vertical-align: middle;
    text-align: center;
}

#productsTable thead tr th {
    background-color: #ffdb99;
}

#productsTable tbody tr:nth-child(even) {
    background-color: #f5e7d6;
}

.contact_fieldwrap .contact_field_in.contact-date-picker input#visit_schedule,
#purchase-popup
    form#requestToPurchaseForm
    .form-group
    .form-date-picker
    input#schedule_visit {
    background-image: url(../images/date-picker-icon.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.page-wrapper .error-message {
    padding: 60px 0;
    text-align: center;
}

.page-wrapper .error-message a {
    box-shadow: 0px 4px 6px 0px #1f0f5333;
    background: #1f0f53;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    transition: all 400ms ease;
}

.page-wrapper .error-message h2 {
    margin-bottom: 30px;
}

.page-wrapper .error-message a:hover {
    background-color: #171717;
}

.page-wrapper .error-message h1,
.page-wrapper .error-message h3,
.page-wrapper .error-message p {
    margin-bottom: 20px;
}

/**/
@media (min-width: 1200px) {
    .process__item {
        width: 100%;
    }

    .process__item:not(:last-of-type)::after {
        content: "";
        width: 1px;
        height: 75%;
        background: #8c8c8c;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 0.2;
        transform: translateY(-50%);
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 30px;
    }

    .product-wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .serch-bar {
        margin: 0 13px 0 16px;
    }

    .header-wrap .logo {
        width: 135px;
    }

    .header-wrap .logo a {
        width: 100%;
    }

    .header-wrap .logo a img {
        width: 100%;
    }

    .main-menu ul li:after {
        margin: 0 6px;
    }

    .header-btn a span {
        margin-right: 10px;
    }

    .header-btn a {
        padding: 6px 21px 6px 6px;
    }

    .products-inner {
        font-size: 17px;
    }

    .testimonials-wrap {
        max-width: 664px;
    }

    .why-choose-us {
        padding: 80px 0 61px;
    }

    .about-us-section {
        padding-right: 15px;
    }

    .your-Gold-price-wrap .textprice:after {
        width: 50%;
    }

    .filter-section .product-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .product-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .choose-us-right {
        width: 460px;
        margin: 0 auto;
    }

    .choose-us-wrap .choose-us-left {
        width: 100%;
        padding: 30px 0 0;
    }

    .process {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .contact-details {
        grid-template-columns: 1fr 1fr;
    }

    .footer-menu ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .menulinks {
        display: inline-block;
    }

    a.menulinks i {
        display: inline;
        position: relative;
        top: -2px;
        margin-left: 0;
        -webkit-transition-duration: 0s;
        -webkit-transition-delay: 0.2s;
        -moz-transition-duration: 0s;
        -moz-transition-delay: 0.2s;
        transition-duration: 0s;
        transition-delay: 0.2s;
    }

    a.menulinks i:before,
    a.menulinks i:after {
        position: absolute;
        content: "";
        left: 0;
    }

    a.menulinks i,
    a.menulinks i:before,
    a.menulinks i:after {
        width: 17px;
        height: 2px;
        background-color: #000;
        display: inline-block;
    }

    a.menulinks i:before {
        margin-top: -5px;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0;
    }

    a.menulinks i:after {
        margin-top: 5px;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0;
    }

    .mobile-open a.menulinks i {
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition-delay: 0.2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }

    .mobile-open a.menulinks i:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0, 0.2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }

    .mobile-open a.menulinks i:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0, 0.2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }

    a.menulinks {
        border-radius: 100%;
        border: 1px solid #e3e3e3;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        padding-top: 3px;
    }

    .mobile-open a.menulinks i:before,
    .mobile-open a.menulinks i:after,
    .mobile-open a.menulinks i {
        width: 17px;
    }

    .mobile-open a.menulinks i:after {
    }

    ul.mainmenu > li > a.current:after {
        display: none;
    }

    ul.mainmenu ul {
        position: relative;
        top: auto;
        left: auto;
        float: left;
        width: 100%;
    }

    ul.mainmenu ul li {
        position: relative;
    }

    ul.mainmenu li li a:link,
    ul.mainmenu li li a:visited {
        padding: 8px 15px 8px 25px;
        color: #fff;
    }

    ul.mainmenu ul ul {
        position: relative;
        left: auto;
        top: auto;
        float: left;
        width: 100%;
    }

    ul.mainmenu ul ul li {
        padding-left: 10px;
    }

    a.child-triggerm {
        display: block !important;
        cursor: pointer;
        position: absolute !important;
        top: 0px;
        right: 0px;
        width: 50px !important;
        min-width: 50px !important;
        height: 38px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, 0.2);
    }

    a.child-triggerm:hover {
        text-decoration: none;
        color: #f00;
    }

    a.child-triggerm span {
        position: relative;
        top: 50%;
        margin: 0 auto !important;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    a.child-triggerm span:after {
        position: absolute;
        content: "";
    }

    a.child-triggerm span,
    a.child-triggerm span:after {
        width: 10px;
        height: 1px;
        background-color: #fff;
        display: block;
    }

    a.child-triggerm span:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    a.child-triggerm.child-open span:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    a.child-triggerm.child-open span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    a.child-triggerm:hover span,
    a.child-triggerm:hover span:after {
        background-color: #f00;
    }

    .header-btn {
        display: none;
    }

    .header-section .container {
        position: relative;
    }

    .main-menu ul {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        flex-direction: column;
        background-color: #1f0f53;
        display: none;
        height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .main-menu ul li {
        width: 100%;
        padding: 0 15px;
    }

    .main-menu ul li:after {
        content: none;
    }

    .main-menu ul li a {
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #31245c;
        color: #fff;
    }

    .serch-bar {
        position: relative;
        left: -50px;
    }

    .search-box {
        width: 280px;
        right: -160%;
    }

    .search-box:before {
        right: 80px;
    }

    .main-menu ul li.login-btn,
    .main-menu ul li.Sell-btn {
        display: block;
    }

    .main-menu ul li.Sell-btn a {
        box-shadow: 0px 4px 6px 0px #1f0f5333;
        background: #ffffff;
        display: inline-block;
        font-size: 18px;
        line-height: 100%;
        border-radius: 50px;
        color: #1f0f53;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .main-menu ul li.login-btn {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .main-menu ul li.login-btn a {
        position: relative;
        color: #09021d;
        padding: 15px 0;
    }

    .main-menu ul li.login-btn a span {
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .your-Gold-price-wrap .textprice:after {
        width: 27%;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-bottom .right {
        flex-wrap: wrap;
        width: 100%;
        padding: 30px 0;
        justify-content: flex-start;
        border-bottom: 1px solid #161616;
        margin-bottom: 17px;
    }

    .footer-bottom {
        flex-wrap: wrap;
    }

    .process {
        grid-template-columns: 1fr;
    }

    .Choose-list {
        grid-template-columns: 1fr;
    }

    .zigzag-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-us-page {
        padding: 50px 0 0;
    }

    .slick-slider .slick-arrow {
        bottom: -50px;
        top: auto;
    }

    .contact_fieldwrap {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-details {
        grid-template-columns: 1fr;
    }

    .buying-selling {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .products-wrap {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .see-all-btn {
        position: initial;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .product-wrap {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
    }

    .product-title {
        text-align: center;
    }

    .product-category {
        padding: 60px 0;
    }

    .product-wrap .product-inner:last-child {
    }

    .recent-product-wrap {
        grid-template-columns: 1fr;
    }

    .sell-product-wrap {
        flex-wrap: wrap;
        padding: 0 20px 50px;
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 30px;
        background-position: 68% 0;
        flex-direction: column;
    }

    .sell-product-wrap .center {
        position: initial;
        order: -1;
        margin-top: -160px;
    }

    .sell-your-product {
        padding: 150px 0 60px;
    }

    .sell-product-wrap:after {
        background: #1f0f53;
        opacity: 80%;
    }

    section.sell-your-product {
    }

    .about-us-image {
        mask: none;
        height: 345px;
        width: 100%;
        clip-path: unset;
    }

    .about-us-section {
        padding: 0;
        flex-direction: column;
    }

    .about-us-content {
        width: 100%;
        padding: 30px 15px;
        text-align: center;
    }

    .testimonials-section {
        padding: 60px 0 100px;
    }

    .slick-slider .slick-arrow.slick-next {
        right: 36%;
    }

    .slick-slider .slick-arrow.slick-prev {
        left: 36%;
    }

    .name-position {
        padding-bottom: 10px;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-top-left a {
        text-align: left;
    }

    .footer-top-left a img {
        width: auto;
    }

    .footer-top-right h3 {
        text-align: left;
        margin-top: 30px;
    }

    .footer-menu ul li {
        justify-content: flex-start;
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #161616;
    }

    .footer-menu ul {
        flex-direction: column;
        text-align: left;
    }

    .footer-menu ul li:after {
        content: none;
    }

    .footer-center {
        padding: 0;
        margin: 0;
    }

    .footer-bottom {
        flex-direction: column-reverse;
        text-align: left;
    }

    .footer-top-right {
        padding-bottom: 30px;
    }

    .choose-us-right {
        width: 346.5px;
    }

    .choose-us-right .image-top {
        top: -30px;
        width: 277.58px;
        height: 113.58px;
    }

    .why-choose-us {
        padding: 81px 0 50px;
    }

    .choose-us-wrap .choose-us-left {
        padding-top: 50px;
    }

    .choose-us-right .Mask-image {
        height: 336.75px;
    }

    .ProfileForm .contact_fieldwrap {
        grid-template-columns: 1fr;
    }

    .ProfileForm .contact_fieldwrap > div {
        width: 100%;
    }

    .change_pass_row {
        grid-template-columns: 1fr;
    }

    .gold-form .contact_fieldwrap {
        display: flex;
        flex-wrap: wrap;
    }

    .privacy-policy-section ul,
    .privacy-policy-section ol {
        padding-left: 30px;
    }

    .your-Gold-price-wrap .textprice {
        width: 100%;
        flex-direction: column;
        padding: 10px 0 0;
    }

    .your-Gold-price-wrap {
        height: auto;
        margin: 0 auto;
        width: 100%;
    }

    .your-Gold-price-wrap > img {
        margin: 0 auto;
    }

    .your-Gold-price-wrap .textprice:after {
        opacity: 0;
    }

    .your-Gold-price-wrap .textprice .textprice_txt {
        padding-bottom: 70px;
    }

    .current-price {
        flex-wrap: wrap;
        align-content: center;
    }

    .current-price .price {
        padding: 7px 19px;
        font-size: 15px;
    }

    .current-price .gold-price {
        font-size: 16px;
    }

    .sell-your-product-form .current-price.price {
        width: 100%;
    }

    .sell-your-product-form .preview-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sell-your-product-form .pay-now-btn {
        width: 100%;
    }

    .filter-section aside.sidebar {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .filter-section .header {
        margin-bottom: 25px;
    }

    .filter-section .main-content {
        width: 100%;
        padding-left: 0;
    }
    .filter-section .card-img {
        height: 180px;
    }
    .filter-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 376px) {
    .choose-us-right .image-top {
        width: 80%;
        height: 113.58px;
    }

    .slick-slider .slick-arrow.slick-next {
        right: 34%;
    }

    .slick-slider .slick-arrow.slick-prev {
        left: 34%;
    }
}

/**/
.modal {
    width: 500px;
    background: white;
    padding: 20px;
    border-radius: 20px;
    font-family: "Segoe UI", sans-serif;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

h2 {
    /*    text-align: center;*/
    margin-bottom: 20px;
    color: #111;
}

.purchase-btn {
    display: inline-block;
    width: auto;
}

.section {
    margin-bottom: 20px;
}

.section h3 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #111;
}

.info-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 4px;
}

.form-group {
    margin-bottom: 16px;
}

label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

label span {
    color: red;
}

textarea,
input[type="text"] {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    resize: vertical;
}

.date-picker {
    position: relative;
}

.calendar-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}

.purchase-btn {
    padding: 12px;
    background-color: #1c0b43;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}

/* Styling the floating WhatsApp button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-float img {
    width: 50px;
    height: 50px;
}

.whatsapp-button {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.whatsapp-button a {
    background-color: #25d366;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
}

.whatsapp-button a:hover {
    background-color: #1ebe5b;
}

.filter-container .show-all a {
    box-shadow: 0px 4px 6px 0px #1f0f5333;
    background: #1f0f53;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff !important;
}

.product-info-inner {
    display: flex;
    gap: 1rem;
}
.product-details .product-images .thumbnail-slider .slick-slide {
    padding: 0;
    border: 2px solid #fff;
    margin: 0 5px;
}
.product-details .product-images .thumbnail-slider .slick-current {
    border: 2px solid #1f0f53;
}

.recent-product-wrap .right h3 a {
    justify-content: flex-start;
}

.fancybox-content .purchase-btn {
    width: 100%;
    border-radius: 26px;
    margin-top: 1rem;
}

.fancybox-content h2 {
    color: #09021d;
    font-family: "Outfit", sans-serif;
    text-align: center;
}

.fancybox-content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    font-family: "Outfit", sans-serif;
    margin-bottom: 0.8rem;
}

.fancybox-content .info-row span {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #595959;
}

.fancybox-content .info-row strong {
    color: #09021d;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}

.fancybox-content .info-row {
    align-items: center;
}

.fancybox-content .form-group label {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #09021d;
    margin-bottom: 10px;
}

.fancybox-content .form-group textarea {
    min-height: 94px;
    padding: 16px 20px;
    font-family: "Outfit", sans-serif;
}

.fancybox-content .form-group textarea::placeholder {
    color: #d4d4d4;
    font-family: "Outfit", sans-serif;
}

.fancybox-content .form-date-picker input {
    padding: 16px 20px;
    color: #202020;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}

.fancybox-content .form-date-picker input::placeholder {
    color: #202020;
    font-family: "Outfit", sans-serif;
}

.product-images .thumbnail-slider .slick-track {
    margin-left: 0;
    display: flex;
}

.product-images .slick-list.draggable {
    padding: 0 !important;
}

.sell-your-product-form h2 {
    color: #09021d;
}

.contact_fieldwrap .contact_field_in label {
    color: #09021d;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.current-price.price > div {
    width: 100%;
}

.product-info .price {
    border-top: 1px solid #e7e3f1;
    border-bottom: 1px solid #e7e3f1;
    padding: 20px 0;
}

.product-details-single .banner-Contact {
    background: transparent;
    padding: 20px 0 0;
}

.product-details-single .banner-Contact ul.breadcrumbs {
    margin: 0;
    justify-content: flex-start;
}

.price-filter-range .ui-slider-handle {
    background: #fff !important;
    border-radius: 26px !important;
    border: 6px solid #240b61 !important;
    width: 21px !important;
    height: 21px !important;
    top: -8px !important;
    cursor: pointer !important;
}

.price-filter-range {
    background: #abb3cc !important;
    height: 4px !important;
    cursor: pointer;
    border: 0 !important;
    margin-top: 1.2rem;
}

.price-filter-range .ui-slider-range {
    background: #240b61;
}

.display-range {
    margin-top: 15px;
    display: flex;
}

.display-range input {
    border: 0;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    font-family: "Outfit";
    color: rgb(9 2 29 / 70%);
}

body .display-range input[type="number"],
body .display-range input[type="number"]:hover,
body .display-range input[type="number"]:focus {
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    outline: 0;
}

.display-range input::-webkit-outer-spin-button,
.display-range input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.display-range input:last-child {
    text-align: right;
    padding-block: 0;
    padding-inline: 0;
}

.display-range:before {
    content: "₹";
}

.display-range:after {
    /*    content: '₹';
    position: absolute;
    right: 1rem;*/
}

.tabcontent ol {
    margin: 18px 0;
    padding-left: 40px;
}

.tabcontent ol li {
        margin-bottom: 8px;
}

.button-1 p {
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .sell-your-product-form {
        padding: 40px 0;
    }
    .request-sell {
        padding: 10px 0 0;
    }
    .zigzag-content {
        padding: 0;
    }

    .mobile-login-menu.mobile-open {
        display: block;
        height: auto;
        margin-top: 1rem;
        background: #ffdb99;
        padding: 10px;
        border-radius: 10px;
    }
    .mobile-login-menu {
        display: none;
    }
    .mobile-login-menu.mobile-open .mobile-options {
        display: flex;
        flex-direction: column;
    }
    .mobile-login-menu .mobile-option a {
        border-radius: 0;
    }

    #productsTable,
    #productsTable th,
    #productsTable td,
    #productsTable thead tr th {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .product-details {
        grid-template-columns: 1fr;
    }
    .product-details .button-1 a {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }
    .sell-your-product-form {
        padding: 40px 0 0;
    }
    .product-details .slick-slider .slick-arrow.slick-next {
        right: 10px;
    }

    .product-details .slick-slider .slick-arrow.slick-prev {
        left: 10px;
    }

    .product-details .thumbnail-slider {
        padding: 10px 15px 22px;
    }

    .slick-slider .slick-arrow.slick-prev:after,
    .slick-slider .slick-arrow.slick-next:after {
        width: 40px;
        height: 40px;
        background-size: 36px;
        background-repeat: no-repeat;
    }

    .product-details .product-images .thumbnail-slider .slick-slide {
        width: 97px !important;
        height: 97px;
        padding: 0;
        margin: 0 5px;
    }

    .product-info .price {
        margin: 10px 0;
    }

    .choose-us-right .Mask-image img {
        object-position: 100% -40px;
        object-fit: cover;
    }

    .about-us-section {
        background-image: unset;
    }

    .loginForm .select2-container {
        width: 100% !important;
    }
}
