@import url('satoshi.css');

.playfair-display-400 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.playfair-display-500 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.playfair-display-600 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.playfair-display-700 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.playfair-display-800 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.playfair-display-900 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.inter-100 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.inter-200 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.inter-300 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.inter-400 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter-500 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.inter-600 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.inter-700 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.inter-800 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.inter-900 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ddd #fff;
  transition: all 0.2s;
}

*::-webkit-scrollbar {
  width: 1px;
}

*::-webkit-scrollbar-track {
  background: #ddd;
}

*::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 25px;
  border: 1px solid #fff;
}

body,
section,
a,
p,
div,
span,
ul,
ol,
li,
strong {
    font-family: 'Satoshi-Regular';
    letter-spacing: 1px;
    font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}
.z-1 {
    z-index: 1;
}
.z-\[10000\] {
    z-index: 1000000 !important;
}
.mt-10 {
    margin-top: 50px;
}
.grid-cols-7 {
  grid-template-columns:repeat(7,minmax(0,1fr));
}
.col-span-3 {
    grid-column: span 3/span 3;
}
.col-span-4 {
    grid-column: span 4/span 4;
}
.custom-select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='red' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}

.border-gray-700 {
    border-color: #939393;
}

.required:after {
    color: red !important;
}

.text-primary {
    color: #2c4257 !important;
}

.border-red {
    border-color: #a61f20 !important;
}

.peer:checked~.peer-checked\:icon-radio-select:before {
    color: #2c4257;
}

.top-notice {
    background-color: #88A9C4;
    text-align: center;
    color: #fff;
}

.top-notice p {
    font-family: 'Satoshi-Regular' !important;
    font-size: 16px;
    padding: 15px 0px;
    margin-bottom: 0px;
}

.top-menu-header {
    background-color: #2C4257;
    z-index: 100000;
}

.top-menu-header a {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
}
.side-navigation a {
    color:#000;
}
.submenu {
    width: 335px;
    border-radius: 15px;
}
.submenu-2 {
    width: 1050px;
}
.submenu ul {
    list-style: none;
    padding: 0px;
}
.submenu a {
    color: #000 !important;
}

.search-input {
    background-color: #566879;
    border-radius: 25px;
    color:#fff
}

.top-\[65px\] {
    top: 65px;
}

.search-bar .icon-search:before {
    color: #abb3bc;
}

.search-bar .icon-camera:before {
    color: #abb3bc;
    cursor: pointer;
}

.icon-cart:before {
    color: #FCA400;
}

.text-yellow {
    color: #FCA400;
}

.icon-users:before {
    color: #FCA400;
}

.flabel {
    font-size: 12px;
    color: #444;
    background: #fff;
    margin: 0px;
    position: relative;
    top: 10px;
    display: inline-block;
    left: 15px;
    padding: 0px 5px;
}

#searchBar {
    width: 35px;
    overflow: hidden;
}

:focus-visible {
    outline: none;
}

.icon-search:before {
    cursor: pointer;
}

.primary-button {
    border-color: #a61f20;
    background-color: #a61f20;
    color: #fff;
}
.secondary-button-2 {
    display: flex;
    padding: 2px 20px;
    border-radius: .75rem;
    border-width: 1px;
    border-color: rgb(6 12 59);
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.secondary-button {
    display: flex;
    width: 173px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.bg-btn {
    background: #2C4257;
    color: #fff !important;
}
.secondary-button.bg-btn:hover {
    color: #fff !important;
}
.shop-home-index .secondary-button {
    border-radius: 62px;
    background: #2C4257;
    color: #fff !important;
}
.shop-home-index .secondary-button {
    border-radius: 62px;
    background: #2C4257;
    color: #fff !important;
}

.shop-search-index .secondary-button {
    border-radius: 62px;
    background: #2C4257;
    color: #fff !important;
}

#relatedProduct .secondary-button {
    border-radius: 62px;
    background: #2C4257;
    color: #fff !important;
}
#relatedProduct .secondary-button {
    border-radius: 62px;
    background: #2C4257;
    color: #fff !important;
}
.place-order-button, .proceed-button, .primary-btn {
    border-radius: 62px;
    background: #2C4257;
    color: #fff !important;
}
.bg-red {
    background-color: #a61f20 !important;
}

.text-link {
    color: #a61f20 !important;
}

.text-yellow {
    color: #f2b62c !important;
}

.special-price .final-price {
    order: 1;
}

div#cat10 {
    display: none !important;
}

.mt-5:has(#attribute_55) {
    /* display: none; */
}

.gems_features_list {
    margin-top: 10px
}

.gems_features_list ul li::before {
    background: url('../img/check.png');
    background-repeat: repeat;
    background-size: auto;
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 4px;
}

.gems_features_list ul li {
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 14px;
    letter-spacing: 0;
    margin-right: 30px;
}

.gemstone-tabs #aboutTab-button,
.gemstone-tabs #wearTab-button,
.gemstone-tabs #benefitsTab-button,
.gemstone-tabs #typesTab-button,
.gemstone-tabs #qualityTab-button,
.gemstone-tabs #jewelleryTab-button,
.gemstone-tabs #cleaningTab-button,
.gemstone-tabs #buyerTab-button,
.gemstone-tabs #faqTab-button {
    font-size: 14px !important;
    padding: 2px !important;
    color: #111 !important;
}

.gemstone-tabs #aboutTab,
.gemstone-tabs #wearTab,
.gemstone-tabs #benefitsTab,
.gemstone-tabs #typesTab,
.gemstone-tabs #qualityTab,
.gemstone-tabs #jewelleryTab,
.gemstone-tabs #cleaningTab,
.gemstone-tabs #buyerTab,
.gemstone-tabs #faqTab {
    padding: 15px 60px !important;
    max-width: 1440px;
    margin: auto !important;
}

