@font-face {
    src: url('../../font/PublicSans-Bold.ttf');
    font-family: 'PublicSans-Bold';
}

@font-face {
    src: url('../../font/PublicSans-ExtraBold.ttf');
    font-family: 'PublicSans-ExtraBold';
}

@font-face {
    src: url('../../font/PublicSans-Light.ttf');
    font-family: 'PublicSans-Light';
}

@font-face {
    src: url('../../font/PublicSans-Medium.ttf');
    font-family: 'PublicSans-Medium';
}

@font-face {
    src: url('../../font/PublicSans-Regular.ttf');
    font-family: 'PublicSans-Regular';
}

@font-face {
    src: url('../../font/PublicSans-SemiBold.ttf');
    font-family: 'PublicSans-SemiBold';
}

@font-face {
    src: url('../../font/gilroy-semibold.ttf');
    font-family: 'Gilroy-SemiBold';
}

@font-face {
    src: url('../../font/Gilroy-Medium.ttf');
    font-family: 'Gilroy-Medium';
}


@font-face {
    src: url('../../font/Gilroy-Regular.ttf');
    font-family: 'Gilroy-Regular';
}

@font-face {
    src: url('../../font/Inter_18pt-Regular.ttf');
    font-family: 'Inter';
}

html {
    width: 100%;
}
body {
    color: #000;
    background: #fff;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 50px;
    overflow-wrap: break-word;
}

h2 {
    font-size: 38px;
    overflow-wrap: break-word;
}

h3 {
    font-size: 33px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 18px;
}

p,
li {
    font-size: 18px;
    line-height: 35px;
    overflow-wrap: break-word;
}

a,
a:hover {
    font-size: 18px;
    text-decoration: none;
    color: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: normal;
    overflow-wrap: break-word;
}

li, a {
    overflow-wrap: break-word;
}

.row {
    align-items: center;
    width: 100%;
    margin: auto;
}

section {
    width: 100%;
    float: left;
    padding: 20px 0;
    position: relative;
}

img {
    width: 100%;
}

img {
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}


.subheading {
    font-family: 'PublicSans-SemiBold';
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.main_subtitle .subheading {
    margin-bottom: 0;
/*    line-height: 65px;*/
    text-align: center;
    color: #3C281E;

}

.subtext {
    font-family: 'PublicSans-Regular';
    font-size: 16px;
    text-align: center;
    color: #8B8B8B;
    width: 70%;
    margin: auto;
    line-height: 30px;
}

/* button */

.explore_btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.explore_btn .btn {
    color: #3C281E;
    cursor: pointer;
    display: block;
    line-height: 45px;
    text-decoration: none;
    max-width: 200px;
    position: relative;
    width: 100%;
    padding: 5px 20px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    font-family: 'PublicSans-Bold';
    transition: background 0.3s ease;
    border-width: 5px;
    border-color: transparent !important;
}

.explore_btn .btn-1 svg {
    height: 52px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}

.explore_btn .btn-1 rect {
    fill: none;
    stroke: #3C281E;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

.explore_btn .btn-1:hover rect {
    stroke-width: 5;
    stroke-dasharray: 40, 330;
    stroke-dashoffset: 53;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.common-btn a {
    display: inline-block;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
    font-size: 20px;
    padding: 15px 35px;
    font-family: 'PublicSans-Regular';
}

.common-btn a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -2;
    border: 2px solid transparent;
}

.common-btn a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    color: #000;
    transition: all 0.3s;
    z-index: -1;
}

.common-btn a:hover {
    color: #000;
    border: 1px solid #FFF;
}

.common-btn a:hover:before {
    width: 100%;
}

/* Navigation */

.bmi-header .cart_popup span {
    position: absolute;
    top: -0.4rem;
    background: #565656;
    font-size: 11px;
    border-radius: 10px;
    padding: 2px 6px;
    right: -0.2rem;
    font-family: 'PublicSans-Medium';
    color: #fff;
    line-height: normal;
}

.bmi-header nav {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    background-color: #FFF9EB;
    padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.bmi-header nav .logo {
    width: 150px;
    height: auto;
    text-align: center;
}

.bmi-header nav .links {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0;
    gap: 100px;
    width: 90%;
}

.bmi-header nav .links .main-links {
    gap: 50px;
}

.bmi-header nav .links>div {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.bmi-header .links .login-link, .main-links .menu-product a span {
    position: relative;
}

.bmi-header .links .login-link::before {
    position: absolute;
    content: "|";
    top: -0%;
    right: -0.8rem;
    font-size: 16px;
}

/* Underline Effect Only for Text Links */
.bmi-header nav .links a:not(:has(img)),
.bmi-header nav .links button {
    display: block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    position: relative;
    font-family: 'PublicSans-Medium';
    background: transparent;
    border: 0;
    line-height: 32px;
}


/* Hover Effect for Text Links */
/*.bmi-header nav .links a:not(:has(img))::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #43B317;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
*/
 .bmi-header .dropdown-parent span::before ,.main-links .menu-product a span::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    font-weight: 900;
    right: -15px;
    top: 58%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000;
    transition: all 0.3s;
}

.bmi-header .dropdown li a:hover, .main-links .mega-column h5 span:hover {
    border-bottom: 1px solid;
}

.bmi-header .dropdown-parent:hover span::before {
    transform: rotate(180deg);
    top: -10%;
}

.main-links .menu-product a span:hover::before {
    transform: rotate(180deg);
    top: 15%;
}


.bmi-header .dropdown-parent {
    position: relative;
}

.bmi-header nav .links a img {
    width: 40px;
    height: 40px;
}

.bmi-header .links li {
    position: relative;
    margin: 0 15px;
}

.bmi-header .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    color: #000;
    list-style: none;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 250px;
/*    overflow-y: scroll;*/
   max-height: 600px;
}

.bmi-header .dropdown-parent:hover .dropdown {
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

header.bmi-header img {
    width: 40%;
}

.bmi-header nav .links a span {
    position: relative;
}

/* Mobile specific styles */
.bmi-header #nav-toggle {
    display: none;
}

.bmi-header nav .icon-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.bmi-header nav .icon-burger .line {
    width: 25px;
    height: 2px;
    background-color: #000;
    margin: 3px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}


header.bmi-header {
    height: 80px;
}

/* form search */
.search_head form {
    background: #fff;
    padding: 5px;
    display: flex;
}

.search_head form input,
.search_head form button {
    background: transparent;
    border: 0;
    font-family: 'PublicSans-Medium';
    font-size: 12px;
}

.bmi-header .mobile_carts {
    display: none;
}

.bmi-header nav .links i {
    font-size: 25px;
    cursor: pointer;
}

header.bmi-header a {
    cursor: pointer;
}

.profile_log .dropdown {
    height: auto;
    overflow: visible;
}

.bmi-header .profile_log .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -2rem;
    background: #fff;
    color: #000;
    list-style: none;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 150px;
    width: 130px;
}

.bmi-header .links .profile_log i {
    font-size: 32px;
}

.bmi-header .links .profile_log li {
    margin: 0 0 5px;
    padding: 0 10px;
    text-align: left;
}
/* mega menu */
.main-links .mega-menu {
  position: absolute;
  left: 0;
  top: 65%;
  width: 100%;
  background: #fff;
  padding: 40px;
  display: none;
  gap: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 99;
  flex-wrap: wrap;
  justify-content: left;
  overflow-y: scroll;
  max-height: 600px;
}

/* Column */
.main-links .mega-column h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'PublicSans-Bold';
    color: #3C281E;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    padding: 5px 10px;
}

.main-links .mega-column .parent-item {
    padding: 2px 10px;
}

.bmi-header nav .main-links .mega-column a {
  display: block;
  padding: 5px 0;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
}

.main-links .mega-column a:hover {
  color: #e91e63;
}

.main-links .mega-column img {
  max-width: 100%;
  border-radius: 6px;
}

.main-links .menu-product:hover .mega-menu, .main-links .mega-menu.show{
    display: flex;
}

.main-links .mega-menu ul {
    list-style: none;
    padding-left: 15px;
    margin: 5px 0;
}

.main-links .mega-column h5 {
    font-size: 14px;
    font-family: 'PublicSans-Regular';
}

.categories-list li {
    list-style: initial;
}

.bmi-header nav .main-links .categories-list a {
    line-height: normal;
    font-size: 12px;
    font-family: 'PublicSans-Regular';
    margin-left: -5px;
}

.tags-list h6.toggle-tag {
    font-size: 13px;
    font-family: 'PublicSans-Regular';
    line-height: normal;
}

.main-links .mega-menu ul.tags-list li {
    list-style: circle;
}

.bmi-header nav .main-links .categories-list li{
    list-style: outside;
}

.mega-menu .hidden {
    display: none;
    transition: all 0.3s ease;
}

.mega-menu .toggle-parent,
.mega-menu .toggle-tag {
    cursor: pointer;
    display: block;
    padding: 5px 0;
    color: #333;
}


.main-links .mega-menu .mega-column {
/*    min-width: 300px;*/
    max-height: 400px; /* restrict height */
    overflow-y: auto; /* only vertical scroll if needed */
    padding-right: 10px;
    width: 24%;
}

.mega-column::-webkit-scrollbar, .main-links .mega-menu::-webkit-scrollbar, .dropdown-parent #style-4::-webkit-scrollbar {
    width: 6px;
}


.mega-column::-webkit-scrollbar-thumb, .main-links .mega-menu::-webkit-scrollbar-thumb, .dropdown-parent #style-4::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 6px;
}
.mega-column::-webkit-scrollbar-track, .main-links .mega-menu::-webkit-scrollbar-track, .dropdown-parent #style-4::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.main-links .mega-menu .tags-list,
.main-links .mega-menu .categories-list {
    margin-left: 15px;
    padding-left: 10px;
    border-left: 1px dashed #ddd;
}

.hidden {
    display: none;
}


/* footer */
footer.bmi-footer {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #565656;
}

.bmi-footer {
    background: #565656;
    padding: 30px 0;
    color: #fff;
    margin: auto;
}

.footer-inrmain {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: start;
}

.footer-care p {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Inter';
    width: 70%;
    margin-bottom: 15px;
}

.contact-social a {
    font-size: 25px;
}

.footer-inrmain h4 {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Inter'
}

.footer-inrdiv .main-servi p {
    padding-bottom: 15px;
}

.footer-inrmain p a {
    font-size: 14px;
/*    text-transform: capitalize;*/
    font-family: 'Inter';
}

.page-content.my-account__edit p.empty_product {
    text-align: left;
    font-size: 15px;
}

.footer-inrmain .contact-social {
    display: flex;
    gap: 20px;
}

section.copyryt_main .copy-sec {
    display: flex;
    justify-content: space-between;
    background: #000000;
    color: #fff;
    padding: 10px 0;
}

section.copyryt_main {
    background: #000000;
    color: #fff;
    padding: 0;
}

