/** Shopify CDN: Minification failed

Line 499:41 Unexpected "{"
Line 698:41 Unexpected "{"

**/
:root {
  --bgcolor-trans: transparent;
  --bgcolor-main: #8F2140;
  --bgcolor-1:  var(--bgcolor-1)000;
  --bgcolor-2: #999999;
  --bgcolor-3: #7B7B7E;
  --bgcolor-4: #F9F7F3;
  --bgcolor-5: #F7F7F7;
  --bgcolor-6: #28323E;
  --bgcolor-7: #F7ECE6;
  --bgcolor-8: #F6EDE6;
  --bgcolor-9: #F3E1E3;
  --bgcolor-9: #D8C7C3;
  --bgcolor-10: #666666;
  --bgcolor-white: #FFFFFF;
  --bgcolor-trans:transparent;
  --labcolor-main: #008564;
  --font-heading-family:EB Garamond ;
  --font-body-family: Avenir;
}

body {
  font-family: var(--font-body-family);
}
h1,h2,h3,h3,h4,h5,h6 {
  font-family: var(--font-heading-family);
}

.tps_full_width_cr .page-width,
.tps-top-selling-product .container{
   max-width:100%;
   padding-inline: 30px;
}
.tps_collection_multicolumn .title-wrapper-with-link{
   display: flex;
   flex-direction: column;
   justify-content: center;
}
/* .tps_common_title h2,
.tps-top-selling-product h2.section-header,
.homepage .blog-post .title-box h2{
   color:  var(--bgcolor-1);
   font-family: var(--font-heading-family);
   font-size: 36px;
   font-weight: 400;
   line-height: normal;
} */
.homepage .blog-post .title-box h2{
   margin-bottom: 0px;
}
.tps_common_title p,
.tps-top-selling-product .section-text,
.homepage .blog-post .section-text{
   color: var(--bgcolor-10);
   font-family: var(--font-body-family);
   font-size: 16px;
   font-weight: 400;
   line-height: normal;
   margin-bottom: 19px;
}
.homepage .spaced-section .product-tab{
   margin: 0px !important;
}
.tps_common_space,
.homepage .slide-show-section .tps-home-slider,
.tps-en-wed-ring.tps-weding-ring,
.homepage .spaced-section .product-tab,
.homepage .blog-post{
   margin-bottom: 80px !important;
   margin-top: 0px !important;
}
.tps_collection_multicolumn .multicolumn-list{
   display: flex;
   flex-wrap: wrap;
   grid-column-gap: 0.5%;
   margin-inline: auto;
}
.tps_collection_multicolumn .multicolumn-list .multicolumn-list__item{
   padding-inline: 0px;
   width:19.5%;
   margin: 0px auto !important;
   flex-grow: unset !important;
   flex-shrink: unset !important;
}
.tps_collection_multicolumn .multicolumn-list .multicolumn-card__info,
.tps-shop-by-diamonds .multicolumn-list__item,
.tps-shop-by-diamonds .multicolumn-list__item .multicolumn-card__info{
   padding: 0px !important;
}
.tps_collection_multicolumn .multicolumn-list .multicolumn-card__info span{
   text-align: center;
   color:  var(--bgcolor-1);
   font-family: var(--font-body-family);
   font-size: 16px;
   font-weight: 400;
   line-height: normal;
   margin-top: 20px;
   position: relative;
   width: fit-content;
   margin-inline: auto;
   display: block;
}
.tps_collection_multicolumn .multicolumn-list .multicolumn-card__info span::after,
.tps-shop-by-diamonds .multicolumn-card__info span::after{
   content: '';
   width:0%;
   height: 1px;
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%);
   background-color:  var(--bgcolor-1);
   transition: width 0.5s ease-in-out;
}
.tps_collection_multicolumn .multicolumn-card__image-wrapper{
   width: 100%;
   margin-inline: 0px !important;
}
.tps_collection_multicolumn .multicolumn-list__item{
   margin-inline: 0px !important;
}
.tps_collection_multicolumn .multicolumn-card__image-wrapper .hover-image{
   opacity: 0;
   transition: 0.5s ease-in-out;
}
.tps_collection_multicolumn .title-wrapper-with-link,
.tps-shop-by-diamonds .title-wrapper-with-link {
   margin-block: 0px !important;
}
.homepage .shopify-section{
   margin-block: 0px !important;
}
/* .tps-shop-by-diamonds .page-width{
   display: flex;
   flex-wrap: wrap;
   padding-inline: 0px !important;
   max-width: 100% !important;
}
.tps-shop-by-diamonds .page-width .tps-multi-col-img,
.tps-shop-by-diamonds .page-width .tps-multi-col-text{
   width:50%;
}
.tps-shop-by-diamonds .page-width .tps-multi-col-text{  
   display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding-inline: 50px;
}
.tps-shop-by-diamonds .title-wrapper-with-link {
   width: 100%;
   display: flex;
   justify-content: center;
   margin-bottom: 50px !important;
}
.tps-shop-by-diamonds .multicolumn-list{
   margin-left: 0px !important;
   grid-column-gap: 0.5%;
   grid-row-gap: 50px;
}
.tps-shop-by-diamonds .multicolumn-list .multicolumn-list__item{
   width:19.5%;
   margin: 0px !important;
}
.tps-shop-by-diamonds .multicolumn-card__info span{
   color:  var(--bgcolor-1);
   font-family: var(--font-body-family);
   font-size: 16px;
   line-height: normal;
   position: relative;
   display: block;
   width: fit-content;
   margin-inline: auto;
   text-align: center;
}
.tps-shop-by-diamonds slider-component{
   width: 100%;
}
.tps-shop-by-diamonds .multicolumn-card__image-wrapper{
   width: 60px;
   height: 60px;
   margin: 0 auto 10px auto !important;
   display: block;
   padding: 0;
}
.tps-shop-by-diamonds .multicolumn-card{
   background-color: transparent !important;
}
.tps-shop-by-diamonds .multicolumn-card__image-wrapper .media--transparent{
   padding: 00%;
   width: 100%;
   height: 100%;
}
.tps-shop-by-diamonds .multicolumn-card__image-wrapper .media--transparent img{
   object-fit: scale-down;
} */
/* .tps-en-wed-ring{
   margin: 0px !important;
   padding: 0px 0px 0px 0px;
   width: 100% !important;
   max-width: 100% !important;
}
.tps-en-wed-ring .image-with-text__grid{
   max-width: 1440px;
   padding: 0px 15px;
   margin-inline: auto !important;
   background-color: transparent;
}
.tps-en-wed-ring .image-with-text__grid .grid__item{
   width: 50%;
}
.tps-en-wed-ring .image-with-text__text{
   margin-top: 15px;
}
.tps-en-wed-ring .image-with-text__grid .grid__item .image-with-text__content{
   padding: 0px 44px 0px 0px;
}
.tps-en-wed-ring .image-with-text__text p{
   color:  var(--bgcolor-1);
   font-family: var(--font-body-family);
   font-size: 16px;
   font-weight: 400;
   line-height: 24px;
}
.tps-en-wed-ring .button{
   margin-top: 15px !important;
   color: #FFF;
   font-family: var(--font-body-family);
   font-size: 16px;
   font-weight: 400;
   line-height: 16px;
   text-transform: capitalize;
   background-color: #8F2140;
   border: 1px solid #8F2140;
   outline: none !important;
   box-shadow: none !important;
   opacity: 1;
   width: 100%;
   max-width: 181px;
   transition: 0.5s ease-in-out;
   cursor: pointer;
}
.tps-en-wed-ring .image-with-text__media,
.tps-shop-by-diamonds .tps-multi-col-img .image-with-text__media{
   overflow: hidden;
}
.tps-en-wed-ring .image-with-text__media img,
.tps-shop-by-diamonds .tps-multi-col-img .image-with-text__media img{
   transition: 0.5s ease-in-out;
}
.tps-en-wed-ring.tps-weding-ring .image-with-text__grid .grid__item .image-with-text__content{
   padding: 0px 0px 0px 44px;
}
.tps-en-wed-ring{
   background-color:#FAF7F2;
   padding: 60px 0px 0px 0px;
}
.tps-en-wed-ring.tps-weding-ring{
  padding: 0px 0px 60px 0px;
} */
.homepage .spaced-section .product-tab .nav-pills,
.homepage .spaced-section .product-tab .card-information__wrapper .price__sale{
   display: none;
}
.tps-top-selling-product .heading-title,
.homepage .blog-post .title-box{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-bottom: 0px;
}
.tps-top-selling-product .section-text,
.homepage .blog-post .section-text{
   margin: 13px auto 24px !important;
}
.tps-top-selling-product .card-information .card-information__wrapper{
   padding: 0px !important;
   text-align: left;
}
.tps-top-selling-product .full-unstyled-link .card-information__text,
.tps-top-selling-product .price__regular span,
.tps-top-selling-product .price__sale span{
  color:  var(--bgcolor-1);
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 400;
}
.tps-top-selling-product .price__sale {
   display: flex;
   justify-content: flex-start;
   grid-column-gap: 4px;
}
.tps-top-selling-product .price__regular span{
   font-weight: 600;
}
.homepage .spaced-section .product-tab .tab-content .card-wrapper {
    margin: 0 8px;
}
.tps-top-selling-product .card--product{
   height: 460px;
}
.tps-top-selling-product .card--product a.full-unstyled-link,
.tps-top-selling-product .card--product .card__inner,
.tps-top-selling-product .card--product .card__inner>div,
.tps-top-selling-product .card--product .card__inner .media{
   height: 100%;
}
.tps-top-selling-product .card-wrapper{
   margin-inline: 8px;
}
.tps-top-selling-product .card--product .card__inner .card__badge,
.tps-top-selling-product .card--product .card__inner .card__badge>div,
.tps-top-selling-product .card--product .card__inner .card__labal,
.tps-top-selling-product .card--product .card__inner .card__labal>div{
   height: auto;
}
.tps-top-selling-product .custome-slider .slick-arrow,
.tps_collection_multicolumn .slick-arrow{
    top: 50%;
    width: 44px;
    height: 44px;
    background-color: #fff !important;
    border-radius: 50%;
    border: 1px solid #e5e5e5 !important;
    background-image: url(../assets/arrow-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center left 17px !important;
    right: 10px;
}
.tps-top-selling-product .custome-slider .slick-arrow::before,
.tps_collection_multicolumn .slick-arrow::before,
.tps_collection_multicolumn .slick-arrow i,
.tps-top-selling-product .button-content i{
   display: none;
}
.tps-top-selling-product .price__sale dt,
.tps-top-selling-product .price__sale dd{
   margin-bottom: 0px !important;
}
.tps-top-selling-product .rating,
.tps-top-selling-product .price,
.tps-top-selling-product .price  dl,
.tps-top-selling-product a.full-unstyled-link,
.tps-top-selling-product .price__regular dd{
   margin: 0px !important;
}
.tps-top-selling-product .price--on-sale .price-item--regular,
.tps-top-selling-product .price .price__regular .price-item--regular, 
.tps-top-selling-product .price__regular{
   font-family: var(--font-body-family);
   font-size: 16px !important;
   font-weight: 600 !important;
   color:  var(--bgcolor-1) !important;   
}
.tps-top-selling-product .card-information{
   margin-top: 7px !important;
}
.tps-top-selling-product .rating{
   margin-bottom: 10px !important;
}
.tps-top-selling-product a.full-unstyled-link {
   margin-bottom: 10px !important;
}
.tps-top-selling-product .price__regular {
   margin-top: 0px !important;
}
.tps-top-selling-product .custome-slider .slick-arrow.slick-prev,
.tps_collection_multicolumn .slick-arrow.slick-prev{
   transform: rotate(180deg);
   left: 10px;
   right: unset;
   margin-top: -22px;
}
.tps-top-selling-product .custome-slider .slick-arrow.slick-disabled,
.tps_collection_multicolumn .slick-arrow.slick-disabled{
   opacity: 0;
}
/* .tps-top-selling-product .button-content{
   color:  var(--bgcolor-1);
   text-align: center;
   font-family: var(--font-body-family);
   font-size: 14px;
   font-weight: 400;
   line-height: 14px;
   padding: 10px;
   width: 100% !important;
   max-width: 182px !important;
   margin: 15px auto 0px auto;
   padding: 4px 10px;
   border: 1px solid  var(--bgcolor-1);
   background-color: transparent;
   transition: 0.5s ease-in-out;
   color: var(--bgcolor-white);
   background: var(--bgcolor-1);
   border: 1px solid var(--bgcolor-1);
} */
/* .tps-top-selling-product .button-content span{
   font-family: var(--font-body-family);
   font-size: 16px;
   font-weight: 400 !important;
   padding: 7px !important; 
   line-height: normal;
   color: var(--bgcolor-white);
} */
.tps-top-selling-product{
   padding: 0px !important;
}
.homepage .blog-post .blog-list{
   padding-bottom: 0px !important;
}
.homepage .blog-post .container{
   max-width: 1410px;
   padding-inline: 15px;
}
.homepage .blog-post .blog-header{
   display: none;
}
.homepage .blog-post .blog-title,
.homepage .blog-post .blog-title a{
   color:  var(--bgcolor-1);
   font-family: var(--font-body-family);
   font-size: 20px;
   font-weight: 600;
   line-height: 30px;
}
.homepage .blog-post .button-content span{
   background-color: transparent !important;
   color:  var(--bgcolor-1) !important;
   font-family: var(--font-body-family);
   font-size: 16px;
   font-weight: 600;
   line-height: 16px;
   padding: 0px;
   text-transform: capitalize;
}
.homepage .blog-post .button-content span a i{
   color:  var(--bgcolor-1);
}
.homepage .blog-post .blog-description{
   color: var(--bgcolor-10);
   font-family: var(--font-body-family);
   font-size: 16px;
   font-style: 24px;
   font-weight: 400;
   margin: -5px 0px 7px 0px;
}
.homepage .blog-post .blog-items{
   padding: 15px;
   margin: 0px 15px;
   border-radius: 10px;
}
.homepage .blog-post .blog-items img{
    border-radius: 10px;
}
.homepage .testimonial .testimonial-content {
   padding: 0px;
}
.homepage .testimonial .container{
   padding: 100px 0px;
} 
.homepage .testimonial .slick-dots li {
   width: 12px;
   height: 12px;
}
.homepage .testimonial .slick-dots li button{
   width: 10px;
   height: 10px;
}
.homepage .testimonial .slick-dots li button::before{
   display: none;
}
.homepage .testimonial .testimonial_text{
   color:  var(--bgcolor-1);
   text-align: center;
   font-family: var(--font-body-family);
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
}
 
.homepage .testimonial .name-testimonial, .homepage .testimonial .address-testimonial{
   color:  var(--bgcolor-1) !important;
   text-align: center;
   font-family: var(--font-body-family);
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.homepage .testimonial .name-testimonial,{
   text-transform:uppercase !important; 
}
.homepage .testimonial .name-testimonial {
    margin-bottom: 10px;
}
.homepage .logo-carousel .logo-carousel-content{
   padding: 80px 0;
}
.homepage .blog-post .blog-items .blog-date .date{
   margin-bottom: 5px;
}
.tps-top-selling-product .card-information .price {
   justify-content: flex-start !important;
}
.tps-top-selling-product product-wishlist svg{
   display: none !important;
}
.tps-top-selling-product .product-card__overlay{
   align-items: flex-end !important;
}
.tps-home-slider .container-fluid{
   padding-inline: 0px !important;
}

/****************new homepage css start***************************/

.tps-image-with-text.image-with-text.page-width ,
.tps-design-perfect.tps-twobox-section .container,
.tps-design-perfect.tps-twobox-section .tps-image img,
.tps-instagram-section.tps-instagram .container,
.tps-personalized-service .container,
.tps-personalized-service .tps-personalized-service__image-wrap .tps-personalized-service__image,
.jewelry-collection-slider .page-width{
    width: 100%;
    max-width: 100%;
}
.tps-design-perfect.tps-twobox-section .tps-heading,
.tps-section-text-banner .banner__heading,
.tps-diamond-section.tps-shop-dimoands .tps-heading,
.tps-image-with-text .image-with-text__heading,
.tps-instagram-section.tps-instagram .tps-heading,
.tps-personalized-service .tps-personalized-service__heading,
.jewelry-collection-slider .section-heading,
.tps_common_title h2,
.tps-top-selling-product h2.section-header,
.homepage .blog-post .title-box h2{
   font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: var(--font-heading-family);
}
.tps-instagram-section.tps-instagram .tps-heading,
.tps-image-with-text .image-with-text__heading,
.tps-design-perfect.tps-twobox-section .tps-heading,
.tps-personalized-service .tps-personalized-service__heading,
.jewelry-collection-slider .section-heading,
.tps_common_title h2,
.tps-top-selling-product h2.section-header,
.homepage .blog-post .title-box h2 {
    color: var(--bgcolor-1);
}
.tps-section-text-banner .banner__heading {
    color: var(--bgcolor-white);
}
 .tps-section-spacing{
   margin-bottom: 80px !important;
}
section.jewelry-collection-slider.tps-collection-slider.tps-section-spacing{
    padding: 0 !important;
}
.tps-section-text-banner .banner__buttons .button.button--primary,
.tps-image-with-text .button.button--primary,
.tps-design-perfect.tps-twobox-section .tps-btn,
.banner__buttons.banner__buttons--multiple .button.button--primary,
.tps-top-selling-product .button-content, .tps-top-selling-product .button-content span,
.tps-personalized-service .tps-personalized-service__buttons .tps-personalized-service__btn {
    font-family:var(--font-body-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 50px;
}
.tps-image-with-text .button.button--primary,
.tps-design-perfect.tps-twobox-section .tps-btn,
.banner__buttons.banner__buttons--multiple .button.button--primary,
.tps-top-selling-product .button-content,
.tps-personalized-service .tps-personalized-service__buttons .tps-personalized-service__btn{
    color: var(--bgcolor-white);
    background-color: var(--bgcolor-1);
}
.tps-section-text-banner .banner__buttons .button.button--primary {
   color: var(--bgcolor-1);
   background-color: var(--bgcolor-white);
   min-width: 30rem;
}
.tps-image-with-text .button.button--primary,
.tps-design-perfect.tps-twobox-section .tps-btnn--primary,
.tps-top-selling-product .button-content{
    min-width: 27rem;
}
.tps-top-selling-product .button-content{
    border: 1px solid var(--bgcolor-1);
    display: flex;
    justify-content: center;
    align-items: center;
}
 .tps-personalized-service .tps-personalized-service__buttons .tps-personalized-service__btn {
   min-width: auto;
   padding: 12px;
}
/*banner section*/
 .banner__heading span {
    color: var(--bgcolor-1);
    text-align: center;
    font-family: var(--font-heading-family);
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner__text {
    width: 100%;
    max-width: 547px;
    margin: 17px auto 30px !important;
}
 .banner__text span {
    color:  var(--bgcolor-1);
    text-align: center;
    font-family: var(--font-body-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
 .banner__buttons {
    display: grid !important;
    flex-wrap: wrap;
    gap: 40px !important;
    max-width: 53rem !important;
    word-break: break-word;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin:10px auto !important;
}


.tps-section-text-banner .banner__text {
    width: 100%;
    max-width: 542px;
    margin: 25px 0 30px !important;
}
.tps-section-text-banner .banner__text.rte.body p{
   color: var(--bgcolor-white);
   font-family:var(--font-body-family);
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
}
.tps-section-text-banner .banner__buttons{
    margin: 10px 0 !important;
}

.tps-section-text-banner .banner__content.page-width {
    max-width: 1440px;
}
.tps-section-text-banner .banner__text.rte.body {
    max-width: 530px;
}
.tps-section-text-banner.tps-melee-banner .banner__text.rte.body {
    max-width: 585px;
}
/*end*/

/*.testimonial */
.homepage .testimonial .testimonial_text{
   color:  var(--bgcolor-1);
   text-align: center;
   font-family: var(--font-body-family);
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
}
 
.homepage .testimonial .name-testimonial, .homepage .testimonial .address-testimonial{
   color:  var(--bgcolor-1) !important;
   text-align: center;
   font-family: var(--font-body-family);
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.homepage .testimonial .name-testimonial,{
   text-transform:uppercase !important; 
}
.homepage .testimonial .name-testimonial {
    margin-bottom: 10px;
}

/*multicolum / shop diamonds*/

.grid__item {
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    width: calc(25% - 0.5rem * 3 / 4) !important;
    max-width: 50%  !important;
    flex-grow: 1;
    flex-shrink: 0;
}

.tps-diamond-section.tps-shop-dimoands .container {
    max-width: 1366px;
}
.tps-shop-dimoands .tps-diamond-grid {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(10, 1fr);
}
.tps-shop-dimoands .tps-diamond-grid  .tps-diamond-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tps-diamond-section.tps-shop-dimoands {
    padding: 97px 0;
    background: var(--bgcolor-4);
}
.tps-diamond-section.tps-shop-dimoands .tps-heading {
    text-align: center;
    margin-bottom: 25px;
    color: var(--bgcolor-1);
    text-align: center;
}
.tps-diamond-section.tps-shop-dimoands .tps-label {
   color: var(--bgcolor-1);
   text-align: center;
   font-family: var(--font-body-family);
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   margin: 10px 0;
}
.tps-shop-dimoands .tps-diamond-grid .tps-diamond-item .diamond-img.primary-img {
    display: block;
}
.tps-shop-dimoands .tps-diamond-grid .tps-diamond-item .diamond-img.secondary-img{
    display: none;
}
.tps-shop-dimoands  .tps-diamond-item.swiper-slide {
    display: flex;
    align-items: center;
}
/*end*/
/*image with text*/

.tps-image-with-text .image-with-text__text p {
    color: var(--bgcolor-1);
    font-family: var(--font-body-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tps-image-with-text .image-with-text__text.rte {
    max-width: 502px;
}

.tps-image-with-text .image-with-text__content .image-with-text__text+.button {
    margin-top: 10px;
}
/**two box section - Design Your Perfect Earrings - Create Your Perfect Pendant**/

.tps-design-perfect.tps-twobox-section .tps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:20px;
}

.tps-design-perfect.tps-twobox-section .tps-card {
    position: relative;
}
.tps-design-perfect.tps-twobox-section .tps-card .tps-content {
    padding: 40px;
    position: absolute;
    bottom: 0;
}

.tps-design-perfect.tps-twobox-section .tps-text{
    color: var(--bgcolor-1);
    font-family: var(--font-body-family);
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   margin: 10px 0 30px;
   max-width: 516px;
}
.tps-design-perfect.tps-twobox-section .tps-btn {
    padding: 14px 40px 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/*Instagram*/
.tps-instagram-section.tps-instagram img.tps-img {
    border-radius: 0;
    
}
.tps-instagram-section.tps-instagram .tps-heading {
    margin-bottom: 25px;
}
.tps-instagram-section.tps-instagram .tps-item{
    position: relative;
}
 
/*service section*/
.tps-personalized-service .tps-personalized-service__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
}
.tps-personalized-service .tps-personalized-service__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    
}
.tps-personalized-service .tps-personalized-service__subtext{
   color: var(--bgcolor-1);
   font-family: var(--font-body-family);
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   max-width: 516px;
   margin-bottom: 20px;
}
.tps-personalized-service .tps-personalized-service__buttons {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.tps-personalized-service .tps-personalized-service__heading {
    margin-bottom: 20px;
}
/*collection */
.tps-collection-slider .collection-card img{
   border-radius: 0 !important;
}
.tps-collection-slider .collection-card h3 {
    margin-top: 25px;
    font-size: 16px;
    color: var(--bgcolor-1);
    text-align: center;
    font-family: var(--font-body-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tps-top-selling-product .price__regular, .tps-top-selling-product .price-item.price-item--regular, .rating-count span{
       display: none;
}
.tps-top-selling-product  span.price-item.price-item--sale {
    color: var(--bgcolor-1) !important;
    font-family: var(--font-body-family) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.tps-top-selling-product .link-hover{
       background-image: none !important;
}
.tps-top-selling-product .button-link-content.d-flex.justify-content-center {
    margin-top: 20px;
}
.card-wrapper .product-card__grid-5 .button{
   border-radius:0 !important;
}
.tps-top-selling-product .button-content span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bgcolor-white_);
}
.tps-top-selling-product .product-label-sale {
    background-color: #5495f5 !important;
}
.blog-layout-items-1 .blog-date{
   top: 4% !important;
}
.logo-carousel .logo-image .icon svg{
       color: #a4a4a4 !important;
}
.collection-card img:hover {
    transform: none !important;
}
/*************************end***********************************/

@media screen and (min-width: 750px) {
    /* .banner__content {
        height: 700px !important;
    } */
 .banner__box {
        min-width: 70rem !important;
}
.tps-section-text-banner .banner__box{
      min-width: 58rem !important;
   }
.tps-main-banner.banner {
    height: 700px;
}
.grid__item {
      padding-left: 1rem;
      padding-bottom: 1rem;
      width: calc(25% - 1rem * 3 / 4)  !important;
       max-width: 50%  !important;
 }

}
@media screen and (min-width: 990px) {
    .image-with-text__content, .tps-personalized-service .tps-personalized-service__content {
        padding: 50px !important;
    }
}

@media(hover:hover){
/****************new homepage css start***************************/
.logo-carousel .logo-image:hover .icon svg {
    fill: currentColor;
    color: var(--bgcolor-main) !important;
    transform: scale(1.05);
}
.collection-card img:hover {
    transform: none !important;
}
.card-wrapper .product-card__grid-5 .button:hover {
    background-color: var(--bgcolor-trans) !important;
    color:var(--bgcolor-1);
    border:1px solid var(--bgcolor-1);
}
.banner__buttons.banner__buttons--multiple .button:hover, .tps-image-with-text .button.button--primary:hover,
.tps-design-perfect.tps-twobox-section .tps-btn:hover,
.tps-personalized-service .tps-personalized-service__buttons .tps-personalized-service__btn:hover {
    background: var(--bgcolor-trans);
    color: var(--bgcolor-1);
    border: 1px solid var(--bgcolor-1);
}
.tps-section-text-banner .banner__buttons .button.button--primary:hover {
    background: var(--bgcolor-trans);
    color: var(--bgcolor-white);
    border: 1px solid var(--bgcolor-white);
}
.button:not([disabled]):hover, .shopify-challenge__button:hover, .customer button:hover {
    box-shadow:none !important;
}
.tps-shop-dimoands .tps-diamond-grid .tps-diamond-item:hover .tps-label {
    color: var(--bgcolor-main);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.tps-shop-dimoands .tps-diamond-grid .tps-diamond-item:hover .diamond-img.primary-img {
    display: none;
}
.tps-shop-dimoands .tps-diamond-grid .tps-diamond-item:hover .diamond-img.secondary-img{
    display: block;
}
.tps-instagram-section.tps-instagram .tps-item:hover img.tps-img {
    opacity: 0.6;
}
.tps-instagram-section.tps-instagram .tps-item:hover .instagra-icon {
    background: url(header-footer1.svg);
    display: block;
    width: 25px;
    height: 25px;
    background-position: -104px -113px;
    position: absolute;
    z-index: 9;
}
 .tps-top-selling-product .button-content:hover{
   background-color:var(--bgcolor-trans) !important;
   color: var(--bgcolor-1) !important;
   border-color: var(--bgcolor-1)!important;
 }
 .tps-top-selling-product .button-content:hover span{
    color: var(--bgcolor-1) !important;
 }

/***************end***************************/

  .homepage .blog-post .blog-items:hover{
     background: #F9F7F3;
  }
 .homepage .blog-post .button-content:hover span,
 .homepage .blog-post .button-content:hover span i{
   color:  var(--bgcolor-1) !important;
   background-color: transparent !important;
 }

 
 .homepage .spaced-section .product-tab .slick-arrow:hover{
   background-color: var(--g-main);
 }
 .homepage .spaced-section .product-tab .slick-arrow:hover::before{
   color: #fff;
 }
 .tps-en-wed-ring .button:hover{
   background-color: transparent;
   color: #8F2140;
 }
 .tps-en-wed-ring .image-with-text__media:hover img,
 .tps-shop-by-diamonds .tps-multi-col-img:hover .image-with-text__media img{
   transform: scale(1.1);
}
 .tps_collection_multicolumn .multicolumn-list__item:hover .multicolumn-card__info span::after,
 .tps-shop-by-diamonds .multicolumn-list__item:hover .multicolumn-card__info span::after{
   width: 100%;
 }
 .tps-shop-by-diamonds .multicolumn-list__item:hover .multicolumn-card__info span{
   font-weight: 600;
 }
 .tps_collection_multicolumn .multicolumn-list__item:hover{
   cursor: pointer;
 }
 .tps_collection_multicolumn .multicolumn-list__item:hover .main-image{
   opacity: 0;
 }
 .tps_collection_multicolumn .multicolumn-list__item:hover .hover-image{
   opacity: 1;
 }
}


@media(max-width:1600px){
   .tps-top-selling-product .card--product{
      height: 300px;
   }  
}
@media(max-width:1445px){
   .tps-personalized-service .tps-personalized-service__buttons {
      display: flex;
      align-items: center;
      grid-gap: 20px;
      justify-content: flex-start;
      flex-wrap: wrap;
   }
   .tps-personalized-service .tps-personalized-service__buttons .tps-personalized-service__btn {
      min-width: 34rem;
      padding: 12px;
      max-width: 55rem;
      text-align: center;
}
}
@media(max-width:1440px){
   .tps-en-wed-ring .image-with-text__grid{
      padding: 0 30px;
   }
}
@media(max-width:1280px){

   .homepage .blog-post .blog-title, .homepage .blog-post .blog-title a{
      font-size: 18px;
       line-height: 28px;
   }
   .homepage .blog-post .blog-description,
   .tps-en-wed-ring .image-with-text__text p{
      font-size: 14px;
   }
   .tps-home-slider .video-content h1{
      font-size: 35px !important;
      line-height: 44px !important;
   }
   .homepage .testimonial .container {
       padding: 60px 0;
   }
   .homepage .blog-post .blog-items{
      margin: 0 10px;
   }
   .tps-shop-by-diamonds .multicolumn-card__info span{
      font-size: 14px;
   }
   .tps-shop-by-diamonds .multicolumn-list{
      grid-row-gap: 30px;
   }
    /*new home page **/
   .tps-design-perfect.tps-twobox-section .tps-heading,
   .tps-section-text-banner .banner__heading,
   .tps-diamond-section.tps-shop-dimoands .tps-heading,
   .banner__heading span,
   .tps-image-with-text .image-with-text__heading,
   .jewelry-collection-slider .section-heading,
   .tps-personalized-service .tps-personalized-service__heading,
   .tps-instagram-section.tps-instagram .tps-heading,
   .tps_common_title h2,
.tps-top-selling-product h2.section-header,
.homepage .blog-post .title-box h2{
          font-size: 35px;
   }
}
@media(max-width:1199px){
   .tps-top-selling-product .full-unstyled-link .card-information__text, 
   .tps-top-selling-product .price__regular span, 
   .tps-top-selling-product .price__sale span, 
   .tps-top-selling-product .price--on-sale .price-item--regular, 
   .tps-top-selling-product .price .price__regular .price-item--regular, 
   .tps-top-selling-product .price__regular{
      font-size: 14px !important;
      line-height: 24px;
   }
 
   .tps-shop-by-diamonds .multicolumn-card__image-wrapper{
      margin: 0 auto 10px !important;
   }
   .tps-shop-by-diamonds .page-width .tps-multi-col-text{
      padding-inline: 20px;
   }
   .tps-en-wed-ring.tps-weding-ring .image-with-text__grid .grid__item .image-with-text__content {
       padding: 0 0 0 30px;
   }
   .tps-en-wed-ring .image-with-text__grid .grid__item .image-with-text__content{
      padding: 0 30px 0 0;
   }
   .tps_full_width_cr .page-width, .tps-top-selling-product .container,
   .tps-en-wed-ring .image-with-text__grid{
      padding-inline: 20px;
   }
   .homepage .blog-post .blog-items {
      margin: 0 5px;
      padding: 10px;
   }
    /*new home page **/
   .tps-design-perfect.tps-twobox-section .tps-heading,
   .tps-section-text-banner .banner__heading,
   .tps-diamond-section.tps-shop-dimoands .tps-heading,
   .banner__heading span,
   .tps-image-with-text .image-with-text__heading,
   .jewelry-collection-slider .section-heading,
   .tps-personalized-service .tps-personalized-service__heading,
   .tps-instagram-section.tps-instagram .tps-heading,
   .tps_common_title h2,
.tps-top-selling-product h2.section-header,
.homepage .blog-post .title-box h2 {
          font-size: 30px;
   }
}
@media(max-width:991px){
   .tps-shop-by-diamonds .page-width .tps-multi-col-img, 
   .tps-shop-by-diamonds .page-width .tps-multi-col-text,
   .tps-en-wed-ring .image-with-text__grid .grid__item{
      width: 100%;
   }
   .tps-shop-by-diamonds .title-wrapper-with-link{
      margin-bottom: 30px !important;
      margin-top: 30px !important;
   }
   .tps-en-wed-ring .image-with-text__grid .grid__item .image-with-text__content,
   .tps-en-wed-ring.tps-weding-ring .image-with-text__grid .grid__item .image-with-text__content{
      padding-inline: 0px;
      text-align: center;
      margin-top: 20px;
      justify-content: flex-start;
      align-items: center;
   }
   .tps-en-wed-ring .image-with-text__text{
      max-width: 635px;
      margin-inline: auto;
   }
   .tps-en-wed-ring:not(.tps-weding-ring){
      padding-bottom: 60px;
   }
   .homepage .logo-carousel .logo-carousel-content {
      padding-top: 57px;
   }
   .tps_collection_multicolumn .title-wrapper-with-link{
      align-items: center;
   }
   .tps_collection_multicolumn .multicolumn-list .multicolumn-card__info span{
      font-size: 14px;
      margin-top: 13px;
   }
   .tps-shop-by-diamonds .page-width .tps-multi-col-img{
      padding-inline: 20px;
   }
   /*new home page **/
   .tps-design-perfect.tps-twobox-section .tps-heading,
   .tps-section-text-banner .banner__heading,
   .tps-diamond-section.tps-shop-dimoands .tps-heading,
   .banner__heading span,
   .tps-image-with-text .image-with-text__heading,
   .jewelry-collection-slider .section-heading,
   .tps-personalized-service .tps-personalized-service__heading,
   .tps-instagram-section.tps-instagram .tps-heading,
   .tps_common_title h2,
.tps-top-selling-product h2.section-header,
.homepage .blog-post .title-box h2{
          font-size: 28px;
   }
   .tps-design-perfect.tps-twobox-section .tps-text,
   .tps-section-text-banner .banner__text.rte.body p,
   .banner__text span,
   .tps-image-with-text .image-with-text__text p,
   .tps-collection-slider .collection-card h3,
   .tps-personalized-service .tps-personalized-service__subtext{
          font-size: 18px
   }
   .tps-design-perfect.tps-twobox-section .tps-card .tps-content {
          padding: 25px;
   }
}

@media(max-width:767px){
   .tps_collection_multicolumn .multicolumn-list .multicolumn-list__item{
      padding-inline: 5px;
   }
   .tps-top-selling-product .custome-slider .slick-arrow, .tps_collection_multicolumn .slick-arrow{
      width: 30px;
      height: 30px;
      background-size: 30% !important;
      background-position: center left 11px !important;
   }
   .homepage .testimonial .slick-arrow{
      display: none !important;
   }

   .tps_common_space, 
   .homepage .slide-show-section .tps-home-slider,
   .tps-en-wed-ring.tps-weding-ring, 
   .homepage .spaced-section .product-tab, 
   .homepage .blog-post {
      margin-bottom: 50px !important;
      margin-top: 0 !important;
   }
   .homepage .blog-post .blog-title, 
   .homepage .blog-post .blog-title a {
      font-size: 16px;
      line-height: 26px;
   }
   .tps-shop-by-diamonds .multicolumn-list{
      padding-inline: 0px !important;
   }
   .tps_full_width_cr .page-width, 
   .tps-top-selling-product .container, 
   .tps-en-wed-ring .image-with-text__grid,
   .tps-shop-by-diamonds .page-width .tps-multi-col-img{
        padding-inline: 15px;
   }
   .homepage .blog-post .blog-items{
      padding: 5px;
   }
   .homepage .blog-post .button-content span{
      font-size: 14px;
      line-height: 14px;
   }
   .homepage .testimonial .testimonial_text {
       font-size: 14px;
   }
}
@media(max-width:580px){
   .tps-shop-by-diamonds .multicolumn-list{
      justify-content: center;
   }
   .tps-shop-by-diamonds .multicolumn-list .multicolumn-list__item{
      width: 24.5%;
      flex-grow: unset;
      flex-shrink: unset;
   }   
   .homepage .blog-post .blog-items{
      margin: 0 0px;
      padding: 5px 15px;
   }
   .homepage .testimonial .testimonial_text{
      padding: 0 15px;
   }
   .tps-shop-by-diamonds .multicolumn-card__image-wrapper{
      width: 45px;
      height: 45px;
   }
}
/****************new homepage css start***************************/
@media(max-width:767px){
   .header-announcement-bar p, .header-announcement-bar div, .header-announcement-bar .login-content {
        font-size: 10px !important;
        line-height: 15px !important;
    }
    .tps-design-perfect.tps-twobox-section .tps-heading,
   .tps-section-text-banner .banner__heading,
   .tps-diamond-section.tps-shop-dimoands .tps-heading,
   .banner__heading span,
   .tps-image-with-text .image-with-text__heading,
   .jewelry-collection-slider .section-heading,
   .tps-personalized-service .tps-personalized-service__heading,
   .tps-instagram-section.tps-instagram .tps-heading,
   .tps_common_title h2,
.tps-top-selling-product h2.section-header,
.homepage .blog-post .title-box h2 {
          font-size: 25px;
   }
   .banner__text span,
   .tps-section-text-banner .banner__text.rte.body p,
   .tps-collection-slider .collection-card h3,
   .tps-personalized-service .tps-personalized-service__subtext{
      font-size: 16px;
      line-height: 17px;
}
.banner__buttons.banner__buttons--multiple .button.button--primary,
.tps-section-text-banner .banner__buttons .button.button--primary {
    font-size: 16px;
}
}
@media(max-width:749px){
   .tps-section-spacing{
   margin-bottom: 40px !important;
}
.homepage .logo-carousel .logo-carousel-content {
        padding-top: 80px; 
}
.tps-diamond-section.tps-shop-dimoands {
    padding: 50px 0;
}
.tps-main-banner .banner__box {
    background: transparent !important;
}
.banner__media-half {
    width: 50%;
}
.tps-main-banner .banner__content.banner__content--center.page-width {
    position: absolute;
    top: 12%;
}
.tps-main-banner.banner {
    flex-direction: row;
}
.tps-main-banner .banner--stacked .banner__media-half {
        width: 50%;
    }
.tps-main-banner img.banner__media-image-half {
        position: static !important;
        height: 400px !important;
}
.banner__text {
    margin: 10px auto 20px !important;
}
.banner__buttons {
    gap: 10px !important;
    max-width: 33rem !important;
    grid-template-columns: 1fr ;
    margin: 10px auto !important;
}
.tps-design-perfect.tps-twobox-section .tps-btn,
.tps-image-with-text .button.button--primary, .tps-design-perfect.tps-twobox-section .tps-btnn--primary, .tps-top-selling-product .button-content {
    min-width: 33rem !important;
}
.banner__media.media.animate--ambient {
    display: none;
}
.banner__media.media.mobile-banner.animate--ambient {
    display: block;          
}
.tps-section-text-banner .banner__media.media.mobile-banner.animate--ambient {
    height: 535px;
}
.tps-section-text-banner.tps-melee-banner .banner__text.rte.body, .tps-section-text-banner .banner__text.rte.body {
    margin: 10px auto 20px !important;
}
.tps-section-text-banner .banner__buttons {
    margin: 10px auto !important;
}
 .banner--mobile-bottom:not(.banner--stacked) .banner__content {
        position: absolute;
        top: 60%;
}
.banner--mobile-bottom .banner__box {
    padding: 10px 20px !important;
}
.grid--1-col .grid__item {
    max-width: 100% !important;
    width: 100% !important;
}
.tps-image-with-text .image-with-text__content {
    align-items: center; 
    padding: 20px;
}
.tps-image-with-text .image-with-text__text.rte {
    text-align: center;
}
.tps-design-perfect.tps-twobox-section .tps-grid {
    grid-template-columns: 1fr;

}
.tps-design-perfect.tps-twobox-section .tps-card .tps-content {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
}
.tps-design-perfect.tps-twobox-section .tps-text{
     margin: 10px auto 30px;
}
.tps-personalized-service .tps-personalized-service__inner {
    grid-template-columns: 1fr;
}
.tps-personalized-service .tps-personalized-service__buttons {
    flex-direction: column;
}
.tps-personalized-service .tps-personalized-service__buttons .tps-personalized-service__btn {
    min-width: 33rem;
    padding: 12px;
    text-align: center;
}
.tps-personalized-service .tps-personalized-service__content {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px 0;
}
.tps-personalized-service .tps-personalized-service__buttons {
    grid-gap: 10px;
}
.tps-instagram-section.tps-instagram .tps-heading {
    text-align: center;
}
}

/*****************end****************************/