 .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
 }

 .black_bg {
    background-color: #000;
 }

 .alphabet_main_page .first_section .title {
    font-family: "Inter", sans-serif !important;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 60px;
 }

 .plr_30 {
    padding-left: 30px;
    padding-right: 30px;
 }

 .ptb_70 {
    padding-top: 70px;
    padding-bottom: 70px;
 }

 .alphabet_main_page .first_section .design-btn a {
    padding: 11.5px 39.5px !important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px !important;
 }

 .alphabet_main_page .first_section .design-btn a:hover {
    color: #000;
 }

 .alphabet_main_page .first_section .design-btn a:hover::before {
    background: #fff;
 }

 .alphabet_main_page .first_section .desc_text p {
    color: #fff;
 }

 .alphabet_main_page .first_section .image {
    margin-top: 50px;
    margin-bottom: 50px;
 }

.alphabet_main_page .section_5 .title {
    color: #fff;
}



 .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
 }


/* .product-item {
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s;
    aspect-ratio: 1/1.05;
    display: flex;
    flex-direction: column;
    position: relative;
    background: url("https://www.mohlondon.com/css/images/product_bg.svg") no-repeat scroll center top / cover;
}*/

.product-item {
	border-radius: 0px;
	overflow: hidden;
	text-align: center;
	transition: transform 0.3s;
	/* aspect-ratio: 1/1.08; */
	display: flex;
	flex-direction: column;
	position: relative;
	background: url(https://www.mohlondon.com/css/images/gradient_default.svg) no-repeat scroll center top / cover;
	--aspect-ratio: -8;
	aspect-ratio: 0.8;
}

 .product-item .image_box {
    height: 90%;
    display: flex;
    align-items: center;
    max-width: 70%;
    justify-content: center;
    margin: 0 auto;
 }

 .product-item img {
    width: auto;
    height: auto;
    object-fit: cover;
    flex-grow: 1;
    max-width: 100%;
    display: block;
    margin: 0 auto;
 }

.product-caption {
	padding: 0px 0px 0px;
	position: unset;
	bottom: 0;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	text-align: left;
	margin: -28px auto 0;
	min-height: 50px;
	display: flex;
	align-items: end;
}
 .product-item.pendents .image_box {
    align-items: flex-start;
    max-width: 80%;
    margin: 0 auto;
    display: block;
 }

 .product-item a {
    display: block;
    height: 100%;
    color: #000;
 }

 .section_4 .barand_name {
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 35px;
    color: #101010;
    text-transform: uppercase;
    font-family: "Bebas Neue" !important;
    margin-bottom: 5px;
    margin-top: 0;
}
 .section_4 .desc_text {
    max-width: 480px;
    margin: 0 auto;
 }
 .section_4 .shop-now .design-btn.common-btn a::before {
    background-color: #000;
}

 .section_4 .rare_so_rare {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.25px;
    clear: both;
    margin-bottom: 30px;
    line-height: 24px;
    margin-top: 40px;
 }

 .design-btn.common-btn a {
    color: #000;
 }

 .section_4 {
    position: relative;
 }
 .section_4 {
    position: relative;
    background-image: url("https://www.mohlondon.com/inner_page_images/alphabet-images/aphabet-bracelets.png"), url("https://www.mohlondon.com/inner_page_images/alphabet-images/alphabet-pendents.png"), url("https://www.mohlondon.com/inner_page_images/alphabet-images/alphabet-hoop-earing.png"), url("https://www.mohlondon.com/inner_page_images/alphabet-images/alphabet-ring.png"), url("https://www.mohlondon.com/inner_page_images/alphabet-images/alphabet-studs-earrings.png"), url("https://www.mohlondon.com/inner_page_images/alphabet-images/alphabet-charms.png"), url("https://www.mohlondon.com/inner_page_images/alphabet-images/alphabet-drop-ring.png"), url("https://www.mohlondon.com/inner_page_images/alphabet-images/alphabet-bangle.png");
    background-position: 370px -75px, right 120px top, left 150px bottom 300px, left 480px bottom 150px, right 400px bottom 190px, right 0px bottom 120px, left 150px bottom 100px, right 190px bottom -60px;
    background-size: 470px, 380px, 350px, 250px, 300px, 390px, 250px, 440px;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 9px;
}

.section_4 .desc_content {
    padding: 120px 0;
}

.section_5 {
    background-color: #000;
}

.title {
    font-family: "Inter", sans-serif !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 60px;
    color: #000;
}

.section_5 .desc_content .image {
    max-width: 650px;
    margin: 0 auto;
}
.section_5 .design-btn.common-btn a {
    color: #fff;
}
.section_5 .design-btn.common-btn {
    border-color: #fff;
}
.design-btn a::before {
    background: #fff;
}
.section_5 .design-btn.common-btn a:hover { 
color: #000;
}

.alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item:nth-last-child(2) .image {
    background: #fff;
    min-height: 395px;
    max-height: 395px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
}

.alphabet_main_page .design_your_ring .there_boxes h3.title {
    text-align: left;
}

.alphabet_main_page .design_your_ring .col_item.initial-pendants-necklaces .image {
    align-items: flex-start !important;
}
.alphabet_main_page .design_your_ring .col_item.initial-pendants-necklaces .image img {
    max-width: 90% !important;
}

.alphabet_main_page  .col_item.stud-earrings img {
    max-width: 235px;
}

.alphabet_main_page .design_your_ring .there_boxes .flex_div {
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 70px;
}

.alphabet_main_page  .design_your_ring .there_boxes .flex_div .col_item {
    flex: 0 0 calc(33.3% - 20px);
}
.alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item .image {
    position: relative;
    padding: 0 0px 0px !important;
    margin: 0;
}
.alphabet_main_page  .design_your_ring .there_boxes .flex_div .col_item:nth-last-child(2) .image {
    min-height: auto;
}

.alphabet_main_page .design_your_ring .there_boxes .col_item .desc_text {
min-height: 150px;
}


.alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item.drop-ring img {
    max-width: 250px;
}

.alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item.order-bracelets .image img {
    max-width: 330px;
}

.alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item.order-signet-rings img {
    max-width: 280px;
}

.alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item.order-bangles img {
    max-width: 280px;
}
.minheight-200 {
    min-height: 200px !important;
}

/* Second page css start */

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}