.copy-sec .copy-lft a {
    font-family: 'Inter';
    font-size: 18px;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.copy-sec .copy-lft a::before {
    position: absolute;
    content: "|";
    right: -3%;
}

.copy-sec .copy-lft a:last-child::before {
    display: none;
}

/* main pages */
/* Banner Section */
.item.collection_main .collect_item {
    width: 100%;
}

section.banner-section {
    /* background-image: linear-gradient(45deg, #E7D6C6, #E9E2CF); */
    background: #FFF9EB;
    padding-top: 0;
}

.banner-section .banner_content {
    position: absolute;
    width: 55%;
    z-index: 1;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: 0;
    padding-left: 7rem;
    display: flex;
    align-items: center;
}

.banner-main .common-btn a {
    background: #3C281E;
    border: 1px solid #3C281E;
    font-size: 18px;
    padding: 10px 30px;
}

.banner-section .banner_content h1, .banner-section .banner_content h2 {
    font-family: 'PublicSans-SemiBold';
    line-height: 60px;
    letter-spacing: -1.29px;
    color: #3C281E;
    margin-top: 20px;
    font-size: 50px;
}

.banner-section .banner_seccolor .banner_content h1, .banner-section .banner_seccolor .banner_content h2, .banner-section .banner_seccolor .banner_content p {
     color: #fff;
}

.banner-section .homebanner_slider .item {
    position: relative;
}

.banner-section .homebanner_slider .item::before {
    background-color: #00000069;
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}

section.main_categori {
    overflow: hidden;
}

.banner-section h4 span {
    font-family: 'PublicSans-Bold';
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    background: #3C281E;
    color: #fff;
    padding: 6px 18px;
}

.banner-section .banner_content p {
    font-family: 'PublicSans-Regular';
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
    width: 94%;
}

.homebanner_slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

section.categories_sec.categorie_bg{
    position: relative;
}

section.categories_sec.categorie_bg::before
 {
    position: absolute;
    content: '';
    background-image: url(../image/about_thing1.png);
    width: 8%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    top: 0;
    background-size: 100%;
    left: 0;
}

section.categories_sec.categorie_bg::after {
    position: absolute;
    content: '';
    background-image: url(../image/about_thing2.png);
    width: 8%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    top: 0;
    background-size: 100%;
    right: 0;
}

.category_manifact .exclusive_content {
    padding: 20px;
    text-align: center;
}

.exclusive_img img {
    height: 350px;
    object-fit: cover;
}

.recentcatalogue_row .category_main {
    position: relative;
}

.recentcatalogue_row .category_main button.overlay-login {
    position: absolute;
    top: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4c4b4b99;
    border-radius: 0;
    z-index: 2;
    border: 0;
}

.recentcatalogue_row button.owl-next,
.exclusive_row button.owl-next {
    right: -1rem;
}

.recentcatalogue_row button,
.exclusive_row button {
    top: 47% !important;
}

.recentcatalogue_row button.owl-prev,
.exclusive_row button.owl-prev {
    left: -1rem;
}


.recentcatalogue_row button i {
    background: #3C281E;
    padding: 14px 15px;
    border-radius: 50px;
    color: #fff;
}

.exclusive_row button i {
    background: #FFFBF3;
    padding: 15px 25px;
}

/* caregort_sec */
section.categories_sec {
    background: #FFF9EB;
    padding: 20px 0;
}

.collection_main .social {
    display: none;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: all 0.4s ease;
    position: absolute;
    bottom: 1rem;
    right: -1rem;
    z-index: 2;
}

.collection_main .social.active {
    display: flex;
    position: absolute;
    bottom: 1.5rem;
    right: 0rem;
    text-align: right;
    opacity: 1;
    pointer-events: auto;
    justify-content: end;
    gap: 10px;
    transition: all 0.4s ease;
    background: #fff;
    padding: 5px 10px;
}

.collection_main .social li i {
    list-style: none;
    background: #FFF9EB;
    color: #8D8D8D;
    padding: 5px 6px;
    border-radius: 5px;
    font-size: 22px;
    border: 1px solid #000;
}


.collection_main .social li i.fa-x-twitter {
    color: #000;
}

i.fa-brands.fa-whatsapp {
    color: green !important;
}

.collection_main .social li i.fa-linkedin-in {
    color: #0077B5;
}

.collection_main .social li i.fa-square-facebook {
    color: #3b5998;
}

.collection_main .social li {
    list-style: none;
}

.product_listshare {
    position: relative;
}

.collection_main .share {
    color: #000;
    cursor: pointer;
    transition: transform 0.3s ease;
    font-size: 15px !important;
}

.collection_main .social li a:hover {
    opacity: 0.8;
}

.listing_detail .listing_quality {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 10px;
    /* position: absolute;
    top: 1rem;
    z-index: 3;
    right: 0.5rem; */
}

.listing_detail .listing_quality i {
    font-size: 20px;
    /* background: #EFEFEF;
    padding: 7px 5px 4px;
    border-radius: 50px; */
}



section.section_bg::before {
    position: absolute;
    content: '';
    background-image: url(../image/section-bg1.png);
    width: 10%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    top: 0;
    background-size: 100%;
    left: 0;
}

section.section_bg::after {
    position: absolute;
    content: '';
    background-image: url(../image/section-bg2.png);
    width: 10%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    top: 0;
    background-size: 100%;
    right: 0;
}

section.section_bg .container {
    position: relative;
    z-index: 2;
}

.category_main>div {
    position: relative;
    padding: 10px;
}

.category_main img {
    height: 300px;
    object-fit: cover;
}

.collect_items .cateot_img .overlay-login button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4c4b4b99;
    border-radius: 100px 100px 0 0;
    z-index: 2;
    border: 0;
}

.category_manifact h3 {
    font-size: 25px;
    font-family: 'PublicSans-Bold';
    letter-spacing: -0.9px;
    color: #3C281E;
}

.category_manifact p {
    font-family: 'PublicSans-Regular';
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    margin: 10px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 48px;
}

.category_manifact a {
    background: #3C281E;
    font-family: 'PublicSans-Regular';
    color: #fff;
    font-size: 15px;
    padding: 8px 35px;
    border-radius: 3px;
}


.category_innr1 .category_manifact {
    background: #FFFFFF;
    padding: 20px 20px 30px;
    text-align: center;
}


/* main cotegory */
.main_categori .catergory_row {
    display: flex;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
}

.collect_items .cateot_img {
    border-radius: 100px 100px 0 0;
    position: relative;
}

.catergory_row  .collect_items a {
    border-radius: 100px 100px 0 0;
}

.collect_items .cateot_img img {
    position: relative;
    height: 230px;
    object-fit: cover;
    border-radius: 100px 100px 0 0;
}

.cateot_img .overlay-login i {
    margin-top: 30px;
    font-size: 22px;
}

.collect_items .cateot_img a:hover::before {
    background-color: #00000040;
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px 100px 0 0;
}

.catergory_row .collect_items p {
    font-size: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    font-family: 'PublicSans-Bold';
    margin: 20px 0;
}

.catergory_row button.owl-prev {
    left: 0;
}

.catergory_row button.owl-next {
    right: 0;
}

.catergory_row button i {
    background: #3C281E;
    padding: 14px 15px;
    border-radius: 50px;
    color: #fff;
}

/* Latest Arrival */
.latest_sec .latest_main {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

section.latest_sec {
    background: #FFF9EB;
}

.latest_sec .latest-arrvimg {
    margin-top: 20px;
}

.latest_main .latest-arrvimg {
    position: relative;
    overflow: hidden;
}

.latest_main .latest_item {
    width: 33%;
}


.latest_main .latest_arrival2 .product-row img {
    height: 290px;
    object-fit: cover;
}

.latest_main .latest_item img {
    height: 600px;
    object-fit: cover;
}

.collections-page .latest_main .latest-arrvimg {
    box-shadow: 0px 0px 5px 3px #0000000a;
    border-radius: 10px;
    padding: 10px;
}

.latest-arrvimg p {
    position: absolute;
    top: 0;
    background: #2EA401;
    font-family: Inter;
    font-size: 14.06px;
    line-height: 11.7px;
    padding: 10px;
    color: #fff;
    border-bottom-right-radius: 10px;
    z-index: 2;
}

.latest_item .latest-arrvimg::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: #0000001f;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.latest_item .latest-arrvimg:hover::after {
    -webkit-animation: circle 0.7s;
    animation: circle 0.7s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.latest_item .latest-arrvimg:hover i {
    display: flex;
}

.latest_item .latest-arrvimg i {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    background: #fff;
    font-size: 20px;
    line-height: 15.7px;
    padding: 10px;
    color: #000;
    z-index: 2;
    width: 50px;
    border-radius: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: auto;
    animation: grow 1s ease;
}

@keyframes grow {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

section.best_sellersec {
    padding: 20px 0;
}

.inner_seller p {
    font-family: 'PublicSans-SemiBold';
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-top: 10px;
}

.bestseller_main .owl-nav button {
    position: absolute;
    top: 40%;
}

.bestseller_main .owl-nav button:hover {
    background: transparent !important;
    color: #000 !important;
}

.bestseller_main .owl-nav button i {
    background: #FFFBF3;
    padding: 15px 25px;
}

.bestseller_main {
    padding: 0 2%;
    margin: auto;
}

.bestseller_main .owl-nav .owl-prev {
    left: -1%;
}

.bestseller_main .owl-nav .owl-next {
    right: -1%;
}

/* Free Quote */
section.free-quote::before {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 64%);
}

.free-quote .free_quotemain {
    position: absolute;
    top: 33%;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 2;
}

.about_freeqout .free_quotemain {
    top: 25%;
}

.free_quotemain h2 {
    font-family: 'PublicSans-Bold';
    text-align: center;
    letter-spacing: -1px;
    color: #fff;
    font-size: 45px;
}

.free_quotemain p {
    font-family: 'PublicSans-Regular';
    text-align: center;
    color: #fff;
    font-size: 23px;
    margin: 20px 0;
}

/* six thing */


.sixmain_thing::before {
    position: absolute;
    content: '';
    background-image: url(../image/about_thing1.png);
    width: 10%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    top: 0;
    background-size: 100%;
    left: 0;
}

.sixmain_thing::after {
    position: absolute;
    content: '';
    background-image: url(../image/about_thing2.png);
    width: 10%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    top: 0;
    background-size: 100%;
    right: 0;
}

.sixmain_thing .about_servithig {
    position: relative;
}

.sixmain_thing .about_servithig::before {
    position: absolute;
    content: '';
    background-image: url(../image/about_thing3.png);
    width: 10%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    bottom: 0;
    background-size: 100%;
    left: 0;
    background-position: bottom;
}

.sixmain_thing .about_servithig::after {
    position: absolute;
    content: '';
    background-image: url(../image/about_thing4.png);
    width: 10%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    bottom: 0;
    background-size: 100%;
    right: 0;
    background-position: bottom;
}

.sixmain_thing .define_thing {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;
}

section.sixmain_thing {
    padding: 30px 0;
}

.define_thing .trend_item {
    background: #CDBD95;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    padding-bottom: 130px;
}

.define_thing .trend_item h3 {
    color: #3C281E;
    font-family: 'PublicSans-SemiBold';
    font-size: 23px;
}

.define_thing .trend_item p {
    font-family: 'PublicSans-Regular';
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0;
    width: 85%;
}

.define_thing .trend_item img {
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.trend_item:nth-child(even) {
    background: #E5D8B7;
}

/* Real Stories */
section.real_story .stories_main {
    width: 93%;
    margin: auto;
    margin-right: 0;
    align-items: start;
    position: relative;
}

.real_story .stories_main h2 {
    font-family: 'PublicSans-Bold';
    font-size: 40px;
    margin-bottom: 10px;
}

.real_story .stories_main p {
    font-family: 'Gilroy-Regular';
    font-size: 16px;
    margin-bottom: 10px;
}

section.real_story {
    background: #FFF5DF;
    padding: 40px 0;
}

.real_story .stories_main p {
    font-family: 'Gilroy-Regular';
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 30px;
}

.story_slide .item {
    background: #FFFFFF;
    padding: 70px 50px 50px;
    position: relative;
    box-shadow: -20px 30px 76px -6px #0000000D;
    border-radius: 10px;
    min-height: 400px;
    height: 400px;
    overflow-y: auto; /* ✅ only shows scrollbar when needed */
}


.story_slide .item::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.story_slide .item::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.story_slide .item::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border:1px solid #555555;
}

.iti__selected-flag {
    background-color: transparent !important;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.story_slide .item::before {
    position: absolute;
    content: '';
    background-image: url(../image/comma.png);
    width: 50px;
    height: 40px;
    top: 30px;
    background-repeat: no-repeat;
    background-size: 65%;
}

.stories_main .story_slide {
    position: unset;
}

.story_slide .owl-nav button {
    position: absolute;
    bottom: -3rem;
    left: 1rem;
}

.story_slide .owl-nav button:hover {
    background: transparent !important;
}

.story_slide .owl-prev i {
    border: 1px solid #3C281E;
    padding: 15px;
    color: #3C281E;
}

.story_slide .owl-prev:hover {
    color: #3C281E !important;
}

.story_slide .owl-nav .owl-next {
    left: 5rem;
}

.story_slide .owl-next i {
       border: 1px solid #3C281E;
    padding: 15px;
    color: #3C281E;
}

.story_slide .owl-nav button i:hover{
    background: #3C281E;
    color: #fff;
}

.client_profile .client_detail img {
    width: 50px;
}

.client_profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client_profile .client_detail {
    display: flex;
    align-items: center;
    gap: 20px;
}

.client_profile .client_detail h5 {
    font-family: 'Gilroy-SemiBold';
    font-size: 18px;
}

.client_profile .client_detail h6 {
    font-family: 'Gilroy-Regular';
    color: #727272;
    margin-top: 5px;
    font-size: 16px;
}

div#pills-profile h3 {
    font-family: 'PublicSans-SemiBold';
    font-size: 28px;
}

.client_profile .star_review i {
    color: #FFCC00;
    font-size: 20px;
}

/* upcoming Event */
.event_slider .item img {
    border-radius: 100px 100px 0 0;
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.event_slider .item {
    position: relative;
}

.event_slider .event_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 60%;
    margin: auto;
    border-radius: 50px 50px 0 0;
    background: #FFF5EA;
    padding: 30px 20px;
}

.event_slider .item h4 {
    font-family: 'PublicSans-SemiBold';
    font-size: 22px;
    color: #A67431;
    position: absolute;
    top: -10%;
    text-align: center;
    left: 0;
    right: 0;
    background: #fff;
    width: 40%;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
}

.event_slider .item h3 {
    font-family: 'PublicSans-SemiBold';
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #A67431;
    padding: 10px 0;
}

.event_slider .item p {
    font-family: 'PublicSans-Regular';
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 25px;
}

.event_slider .item a {
    background: #A67431;
    color: #fff;
    font-family: 'PublicSans-SemiBold';
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 8px;
}

.event_slider .slideitem2 .event_detail {
    background: #ECFFFC;
}

.slideitem2 .event_detail h3,
.slideitem2 .event_detail h4 {
    color: #296960;
}

.slideitem2 .event_detail a {
    background: #296960;
}

.event_slider .owl-nav button i {
    background: #FFFBF3;
    padding: 15px 25px;
}

.event_slider .owl-nav button {
    position: absolute;
    top: 40%;
}

.owl-nav button:hover {
    color: unset !important;
    background: transparent !important;
}

.event_slider {
    padding: 0 2%;
    margin: auto;
}

.event_slider .owl-nav .owl-next {
    right: -1%;
}

.event_slider .owl-nav .owl-prev {
    left: -1%;
}

.event_slider .owl-dots {
    margin-top: 40px !important;
}

/* Recent Blog */
section p.sub_content {
    font-family: 'Gilroy-Regular';
    font-size: 18px;
    line-height: 30px;
    width: 80%;
    margin: auto;
    text-align: center;
    margin: 10px auto;
}

.recent_main .blog_item {
    position: relative;
    margin-bottom: 20px;
}

/* .recent_main .recent_first .blog_item img {
    height: 400px;
} */

.recent_main .recent_first .blog_item img {
    height:400px;
    object-fit: cover;
    object-position: center;
}

.blog_content p, .blog_content p span, .blog_content li, .blog_content li span {
    font-family: 'PublicSans-Regular';
    font-size: 16px;
    line-height: 30px;
}

.similar_blog img {
    height: 200px;
    object-fit: cover;
}

.recent_first .blog_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #ffffff 0.23%, #ffffff 0.23%, rgb(255 250 250 / 20%) 82.99%);
}

