body{
	background: #fff;
	height: 100%;
	font-family: Segoe UI,helvetica neue !important;
}
.login-btn{
    width: 106px;
    height: 48px;
    background-color: #af0808;
    color: #fff;
    border-radius: 24px;
    border: none;
    font-size: 20px;
    box-shadow: -1px 4px 5px 2px #d9d4d4;
}
.login-btn:active{
    background-color: #ffeded;
    color: #af0808;
}
.company-heading{
	text-decoration: none !important;
	color: black;
}
.main{
	align-items: center;
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 20px 24px;
	position: relative;
	text-align: center;
}
.search-bar {
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: row;
  height: 55px;
  margin: 0 16px;
  overflow: hidden; 
  border: 1px solid rgb(225, 225, 225);
  border-radius: 50px;
  margin: 14px 18.5%;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .search-bar {
    margin: 14px 5%; 
    height: 45px; 
    padding: 0 15px; 
  }
}

@media (max-width: 480px) {
  .search-bar {
    margin: 14px 10px; 
    height: 40px; 
    padding: 0 10px;
  }
}
.search-bar.search-place{
	align-items: center;
    align-self: stretch;
    display: flex;
    flex: 1;
    padding-right: 15px;
}
.product-category-grid.product-category{
	display: flex;
	flex-wrap: wrap;
}
.product-category-grid{
	padding: 20px 10px;
    text-align: center;
    /*width: 100%;*/
}
.product-list{padding-top: 0px;}
.product_card{
	display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 0;
    width: 232px;
    border-radius: 15px;
    border: 1px solid #cdcfd1;
    text-decoration: none !important;
}
.product-image-index{
    overflow: hidden;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.product-image{
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	width: 100%;
	height: 100%;
    transition: transform .4s; 
}
.product-image:hover{
    transform: scale(1.05);
  transform-origin: 50% 50%;
}
.product_dtl{
	border-radius: 0 0 9px 9px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    position: relative;
}
.dlt-text-head{
	color:black;
	font-weight: 400;
	font-size: 17px;
}
.dlt-text-item{
	color:black;
	font-size: 12px;
}
.srch-item-box{
    display: flex;gap:20px;align-items: center;margin-bottom: 30px;
}
.srch-item-box-image-left{
    height: 100px;width: 100px;
}
.srch-item-dtl{
    display: flex;flex-direction: column;
}
.srch-item-price{
    font-weight: 500;margin-top: 5px;
}
/*index page css*/
/*header page css*/
/*header{
    position: relative;
	margin-bottom: 20px;
    border-bottom: 1px solid black; 
}*/
.main-header{
	height: 55px;
	margin-bottom: 20px;
}
.header-container{
	display: flex;
	align-items: center;
    background-color: #f3f3f3;
    height: 55px;
    left: 0;
    padding: 10px 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1003;
    border-bottom: 1px solid #d1c9c9; 
    /*margin-bottom: 20px;*/
}
.company-name{
	font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
    color: black;
    margin-left: 10PX;
}
.navmenu{
    flex: 1 1 auto;
}
.navmenu-flex{
    display: flex;
    justify-content: space-evenly;
}
.nav-list{
    text-decoration:none;
    color: #b90404;
    font-size: 20px;
    font-weight: 400;
}
.item-list{
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    text-align: center;
    position: absolute;
/*    top:72%;*/
}
.item-list-name{
    padding: 7px; 
    font-size: 20px;
    color: #6e5454;
}
.actions{
	display: flex;
/*	flex-direction: row;*/
}
/*------header page css ------*/
/*------ footer styles ------*/
.footer-psj{
	width: 100%;
	border-top: 1px solid #cdcfd1;
	margin-top: 30px;
}
.main-container{
	padding-top:20px ;
	text-align: center;
	padding-bottom: 70px;
}
.container-box-footer{
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
.footer-dtl-1{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px 60px;
	padding: 0 30px;
}
.contactus-footer{
	font-weight: 700;
	color: #c90505a6;
	font-size: 14PX;
}
.phone-footer{
/*	margin-top: 10px;*/
	font-size: 12px;
	margin-top: 20px;
}
.company-social-footer{
	display: inline-flex;
	flex-direction: row;
	gap: 0 25px;
	margin-top: 20px;
}
/*------ footer styles ------*/
/*------Product Filter styles------*/
.product-container{
	margin: 0 auto;
    max-width: 1920px;
    /*padding-top: 55px;*/
    width: 100%;
}
.product-container-grid{
	display: flex;
}
.product-filters {
    flex: 3 0 0; 
    height: fit-content; 
    max-width: 250px; 
    overflow-x: hidden; 
    margin-left: 10px; 

    
    width: 100%; 
    margin-left: 0; 
    margin-top: 10px; 
    padding: 10px; 
    box-sizing: border-box; 
}


@media (min-width: 768px) { 
    .product-filters {
        max-width: 250px; 
        margin-left: 10px;
        margin-top: 0; 
        padding: 0;
    }
}

/* Optional: Even larger screens if you want to ensure it doesn't get too wide */
@media (min-width: 1024px) {
    /* You might not need to add anything here, but if you wanted a slightly different max-width for very large screens, you could */
}
.product-filter-divs{
	display: block;
    margin: 10px;
    position: relative;
    margin-top: 20px;
}
.categories-filter{
	background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .11);
    font-size: 14px;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 20px;
}
.filter-title{
	font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    padding: 10px 0;
    text-overflow: ellipsis;
}
.filter-options{
	margin: 0;
	margin-bottom: 10px;
	padding-left: 0px;
	list-style: none;
}
.checkbox-label{
	cursor: pointer;
    display: flex;
    position: relative;
    user-select: none;
    word-break: break-word;
    padding: 6px 10px 6px 0;
    width: fit-content;
    align-items: center;
}
.sc-checkbox{
	min-height: 20px;
    min-width: 20px;
}
.checkbox-label .checkbox-input:checked~.checkmark {
	border-color: rgb(212, 81, 78);
    background-color: rgb(212, 81, 78);
}
.checkbox-label .checkbox-input:checked~.checkmark:after{display: block;}
.checkbox-label .checkmark:after{
	border: solid #fff;
    border-width: 0px 0px 3px 3px;
    content: "";
    display: none;
    height: 6px;
    left: 3px;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 12px;
}
.checkbox-input{
	display: none;
	margin: 0;
}
.checkmark{
	border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 2px;
    flex-shrink: 0;
    height: 20px;
    position: relative;
    width: 20px;
    cursor: pointer;
}
.check-all{
	    padding-left: 15px;
}
.select-box{
	display: flex;
	align-items: center;
}
.min-input{ flex: 1; }
.max-input{ flex: 1; }
.input-label{font-size: 12px;}
.input-container-flex{
	align-items: center;
	border: 1px solid #5c5c5c;
	border-radius: 4px;
	display: flex;padding: 5px;
}
.number-input-container .input-container-flex :nth-child(2){margin-left: 5px;}
.filter-number-input{
	background-color: initial;
    border: none;
    outline: 0;
    width: 100%;
}
.range-separator{
	padding: 3px 10px 0;
}
.error-input{
	color: red;
    font-size: 11px;
}
/*------Product Filter styles------*/
.product-section{
	flex: 3 0 0;
    position: relative;
}
.product-title{
	display: flex;
    /*flex-direction: row;*/
    /*justify-content: flex-start;*/
    justify-content: space-between;
    padding: 0 20px 10px;
    position: relative;
    padding-left: 10px;
}
.title{
	font-family: var(--heading-font);
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}
.products-container-row{
	align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 5px;
    padding-right: 15px;
        padding: 0 5px;
    transition: height .2s linear, width .2s linear, opacity .2s linear;
}
.product-grid-container-img {
    display: inline-block;
    margin: 0;
    outline: 0;
    padding: 8px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 18%; /* Default width for larger screens */
}

/* Media Query for Mobile View */
@media (max-width: 768px) {
    .product-grid-container-img {
        width: 48%; /* Adjust width to 48% for tablets or mobile */
    }
}

/* Media Query for Very Small Screens (Mobile Portrait) */
@media (max-width: 480px) {
    .product-grid-container-img {
        width: 100%; /* Full width for mobile devices */
        padding: 5px; /* Optional: adjust padding for a more compact view */
    }
}
.product-grid-image{
	height: 100%;
    width: 100%;
}
.product-flex-img{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-repeat: repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: auto;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: rgba(212, 212, 212, 0.65);
    border-radius: 9px;
    box-shadow: 0px 0px 10px 1px rgba(26, 32, 39, 0.1);
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.product-grid-style {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #CCCCCC;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
}

.product-grid-image-style {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3; /* Keeps image ratio consistent */
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .product-grid-style {
        border-radius: 0;
        padding: 0;
    }

    .product-grid-image-style {
        aspect-ratio: 1 / 1; /* Make it square on small screens */
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .product-grid-image-style {
        aspect-ratio: 4 / 3;
    }
}

@media (min-width: 1201px) {
    .product-grid-image-style {
        aspect-ratio: 16 / 9;
    }
}



.product-dtl-home {
    padding: 6px 10px;
    margin: 0;
    border: none;
    color: #2F3D55;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.product-dtl-home .product-dtl-title {
    width: 100%;
    margin-top: 2.5px;
    padding: 0;
    color: #2F3D55;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    /*word-break: break-word;*/
}

/* Responsive: Mobile Screens */
@media (max-width: 768px) {
    .product-dtl-home {
        padding: 8px;
        font-size: 13px;
    }

    .product-dtl-home .product-dtl-title {
        font-size: 13px;
        -webkit-line-clamp: 2; /* Slightly fewer lines on small screens */
        line-height: 1.3;
    }
}

/* Responsive: Larger Screens (Optional tweak for readability) */
@media (min-width: 1200px) {
    .product-dtl-home {
        font-size: 15px;
    }

    .product-dtl-home .product-dtl-title {
        font-size: 15px;
        -webkit-line-clamp: 3;
    }
}





.product-price-dtl{
	height: auto;
    min-height: auto;
    max-height: auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-word;
}
.price-amnt{
	margin: 2.5px 0px 0px 0px;
    color: #2F3D55;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    height: auto;
    min-height: auto;
    max-height: auto;
    width: auto;
    min-width: auto;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}
.product-item-add-to-cart{
	height: 38px;
    min-height: 38px;
    max-height: 38px;
    width: 100%;
    /*min-width: 100%;*/
    /*max-width: 100%;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 0px 0px 4px 4px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #CCCCCC;
    outline-width: 0px;
    outline-style: solid;
    outline-color: #CCCCCC;
    box-shadow: 0px 0px 0px 0px #000000;
    background-repeat: repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: auto;
    background-color: #d4514e;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    flex-direction: column;
}
.add-to-cart{
	height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}        
.header-more-catalouge{
	display: flex;
    justify-content: space-between;
    padding: 0 20px 4px;
}         
.more-catalouges-list{
	align-items: stretch;
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 8px 20px;
}
.more-catalouges-list-items{
	border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin: 0 20px 0 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    z-index: 2;
    width: 180px;
    border: 1px solid rgb(225, 225, 225);
    box-shadow: rgba(125, 125, 125, 0.2) 0px 0px 5px;
} 
.more-catalouges-list-items-image{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent;
    display: block;
    height: 180px;
    width: 178px;
    max-width: 178px;
    max-height: 180px;
} 
.more-catalouges-list-items-dtl{
	border-radius: 0 0 9px 9px;
    cursor: pointer;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 8px 0;
    position: relative;
    z-index: 2;
}
.more-catalouges-list-items-name{
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-self: center;
    border-radius: 0 0 9px 9px;
    color: #373737;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    text-overflow: ellipsis;
    word-break: break-word;
    z-index: 3;
}
.more-catalouges-image{
	border-radius: 9px 9px 0 0;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    position: relative;
}
/*------item details page styles------*/

.item-gallery {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 33px 55px 33px;
  position: relative;
  box-sizing: border-box;
  justify-content: space-evenly;
}
.item-dtl-section{
    /*max-width: 50%;*/
    display: flex;
    flex-direction: row-reverse;
    height: 650px;
    /*position: sticky;*/
    top: 88px;
    z-index: 7;
    width: 30%;
}
.item-image-div{
	align-items: flex-start;
    display: flex;
    height: 100%;
    width: 100%;
    /*flex-direction: column;*/
}
.item-gallery-image-container {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 30%; /* 3 items per row */
  min-height: auto;
  margin-bottom: 20px;
}
.item-gallery-image {
  width: 100%;
  height: auto; /* Ensures the image keeps its aspect ratio */
  object-fit: contain;
  color: rgb(0, 0, 0);
  display: block;
  transform-origin: 0px 0px;
}

@media (max-width: 768px) {
  .item-gallery {
    padding: 20px 25px; /* Adjust padding for smaller screens */
  }

  .item-gallery-image-container {
    width: 45%; /* 2 items per row on tablet-sized screens */
  }
}

/* Very Small Screens (Mobile Portrait) */
@media (max-width: 480px) {
  .item-gallery {
    padding: 15px; /* Less padding for very small screens */
  }

  .item-gallery-image-container {
    width: 100%; /* 1 item per row on small screens */
    position: relative;
    right: 12rem;
  }
}
.gallery-details-container-desktop {
    height: 100%;
    padding: 0 33px 22px 22px;
    position: sticky;
    top: 88px;
    width: 30%;
    z-index: 6;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .gallery-details-container-desktop {
        width: 100%; /* Make the container take full width on mobile */
        padding: 0 15px; /* Adjust padding for mobile */
        top: 60px; /* Adjust sticky top position for mobile if needed */
    }
}

/* Tablet Styles (between mobile and desktop sizes) */
@media (max-width: 1024px) {
    .gallery-details-container-desktop {
        width: 50%; 
         position: relative;
         left: 4px;
    }
}
.price-container-flex{
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}
.price-title{
    font-weight: 400;
    font-size: 24px;
    color: #000;
}
.item-price-amnt{
    margin-left: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #c93030;
    line-height: 1;
  font-family: 'Arial', 'Roboto', 'Noto Sans', sans-serif;

}
.price-withgst{
    color: #b3b3b3;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px 10px;
}
.item-add-to-cart-box{
    /*margin-left: 10px;*/
    margin-right: 10px;
    max-width: 100%;
    /*position: static;*/
}
.item-add-to-cart-flex {
    display: flex;
    font-size: 18px;
    padding: 10px;
    position: relative;
    width: 50%;
}

/* For smaller screens (mobile devices) */
@media (max-width: 768px) {
    .item-add-to-cart-flex {
        width: 100%;  /* Full width on mobile */
        font-size: 16px;  /* Adjust font size */
        padding: 8px;  /* Adjust padding */
    }
}

/* For larger screens (desktops and above) */
@media (min-width: 769px) {
    .item-add-to-cart-flex {
        width: 50%;  /* 50% width for PC */
        font-size: 18px;  /* Font size for PC */
        padding: 10px;  /* Padding for PC */
    }
}

.addtocart-tilte{
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    flex: 1;
    font-weight: 600;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(212, 81, 78);
}
.item-net-weight-flex{
    display: flex;
}
.item-net-weight-title{
    font-weight: 600;
    font-size: 20px;
    color: #000;
    line-height: 1;
}
.item-net-weight-amnt{
    /*font-weight: 600;*/
    font-size: 20px;
    color: #c93030;
    line-height: 1;
}
.jewellery-charge-dtl-flex{
    background-color: #9f35351a;
    border-radius: 4px;
    margin-top: 10px;
    align-items: center;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    justify-content: space-between;
}
.jewellery-charge-title-container{
    padding: 10px 15px;
/*    flex: 1 0 0;*/
    font-weight: 400;
}
.jewellery-charge-title{
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}
.descriptions{
    display: flex;
    color: #8b8585;
    font-size: 16px;
}
.next-prev-btn-container{
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}
/*profile page styles*/
.myaccount-section{
    padding: 10px;
    display: flex;
}
.my-profile{
    text-decoration: none;
    padding: 10px; 
    color: #ab6705;
}
.p-information{
    padding: 10px;
    border-left: 1px solid;
}
.profile-banner-image{
    width: 100%;
}
.profile-dtl-content{
    padding: 20px;
    display: flex;
    flex-direction: column; 
    align-items: center;
}
.profile-tab-section{
    width: 700px;
}
.tab-link.current{
      background: #9a5909cf;
      color: #fff;
      padding:10px 20px;
      font-size:16px !important;
}
.tab-content{
  display: none;
  background: #fff;
  padding: 25px 20px;
  box-shadow:0px 2px 8px 2px #00000020;
}
.tab-content.current {
    display: inherit;
    border-radius: 5px;
    box-shadow: 1px 5px 15px 2px #dadada;
    width: 700px;
    padding: 20px;
    border: 1px solid #c7c4c2;
}

/* For smaller screens (mobile devices) */
@media (max-width: 768px) {
    .tab-content.current {
        width: 100%;  /* Full width on mobile */
        padding: 15px;  /* Reduced padding for mobile */
        box-shadow: 1px 3px 10px 1px #dadada;  /* Slightly smaller box-shadow */
        font-size: 14px;  /* Adjust font size */
    }
}

/* For larger screens (tablets, desktops, etc.) */
@media (min-width: 769px) {
    .tab-content.current {
        width: 700px;  /* Default width for PC/tablets */
        padding: 20px;  /* Default padding */
        box-shadow: 1px 5px 15px 2px #dadada;  /* Default box-shadow */
    }
}

.account-dtl-table{
    display: flex;flex-direction: column;align-items: center;width: 100%;
}

@media (max-width: 768px) {
    .account-dtl-table {
        width: 100%;  /* Full width on mobile */
        padding: 15px;  /* Reduced padding for mobile */
        box-shadow: 1px 3px 10px 1px #dadada;  /* Slightly smaller box-shadow */
        font-size: 14px;  /* Adjust font size */
    }
}

/* For larger screens (tablets, desktops, etc.) */
@media (min-width: 769px) {
    .account-dtl-table {
        width: 700px;  /* Default width for PC/tablets */
        padding: 20px;  /* Default padding */
        box-shadow: 1px 5px 15px 2px #dadada;  /* Default box-shadow */
    }
}
.profile-heading{
    text-decoration: underline;text-underline-position: under;color: #bf6e0d;
}
.table-dtl-section{
    padding: 22px; margin-top: 10px;
}
.profile-table-row{
    height: 70px !important;
}
.profile-title{
    font-size: 20px;
}
.profile-dtl{
    color: grey;font-size: 20px;
}
.profile-account{
    padding: 5px;
    cursor: pointer;
    background: #ab6705;
    color: #fff;
    text-align: center;
}
/*cart page styles*/
.cart-section{
    margin: 0 auto;max-width: 600px;padding: 8px 15px 150px;
}
.cart-price-title{
    background-color: #fff;border-radius: 4px;
    box-shadow: 0 2px 3px 0 hsla(0, 0%, 51%, .5);
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.cart-chat{
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 hsla(0, 0%, 51%, .5);
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 20px;
}
.chat-left{
    display: flex;flex-direction: column;
}
.chat-right{
    align-items: center;
    background-color: #eff7f0;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    margin: 5px 0;outline: 0;
    padding: 5px 12px;
}
.order-item--review-section{
    box-shadow: 0 2px 3px 0 hsla(0, 0%, 51%, .5);
}
.order-item-title{
    align-items: center;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 15px 15px 0;
}
.cart-order-item{
    font-family: var(--heading-font);font-size: 18px;font-weight: 600;
}
.cart-order-item-dtl{
    border-bottom: 1px solid #ccc;padding: 15px;
}
.cart-review-item-image-box{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    display: block;
    height: 80px;
    width: 80px;
    background-color: rgb(255, 255, 255);
    max-height: 80px;
    max-width: 80px;
}
.cart-review-item-image{
    height: 80px;
    max-height: 80px;
    width: 80px;
    max-width: 80px;
    border-radius: 5px;
    cursor: pointer;
}
.cart-orderitem-section{
    align-items: flex-start;display: flex;flex: 1;overflow: hidden;padding-left: 10px;
}
.cart-orderitem-left-section{
    align-items: flex-start;display: flex;flex: 1;flex-direction: column;flex-wrap: wrap;word-break: break-word;
}
.cart-order-item-title{
    font-size: 16px;margin-right: 8px;
}
.cart-order-list-number-section{
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    display: flex;
    border: 2px solid rgb(212, 81, 78);
    background-color: rgb(212, 81, 78);
}
.cart-order-list-number-minus{
    font-size: 16px;
    background-color: rgb(211, 211, 211);
    border-right: 2px solid rgb(212, 81, 78);
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    float: left;
    position: relative;
    text-align: center;
    width: 30px;
}
.cart-order-list-number-selected{
    width: 40px;
    height: 26px;
    line-height: 26px;
    background-color: #fff;
    font-size: 13px;
    color: #000;
    flex: 1;
    float: left;
}
.cart-order-list-number-input{
    padding: 0 10px;height: 100%;text-align: center;width: 100%;border: none;outline: none;
}
.cart-order-list-number-add{
    background: rgb(212, 81, 78);
    border-left: 2px solid rgb(212, 81, 78);
    color: rgb(255, 255, 255);
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    float: left;
    position: relative;
    text-align: center;
    width: 30px;
    font-size: 16;
}
.cart-order-list-remove{
    align-items: center;
    color: #c00606;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    justify-content: flex-start;
    margin-top: 8px;
    padding: 5px;
    position: relative;
    text-decoration: underline;
}
.cart-orderitem-right-section{
    align-items: flex-end;display: flex;flex-direction: column;font-size: 18px;
}
.cart-orderitem-right-price{
    font-weight: 500;text-align: right;
}
.cart-orderitem-right-tax{
    color: #8f8f8f;font-size: 14px;font-weight: 600;text-align: right;
}
.coupon-section{
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 hsla(0, 0%, 51%, .5);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    padding: 15px 20px;
}
.apply-coupon{
    font-size: 16px;margin-left: 10px;color: rgb(212, 81, 78);
}
.cart-subtotal-section{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 hsla(0, 0%, 51%, .5);
    margin-top: 20px;
    padding: 0 15px;
}
.cart-subtotal-div{
    align-items: center;display: flex;justify-content: space-between;padding: 20px 0;
}
.cart-subtotal-tax-div{
    align-items: center;
    border-top: 1px solid #e6e6e6;
    color: #000;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    padding: 10px 0;
}
.cart-subtotal-tax-left{
    align-items: flex-start;display: flex;flex: 1;flex-direction: column;justify-content: center;
}
.cart-subtotal-tax-right{
    align-items: flex-end;display: flex;flex-direction: column;font-size: 18px;justify-content: center;
}
.cart-total-container{
    align-items: center;border-top: 1px solid #676767;display: flex;justify-content: space-between;padding: 10px 0;
}
.billing-dtl-section{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 hsla(0, 0%, 51%, .5);
    margin: 20px 0;
    padding: 20px;
}
.billing-dtl-title{
    display: flex;justify-content: space-between;font-size: 18px;font-weight: 600;margin-bottom: 15px;
}
.cart-shipping-address-section{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 hsla(0, 0%, 51%, .5);
    margin: 20px 0;
    padding: 20px;
    position: relative;
}
.title{
    font-size: 18px;font-weight: 600;margin-bottom: 15px;
}
.input-container{
    border: 2px solid #ddd;border-radius: 5px;margin-top: 5px;overflow: hidden;position: relative;z-index: 0;
}
.cart-payment-gateway-section{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 hsla(0, 0%, 51%, .5);
    margin: 20px 0;
    padding: 20px 20px 10px;
    position: relative;
}
.payment-methods{
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 20px 0;
}
.radio-btn-payment{
    min-height: 20px;
    min-width: 20px;
}