/* ============ alphabet-collection Start ======*/

.alphabet-collection-page .text-left a {
	color: #000;
	text-decoration: underline;
}

.alphabet-diamonds-wrapper {
    margin: 20px auto;
    max-width: 1200px;
    padding: 0 15px;
  }
  
  .alphabet-diamonds_sec .d-grid .col_item {
    background-color: #000;
    --aspect-ratio: 1/0.8;
    aspect-ratio: .8;
}

  .alphabet-diamonds_sec .d-grid {
    display: grid;
    grid-template-columns:  repeat(4, 1fr);
    gap: 1px;
}

.alphabet-diamonds_sec .d-grid .col_item .image_holder {
    padding: 50px 30px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.alphabet-diamonds_sec .image_holder img {
    width: auto;
    object-fit: cover;
    display: block;
    padding: 5px;
    box-shadow: none;
    max-height: 250px;
    margin: 0 auto;
}
.alphabet-diamonds_sec .d-grid .col_item:nth-child(4) .image_holder img {
	transform: rotate(-6deg);
} 
.filter_bar {
    padding: 0 30px;
}

.filter_bar .col_item p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
.filter_bar .col_item h2 {
    font-size: 25px;
}
.filter_bar .col_item {
    flex: auto;
}
.filter_bar .col_item.left p {
    text-align: left;
}
.filter_bar .col_item.right p {
    text-align: right;
}
.filter_bar .col_item.right {
    max-width: max-content;
}
.filter_bar .col_item.left {
    max-width: max-content;
}

.filter_bar .col_item.left, .filter_bar .col_item.right {
    max-width: max-content;
    min-width: 130px;
}

.desktp_show_2.product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
}
.desktp_show_2.product-grid  .product-item {
    aspect-ratio: 1/1;
}
.desktp_show_2.product-grid .product-item .product-caption {
    padding: 20px;
    position: absolute;
    bottom: 2rem;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.alphabet_main_page .section_2 .ias-noneleft {
    display: none !important;
}

.alphabet_main_page .section_4 .alphabet_title {
    margin-bottom: 30px;
}



/*alphabet-collection-page Start*/

.alphabet-collection-page .product-item a {
  text-decoration: none;
}

.alphabet-collection-page .product-details {
	padding: 0 20px;
	display: inline-block !important;
	width: 100%;
}
.alphabet-collection-page .product-details .price-box .product-caption {
  padding: 0;
  position: unset;
  text-align: left;
}

.alphabet-collection-page .product-details .price-box .product-price {
	text-align: left;
	font-family: "Roboto", sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.alphabet-collection-page .metaldots_moh {
  position: unset;
  right: 13px;
  font-size: 0;
  bottom: 15px;
}
.alphabet-collection-page .product-details .metaldots_moh::after {
	position: absolute;
	content: "";
	background: url(https://www.mohlondon.com/css/images/metal_dot.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 15px;
	right: 0;
	background-size: contain;
	top: 5px !important;
}
.alphabet-collection-page .product-details .product-price {
    margin-top: 10px;
}
.alphabet-collection-page .product-item .image_box {
    height: calc(100% - 70px);
    display: flex;
    align-items: center;
    max-width: 70%;
    justify-content: center;
    margin: 0 auto;
}

.collection-pendants .product-item .image_box {
    align-items: flex-start;
}


.alphabet-collection-page .title {
  margin-bottom: 30px;
}


.container_sub_categary_slider .owl-item .item {
	min-height: 185px;
	display: flex;
	align-items: end;
}

 /* Responsive adjustments */

 @media only screen and (max-width: 1700px) {
 .section_4 {
background-size: 350px, 280px, 250px, 120px, 150px, 300px, 170px, 370px;
    background-repeat: no-repeat;
}
}

 @media only screen and (max-width: 1399px) {
    .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0px;
}

     .section_4 {
        background-image: none;
    }
    .section_4 .desc_content {
        padding: 0px 0;
    }

 }

 @media (max-width: 1080px) {
 .alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item .image {
    position: relative;
    padding: 0 0px 0px !important;
    margin: 0;
    max-width: 100%;
}
.alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item {
    flex: 0 0 calc(50% - 15px);
}

.alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item .image {
    max-height: 100%;
}

.alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item .image_wraper .image {
    max-width: 80%;
    margin: 0 auto;
}
.alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item .image_wraper {
    background: #fff;
}
.alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item.order-identity-charms .image {
    margin-right: 0;
}
.alphabet_main_page .design_your_ring .col_item.initial-pendants-necklaces .image img {
    max-width: 70% !important;
}

}
 @media (max-width: 991px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
     .alphabet-diamonds_sec .d-grid {
        grid-template-columns: repeat(3, 1fr) !important;

    }

 }

 @media (max-width: 768px) {
 .filter_bar .col_item.left, .filter_bar .col_item.right {
    max-width: 50%;
    min-width: 130px;
}
.filter_bar .col_item.middle {
    max-width: 100%;
    width: 100%;
    flex: auto;
    position: absolute;
    padding-bottom: 80px;
    left: 0;
    right: 0;
}
.filter_bar .col_item h2 {
    font-size: 20px;
}

.filter_bar .d-flex {
    flex-wrap: wrap;
}
.filter_bar {
    padding: 0 15px;
}
.title {
    margin-bottom: 30px;
}
.ptb_70 {
    padding-top: 35px;
}
.plr_30 {
    padding-left: 15px;
    padding-right: 15px;
}
.desktp_show_2.product-grid  .product-item {
    aspect-ratio: 1/1.25;
}
.product-caption {
	font-size: 12px;
    line-height: normal;
}

}
 
 @media (max-width: 575px) {
 .alphabet_main_page .design_your_ring .there_boxes .flex_div .col_item {
    flex: 0 0 calc(100% - 0px);
}
.alphabet_main_page .design_your_ring .there_boxes .col_item .desc_text {
    min-height: auto;
}
.minheight-200 {
    min-height: auto !important;
}
.alphabet-diamonds_sec .d-grid {
grid-template-columns:  repeat(2, 1fr) !important;
}

.desktp_show_2.product-grid .product-item .product-caption {
    font-size: 14px;
}

}