.recent_first .blog_content {
    position: absolute;
    z-index: 2;
    padding: 35px;
    bottom: 0;
    width: 50%;
    margin: auto;
}

.recent_first h3 {
    color: #3C281E;
    font-family: 'PublicSans-SemiBold';
    font-size: 35px;
    line-height: 53.85px;
    letter-spacing: -1.58px;
}

.recent_main .similar_blog {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: left;
}

.similar_blog .blog_item {
    width: 31%;
}

.similar_blog .blog_content {
    position: absolute;
    bottom: 0;
    padding: 30px 20px;
    z-index: 2;
}

.similar_blog .blog_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 100%);

}

.similar_blog .blog_content h3 {
    color: #fff;
    font-family: 'PublicSans-SemiBold';
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.68px;
    vertical-align: middle;
    border-top: 3px solid;
    padding-top: 15px;
    border-image-source: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
}

/* Imspiration Video */

.inspir_slide .item {
    background: #fff;
    padding: 10px;
    text-align: center;
}

.inspir_slide h3 {
    font-family: 'PublicSans-SemiBold';
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
}

.inspir_slide p {
    font-family: 'Gilroy-Regular';
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
}

.inspir_slide .owl-nav button i {
    background: #FFF;
    padding: 15px 20px;
    border-radius: 50px 0 0 50px;
}

.inspir_slide .owl-prev i {
    border-radius: 0 50px 50px 0 !important;
}

.owl-nav button {
    position: absolute;
    top: 40%;
}

.owl-nav button:hover {
    color: unset !important;
}

.inspir_slide .owl-nav .owl-next {
    right: -0.5%;
}

.inspir_slide .owl-nav .owl-prev {
    left: -0.5%;
}

/* certificate */
section.certificate_sec h2 {
    font-family: 'PublicSans-SemiBold';
    font-size: 35px;
    line-height: 53.85px;
    letter-spacing: -1.58px;
    color: #3C281E;
}

section.certificate_sec p {
    font-family: 'PublicSans-Regular';
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0;
}

section.certificate_sec li {
    font-family: 'PublicSans-Regular';
    font-size: 16px;
    line-height: 32px;
}

.certificate_slide .owl-nav .owl-next {
    right: -1.5%;
}

.certificate_slide .owl-nav .owl-prev {
    left: -1.5%;
}

.certificate_slide .owl-nav button i {
    background: #FFF;
    padding: 15px 16px;
    border-radius: 50px;
    box-shadow: 0px 4px 36px 0px #00000040;
}

.certificate_slide .item {
    background: #E6D9AC;
    padding: 10px;
}

.certificate_slide {
    padding: 0 2%;
    margin: auto;
}

section.certificate_sec {
    padding: 40px 0;
}

section.certificate_sec::before {
    position: absolute;
    content: '';
    background-image: url(../image/certificate-bg1.png);
    width: 8%;
    height: 50%;
    z-index: 1;
    background-repeat: no-repeat;
    top: 0;
    background-size: 100%;
    left: 0;
}

section.certificate_sec::after {
    position: absolute;
    content: '';
    background-image: url(../image/certificate-bg2.png);
    width: 5%;
    height: 20%;
    z-index: 1;
    background-repeat: no-repeat;
    bottom: 0;
    background-size: 100%;
    right: 0;
}

/* get in touch */

.get-touch img {
    width: 40px;
}

.get-touch .touch-innr {
    text-align: center;
}

.get-touch .touch-innr h4 {
    font-family: 'PublicSans-SemiBold';
    color: #3C281E;
    margin: 10px 0;
}

.get-touch .touch-innr p {
    font-family: 'Gilroy-Regular';
    color: #000;
    font-size: 16px;
}

section.get-intouch {
    background: #FFF9EB;
}

.get-touch .touch-innr {
    background: #fff;
    padding: 50px 0;
    border-radius: 10px;
    width: 31%;
}

.get-intouch .get-touch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

/* listing Page */
.collection_main .product-link {
    display: block;
    position: relative;
}

.collection_main .media-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.collection_main .media-front,
.collection_main .media-hover {
    transition: opacity 0.3s ease;
}

.collection_main .media-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.collection_main .product-link:hover .media-front {
    opacity: 0;
}

.collection_main .product-link:hover .media-hover {
    opacity: 1;
}