section.categoryBanner {
    background-color: rgb(245 245 245);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.banner-caption-img {
    background-color: #fff;
    border-radius: 0px 100px 100px 0px;
    box-shadow: 5px 0px 5px #dbdbdb;
    min-width: 21%;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
    overflow: hidden;
    max-height: 140px;
    margin-right: 10px;
    padding: 10px;
}

#tabs_container {
    margin-top: -55px;
    position: relative;
    z-index: 99;
    min-height: auto !important;
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gemstone-section {
    background-color: #f7f7f7;
}

.alpha-list {
    display: flex;
    justify-content: center;
}

.alpha-list li {
    display: inline-block;
    border-left: 1px solid #ccc;
}

.alpha-list li:first-child {
    border-left: 0px none;
}

.alpha-list li a {
    display: inline-block;
    padding: 0px 10px;
}

.icon-arrow-left-stylish,
.icon-arrow-right-stylish,
.icon-arrow-left-stylish:hover,
.icon-arrow-right-stylish:hover {
    background-color: transparent !important;
    border: 0px none !important;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 100%;
}

.icon-arrow-left-stylish:before {
    content: '';
    background-image: url('../img/p-arrow.png') !important;
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 22px 22px;
}

.icon-arrow-right-stylish:before {
    content: '';
    background-image: url('../img/n-arrow.png') !important;
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 22px 22px;
}

.shop-home-index h2 {
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
}
.product-image-slider {
    background-color: #f4f4f4;
}

.grid-wrap {
    margin: 0 -10px;
}

.column-9 {
    width: 75%;
    padding: 0 10px;
}

.column-3 {
    width: 25%;
    padding: 0 10px;
}

.blog-grid-list {
    margin: 0 -10px;
}

.blog-post-item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.related-blog-post-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.blog-post-box {
    height: 100%;
    border-radius: 12px;
    border: 1px solid #ccc;
}

.blog-post-box .card-img-top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.author-letter {
    background-color: #60a5fa;
    color: #fff;
}
.author-name {
    color:  #97989F;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.blog-date {
    color:  #97989F;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.blog-post-box .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-post-box .post-meta p {
    font-size: 14px;
    color: #8d8d8d;
    margin-bottom: 6px;
}

.blog-grid-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.blog-grid-img:before {
    content: '';
    padding-top: 65%;
    display: block;
}

.blog-grid-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-box .card-body {
    padding: 0px 15px;
}

.blog-post-item .card-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-post-item .card-footer,
.related-blog-post-item .card-footer {
    margin-top: 20px;
}

.blog-post-item .card-footer a,
.related-blog-post-item .card-footer a {
    font-weight: 600;
}

.blog-post-item .card-title:hover,
.blog-post-item .card-footer a:hover,
.related-blog-post-item .card-title:hover,
.related-blog-post-item .card-footer a:hover {
    color: #fbc256;
}

.blog-sidebar .categories {
    padding-left: 20px;
}

.blog-sidebar .categories h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog-sidebar .categories .list-group {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
}

.blog-sidebar .categories .list-group li {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.blog-sidebar .categories .list-group li:first-child {
    border-top: 0;
}

.blog-sidebar .categories .list-group li a {
    padding: 9px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.blog-sidebar .categories .list-group li a .badge-primary {
    background: #4d7ea8;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;

}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination a {
    width: 30px;
    height: 30px;
    border: 1px solid #4d7ea8;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a:hover,
.pagination a.active {
    background: #4d7ea8;
    color: #fff;
}

.pagination a.previous:before {
    content: '<<';
    letter-spacing: -4px;
}

.pagination a.previous .icon,
.pagination a.next .icon {
    display: none;
}

.pagination a.next:before {
    content: '>>';
    letter-spacing: -4px;
}

.page-title {
    font-size: 22px;
}

.tags-part {
    margin-top: 30px;
}

.tags-part .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-part .tag-list a {
    background-color: #4d7ea8;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    gap: 5px;
}

.tags-part .tag-list a .badge-light {
    background: #fff;
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 13px;
    color: #000;
    line-height: 1;
}

.post-categories .cat-link {
    background: rgba(0, 0, 0, .09);
    padding: 3px 10px;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    display: inline-block;
    color: #111;
}

.post-categories .cat-link:hover {
    background: #991c1f;
    color: #fff;
}

.blog-post-box .post-meta a {
    color: #991c1f;
}

.post-not-available {
    text-align: center !important;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 10px;
    margin: 10px 0px 10px 0px;
}

.column-heading {
    color: #000;
    
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
}
#rudraksha ul {
    margin-top: 0px;
    padding-top: 0px;
}
.s-16-333 {
    color: var(--333333, #333);
    font-feature-settings: 'liga' off, 'clig' off;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.primary-btn {
    display: flex;
    padding: 15px 35px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 62px;
    background: #2C4257;
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.primary-btn-outline {
    display: flex;
    padding: 15px 35px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 62px;
    border: 2px solid #2C4257;
    color: #2C4257 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#signupModalForm input {
    padding: 10px 15px;
}
.max-w-\[720px\] {
    max-width: 720px;
}
.model-close-button {
    right: 10px;
    z-index: 1000;
}
.popup-right-link {
    color: #2D2D36;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 40px 0px 50px 0px;
}
.popup-right-link a {
    color: #88A9C4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.forgot-pass-link, .show-pass-label {
    color: #2C4257 !important;
    font-family: 'Satoshi-Regular' !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}
.login-primary-button {
    display: flex;
    height: 52px;
    padding: 16px 54px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 62px;
    background: #CDCDCD;
    margin-bottom: 5px;
}
.login-mobile-link {
    padding-bottom: 30px;
}
.login-mobile-link, .login-mobile-link a {
    color: #2C4257 !important;
    font-family: 'Satoshi-Regular' !important;
    font-size: 16px !important;
}
#profile-menu a {
    color: #2C4257 !important;
    font-family: 'Satoshi-Regular' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}
.account-nav-box {
    border-radius: 8px;
    background: #F7F7F7;
}
@media all and (max-width: 1180px) {
    .blog-sidebar .categories {
        padding-left: 0px;
    }

}

@media all and (max-width: 1024px) {

    .column-3,
    .column-9,
    .column-12 {
        width: 100%;
        padding: 0 10px;
    }

    .blog-post-item,
    .related-blog-post-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

}

.swatch-wrapper {
    flex-direction: row;
}

.float-btn {
    position: fixed;
    right: 20px;
    bottom: 65px;
    z-index: 1200;
}

.cat-name {
    display: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    /* border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; */
    background-color: rgba(0, 0, 0, 0.7);
}

.cat-img-slide:hover .cat-name {
    display: block;
}

.cright,
.cleft {
    top: 1px;
    right: 0px;
}

.cleft {
    right: 65px;
}

#c19 {
    display: none !important;
}

p {
    margin-bottom: 10px;
    line-height: 19px;
}

#sidebarFilter {
    position: sticky;
    top: 100px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 20px;
    max-width: 300px;
}
.price-range-slider-wrap {
    margin: 0px;
    padding: 0px;
}
.p-0 {
    padding: 0px !important;
}
#sidebarFilter ul {
    padding: 0px;
    margin: 0px;
}
.popular-products-box p.name{
    margin-bottom: 0px;
    font-size: 15px;
}
.load-more-btn {
    width: 200px;
}
.short-dropdown {
    z-index: 1000;
}
.swiper-wrapper {
    z-index: 0;
}
.product-card {
    z-index: 0;
}
.short-dropdown ul {
    list-style: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}
.sort-by-label {
    color: rgba(0, 0, 0, 0.60);
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sort-by-btn {
    color: #000;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.listing-mode-switcher {
    display: none;
}
.filter-title {
    color: #000;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.m-0 {
    margin: 0px !important;
}

.account-nav-box {
    padding: 40px 0px;
    border-radius: 15px;
}

.text-red,
.text-red a,
.text-red p {
    color: #a61f20;
}

.text-blue {
    color: #2b3674;
}

ul {
    list-style-type: disc;
    padding: 15px 0px 15px 20px;
}

ol {
    list-style: decimal;
    padding: 15px 0px 15px 20px;
}

ul.inline-flex,
ol.inline-flex {
    list-style: none !important;
}

#sidebarFilter ul,
#sidebarFilter ol {
    list-style: none !important;
}

.af-13,
.af-14 {
    display: none;
}

.badge-g {
    background-color: #b3f0d1;
    color: #113c0f !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 0px 4px;
    display: inline-block;
    box-shadow: 0px 0px 2px #b3f0d1;
    border-radius: 4px;
    order: 3;
}

.strikethrough {
    position: relative;
}

.final-price.strikethrough {
    color: #707070 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: #707070;

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.product-price p {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product-price p.final-price.strikethrough {
    font-size: 32px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}
.product-price p.badge-g {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
}
.p-card-info {
    position: relative;
}

.p-card-review {
    position: relative;
    padding: 0px 10px 0px 5px;
    background-color: #f4f4f4;
    z-index: 10;
    border-radius: 5px;
    top: -5px;
    margin: 0px;
}

.p-card-name {
    color: #0D1B39;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.cat-img-slide {
    padding-bottom: 10px;
}

.pc-dot {
    border: 1px solid #ebebeb;
    background: #ebebeb;
    width: 2rem;
    height: .45rem;
}

.pc-dot.active {
    border: 1px solid #000;
    background: #000;
}

.p-card-price p, .final-price {
    color: #0D1B39;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.p-card-price p.final-price {
    color: #0D1B39;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product-card .secondary-button {
    margin-right: 30px;
}
.big-heading {
    color: #1E1E1E;
    
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.big-heading .text-orange {
    font-size: 42px;
    color: #E88530;
}

.generate-report-btn {
    display: flex;
    width: 266px;
    height: 52px;
    padding: 16px 54px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 62px;
    background: #2C4257;
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#generate-report {
    display: flex;
    width: 266px;
    height: 52px;
    padding: 16px 54px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 62px;
    background: #2C4257;
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.popup-heading {
    color: #2D2D36;
    
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}

.popup-heading .text-orange {
    color: #E88530;
    
    font-size: 40px;
}

#astroInsigtPopup .popup-box {
    max-width: 1051px;
}

.popup-text {
    color: #2D2D36;
    text-align: center;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popup-img img {
    height: 80%;
}

#generate-report-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    margin: auto;
}

/* Swiper container styles */
.product-image-slider {
    position: relative;
    overflow: hidden;
}

.product-image-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.product-image-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Navigation arrows */
.product-image-slider .swiper-button-prev,
.product-image-slider .swiper-button-next {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-image-slider .swiper-button-prev {
    background-image: url('../img/p-arrow.png');
    background-repeat: no-repeat;
}

.product-image-slider .swiper-button-next {
    background-image: url('../img/n-arrow.png');
    background-repeat: no-repeat;
}

.product-card:hover .swiper-button-prev,
.product-card:hover .swiper-button-next {
    opacity: 1;
}

.product-image-slider .swiper-button-prev:after,
.product-image-slider .swiper-button-next:after {
    font-size: 0px;
}

#featuredOn {
    margin: 30px 0px;
    padding: 40px 0px;
    background-color: #F7F7F7;
}
.stats-count {
    display: block;
    color: #88A9C4;
    
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}
.stats-label {
    color: #1E1E1E;
    
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
#astrology .swiper-button-prev:after, #astrology .swiper-button-next:after {
    color: #2c4257;
}
#astrology .swiper-slide {
    text-align: center;
}
#astrology .swiper-slide iframe {
    margin: auto;
}
#influencers {
    padding: 40px 0px;
}
#influencers .swiper-button-prev:after, #influencers .swiper-button-next:after {
    color: #2c4257;
}
.vertical-product-list {
    max-height: 688px;
    overflow-y: auto;
    padding-right: 10px;
}
.vertical-product-list .product-image-slider {
    padding: 15px 0px;
}
.tstmnl {
    max-width: 640px;
}
#testimonial .swiper-slide {
    width: fit-content !important;
    opacity: 0.5;
}
#testimonial .swiper-slide-active {
    opacity: 1;
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: none !important;
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: none !important;
}
.usr-img {
    max-width: 240px;
}
.usr-review {
    width: 365px;
    position: relative;
    left: -65px;
    padding-top: 30px;
}
.usr-review:before {
    width: 37px;
    height: 27px;
    content: '';
    background-image: url('../img/testimonial-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
}

.vertical-product-list::-webkit-scrollbar {
    width: 2px;
}

.vertical-product-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.vertical-product-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.featured-gems .custom-product-list {
    gap: 3em;
}
.vertical-product-item:last-child {
    border-bottom: none;
}
.featured-product-item .p-card-review {
    bottom: 5px;
}
.category-hero-image {
    height: 300px;
    background-position: center;
    background-size: cover;
}
.breadcrumbs ol {
    padding-left: 0px;
}
.breadcrumbs ol li {
    color: #000;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.breadcrumbs ol li a {
    color: rgba(0, 0, 0, 0.60);
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.breadcrumbs .icon-arrow-right:before {
    color: rgba(0, 0, 0, 0.60);
}
#gemstones {
    padding-top: 50px;
}
h1.product-name {
    color: #000;
    
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-short-description p {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.product-wishlist-btn {
    padding: 7px 10px;
    align-items: center;
    gap: 7px;
    border-radius: 10px;
    background: #2C4257;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 35px;
}
.f-16 {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.text-gray {
    color: rgba(0, 0, 0, 0.60);
}
#product-stock {
    text-align: right;
}
#product-stock .stock-label {
    color: rgba(0, 0, 0, 0.60);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
#product-stock .text-green {
    color: #008E00;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.quantity-changer {
    padding: 16px 20px;
    border-radius: 62px;
    background: #F0F0F0;
    width: 170px;
    height: 52px;
    padding: 16px 20px;
    justify-content: space-between;
}
.add-to-cart-btn {
    min-width: 200px;
    height: 52px;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 62px;
    background: #88A9C4;
    color: #fff;
    border-color: #88A9C4;
}
.buy-now-btn {
    min-width: 200px;
    height: 52px;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 62px;
    background: #88A9C4;
    color: #fff;
    border-color: #88A9C4;
}
.dark-bg {
    background: #2C4257;
}
#loginMobileModal.model-popup, #signupModal.model-popup, #forgotPasswordModal.model-popup {
    display: none;
}
#loginMobileModal.model-popup.active, #signupModal.model-popup.active, #forgotPasswordModal.model-popup.active {
    display: flex;
}
/* Overlay Blur and Dark */
.model-overlay {
    backdrop-filter: blur(8px) !important;
    background: rgba(24,28,47,0.45) !important;
}
.profile-camera-icon {
    border: 3px solid #fff;
    border-radius: 9999px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10);
}
@media all and (max-width: 767px) {
    .p-card-name {
        max-width: 172px;
    }

    .p-card-price p {
        font-size: 14px;
        max-width: 172px;
    }

    .mobile-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-4,
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .final-price {
        font-size: 14px;
    }

    #c1 {
        display: none !important;
    }

    #c19 {
        display: flex !important;
    }

    .swatch-wrapper {
        flex-direction: column;
    }

    .mobile-order-2 {
        order: 2;
    }

    .blog-hero-image .hero-main-title {
        font-size: 1.5rem;
    }

    .blog-hero-image {
        height: 270px;
        margin-bottom: 30px;
    }

    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .comment-part .column-6 {
        width: 100%;
        padding: 0 10px;
    }

    .blog-post-item,
    .related-blog-post-item {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

/*Blog Page End*/

/*Blog Single Page Start*/

.grid-wrap {
    margin: 0 -10px;
}

.column-12 {
    width: 100%;
    padding: 0 10px;
}

.column-9 {
    width: 75%;
    padding: 0 10px;
}

.column-6 {
    width: 50%;
    padding: 0 10px;
}

.column-3 {
    width: 25%;
    padding: 0 10px;
}

.blog-sidebar .categories {
    padding-left: 20px;
}

.blog-sidebar .categories h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog-sidebar .categories .list-group {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
}

.blog-sidebar .categories .list-group li {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.blog-sidebar .categories .list-group li:first-child {
    border-top: 0;
}

.blog-sidebar .categories .list-group li a {
    padding: 9px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.blog-sidebar .categories .list-group li a .badge-primary {
    background: #4d7ea8;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;

}

.page-title {
    font-size: 26px;
    margin-bottom: 20px;
}

.blog-hero-image {
    height: 450px;
    margin-bottom: 40px;
    position: relative;
}

.blog-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-hero-image .hero-main-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 700px;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    color: #fff;
    font-size: 2.5rem;
    margin: 0;
    line-height: 1;
}

.tags-part {
    margin-top: 30px;
}

.tags-part .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-part .tag-list a {
    background-color: #4d7ea8;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    gap: 5px;
}

.tags-part .tag-list a .badge-light {
    background: #fff;
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 13px;
    color: #000;
    line-height: 1;
}

.comment-form-holder {
    margin-top: 1rem !important;
}

.comment-form-holder .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.comment-part h3 {
    margin-bottom: 5px;
    color: #000;
}

.comment-part .form-row>.col,
.comment-part .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.comment-part .mb-3,
.comment-part .my-3 {
    margin-bottom: 1rem !important;
}

.comment-part .mr-3,
.comment-part .mx-3 {
    margin-right: 1rem !important;
}

.comment-part .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.comment-part .input-group-append,
.comment-part .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.comment-part .input-group-prepend {
    margin-right: -3px;
}

.comment-part .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.comment-part .form-control {
    height: 100%;
    font-size: 14px;
    padding: 6px 12px;
}

.comment-part .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.comment-part .text-right {
    text-align: right !important;
}

.comment-part .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.comment-part .btn-group-lg>.btn,
.comment-part .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    line-height: 1;
    border-radius: 0.3rem;
}

.comment-part .btn-primary {
    color: #fff;
    background-color: #4d7ea8;
    border-color: #4d7ea8;
}

.comment-part .form-group {
    margin-bottom: 1rem;
}

.related-bolg-part,
.comment-part .comment-form {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.related-bolg-part {
    border-top: 1px solid #D6D6D6;
    margin-top: 20px;
    padding-top: 10px;
}

.comment-part .media {
    margin-top: 15px !important;
}

.comment-part .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.comment-part .rounded-circle {
    border-radius: 50% !important;
}

.comment-part .media-body {
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #6e6e6e;
}

.comment-part .media-body .comment {
    margin: 5px 0;
}

.comment-part .comment_name {
    font-weight: bold;
    color: #000;
}

.comment-part .comment_created {
    margin-left: 5px;
    font-style: italic;
}

.comment-part .btn-danger,
.comment-part .btn-danger:active:focus,
.comment-part .btn-danger:active:hover,
.comment-part .btn-danger:focus,
.comment-part .btn-danger:hover {
    background: #f05153;
    border-color: #f05153;
    color: #fff;
}

.comment-part .input-group .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.comment-part .input-group>.custom-select:not(:first-child),
.comment-part .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.post-tags .post-tag-lists a {
    background: rgba(0, 0, 0, .05);
    padding: 3px 10px;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    display: inline-block;
    color: #333;
}

.post-tags {
    display: flex;
}

.post-tags .post-tag-lists a:hover {
    background: #4d7ea8;
    color: #fff;
}

.comment-not-allow {
    text-align: center !important;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 10px;
}

.comment-not-allow-guest {
    text-align: center !important;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 10px;
    margin: 10px 0px 10px 0px;
}

.comment-not-allow-guest a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.vertical-product-list {
  scrollbar-width: none;
  scrollbar-color: #2C4257 #07484A;
  transition: all 0.2s;
}

.vertical-product-list::-webkit-scrollbar {
  width: 2px;
}

.vertical-product-list::-webkit-scrollbar-track {
  background: #2C4257;
}

.vertical-product-list::-webkit-scrollbar-thumb {
  background-color: #2C4257;
  border-radius: 2px;
  border: 1px solid #2C4257;
}

.vertical-product-card .p-card-review {
    position: relative;
    bottom: 2px;
    padding: 0px 5px 0px 0px;
    margin-bottom: 10px;
}

@media all and (max-width: 1180px) {
    .blog-sidebar .categories {
        padding-left: 0px;
    }

}

@media all and (max-width: 1024px) {

    .column-3,
    .column-9 {
        width: 100%;
        padding: 0 10px;
    }

}

@media all and (max-width: 767px) {
    .blog-hero-image .hero-main-title {
        font-size: 1.5rem;
    }

    .blog-hero-image {
        height: 270px;
        margin-bottom: 30px;
    }

    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .comment-part .column-6 {
        width: 100%;
        padding: 0 10px;
    }
}

/*Blog Single Page End*/

/*Blog Category Page Start*/

.grid-wrap {
    margin: 0 -10px;
}

.column-12 {
    width: 100%;
    padding: 0 10px;
}

.column-9 {
    width: 75%;
    padding: 0 10px;
}

.column-3 {
    width: 25%;
    padding: 0 10px;
}

.blog-grid-list {
    margin: 0 -10px;
}

.blog-post-item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.blog-post-box {

    height: 100%;
}

.blog-post-box .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-post-box .post-meta {
    font-size: 13px;
    color: #8d8d8d;
    margin-bottom: 10px;
}

.blog-grid-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.blog-grid-img:before {
    content: '';
    padding-top: 65%;
    display: block;
}

.blog-grid-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-item .card-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    overflow: hidden;
    color: #991c1f;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-post-item .card-footer {
    margin-top: 20px;
}

.blog-post-item .card-footer a {
    font-weight: 600;
}

.blog-post-item .card-title:hover,
.blog-post-item .card-footer a:hover {
    color: #111;
}

.blog-sidebar .categories {
    padding-left: 20px;
}

.blog-sidebar .categories h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog-sidebar .categories .list-group {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
}

.blog-sidebar .categories .list-group li {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.blog-sidebar .categories .list-group li a:hover {
    background-color: rgba(0, 0, 0, .05);
}

.blog-sidebar .categories .list-group li:first-child {
    border-top: 0;
}

.blog-sidebar .categories .list-group li a {
    padding: 9px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.blog-sidebar .categories .list-group li a .badge-primary {
    background: #4d7ea8;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;

}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination a {
    width: 30px;
    height: 30px;
    border: 1px solid #4d7ea8;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a:hover,
.pagination a.active {
    background: #4d7ea8;
    color: #fff;
}

.pagination a.previous:before {
    content: '<<';
    letter-spacing: -4px;
}

.pagination a.previous .icon,
.pagination a.next .icon {
    display: none;
}

.pagination a.next:before {
    content: '>>';
    letter-spacing: -4px;
}

.page-title {
    font-size: 22px;
}

.blog-hero-image {
    height: 450px;
    margin-bottom: 40px;
}

.blog-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-hero-image {
    height: 450px;
    margin-bottom: 40px;
    position: relative;
}

.blog-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-hero-image .hero-main-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 700px;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    color: #fff;
    font-size: 2.5rem;
    margin: 0;
    line-height: 1;
}

.blog-post-content {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 30px;
}

.text-justify {
    text-align: justify !important;
}

.tags-part {
    margin-top: 30px;
}

.tags-part .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-part .tag-list a {
    background-color: #4d7ea8;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    gap: 5px;
}

.tags-part .tag-list a .badge-light {
    background: #fff;
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 13px;
    color: #000;
    line-height: 1;
}

#subsInputM,
#subsInput {
    display: flex;
    width: 349px;
    padding: 12px 16px 12px 50px;
    background-image: url('../img/email-icon.png');
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: 15px 12px;
    align-items: flex-start;
    gap: 12px;
    border-radius: 62px;
}

.newsletter-button {
    text-align: center;
    display: flex;
    width: 349px;
    padding: 12px 16px;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 62px;
    background: #88A9C4;
}

footer.footer {
    background: #F0F0F0;
}

#submitNews {
    border-radius: 30px;
    border: 2px solid #707070;
}

.list-style-none {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}

.heading-underline {
    display: inline-block;
    border-bottom: 1px solid #111;
    font-weight: bold;
}

.cat-img-slide img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0px 5px 7px #bbb;
}
.vertical-product-list-container .icon-arrow-up {
    margin-right: 5px;
}
.vertical-product-list-container .icon-arrow-up:before,
.vertical-product-list-container .icon-arrow-down:before
{
    background: #E0EFF6;
    padding: 10px;
    border-radius: 100%;
}
.vertical-product-list-container .icon-arrow-up:hover:before,
.vertical-product-list-container .icon-arrow-down:hover:before
{
    background: #F9D9DA;
}