.collection_main .media {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.collection_main .product_detail {
    font-family: 'PublicSans-Regular';
    font-weight: 400;
    line-height: 25px;
    z-index: 2;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    /* background: linear-gradient(0deg, #00000086 0%, rgba(255, 255, 255, 0) 100%); */
/*    background: #00000086;*/
    color: #fff;
    padding: 15px;
    margin: 0;
    font-size: 14px;
    transition: bottom 0.4s ease;
    height: 100%;
    display: flex;
    align-items: center;
}

.collection_main .product_detail .product_info p {
    width: 100%;
    font-size: 15px;
    background-image: linear-gradient(90deg, #5b555400, #423026, #5b555400);
    padding: 10px;
    color: #fff;
    overflow-wrap: break-word;
    margin: auto;
    margin-bottom: 10px;
}

.collection_main .product_info {
    width: 100%;
    text-align: center;
}

.collection_main p.request_quote {
    background: #fff !important;
    border: 1px solid #3c281e4d;
    color: #000 !important;
}


.collection_main .collect_item a:hover .product_detail {
    bottom: 0;
}

.collection_main .product_info p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.collection_main .request_quote {
    font-weight: bold;
    color: #005aab;
}

.collection_main .listing_detail h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.collection_main .listing_quality {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collection_main .active-heart,
i.fa-solid.fa-heart.active-heart {
    color: red;
}

.product_share .social {
    display: flex;
    gap: 8px;
    padding-left: 0;
    list-style: none;
}

.collection_main .collect_item {
    width: 24%;
    padding: 5px !important;
    position: relative;
}

.product_inspir .inspir_slide .item {
    background: #FFF9EB;
}

.product_inspir .inspir_slide .owl-nav button i {
    background: #FFF9EB;
}

.collection_main .collect_item h3 {
    font-family: 'PublicSans-SemiBold';
    font-size: 15px;
    letter-spacing: -0.4px;
}

.collect_item button {
    border: 0;
    background: 0;
    padding: 0;
}

.collect_item .listing_detail {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin: 15px 0;
    /* position: relative; */
    gap: 15px;
    height: 85px;
}

.collect_item .collect_imag {
    position: relative;
    overflow: hidden;
}

.product_detai .prod_infoview p {
    width: 100%;
    font-size: 15px;
    background-image: linear-gradient(90deg, #5b555400, #423026, #5b555400);
    padding: 10px;
}

.product_detai .prod_infoview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: start;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.collect_item .collect_imag video {
    height: 340px;
    object-fit: cover;
}

.categories_sec .collection_main {
    gap: 1%;
}


.collection_main .listing_quality form {
    margin-top: 8px;
}

.prod_infoview p.request_quote {
    background: #fff;
    color: #000;
}

.banner-collection .banner_content {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    margin: auto;
}

.banner-main.category_banner .banner_content h1 {
    padding: 0;
}

.banner-main.category_banner .banner_content .text-center {
    padding: 15px 25px;
}

.banner-collection img {
    height: 550px;
    object-fit: cover;
}

.banner-collection .banner_content h1 {
    font-family: 'PublicSans-SemiBold';
    background: #FFF9EB;
    padding: 5px 25px;
    border-radius: 3px;
    font-size: 35px;
}

.banner-collection .banner_content .text-center {
    background: #FFF9EB;
    padding: 10px 25px 15px;
    border-radius: 3px;
}

.banner-collection .banner_content p {
    font-family: 'PublicSans-Regular';
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 20px;
    width: 100%;
}

.banner-collection .banner_content a {
    font-family: 'PublicSans-Regular';
    font-size: 19px;
    background: #0E6A85;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

.banner-collection .banner_content button {
    font-family: 'PublicSans-Regular';
    font-size: 17px;
    background: #3C281E;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    border: 0;
}


section.bloglist_sec {
    padding-bottom: 20px;
}

.bloglist_slider .item .common-btn {
    margin-bottom: 0;
}

/* Detail Page */
section.recent_viewsec h2 {
    margin-bottom: 0;
    line-height: 85.03px;
    text-align: left;
    font-family: 'PublicSans-SemiBold';
    letter-spacing: -1px;
}

section.recent_viewsec h3.recent_text {
    font-family: 'PublicSans-Regular';
    font-size: 18px;
    text-align: left;
    color: #8B8B8B;
    width: 70%;
    line-height: 30px;
    margin-bottom: 30px;
}

/* breadcrmb */
.brdcrmb ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.brdcrmb {
    width: 100%;
    float: left;
}

.brdcrmb li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 1rem;
    font-family: 'PublicSans-Regular';
    line-height: normal;
}

.brdcrmb li a {
    color: #818181;
    font-family: 'PublicSans-Regular';
    font-size: 15px;
}

.brdcrmb .brdcrm_blistin:after {
    position: absolute;
    content: '/';
    right: -4px;
    color: #818181;
    font-size: 18px;
    font-family: 'PublicSans-Regular';

}

.brdcrmb .brdcrm_blistin:last-child {
    position: unset;
}

.brdcrmb li:last-child a,
.brdcrmb .brdcrm_blistin_2 a {
    pointer-events: none;
    color: #3C281E;
    font-family: 'PublicSans-Regular';
    font-size: 15px;
}

.brdcrmb .brdcrm_blistin:last-child:after {
    display: none;
}

.detail_main .detail_lftcont {
    float: left;
    width: 100%;
}

.detail_lftcont h1,
.product_img p {
    font-family: 'PublicSans-bold';
    font-size: 33px;
    line-height: 44px;
    letter-spacing: -0.5px;
    padding: 5px 0 5px;
    color: #3C281E;
}

/* .product_info .service_lft{
    display: none;
} */

.product_info .reveal-click {
    cursor: pointer;
}

.detail_lftcont .dimension-box {
    display: flex;
}

.detail_lftcont li {
    font-family: 'PublicSans-Regular';
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
}

.detail_lftcont p {
    font-family: 'PublicSans-Regular';
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.detail_lftcont h2{
    font-size: 35px;
}

.detail_lftcont .product_size {
    display: flex;
    justify-content: left;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.detail_lftcont .product_color h4 {
    font-size: 30px;
    height: 32px;
    font-family: 'PublicSans-Bold';
}

.product_mateinfo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product_mateinfo h4 {
    font-family: 'PublicSans-Bold';
    font-size: 20px;
    line-height: normal;
    margin: 10px 0;
}

.product_mateinfo p {
    text-transform: uppercase;
}

.product_color p {
    font-size: 28px;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.product_color i {
    background: #fff;
    padding: 1px 3px 0px 2px;
}

p.color-selector.selected.active i {
    border: 1px solid #000;
    border-radius: 5px;
}

.product_color p.selected {
    border-color: #000;
}

.detail_lftcont .product_size p {
    border: 1px solid #3C281E;
    font-family: 'PublicSans-Regular';
    font-size: 15px;
    line-height: 28px;
    width: 25%;
    text-align: center;
    padding: 8px 0;
    overflow-wrap: break-word;
}

.detail_lftcont .product_qty p {
    font-family: 'PublicSans-Regular';
    font-size: 14px;
    text-align: left;
    color: #8B8B8B;
    line-height: 30px;
}

form .quality_byubtn {
    margin: 5px 0;
}

.quality_byubtn .product_quansel {
    margin: 5px 0;
    display: flex;
    gap: 10px;
}

form .quality_byubtn .quote-btn {
    background: #0D0D0D;
    color: #fff;
    border: 0;
    font-family: 'PublicSans-Regular';
    font-size: 16px;
    /* line-height: 22px; */
    letter-spacing: -0.4px;
    text-align: center;
    padding: 10px 20px;
    width: 70%;
}

.quality_byubtn .quantity-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #000;
    overflow: hidden;
    justify-content: space-between;
    font-family: 'PublicSans-Regular';
    background-color: #fff;
    width: 30%;
}

.quantity-wrapper button {
    background-color: #fff;
    border: none;
    padding: 2px 15px;
    font-size: 28px;
    cursor: pointer;
    color: #858585;
}

.quantity-wrapper button:hover {
    background-color: transparent;
}

.quality_byubtn .quantity-input {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
    background-color: #fff;
}

.detail_main .product_content h3 {
    font-family: 'PublicSans-Bold';
    font-size: 30px;
    line-height: 100%;
    margin: 30px 0;
}

.detail_main .product_content {
    margin-top: 30px;
}

.detail_main .product_content p {
    font-family: 'PublicSans-Regular';
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}

section.detail_sec {
    background: #FFF9EB;
    border-top: 1px solid #D0D0D0;
    padding: 50px 0px;
}

.detail_lftcont .product_color {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 10px;
}

.detail_bredcrmb .collect_item i {
    font-size: 20px;
    color: rgb(129, 129, 129);
}

.detail_main .detail_bredcrmb {
    display: flex;
    align-items: center;
    width: 90%;
    margin-bottom: 10px;
}

.detail_bredcrmb .share {
    cursor: pointer;
    transition: transform 0.3s ease;
}



.detail_bredcrmb .social {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: all 0.4s ease;
    display: flex;
    width: 100%;
    position: absolute;
    bottom: -4rem;
    right: -3rem;
    width: 230px;
    background: #fff;
    padding: 10px;
}

.detail_bredcrmb .social.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


.detail_bredcrmb .social li i {
    list-style: none;
    padding: 4px 5px;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid;
}

.detail_bredcrmb .social li i.fa-x-twitter {
    color: #000;
    font-size: 19px;
}



.detail_bredcrmb .social li i.fa-linkedin-in {
    color: #0077B5;
}

.detail_bredcrmb .social li i.fa-square-facebook {
    color: #3b5998;
}

.detail_sec .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin: auto;
    align-items: flex-start;
    position: relative;
}

.detail_sec .thumbnails {
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.detail_sec .thumbnails_main {
    width: 15%;
}

.detail_sec .thumbnails img,
.detail_sec .video-thumb {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
}

.detail_sec .video-thumb {
    position: relative;
    overflow: hidden;
}

.detail_sec .video-thumb iframe,
.detail_sec .main-media {
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: none;
}

.detail_sec .video-thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.detail_sec .main-image-wrapper {
    position: relative;
    flex: 1;
    min-width: 300px;
    min-height: 500px;
    width: 85%;
}

.detail_sec .main-image,
.detail_sec .main-video {
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
}

.detail_sec .main-video {
    height: 400px;
}

.detail_sec .wishlist {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    margin-left: 10px;
    z-index: 2;
}

.detail_sec .wishlist button {
    background: transparent;
    border: 0;
    padding: 0;
}

.gallery i.fa-heart {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 50%;
    padding: 7px 6px 5px;
    font-size: 22px;
}

.gallery i.fa-solid.fa-share-from-square {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 50%;
    padding: 9px 9px;
    font-size: 16px;
}




.detail_sec .share_btn {
    top: 60px;
}

.detail_sec .collect_item.detail_bredcrmb .social {
    display: grid;
    width: auto;
    right: -0.5rem;
    bottom: auto;
    top: -0.5rem;
    border-radius: 10px;
}


/* About Us Page */
section.sixmain_thing.about-sixthing {
    background: #FFF9EB;
    padding-bottom: 0;
}

.about_servithig .define_thing {
    padding-bottom: 50px;
}

.about-sixthing::before {
    position: absolute;
    content: '';
    background-image: url(../image/about_thing1.png);
    width: 10%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    top: 0;
    background-size: 100%;
    left: 0;
}

.about-sixthing::after {
    position: absolute;
    content: '';
    background-image: url(../image/about_thing2.png);
    width: 10%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    top: 0;
    background-size: 100%;
    right: 0;
}

.about-sixthing .about_servithig {
    position: relative;
}

.about-sixthing .about_servithig::before {
    position: absolute;
    content: '';
    background-image: url(../image/about_thing3.png);
    width: 10%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    bottom: 0;
    background-size: 100%;
    left: 0;
    background-position: bottom;
}

.about-sixthing .about_servithig::after {
    position: absolute;
    content: '';
    background-image: url(../image/about_thing4.png);
    width: 10%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    bottom: 0;
    background-size: 100%;
    right: 0;
    background-position: bottom;
}

section.about_freeqout {
    padding: 0;
}

section.about_freeqout::before {
    display: none;
}

.about_freeqout .free_quotemain h2 {
    color: #3C281E;
}

.about_freeqout .free_quotemain p {
    color: #000;
}

.about_freeqout .free_quotemain a {
    background: #3C281E;
    border: 1px solid #3C281E;
}

.about_us .banner_content {
    position: absolute;
    width: 55%;
    z-index: 1;
    top: 20%;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.section_bg.about_ourself {
    padding: 50px 0;
}

.section_bg.about_ourself::before,
.section_bg.about_ourself::after {
    width: 8%;
}

.about_ourself h2 {
    margin-bottom: 0;
    line-height: 50px;
    letter-spacing: -1.2px;
    color: #3C281E;
    font-family: 'PublicSans-SemiBold';
}

.about_ourself li {
    color: #3C281E;
    font-family: 'PublicSans-Regular';
    font-size: 20px;
}

.about_ourself p {
    font-family: 'PublicSans-Regular';
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #5E5E5E;
    margin-top: 20px;
}

.counter-number .counter-item {
    display: flex;
    margin-top: 70px;
    padding-top: 50px;
    border-top: 1px solid #9C9C9C;
    flex-wrap: wrap;
}

.counter-number .counter-innr {
    width: 25%;
    text-align: center;
}

.counter-number .counter-innr span {
    margin-bottom: 0;
    line-height: 50px;
    letter-spacing: -1.2px;
    color: #3C281E;
    font-family: 'PublicSans-SemiBold';
    font-size: 50px;
}

.counter-number .counter-innr p {
    font-family: 'PublicSans-SemiBold';
    line-height: normal;
    letter-spacing: 0;
}

.bloglist_slider .collection_main .social.active {
    bottom: -5rem;
}

.quality_byubtn select.form-select {
    border: 1px solid;
    border-radius: 3px;
    padding: 8px 15px;
    margin-top: 5px;
    font-family: 'PublicSans-Regular';
}

/* collection page */
.collections-page .latest_main img {
    height: 350px;
    object-fit: cover;
}

.collections-page .latest_main .collert_btn {
    font-family: 'PublicSans-SemiBold';
    font-size: 20px;
}

.collections-page .collert_btn i {
    font-size: 16px;
}

.collections-page .card:hover i {
    padding-left: 10px;
    transition: all 0.3s ease-in-out;

}

.collections-page h1 {
    font-family: 'PublicSans-SemiBold';
    letter-spacing: -2.29px;
    font-size: 35px;
}

.collections-page .latest_main {
    width: 33%;
    position: relative;
}

.latest-arrvimg .login-link.overlay-login {
    position: absolute;
    top: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4c4b4b99;
    border-radius: 0;
    z-index: 2;
    border: 0;
}

/* Blog Listing Page */
.bloglist_slider .item h2 {
    font-family: 'PublicSans-Bold';
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0;
    color: #232536;
}

.bloglist_slider .item h5,
.listing_allblog h5 {
    font-family: 'PublicSans-SemiBold';
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #232536;
}

.bloglist_slider .item h6 {
    font-family: 'PublicSans-Regular';
    font-size: 15px;
}

.bloglist_slider .item p {
    font-family: 'PublicSans-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #6D6E76;
    margin: 40px 0;
}

.bloglist_slider .item .common-btn a {
    background: #3C281E;
    border: 1px solid #3C281E;
    font-size: 18px;
    padding: 10px 50px;
}

.bloglist_slider .owl-nav {
    margin-top: 40px !important;
}

section.listing_blogs {
    background: #FFF9EB;
}

.listing_blogs h1 {
    font-family: 'PublicSans-Bold';
    font-size: 40px;
    line-height: 82.27px;
    letter-spacing: -1.57px;
    color: #232536;
}

.listing_blogs .listing_allblog .row {
    width: 100%;
    border-top: 2px solid #D0CCC5;
    margin-top: 40px;
    padding: 40px 0 0;
}

.listing_allblog h3 {
    font-family: 'PublicSans-Bold';
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
    color: #232536;
    letter-spacing: -1.4px;
}

.listing_allblog p {
    font-family: 'PublicSans-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #6D6E76;
    margin: 20px 0;
}

.listing_blogs .pagination {
    margin: 50px 0 30px;
    text-align: center;
    gap: 20px;
    justify-content: center;
}

.listing_blogs .pagination button {
    font-family: 'PublicSans-SemiBold';
    font-size: 20px;
    line-height: 50px;
    letter-spacing: -1.29px;
    text-align: center;
    border: 0;
    background: transparent;
}

.blog-main a.btn.btn-outline-primary {
    border: 1px solid #3C281E !important;
    color: #3C281E;
}

.blog-main a.btn.btn-outline-primary:hover {
    background: #3C281E;
    color: #fff;
}

.blog-main a.btn.btn-primary {
    background: #3C281E;
    border-color: #3C281E;
}

.blog_category .row {
    gap: 20px;
    justify-content: space-between;
}

section.blog_category h2 {
    font-family: 'PublicSans-Bold';
    font-size: 35px;
    color: #232536;
    margin: 30px 0;
}

.blog_category .item img {
    width: 35px;
    background: #FBF6EA;
    padding: 10px;
    border-radius: 5px;
}

.blog_category .item h3 {
    font-family: 'PublicSans-SemiBold';
    font-size: 20px;
/*    line-height: 52.19px;*/
    color: #232536;
}

.blog_category .item p {
    font-family: 'PublicSans-Regular';
    font-size: 16px;
    line-height: 30px;
    color: #6D6E76;
    margin: 0 0 20px;
}

.blog_category .item:hover {
    background: #FFF9EB;
    border-radius: 5px;
}

.blog_category .item:hover img {
    background: #fff;
}

.bloglist_slider .item img {
    height: 400px;
    object-fit: cover;
}

/* detail Page */
.bloglist_slider .item .row>div,
.listing_allblog .col-lg-6.left {
    position: relative;
}

.blog_like {
    position: absolute;
    right: 2rem;
    top: 1rem;
    padding: 2px 8px;
    background-color: #EFEFEF;
    border-radius: 3px;
}

.blog_like i {
    font-size: 20px;
    background: #EFEFEF;
    padding: 7px 5px 4px 5px;
    border-radius: 50px;
}

.blog_like i.liked {
    color: red;
}

.blog_admin .first_admin img {
    width: 50px;
}

.first_admin .admin-detail {
    margin-left: 20px;
}

.first_admin .admin-detail h6 {
    font-family: 'PublicSans-SemiBold';
    font-size: 22px;
    letter-spacing: -1.3px;
    color: #3C281E;
}

.first_admin .admin-detail p {
    font-family: 'Inter';
    font-size: 14px;
    color: #6D6E76;
}

.blog_detailcont .blog_content {
    color: #6D6E76;
}

.first_share .social_blog {
    display: flex;
    gap: 10px;
    margin-left: 20px;
}

.first_share .social_blog i {
    background: #EFEFEF;
    color: #8D8D8D;
    padding: 10px;
    border-radius: 5px;
}

.first_admin .first_share p {
    color: #8D8D8D;
    font-family: 'PublicSans-Bold';
}

/*.first_admin .first_share span {
    margin-top: -1.2rem;
    margin-left: 10px;
    color: #8D8D8D;
    font-size: 24px;
}
*/

.social_blog a.like-button {
    background: #EFEFEF;
    color: #8D8D8D;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'PublicSans-Regular';
}

.social_blog a.like-button i {
    padding: 0;
}

.first_share .social_blog .liked {
    color: red;
}

.blog_detailcont h1, .blog_detailcont h1 span {
    color: #3C281E;
    font-family: 'PublicSans-SemiBold';
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0px;
    margin: 30px 0;
}

.blog_detailcont .blog_content {
    padding: 40px 0;
}

.blog_detailcont .blog_content h2, .blog_detailcont .blog_content h2 span {
    font-family: 'PublicSans-SemiBold';
    font-size: 30px;
    letter-spacing: 0px;
    color: #232536;
    margin: 30px 0;
}

.blog_detailcont .blog_content h3, .blog_detailcont .blog_content h3 span {
    font-family: 'PublicSans-SemiBold';
    font-size: 25px;
    letter-spacing: 0px;
    color: #232536;
    margin: 30px 0;
}

.blog_detailcont .blog_content h4, .blog_detailcont .blog_content h4 span {
    font-family: 'PublicSans-SemiBold';
    font-size: 23px;
    letter-spacing: 0px;
    color: #232536;
    margin: 30px 0;
}

.blog_detailcont .blog_content h5, .blog_detailcont .blog_content h5 span {
    font-family: 'PublicSans-SemiBold';
    font-size: 18px;
    letter-spacing: 0px;
    color: #232536;
    margin: 30px 0;
}

/* what next */
section.what_next h2 {
    font-family: 'PublicSans-Bold';
    font-size: 35px;
}

.what_otherblog .blog_inner p {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 22px;
    color: #65656D;
}

.what_otherblog .blog_inner h6 {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #4C4C4C;
}

.what_otherblog .blog_inner h3 {
    font-family: 'PublicSans-Regular';
    font-size: 18px;
    margin: 10px 0;
}

.what_otherblog .blog_inner {
    padding: 20px 10px;
}

.what_next .what_otherblog {
    display: flex;
    gap: 20px;
    padding: 30px 0 50px;
    border-bottom: 1px solid #D4D0C8;
    flex-wrap: wrap;
}

.what_next .what_otherblog .item {
    box-shadow: 0px 4px 34px 0px #3C281E12;
    border-radius: 0 0 5px 5px;
    width: 23%;
}

section.what_next {
    background: #FFF9EB;
}

section.get-intouch.blgo_getin {
    background: #fff;
}

.get-intouch.blgo_getin .touch-innr {
    background: #FFF9EB;
}

/* Contact Page */
.contact_main .col-lg-6 {
    padding: 0;
    position: relative;
}

section.contact_main {
    background: #FFF9EB;
    padding: 0;
}

.contact_main .contact_ryt {
    padding: 0 50px;
}

/* .contact_main .contact_whatsapp {
    top: 45%;
    background: #FFF9EB;
    position: absolute;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    gap: 10px;
    align-items: center;
    left: 25%;
} */
.contact_main .contact_whatsapp {
    top: 35%;
    background: #FFF9EB;
    position: absolute;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    padding: 30px 0px;
    width: 35%;
    margin: auto;
    left: 0;
    z-index: 2;
    right: 0;
}

.contact_whatsapp i {
    font-size: 50px;
}

.contact_ryt h2 {
    font-family: 'PublicSans-Bold';
    font-size: 60px;
    line-height: 100%;
    color: #3C281E;
    margin: 30px 0;
}

.contact_main .contact_whatsapp h3 {
    font-family: 'PublicSans-Bold';
    font-size: 20px;
    margin: 10px 0;
    line-height: 27.16px;
    letter-spacing: -0.3px;
}


.contact_main .contact_whatsapp p {
    font-family: 'Gilroy-Regular';
    color: #000;
    font-size: 16px;
}

.contact_ryt label {
    color: #000;
    font-size: 18px;
    font-family: 'PublicSans-Regular';
    margin: 10px 0;
}

.contact_ryt .form-control {
    border: 0;
    border-bottom: 1.5px solid #939393;
    border-radius: 0;
    background: transparent;
    font-family: 'PublicSans-Regular';
    font-size: 14px;
    padding: 10px 5px;
}

.contact_ryt .submit_contact {
    background: #3C281E;
    padding: 10px 0;
    color: #fff;
}

.contact_ryt form .form_flex {
    margin: 30px 0;
    gap: 10px;
    display: flex;
}

.contact_ryt form .form_flex>div {
    width: 50%;
}

.contact_main .contact_lft::before {
    background-color: #00000040;
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}

.search_result h2.subheading {
    font-size: 28px;
}

.bmi-header .search-bar {
    transition: width 0.3s ease;
    white-space: nowrap;
    position: absolute;
    z-index: 99;
    bottom: -3rem;
    left: 0;
    right: 0;
    background: #FFF9EB;
    padding: 10px 0;
}

.bmi-header .search-bar form .searchTerm {
    padding: 5px 10px;
    font-family: 'Inter';
}

.bmi-header .search-bar form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar .close-search {
    background: none;
    border: none;
    font-size: 25px;
    color: #000;
    cursor: pointer;
}

.bmi-header .searchTerm {
    width: 70%;
}

.bmi-header .searchButton {
    background: none;
    border: none;
    font-size: 23px;
    padding: 0 18px;
}

/* form section */
.form_main .form_account h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'PublicSans-Medium';
    font-size: 32px;
}

.form_main .form_account {
    background: #FFF9EB;
    width: 40%;
    margin: auto;
}

.form_main .form_account {
    background: #FFF9EB;
    padding: 40px 30px;
}

.form_account button.proceed_pay {
    background: #3C281E;
    color: #fff;
    border: 0;
    padding: 9px 35px;
    border-radius: 3px;
    font-family: 'PublicSans-Medium';
}

.form_account a.btn.btn-link {
    font-size: 15px;
    color: #000;
    font-family: 'PublicSans-Medium';
}

.form_btnlog .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* cart page */
.cart_page .cart_mainprod img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}


.cart_mainprod ul.service_lft {
    display: flex;
    padding: 0;
    gap: 6px;
}


.cart_mainprod .service_lft li {
    border: 1px solid #3C281E;
    font-family: 'PublicSans-Regular';
    font-size: 13px;
    line-height: 28px;
    width: 25%;
    text-align: center;
    padding: 8px 0;
    overflow-wrap: break-word;
    list-style: none;
}

.cart_page .cart_prodinfo .cart-name a,
.cart_page .cart_prodinfo .cart-name p {
    font-size: 24px;
    font-family: 'PublicSans-Medium';
}

.cart_prodinfo.quality_byubtn {
    width: 85%;
}

.cart_main .cart_mainprod {
    display: flex;
    width: 100%;
    padding: 30px 0;
    border-bottom: 2px solid #cccccc;
    gap: 15px;
}

.cart_prodinfo .product_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.cart_main .cart_mainprod:last-child {
    border-bottom: 0;
}


.cart_mainprod .card_img {
    width: 15%;
    text-align: right;
}

.cart_prodinfo .quantity-wrapper {
    width: 20%;
}

.cart_prodinfo .cart_color {
    font-family: 'PublicSans-Medium';
    font-size: 20px;
    margin: 10px 0;
}

.cart_prodinfo .cart_color span {
    font-family: 'PublicSans-Medium';
    font-size: 15px;
    text-transform: capitalize;
}

.cart_prodinfo .product_detail .product_info {
    width: 50%;
}

.cart_prodinfo form button.btn-sm {
    background: red;
    color: #fff;
    border: 0;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 3px;
}

.cart_formmodel .form-group {
    margin-top: 6px;
}

.cart_formmodel .form-group label {
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'Gilroy-medium';
    margin-left: 10px;
}

.cart_formmodel .form-group label span{
    color: red;
}

.cart_page .proceed_btn button.btn-primary {
    background: #3C281E;
    padding: 10px 35px;
    color: #fff;
    font-family: 'PublicSans-Medium';
    border: 0;
    font-size: 20px;
}

.cart_page .proceed_btn a.shopping_return {
    padding: 11px 35px;
    font-family: 'PublicSans-Medium';
    font-size: 20px;
    border: 2px solid #3C281E;
    color: #3C281E;
}

.cart_page .proceed_btn {
    text-align: right;
    margin-top: 50px;
}

.cart_infoform .modal-content {
    background-color: #FFF9EB;
    position: relative;
}

.cart_infoform .modal-header button {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.cart_formmodel .form-group input,
.cart_formmodel .form-group textarea {
    margin-bottom: 5px;
    border: 1px solid #3c281e73;
    border-radius: 40px;
    padding: 9px 20px;
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    letter-spacing: 0px;
}

.cart_infoform .modal-content h5 {
    font-family: 'Gilroy-Regular';
}


.cart_formmodel .form-group textarea {
    border-radius: 0;
}

.cart_formmodel .form-group input.form-control.getattach {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
}

.cart_formmodel .submit_contact {
    background: #3C281E;
    padding: 10px 0;
    color: #fff;
    font-family: 'PublicSans-Medium';
    margin: 20px 0 10px;
}

.modal-body.cart_formmodel {
    padding: 0 45px 20px;
}

.form_account input {
    font-family: 'PublicSans-Medium';
    font-size: 14px;
    padding: 10px;
    border-radius: 3px;
}

section.profile_page .form-new-product.profile_main {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
    gap: 10px;
}

section.profile_page .profile_main h3 {
    font-family: 'PublicSans-SemiBold';
    font-size: 20px;
}

section.profile_page .profile_main h6 {
    font-family: 'Gilroy-Medium';
}

.form-new-product.profile_main i {
    font-size: 18px;
    margin-right: 10px;
}

.profile_page .main-content-inner .wg-box {
    width: 45%;
    margin: auto;
    background: #FFF9EB;
    padding: 30px 40px;
}

.profile_page .main-content-inner .profile_main a.btn.btn-primary,
.profile_page .main-content-inner .profile_main button {
    border-radius: 3px;
    font-family: 'Gilroy-Medium';
}

.profile_editacc fieldset {
    margin: 20px 0;
}

.profile_editacc .conform_pass .body-title {
    margin-bottom: 0px;
}

.profile_editacc .conform_pass fieldset {
    margin: 10px 0;
}

.profile_editacc .body-title {
    margin-bottom: 10px;
    font-family: 'PublicSans-Medium';
}

.profile_editacc h5 {
    font-family: 'PublicSans-SemiBold';
}

.profile_editacc fieldset input {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
}

.profile_editacc button.btn.btn-primary {
    background: #3C281E;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
}

p.empty_product {
    font-family: 'PublicSans-Medium';
    text-align: center;
}

p.empty_product.emptycarttwo {
    font-size: 16px;
    margin: 20px 0 0;
}

section.banner-section.thankyou-section h1 {
    font-size: 32px;
    font-family: 'PublicSans-SemiBold';
    margin: 15px 0;
}



.banner-section.thankyou-section h3 i {
    color: green;
}

.cart_page .common-btn a::after {
    background: #3C281E;
}

.cart_page .common-btn a:hover {
    color: #000;
    border: 1px solid #3C281E;
}

/* Profile */
.profile_check .nav-item button {
    background: transparent;
    border-radius: 0;
    font-family: 'Gilroy-semibold';
    font-weight: 400;
    font-size: 17px;
    color: #000;
    margin: 10px 0 0;
    text-align: left;
    width: 100%;
    line-height: normal;
    padding: 8px 25px;
}

.profile_page .profile_inform {
    width: 80%;
    margin: auto;
}

.profile_check .nav-item button.active {
    background: #3C281E;
}

.profile_check .nav-pills {
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.profile_check a.btn.btn-primary.tf-button.w208 {
    background: #3C281E;
    border: 0;
}

.shop_now .common-btn a::after {
    background: #3C281E;
}

.shop_now .common-btn a {
    padding: 10px 35px;
}

.shop_now .common-btn a:hover {
    border: 1px solid #3C281E;
}

.profile_check .my-account__edit-form {
    padding-left: 30px;
}

.list-disc.list-inside .orderinfo {
    display: flex;
    gap: 20px;
    margin: 10px 0 20px;
}

.list-disc.list-inside .orderinfo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.profile_check .order_maininfo {
    border-bottom: 1.5px solid;
    padding-bottom: 10px;
}

.profile_check .order_maininfo:last-child {
    border: 0;
}

.profile_check .order_maininfo p {
    font-family: 'Gilroy-Medium';
    font-size: 14px;
    margin: 5px 0;
}

.list-disc.list-inside .orderinfo:last-child {
    margin-bottom: 10px;
}

.list-disc.list-inside {
    margin-top: 30px;
}

.profile_check .order_maininfo h5 {
    font-family: 'Gilroy-semibold';
    font-size: 18px;
}

.order_status .pending {
    background: red;
    color: #fff;
    padding: 2px 15px 4px;
    font-size: 13px;
}

.order_status .delivery {
    background: green;
    color: #fff;
    padding: 2px 15px 4px;
    font-size: 13px;
}

.order_status .cancelled {
    background: yellow;
    color: #000;
    padding: 2px 15px 4px;
    font-size: 13px;
}

.order_status {
    font-family: 'PublicSans-Medium';
    margin-bottom: 20px;
}

.product_size select#dimensionSelector {
    border: 1px solid;
    border-radius: 3px;
    font-family: 'PublicSans-Regular';
    width: 100%;
    position: relative;
}

.product_size .select_dimen {
    width: 25%;
    position: relative;
}

.product_size .select_dimen::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 5%;
    font-size: 12px;
    color: #000000;
    transition: all 0.3s;
    z-index: 99;
    transform: translateY(60%);
}

/* .detail_lftcont .product_matinfo {
    display: flex;
    justify-content: space-between;
} */

.product_size select#dimensionSelector::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: -8px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #5D0D50;
    transition: all 0.3s;
}

.owl-prev.disabled,
.owl-next.disabled {
    display: none !important;
}

/* .main-image-wrapper .zoom-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 10px;
    margin: auto;
    cursor: zoom-in;
}


.main-image-wrapper .zoom-image {
    width: 100%;
    height: auto;
    transition: none;
    transform-origin: top left;
    position: absolute;
    top: 0;
    left: 0;
}

.main-image-wrapper .zoom-container::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}
 */


/* Show on hover */
.main-image-wrapper .zoom-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.main-image-wrapper .clear-image {
  width: 100%;
  display: block;
}

.main-image-wrapper .blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* hidden until hover */
  z-index: 2;
}

.main-image-wrapper .blur-image {
  width: 100%;
  height: 100%;
  filter: blur(5px);
  object-fit: cover;
}

.main-image-wrapper .zoom-lens {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
  z-index: 3;
  box-shadow: 0 0 0 2px #fff;
  pointer-events: none;
}


/* old */
section.related-products.recent_viewsec {
    padding-bottom: 0;
}

.service_lft li {
    overflow-wrap: break-word;
}

/* popup */
.login_popup h5.modal-title {
    width: 100%;
    text-align: center;
    font-family: 'PublicSans-bold';
    color: #3C281E;
}

.login_popup .modal-content {
    background: #FFF9EB;
    padding: 15px;
    position: relative;
}

.login_popup .modal-content .btn-close {
    position: absolute;
    top: 3%;
    right: 3%;
    font-size: 13px;
}

.modal-header.sing_uppop .btn-close {
    top: 2%;
}

.login_popup .modal-header.sing_uppop {
    flex-wrap: wrap;
    text-align: center;
}

.modal-header.sing_uppop p {
    font-family: 'PublicSans-Regular';
    font-size: 16px;
    width: 100%;
    margin: auto;
    line-height: normal;
}

.login_popup button.proceed_pay {
    width: 100%;
    border: 0;
    background: #3C281E;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
}

.accnot_register p {
    text-align: center;
    font-family: 'Gilroy-medium';
    font-size: 14px;
    letter-spacing: 0px;
}

.accnot_register button.login-linksing {
    border: 0;
    background: transparent;
    font-family: 'Gilroy-Regular';
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0px;

}

.login_popup a.btn.btn-link {
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    font-family: 'Gilroy-Regular';
}

.login_popup .form-group.input input {
    border: 1px solid #3c281e73;
    margin-bottom: 10px;
    border-radius: 40px;
    padding: 9px 20px;
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    letter-spacing: 0px;
}

 #aboutcont_more {
     display: block;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.5s ease;
}

#aboutcont_myBtn {
    font-size: 16px;
    text-transform: capitalize;
    background: #3C281E;
    border: 1px solid #3C281E;
    color: #fff;
    font-family: 'PublicSans-Regular';
    padding: 6px 20px;
    border-radius: 3px;
    margin-top: 10px;
}

section.cart_page h2.subheading {
    margin: 10px 0;
}

.inspir_slide .item a img {
    height: 350px;
    object-fit: cover;
}

.login_popup .popup_loginerror {
    background: #F8D7DA;
    border: 1px solid #721c24;
    margin-bottom: 10px;
    padding: 0;
    color: #721c24;
    border-radius: 3px;
}

.login_popup .popup_loginerror ul {
    margin: 5px 10px;
    padding: 0;
}

.login_popup .popup_loginerror ul li {
    list-style: none;
    padding: 0;
    font-size: 15px;
    font-size: 14px;
    font-family: 'Gilroy-Regular';
}

.auto-hide-error {
    transition: opacity .4s ease;
}

.auto-hide-error.hideError {
    opacity: 0;
    pointer-events: none;
}


/* responsive */
@media screen and (max-width: 2500px) {}

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1400px) {
    .banner-section .banner_content h1, .banner-section .banner_content h2 {
        font-size: 45px;
    }

    .contact_lft.col-lg-6 img {
        height: 750px;
        object-fit: cover;
    }

    .bmi-header nav .links .main-links {
        gap: 32px;
    }
}