.explore-gems {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: 804px;
    flex-shrink: 0;
    border-radius: 0px 16px 16px 0px;
    background-color: lightgray;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.explore-gems h3 {
    color: #F2F0E3;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin: 0px 80px 20px 80px;
    text-transform: capitalize;
}
.explore-gems .action {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.light-blue-btn {
    display: flex;
    color: #000;
    padding: 15px 50px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-right: 30px;
    border-radius: 62px;
    background: #88A9C4;
}
.white-outline-btn {
    display: flex;
    padding: 15px 50px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 62px;
    color: #fff;
    border: 3px solid #FFF;
}
.custom-product-card .p-card-name {
    color: #0D1B39;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.custom-product-card .p-card-name .p-card-price {
    color: #0D1B39;
    
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product-grid-card-container .product-card .p-card-name {
    white-space: normal;
    margin-bottom: 0px;
}
.product-grid-card-container .product-card .price-label {
    font-size: 12px;
    font-weight: normal;
}
.product-grid-card-container .product-card .secondary-button {
    width: 120px;
    background-color: #2C4257;
    border-color: #2C4257;
    color: #fff;
}
.load-more-btn:hover {
    background-color: #2C4257;
    border-color: #2C4257;
    color: #fff;
}
.product-card .action-items .cursor-pointer {
    background-color: #88A9C4;
    border-radius: 100%;
}
.product-card .action-items .icon-heart:before {
    color:#fff !important;
}

@media all and (max-width: 1180px) {
    .blog-sidebar .categories {
        padding-left: 0px;
    }

}

@media all and (max-width: 1024px) {

    .column-3,
    .column-9 {
        width: 100%;
        padding: 0 10px;
    }

    .blog-post-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

}

@media all and (max-width: 767px) {

    .privacy-links {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .privacy-links a {
        font-size: 12px;
    }

    .border-top-bottom {
        border-top: 1px solid #111;
        border-bottom: 1px solid #111;
    }

    .float-btn {
        right: 15px;
        bottom: 8px;
        width: 36px;
    }

    .blog-hero-image .hero-main-title {
        font-size: 1.5rem;
    }

    .blog-hero-image {
        height: 270px;
        margin-bottom: 30px;
    }

    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .comment-part .column-6 {
        width: 100%;
        padding: 0 10px;
    }

    .blog-post-item {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

/*Blog Category Page End*/

/*Blog Tag Page Start*/

.grid-wrap {
    margin: 0 -10px;
}

.column-12 {
    width: 100%;
    padding: 0 10px;
}

.column-9 {
    width: 75%;
    padding: 0 10px;
}

.column-3 {
    width: 25%;
    padding: 0 10px;
}

.blog-grid-list {
    margin: 0 -10px;
}

.blog-post-item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.blog-post-box {

    height: 100%;
}

.blog-post-box .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-post-box .post-meta {
    font-size: 13px;
    color: #8d8d8d;
    margin-bottom: 10px;
}

.blog-grid-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.blog-grid-img:before {
    content: '';
    padding-top: 65%;
    display: block;
}

.blog-grid-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-item .card-title {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #181A2A;
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.blog-post-item .card-footer {
    margin-top: 20px;
}

.blog-post-item .card-footer a {
    font-weight: 600;
}

.blog-sidebar .categories {
    padding-left: 20px;
}

.category-badge {
    color: #88A9C4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    background: rgba(75, 107, 251, 0.05);
}

.blog-sidebar .categories h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog-sidebar .categories .list-group {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
}

.blog-sidebar .categories .list-group li {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.blog-sidebar .categories .list-group li:first-child {
    border-top: 0;
}

.blog-sidebar .categories .list-group li a {
    padding: 9px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.blog-sidebar .categories .list-group li a .badge-primary {
    background: #4d7ea8;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;

}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination a {
    width: 30px;
    height: 30px;
    border: 1px solid #4d7ea8;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a:hover,
.pagination a.active {
    background: #4d7ea8;
    color: #fff;
}

.pagination a.previous:before {
    content: '<<';
    letter-spacing: -4px;
}

.pagination a.previous .icon,
.pagination a.next .icon {
    display: none;
}

.pagination a.next:before {
    content: '>>';
    letter-spacing: -4px;
}

.page-title {
    font-size: 22px;
}

.blog-hero-image {
    height: 450px;
    margin-bottom: 40px;
}

.blog-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-hero-image {
    height: 450px;
    margin-bottom: 40px;
    position: relative;
}

.blog-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-hero-image .hero-main-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 700px;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    color: #fff;
    font-size: 2.5rem;
    margin: 0;
    line-height: 1;
}

.blog-post-content {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 30px;
}

.blog-post-box .text-justify {
    text-align: left !important;
}

.tags-part {
    margin-top: 30px;
}

.tags-part .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-part .tag-list a {
    background-color: #4d7ea8;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    gap: 5px;
}

.tags-part .tag-list a .badge-light {
    background: #fff;
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 13px;
    color: #000;
    line-height: 1;
}

.section-gap {
    background-color: #f8f8f8;
}

.newsletter-container {
    display: flex;
    padding: 36px 50px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: #2C4257;
    margin-top: 200px;
    position: relative;
    top: -100px;
}

.newsletter-container h3 {
    color: #FFF;
    
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
}

.footer-menus-desktop-wrap {
    position: relative;
    top: -50px;
}

.copyright-text {
    color: rgba(0, 0, 0, 0.60);
    font-family: Satoshi-Regular;
    font-size: 14px;
}

.footer-logo-txt {
    color: rgba(0, 0, 0, 0.60);
    font-family: Satoshi-Regular;
    font-size: 12px;
}

.list-none {
    list-style: none;
}

.pl-1 {
    padding-left: 10px;
}

.footer-menu h3 {
    color: #000;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.footer-menu li a {
    color: rgba(0, 0, 0, 0.60);
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    display: inline-block;
    padding: 5px 0px;
}

.footer-menus-desktop {
    gap: 4.5rem;
}

.mobile-popup {
    background: #fff;
    color: #000;
}


.mobile-popup #cat2 {
    border-top: 1px solid #D6D6D6;
}

.mobile-popup .category-menu-item {
    border-bottom: 1px solid #D6D6D6;
}

.mobile-popup .category-menu-item ul {
    list-style: none;
    padding: 5px 0px 5px 5px;
}
.cart-drawer .mobile-popup {
    background: #fff;
    color: #111;
}
.cart-drawer .mobile-popup a {
    color: #111;
}

.submenu-2-wrap ul,
.submenu-3-wrap ul {
    list-style: none;
    padding: 5px 0px 5px 5px;
}

.submenu-1 {
    padding: 20px;
}

.submenu-2 .icon-arrow-right {
    display: none;
}

.submenu-2-wrap li {
    border-bottom: 1px solid #D6D6D6;
    padding: 20px;
}

.why-us {
    background: #F4F4F4;
    padding: 40px 0px;
}

.why-us h3 {
    color: #1E1E1E;
    font-family: playfair-display-700;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.why-us h4 {
    color: #1E1E1E;
    font-family: playfair-display-600;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.why-us span {
    color: #1E1E1E;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 185%;
    opacity: 0.8;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.35rem !important;
}

.main-heading {
    color: #1E1E1E;
    text-align: center;
    font-family: playfair-display-500;
    font-size: 50px;
    padding-bottom: 20px !important;
}

#bestSellingProducts>div {
    justify-content: center !important;
}

#bestSellingProducts .tabs-wrap {
    display: flex;
    padding: 6px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 44px;
    background: #2C4257;
}

#bestSellingProducts .tabs-wrap .tab {
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 32px;
    color: #FFF;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
}

section.best-seller {
    padding: 50px 0px;
}

#bestSellingProducts .tabs-wrap .tab.active {
    color: #000;
    background-color: #fff;
}

.product-card:hover {
    background-color: #f4f4f4;
}

.shop-by-category h3 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.10);
    font-family: playfair-display-700;
    font-size: 55px;
    background: rgba(0, 0, 0, 0.60);
    box-shadow: 0px 4px 4px 0px rgba(216, 209, 206, 0.74);
    cursor: pointer;
}

.shop-by-category .relative:hover h3 {
    display: flex;
}

.secondary-heading {
    color: #000;
    text-align: center;
    font-family: playfair-display-400;
    font-size: 50px;
    padding-bottom: 20px;
}

.secondary-heading strong {
    font-family: playfair-display-700;
    font-size: 50px;
}
#suggest a {
    color: #000 !important;
}
.popular-product {
    background-color: #2c4257;
    color:#fff;
}
#productTabs .tab-wraper {
    justify-content: start !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
#productTabs .tab-wraper .tab {
    min-width: 300px;
    text-align: center;
    padding: 24px;
}
#productTabs .tab-wraper .tab.active {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
#descritpion-tab p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
}
.all-review {
    color: #000;
    font-family: 'Satoshi-Regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.all-review .total-review {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.rating-summary {

    min-height: 230px;
}
.px-15 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.avg-rating {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product-rating {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
}
.h-5px {
    height: 5px;
}
.bg-neutral-200 {
    background: rgba(230, 234, 238, 0.70);
}
.rating-line {
    border-radius: 4px;
}
.bg-green {
    background: #20590C;
}
.text-amber-500 {
    color: #FFC633;
}
.percent-text {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    display: inline-block;
    width: 80px;
}
.star-5-box {
    padding-left: 30px;
}
.write-review-btn {
    display: flex;
    width: 213px;
    height: 48px;
    padding: 16px 30px 16px 15px;
    justify-content: space-between;
    align-items: center;
    border-radius: 62px;
    background: #88A9C4;
    color: #fff;
}
#review-tab {
    margin-top: 20px;
}
.rating-summary  {
    min-width: 298px;
    border-radius: 8px;
    background: #F9FAFB;
}
.rating-individual-box {
    border-radius: 8px;
    padding-left: 25px;
    margin-bottom: 15px;
    padding-top: 15px;
    background: #F9FAFB;
}
.single-review-box {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.review-user-name {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.review-text {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.review-posted {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.payment-icons-list {
    padding: 0px 20px 0px 0px;
}
.side-navigation .drawer-wrapper {
    
}
.cart-drawer .drawer-wrapper {
    width: 500px !important;
}
.cart-drawer .continue-to-checkout {
    border-radius: 62px;
    background: #2C4257 !important;
    border-color: #2C4257 !important;
    color: #fff !important;
    display: flex;
    height: 60px;
    padding: 16px 54px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    align-self: stretch;
    color: #FFF;
    font-family: 'Satoshi-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.cart-drawer .mobile-popup .icon-cancel {
    color: #717680;
}
.icon-cancel {
    color: #717680;
}
.dark .shimmer {
    background: #566879;
}
.continue-shopping-btn {
    width: auto;
}
#astroInsigtPopup .icon-cancel {
    position: relative;
    right: 30px;
    top: -20px;
}
.proceed-checkout-btn {
    background: #2C4257;
    border-color: #2C4257;
    color: #fff;
    border-radius: 62px;
    height: 60px;
}
#couponPopup .popup-box {
    background-color: #fff;
    width: 300px;
    padding: 0px 20px 20px 10px;
}
#couponPopup .popup-box > div {
    padding-top: 15px;
}
#applyCouponCode {
    background: #2C4257;
    border-color: #2C4257;
    color: #fff;
    border-radius: 62px;
    height: 60px;
}
.cart-heading {
    color: #000;
    font-family: 'Satoshi-Regular';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.cart-summary-box {
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.cart-items-wrap {
    padding: 20px 20px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.cart-item-name {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.qty-changer {
    border-radius: 62px;
    background: #F0F0F0;
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.cart-item-attribute {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cart-item-attribute-label {
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.side-navigation .submenu-2-wrap {
    background-color: #F4F4F4;
}
.side-navigation .submenu-2-wrap ul {
    padding: 0px;
}
.side-navigation .submenu-2 {
    margin-left: 0px;
}
.side-navigation .submenu-2 a:before {
    content:"";
    background-image: url('../img/icon-arror-right.png');
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
    margin-right: 15px;
}
.filter-drawer .mobile-popup {
    padding: 0px 20px;
}
.sorting-drawer .mobile-popup ul {
    list-style: none;
}
.delivery-widgets {
    border-top: 1px solid #0000001A; 
    border-bottom: 1px solid #0000001A; 
    margin: 20px 0px;
    padding: 20px 0px;
}
.delivery-widgets h4 {
    color: #1D364D;
    font-family: 'Satoshi-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-items: center;
}
.delivery-widgets h4 span {
    display: inline-block;
    padding-left: 14px;
}
.delivery-widgets input {
    margin-bottom: 0px;
    max-width: 275px;
}
.delivery-widgets .check-delivery-btn {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #ccc !important;
    position: absolute;
    right: 0px;
    top: 0;
}
.ml-4 {
    margin-left: 2.2rem;
}
.field-info {
    color: #726C6C;
    font-family: 'Satoshi-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 4px;
}
.widgets-form {
    border-right: 1px solid #ccc;
    padding-right: 30px;
}
.return-delivery {
    padding-left: 30px;
}
.return-delivery .field-info {
    margin-left: 2.2rem;
}
#suggest .product-price p {
    font-size: 12px;
}

.toast-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    z-index: 9999;
}

.toast-notification {
    background: #fff;
    color: #333;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 300px;
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.5s ease;
}

.toast-visible {
    opacity: 1;
    transform: translateX(0);
}

.toast-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.toast-text {
    font-size: 14px;
    line-height: 1.4;
}



@media all and (max-width: 768px) {
    .footer-menu h3 {
        color: #000;
        
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .copyright-section {
        flex-direction: column;
    }

    .copyright-section .copyright-text {
        padding-bottom: 20px !important;
    }

    .newsletter-container {
        flex-direction: column;
    }

    .newsletter-container h3 {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    #subsInputM,
    #subsInput,
    .newsletter-button {
        width: 300px;
        margin: 10px auto;
    }

    .top-menu-header {
        background: #2C4257;
    }

    .top-menu-bar-mobile {
        padding: 10px 1rem;
    }

    .top-menu-header .logo-mobile img {
        width: 75px;
        position: relative;
        top: -5px;
    }

    .top-notice p {
        font-size: 10px;
        padding: 10px 0px;
    }

}

@media all and (max-width: 1180px) {
    .blog-sidebar .categories {
        padding-left: 0px;
    }
}

@media all and (max-width: 1024px) {

    .column-3,
    .column-9 {
        width: 100%;
        padding: 0 10px;
    }

    .blog-post-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

}

@media all and (max-width: 767px) {
    .small-black {
        font-size: 56px;
        line-height: 55px;
    }

    .section-gap {
        margin-top: 40px !important;
    }

    .w-80 {
        width: 100%;
    }

    .big-book {
        line-height: 90px;
    }

    .big-your {
        font-size: 80px;
        line-height: 50px;
    }

    .small-yellow-elip {
        top: 205px;
        left: 0px;
    }

    .big-yellow-elip {
        width: 270px;
        height: 270px;
        top: 20px;
        left: 15px;
    }

    .blog-hero-image .hero-main-title {
        font-size: 1.5rem;
    }

    .blog-hero-image {
        height: 270px;
        margin-bottom: 30px;
    }

    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .page-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .comment-part .column-6 {
        width: 100%;
        padding: 0 10px;
    }

    .blog-post-item {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

/*Blog Tag Page End*/


@media screen and (min-width: 768px) {
    .gemstone-section .container {
        background-image: url('../img/gemstone-banner.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 75% 20%;
    }

    .gems-description {
        max-width: 500px;
    }

    .md-grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .md-grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .tabsectionseo .container {
        margin: 0 auto;
        margin-left: 0px;
        max-width: 100%;
        padding: 0px;
    }

    section.categoryBanner .category-image {
        background-color: rgb(245 245 245);
        background-size: cover;
        padding-top: 0px;
        padding-left: 30px;
        width: 100%;
    }

    section.categoryBanner .category-image {
        padding: 15px 0 33px 0;
        padding-top: 15px;
        padding-left: 0px;
    }

    .gemsTabs>div:first-child {
        padding-left: calc(21% + 10px);
        justify-content: left;
        margin-top: -36px;
        position: relative;
        z-index: 1;
    }

}