@media screen and (max-width: 1300px) {


    /* main css */

    .category_innr5 .category_manifact {
        width: 55%;
        top: 10%;
    }

    .banner-section .banner_content h1, .banner-section .banner_content h2 {
        line-height: 48px;
        font-size: 34px;
    }

    .banner-section h4 span {
        font-family: 'PublicSans-Bold';
        font-size: 18px;
    }

    .banner-section .banner-main img {
        height: 500px;
        object-fit: cover;
        object-position: left;
    }

    /* detail page */
    .detail_lftcont li {
        line-height: 24px;
        letter-spacing: -0.4px;
        margin-bottom: 14px;
    }

}

@media screen and (max-width: 1200px) {
    .footer-inrdiv {
        width: 33%;
        margin-bottom: 50px;
    }

    .bmi-footer {
        width: 90%;
    }

    .footer-care p {
        width: 100%;
    }

    /* main Page */

    .bmi-header nav .links a:not(:has(img)) {
        font-size: 14px;
    }

    .subtext {
        width: 90%;
    }

    .catergory_row .collect_items p {
        font-size: 18px;
        margin: 10px 0;
    }

    .category_main .category_manifact {
        top: auto;
        padding: 30px 30px;
        bottom: 12%;
    }

    /* Detail Page */
    section.recent_viewsec h3.recent_text {
        width: 100%;
    }

    .detail_lftcont li {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: -0.4px;
        margin-bottom: 10px;
    }

    .detail_lftcont h1,
    .product_img p {
        font-size: 27px;
        line-height: 30px;
        letter-spacing: -0.5px;
        padding: 20px 0;
        color: #3C281E;
    }

    .detail_lftcont .product_size p {
        font-size: 13px;
        width: 25%;
        padding: 3px 0;
    }

    .brdcrmb li a,
    .brdcrmb li:last-child a,
    .brdcrmb .brdcrm_blistin_2 a {
        font-size: 12px;
    }

    /* about Page */
    .about_ourself p {
        font-size: 14px;
        line-height: 28px;
    }

    .about_ourself h2 {
        line-height: 38px;
        font-size: 30px;
    }

    .cart_prodinfo .quantity-wrapper {
        width: 33%;
    }

    .profile_page .main-content-inner .wg-box {
        width: 60%;
        margin: auto;
        background: #FFF9EB;
        padding: 30px;
    }

    .banner-collection img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .cart_mainprod ul.service_lft {
        flex-wrap: wrap;
    }

    .cart_mainprod .service_lft li {
        width: 48%;
    }

    .collect_item .listing_detail{
            height: 70px;
    }

    .collection_main .collect_item {
        width: 32%;
    }

    .footer-inrmain.row>div {
        width: 33%;
    }

    .banner-section .banner_content {
        width: 70%;
    }

}

@media screen and (max-width: 1100px) {

    .bmi-header .links .login-link::before {
        top: -0rem;
    }

    .bmi-header nav .links {
        gap: 30px;
        width: 100%;
    }

    .bmi-header nav .links a:not(:has(img)), .bmi-header nav .links button {
        font-size: 13px;
    }

    .latest_main .latest_item img,
    .latest_main .latest_arrival2 .product-row img {
        height: auto;
    }

    .latest_main .latest_arrival2 .product-2 {
        display: none;
    }

    .main-links .mega-menu .mega-column {
        width: 32%;
    }

}

@media screen and (max-width: 992px) {

    .bmi-header nav .links>div {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 90%;
    }


    .bmi-header .links .login-link {
        width: 100%;
        text-align: left;
    }

    .bmi-header .profile_log .dropdown {
        top: 0;
        left: 2rem;
    }

    .bmi-header .dropdown-parent {
        position: relative;
        width: 100%;
    }

    .main-links .mega-menu {        
        width: 100%;
        padding: 15px;
        margin-top: 10px;
        position: relative;
    }
    .main-links .menu-product .mega-menu {
        display: none;
    }

    .bmi-header nav .links {
        position: fixed;
        z-index: 9;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 100%;
        flex-direction: column;
        background-color: #fff;
        justify-content: flex-start;
        align-items: center;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
        height: 0;
    }

    .bmi-header nav .links p {
        width: 100%;
    }

    .bmi-header .links .login-link::before {
        display: none;
    }

    .bmi-header nav .links a:not(:has(img)) {
        font-size: 16px;
        color: #000000;
    }

    .main-links .menu-product {
        width: 100%;
        position: relative;
    }

    .bmi-header nav .links {
        gap: 0px;
        padding-left: 0;
    }

    .bmi-header nav .logo {
        /* margin: auto; */
        text-align: left;
    }

    li.header-btn {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0%;
    }

    .bmi-header nav .icon-burger {
        display: flex;
    }

    nav .icon-burger .line {
        width: 30px;
    }

    .bmi-header #nav-toggle:checked~.links {
        height: 92%;
        top: 4.6rem;
        padding: 30px 0;
        width: 100%;
        gap: 20px;
        overflow: scroll;
    }

    .bmi-header .links li .dropdown li {
        padding: 0;
    }

    .bmi-header .dropdown-parent span::before {
        right: -20px;
        color: #000;
        transition: all 0.3s;
    }

    .bmi-header .dropdown-parent:hover span::before {
        top: -0.4rem;
    }

    /* Animate burger icon */
    .bmi-header #nav-toggle:checked~.mobile_toggle .icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }

    .bmi-header #nav-toggle:checked~.mobile_toggle .icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }

    .bmi-header #nav-toggle:checked~.mobile_toggle .icon-burger .line:nth-child(2) {
        opacity: 0;
    }

    .element-number span {
        font-size: 65px;
    }

    section.counter-main {
        margin: 0px;
    }



    .bmi-header .dropdown {
        display: none;
        position: relative;
        top: 0%;
        width: 100%;
        left: -2%;
        background: #fff;
        color: #000;
        list-style: none;
        padding: 10px 0;
        box-shadow: unset;
    }

    .bmi-header .links li {
        width: 100%;
        padding-left: 30px;
        padding: 0;
    }

    .bmi-header li.header-btn {
        position: absolute;
        bottom: 3%;
        padding-left: 0;
    }

    .footer-inrmain {
        justify-content: center;
        width: 100%;
        margin: auto;
    }

    .footer-inrdiv,
    .footer-care {
        width: 50%;
        margin-bottom: 30px;
    }

    /* form search */
    .bmi-header .mobile_carts {
        display: flex;
        gap: 15px;
    }

    .bmi-header .mobile_carts i {
        font-size: 24px;
    }

    .profile_page .profile_inform {
        width: 100%;
        margin: auto;
    }

    .bmi-header .profile_log i {
        font-size: 28px;
    }

    .main-usersec .search_head {
        display: none;
    }

    /* main Page */

    .banner-section .banner_content {
        width: 65%;
        padding: 0;
        top: 0%;
        margin: auto;
        margin-left: 30px;
    }

    .explore_btn .btn-1:hover rect {
        stroke-dasharray: 26, 305;
    }

    .explore_btn .btn-1 svg {
        height: 48px;
        top: 3px;
    }

    .explore_btn .btn {
        max-width: 170px;
    }

    .category_innr5 .category_manifact {
        top: 10%;
        width: 90%;
        margin: auto;
    }

    .latest_sec .latest_main,
    .latest_main .latest-arrvimg {
        gap: 10px;
        margin-top: 10px;
    }

    .sixmain_thing .define_thing {
        grid-template-columns: auto auto;
    }

    .story_slide .owl-nav button {
        position: unset;
        margin-top: 20px !important;
    }

    section.real_story {
        padding: 50px 0;
    }

    .subheading {
        font-size: 35px;
        letter-spacing: -1px;
    }

    .recent_first h3 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -1.58px;
        margin-bottom: 20px;
        vertical-align: middle;
        border-top: 3px solid;
        padding-top: 15px;
        border-image-source: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        border-image-slice: 1;
    }

    .similar_blog img {
        height: auto;
        object-fit: cover;
    }

    .recent_first .blog_item p {
            display: none;
    }

    .recent_first .blog_item::before {
        content: '';
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
    }

    .recent_first h3 {
        color: #fff;
    }

    .free_quotemain h2 {
        font-size: 30px;
    }

    .free_quotemain p {
        font-size: 18px;
    }

    .recent_main .similar_blog {
        flex-wrap: wrap;
    }

    .recent_main .blog_item {
        width: 100%;
    }

    .common-btn a {
        font-size: 16px;
        padding: 15px 20px;
    }

    section.free-quote img {
        height: 300px;
        object-fit: cover;
    }


    .free-quote .free_quotemain {
        top: 25%;
    }


    section.certificate_sec::after {
        width: 11%;
        height: 11%;
    }


    .recent_first .blog_content {
        width: 90%;
    }


    .get-touch .touch-innr h4 {
        font-size: 25px;
    }

    .get-touch .touch-innr {
        width: 48%;
    }

    .get-intouch .get-touch {
        justify-content: center;
        gap: 20px;
    }

    .category_main>div {
        position: relative;
        padding: 10px;
        width: 100%;
    }

    /* listing Page */

    .collect_item .collect_imag video,
    .collect_item .collect_imag img {
        height: auto;
        object-fit: cover;
    }

    .banner-collection .banner_content h1 {
        font-size: 30px;
    }

    /* Detail Page */
    .detail_main.row {
        gap: 0px;
    }

    .detail_main .product_content p {
        font-size: 14px;
    }

    section.recent_viewsec h3.recent_text {
        font-size: 15px;
    }

    .detail_main .product_content,
    .detail_main .product_content h3 {
        margin-top: 0;
    }

    .detail_sec .main-image-wrapper {
        min-width: 100%;
        min-height: auto;
    }

    .detail_sec .thumbnails img,
    .detail_sec .video-thumb {
        height: 120px;
    }

    .detail_sec .thumbnails {
/*        margin-top: 20px;*/
        width: 100%;
        gap: 0;
    }

    /* About US Page */
    .counter-number .counter-innr {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
    }

    .counter-number .counter-innr p {
        margin-bottom: 10px;
    }

    .about_ourself .row {
        gap: 30px;
        flex-direction: column-reverse;
    }

    .counter-number .counter-item {
        margin-top: 30px;
    }

    .about_us .banner_content {
        position: absolute;
    }

    section.about_us .banner-main img {
        height: 300px;
        object-fit: cover;
        object-position: right;
    }

    /* Blog Page */

    .listing_blogs .listing_allblog .row {
        gap: 30px;
    }

    .bloglist_slider .item .row {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .bloglist_slider .item .row>div {
        padding: 0;
    }

    .bloglist_slider .item p {
        margin-bottom: 0;
    }

    .bloglist_slider .owl-nav {
        margin-top: 20px !important;
    }

    .listing_allblog p {
        margin-bottom: 0;
    }

    .bloglist_slider .item img {
        height: auto;
    }

    /* blog detail page */

    .what_next .what_otherblog {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .what_next .what_otherblog .item {
        width: 47%;
    }

    .first_admin .first_share span {
        margin-top: -0.5rem;
        font-size: 12px;
    }

    .blog_detailcont h1 {
        font-size: 32px;
    }

    .first_admin .admin-detail h6 {
        font-size: 18px;
    }

    .contact_lft.col-lg-6 img {
        height: auto;
        object-fit: cover;
    }

    /* collection page */
    .collections-page .latest_main {
        width: 49%;
    }

    /* Login */
    .form_main .form_account {
        width: 80%;
    }

    .cart_prodinfo .product_detail {
        flex-wrap: wrap;
    }

    .profile_page .main-content-inner .wg-box {
        width: 100%;
        padding: 20px;
    }

    .profile_page .main-content-inner .wg-box {
        width: 100%;
        margin: auto;
        background: #FFF9EB;
        padding: 30px;
    }

    /* .main-image-wrapper .zoom-container{

    }*/

    .detail_main .detail_lftcont {
        display: flex;
        flex-wrap: wrap;
    }

    .detail_lftcont .poduct_desc {
        order: 3;
        width: 100%;
    }

    .detail_lftcont .product_size {
        order: 2;
        width: 100%;
    }

    .detail_lftcont .detail_lftcont .product_color {
        order: 2;
        width: 100%;
    }

    .detail_lftcont .product_matinfo {
        order: 4;
        width: 100%;
    }

    .detail_lftcont form {
        order: 4;
        width: 100%;
    }

    .latest-arrvimg p {
        font-size: 11px;
        line-height: 5px;
    }
    .collect_item .listing_detail {
        height: 100px;
    }

    .detail_bredcrmb .social li i.fa-solid.fa-link {
        font-size: 14px;
    }

    section.detail_sec {
        padding: 20px 0px;
    }


}


@media screen and (max-width: 767px) {

    .footer-inrmain.row>div {
        width: 100%;
    }

    .footer-inrdiv,
    .footer-care {
        width: 100%;
        margin-bottom: 30px;
    }

    .bmi-footer {
        width: 100%;
    }

    footer.bmi-footer {
        padding: 30px 0 0;
    }

    .copy-sec .copy-lft a {
        font-size: 12px;
    }

    .copy-sec .copy-ryt {
        display: none;
    }

    section.copyryt_main .copy-sec {
        justify-content: center;
        align-items: center;
    }

    .copy-sec .copy-lft a::before {
        bottom: -2px;
    }

    /* main Page */

    .banner-section .banner-main img {
        height: auto;
    }

    .banner-section .banner_content {
        width: 90%;
        top: 0%;
        text-align: center;
    }

    .sixmain_thing .define_thing {
        grid-template-columns: auto;
    }

    section p.sub_content {
        font-size: 16px;
        width: 100%;
    }

    /* listing page */
    .collection_main .collect_item {
        width: 49%;
    }

    /* detail page */
    .detail_lftcont li {
        margin-bottom: 10px;
    }

    .detail_main .product_content p {
        font-size: 14px;
        line-height: 24px;
    }

    section.recent_viewsec h3.recent_text {
        font-size: 15px;
        line-height: 25px;
    }

    .detail_main .gallery {
        flex-direction: column;
        align-items: center;
    }

    .detail_main .main-video {
        height: 250px;
    }

    /* about */
    .about_us .banner_content {
        top: 13%;
    }

    section.about_us .banner-main img {
        height: 250px;
        object-position: center;
    }

    .form_main .form_account h2 {
        font-size: 25px;
    }

    .cart_main .cart_mainprod {
        flex-wrap: wrap;
    }

    .cart_prodinfo.quality_byubtn {
        width: 100%;
    }

    .cart_prodinfo .product_detail .product_info {
        width: 100%;
    }

    .cart_prodinfo .quantity-wrapper {
        width: 58% !important;
        margin-top: 15px;
    }

    .cart_page .cart_prodinfo .cart-name a,
    .cart_page .cart_prodinfo .cart-name p {
        font-size: 18px;
        font-family: 'PublicSans-Medium';
        margin-bottom: 10px;
    }

    .cart_prodinfo .cart_color span {
        font-size: 16px;
    }

    .form-new-product.profile_main i {
        font-size: 18px;
    }

    section.profile_page .profile_main h3 {
        font-size: 16px;
    }

    section.profile_page .profile_main h6 {
        font-family: 'Gilroy-Medium';
        font-size: 15px;
    }


    .main-links .mega-menu .mega-column {
        min-width: 45%;
    }

    .banner-collection img {
        height: 300px;
        object-fit: cover;
    }









}

@media screen and (max-width: 600px) {

.blog_content p, .blog_content p span, .blog_content li, .blog_content li span {
    font-family: 'PublicSans-Regular';
    font-size: 15px;
    line-height: 30px;
}

    /* footer */
    .footer-inrdiv {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-inrdiv .main-servi p {
        position: relative;
        line-height: 22px;
    }

    /* footer */

    /* main page */

    .get-touch .touch-innr {
        width: 100%;
    }

    .category_manifact h3 {
        font-size: 22px;
    }

    .category_manifact a {
        font-size: 14px;
    }

    .real_story .stories_main h2 {
        font-size: 30px;
    }

    .real_story .stories_main p {
        font-size: 15px;
        line-height: 30px;
    }

    .subtext {
        font-size: 14px;
        line-height: 25px;
        width: 100%;
    }

    .latest_sec .latest_main,
    .latest_main .latest-arrvimg {
        gap: 10px;
        margin-top: 10px;
        flex-wrap: wrap;
    }


    .category_main .category_manifact {
        top: auto;
        padding: 30px 10px;
        bottom: 18%;
    }

    .category_innr5 img {
        height: 400px;
    }
    .category_main.row {
        margin-top: 2rem !important;
    }

    .main_subtitle {
        margin-bottom: 2rem !important;
    }

    .main_subtitle .subheading {
        line-height: 60px;
        letter-spacing: 0;
    }

    section.real_story .stories_main {
        width: 100%;
        padding: 0 10px;
    }


    .client_profile {
        flex-wrap: wrap;
        gap: 10px;
    }

    .client_profile>div {
        width: 100%;
    }

    .recent_main .blog_item img, .recent_main .recent_first .blog_item img {
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    .recent_first h3 {
        font-size: 25px;
        line-height: 28px;
    }

    .blog_content p {
        font-size: 14px;
        line-height: 22px;
    }

    .event_slider .owl-nav {
        display: none;
    }

    .event_slider .event_detail {
        width: 90%;
        padding: 10px 0 15px;
    }

    .event_slider .item h3 {
        font-size: 20px;
        line-height: normal;
        margin-top: 25px;
    }

    .event_slider .item img {
        border-radius: 20px 20px 0 0;
    }

    .event_slider .item p {
        font-size: 15px;
    }

    /* listing Page */
    .banner-collection .banner_content p {
        font-size: 14px;
        line-height: 25px;
    }

    .banner-collection .banner_content h1 {
        font-size: 25px;
    }

    .banner-collection .banner_content a, .banner-collection .banner_content button {
        font-size: 13px;
    }

    /* detail page */
    .quality_byubtn .product_quansel {
        flex-wrap: wrap;
    }

    .quality_byubtn .quantity-wrapper,
    .quality_byubtn .product_quansel .quote-btn {
        width: 100%;
    }

    .detail_lftcont .product_size {
        flex-wrap: wrap;
        gap: 10px;
    }

    .detail_lftcont .product_size p {
        width: 48%;
        text-align: center;
        font-size: 12px;
        padding: 6px 10px;
    }

    .quality_byubtn form .quote-btn {
        padding: 15px 20px;
    }

    .detail_main .product_img p {
        font-size: 20px;
        padding: 55px 0 10px !important;
    }

    section.recent_viewsec h2 {
        line-height: 40px;
        font-size: 30px;
        margin-bottom: 15px;
    }

    .detail_lftcont .poduct_desc {
        padding-bottom: 5px !important;
    }

    .detail_main .brdcrmb {
        margin-bottom: 15px;
    }

    .detail_main .product_content h3 {
        margin-bottom: 15px;
    }

    .detail_lftcont .product_color h4 {
        font-size: 20px;
        height: auto;
        font-family: 'PublicSans-Bold';
    }

    .product_color p {
        margin-top: 0;
    }

    /* About Us Page */
    .counter-number .counter-innr span {
        line-height: 0px;
        font-size: 30px;
    }

    .define_thing .trend_item p {
        font-size: 14px;
    }


    /* Blog Page */

    .what_next .what_otherblog .item {
        width: 100%;
    }

    .bloglist_slider .item h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .bloglist_slider .item p {
        font-size: 14px;
        line-height: 30px;
        margin: 20px 0;
    }

    .bloglist_slider .item .common-btn a {
        font-size: 14px;
        padding: 8px 40px;
    }

    .bloglist_slider .item h5,
    .listing_allblog h5 {
        font-family: 'PublicSans-SemiBold';
        font-size: 14px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #232536;
    }

    .listing_allblog h3 {
        font-size: 25px;
        line-height: 33px;
        margin: 10px 0;
        letter-spacing: -1px;
    }

    .listing_allblog p {
        font-size: 15px;
        line-height: 25px;
    }

    .listing_blogs h1 {
        font-size: 35px;
        line-height: normal;
    }

    /* contact Page */
    .contact_main .contact_ryt {
        padding: 0 20px 20px;
    }

    .contact_ryt h2 {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .contact_ryt form .form_flex {
        margin: 0;
        flex-wrap: wrap;
    }

    .contact_ryt form .form_flex>div {
        width: 100%;
    }

    .contact_main .contact_ryt .form-group {
        margin-top: 20px;
    }

    .contact_ryt .submit_contact {
        width: 100%;
    }

    .form_main .form_account {
        width: 100%;
    }


    .detail_lftcont .dimension-box {
        flex-wrap: wrap;
    }

    .product_size .select_dimen {
        width: 100%;
        position: relative;
        margin-bottom: -20px;
    }

    .detail_sec .gallery {
        gap: 0;
    }

    .cart_page .proceed_btn button.btn-primary {
        width: 100%;
        margin-bottom: 10px;
    }


    .latest_main .latest_item {
        width: 100%;
    }

    .cart_page .proceed_btn a.shopping_return {
        padding: 8px 35px;
        font-family: 'PublicSans-Medium';
        font-size: 20px;
        border: 2px solid #3C281E;
        color: #3C281E;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    
    .collections-page h1 {
        font-size: 30px;
    }


.event_slider .item h4 {
    width: 46%;
}

.first_share .social_blog {
    flex-wrap: wrap;
    justify-content: center;
}

}

@media screen and (max-width: 500px) {

    .main-links .mega-menu .mega-column {
           min-width: 100%;
        }

    .banner-section h4 span {
        font-size: 12px;
    }

    .banner-section .banner_content h1, .banner-section .banner_content h2 {
        margin-top: 10px;
        line-height: 37px;
/*        font-size: 25px;*/
    }

    .banner-section .banner_content p {
        font-size: 16px;
        line-height: 25px;
        margin: 10px 0;
        width: 100%;
    }

    .banner-main .common-btn a {
        font-size: 14px;
        padding: 4px 20px;
    }

    .inner_seller p {
        text-align: center;
    }

    .collect_item .listing_detail {
        height: auto;
    }

    .story_slide .item {
        padding: 50px 20px 20px;
    }

    .banner-section .banner_content {
        width: 95%;
        padding: 0;
        top: 0%;
        margin: auto;
    }


    /* .client_profile .client_detail {
        flex-wrap: wrap;
        gap: 10px;
    }

    .client_profile .client_detail>div {
        width: 100%;
    } */

    .story_slide .item::before {
        top: 10px;
    }

    .recent_first .blog_content {
        width: 100%;
        padding: 20px;
    }

    section.certificate_sec p,
    section.certificate_sec li {
        font-size: 14px;
        line-height: 25px;
    }

    .event_slider .item a {
        font-size: 14px;
        padding: 10px 15px;
        border-radius: 8px;
    }

    .about_us .banner_content {
        top: 20%;
    }

    /* Listing Page */
    .collection_main .collect_item {
        width: 100%;
    }

    .collection_main .collect_item h3 {
        text-align: left;
        margin: 10px 0 20px;
    }

    .collections-page .latest_main {
        width: 100%;
    }


    /* blog Page */

    .first_admin .first_share {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center !important;
    }

    .first_admin .first_share span {
        display: none;
    }

    .first_admin .first_share a.like-button span {
        display: block;
        margin: 0;
        font-size: 15px;
    }

    .blog_detailcont .blog_content h2 {
        font-size: 27px;
        margin: 20px 0;
    }

    .blog_detailcont .blog_content h3 {
        font-size: 25px;
        margin: 20px 0;
    }

    .blog_detailcont .blog_content h4 {
        font-size: 22px;
        margin: 20px 0;
    }

    .blog_detailcont .blog_content h5 {
        font-size: 20px;
        margin: 20px 0;
    }

    .profile_editacc h5 {
        font-family: 'PublicSans-SemiBold';
        font-size: 20px;
    }

    .profile_editacc button {
        background: #3C281E;
        border: 0;
        border-radius: 3px;
        padding: 8px 40px;
    }

   /* .main-image-wrapper .zoom-container {
        height: 450px;
    }
*/
    /* contact Page */

}

@media screen and (max-width: 450px) {
    .subheading {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .free-quote .free_quotemain {
        top: 16%;
    }


    .blog_detailcont h1 {
        font-size: 25px;
        line-height: 33px;
    }

    .contact_main .contact_whatsapp {
        width: 60%;
        top: 25%;
    }

    .contact_main .contact_whatsapp p {
        font-size: 12px;
    }

    .contact_main .contact_whatsapp h3 {
        margin: 0;
        font-size: 16px;
    }

    .form_btnlog .col-md-12 {
        flex-wrap: wrap;
    }

    .form_account button.proceed_pay {
        width: 100%;
        font-size: 14px;
    }

    .form-new-product.profile_main i {
        font-size: 18px;
        display: none;
    }

    .profile_page .main-content-inner .wg-box {
        width: 100%;
        padding: 15px;
    }

    .list-disc.list-inside .orderinfo {
        display: flex;
        gap: 20px;
        margin: 10px 0 30px;
    }


    .profile_check .order_maininfo p {
        font-size: 12px;
    }

    .profile_check .order_maininfo h5 {
        font-size: 14px;
    }

    .list-disc.list-inside .orderinfo img {
        width: 60px;
        height: 60px;
        object-fit: fill;
    }

    .profile_check .nav-item button,
    .profile_check .nav-item button a {
        font-size: 14px;
        width: 100%;
        padding: 6px 15px;
        margin-bottom: 3px;
    }

    .profile_check .my-account__edit-form {
        padding-left: 0;
    }

   /* .main-image-wrapper .zoom-container {
        height: 400px;
    }*/
}

@media screen and (max-width: 375px) {
    .copy-sec .copy-lft a {
        font-size: 10px;
    }

    /*.main-image-wrapper .zoom-container {
        height: 320px;
    }
*/

}