/** Shopify CDN: Minification failed

Line 1903:42 Expected ":"

**/
/* @font-face {
 font-family:Made mirage;
  src:  url('/cdn/shop/files/MADE_Mirage_Medium_PERSONAL_USE.otf?v=1736142289');
    url('/cdn/shop/files/MADE_Mirage_Medium_PERSONAL_USE.otf?v=1736142289') format('truetype'),
    url('/cdn/shop/files/MADE_Mirage_Medium_PERSONAL_USE.otf?v=1736142289') format('woff'),
} */
@font-face {
  font-family: 'Made Mirage';
  src:  url('/cdn/shop/files/MADE_Mirage_Medium_PERSONAL_USE.otf?v=1736142289');  
  src: url('/cdn/shop/files/MADE_Mirage_Medium_PERSONAL_USE.otf?v=1736142289') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.visually-hidden{
  display: none;
}
.table-sm td, .table-sm th {

    text-transform: capitalize;
}
/* .table-striped tbody tr:nth-of-type(1) td {
    font-weight:500;
} */
 .shopify-payment-button{
    text-transform: uppercase !important;
    }
#uss-app .uui-w-10 {
    height: 40px !important;
}
.template-page table {
    border: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* display: block; */
    overflow-x: auto;
    width: 100%;
   margin-bottom: 10px;
}
.template-page table h4 {
    font-size: 20px;
}
@media (max-width: 768px){
  .main-page {
    padding-bottom: 30px;
}
 .template-page table {
    display: block;
} 
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 font-family:Made mirage !important;
  letter-spacing: 1px;
}
.drawer-crossell.px-lg-4 {
    display: none;
}

.btn {
    font-size:15px;
    letter-spacing: 0;
    font-weight: 500;
}
html.js {
    padding-bottom: 0 !important;
}
.col_bottom__left .site-header__search-wrap {
    display: none;
}
.col_bottom__left .phone-text, .col_bottom__left .address-text {
    display: block;
    font-size: 12px;
    text-align: right;
    color: #262B2E;
}
.col_bottom__left span {
    font-size: 14px;
    line-height: 1.4;
    margin-left: 5px;
}
.announcement-bar .top_text {
    font-size: 14px;
}
.shopify-section .header-top__wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}
.col_bottom__left  svg {
    height: 30px;
}
.site-nav__link .site-nav__title {
    font-size: 16px;
    text-transform: uppercase;
}
.row-header .site-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row-header .site-nav__link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ts_mobile_search {
    display: none;
}

.search__input::placeholder {
    font-size: 13px !important;
    color: #000;
    opacity: 30% !important;
}
.row-header .search-modal__form .search__input {
    border: 1px solid #dee2e6;
    padding-left: 20px!important;
    font-size:13px;
    border-bottom: 1px solid #dee2e6!important;
}
.header-top__wrap .site-header__link {
    padding-right: 10px;
}
.header-bottom__right .search__button {
    position: relative !important;
}
.header-bottom .header-bottom__right svg {
    height: 30px;
    width: 30px;
}
.header-bottom__right  .site-header__cart {
    padding: 0  !important;
}
.row-header .site-header__cart-indicator {
    bottom: 13px;
    right: -7px;
}
.row-header .col-menu {
    border-top:1px solid #D9D9D9;
}
.slideshow-wrapper .slideshow__title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}
.slideshow-wrapper .slideshow__subtitle {
    font-size: 15px;
}
.slideshow-wrapper .btn {
    font-weight: 600;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.banner-theme-bottom .grid-banner-title {
    font-size:28px;
    letter-spacing:1px;
}
.banner-theme-bottom .btn {
    letter-spacing: 2px;
    margin-top: 10px;
}
/* Grid section */
.custom-category-info {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
  .custom-category-section {
    background-color: #fff;
  }

.category-grid {
    display: flex;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}
  .single_img_box {
    width: 50%;
}
.double_img_box {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 50%;
    margin: 0;
    padding: 0;
}  

.category-item {
    position: relative;
    overflow: hidden;
}
  .category-item img {
     transform: scale(1);
     transition: all ease .45s;
    width: 100%;
    height: 101%;
    object-fit: cover;
  }
  .category-item:hover img{
      transform: scale(1.05);
  }
  .category-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
  }

.category-content h2 {
    font-size: 32px;
    margin: 0 0 5px;
    color: #fff;
}
.custom-category-info p {
    font-size: 18px;
}  
.category-content .btn {
    color: #fff !important;
}
.category-content .btn-underline:before, 
.category-content .btn-underline:after{
    background:#fff;
  }

  .shop-now-btn {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
  }
/* Container must hide overflow to avoid image spilling out */
.img-grid-banner.image-content__image-container {
  overflow: hidden;
}

/* Smooth transition effect for image zoom */
.image-content__image {
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  display: block;
}

/* On hover, scale the image slightly */
.img-grid-banner:hover .image-content__image {
  transform: scale(1.1);
}

@media screen and (min-width: 481px) and (max-width:768px) { 
button#headlessui-control-\:r18\: span.uui-translate-x-0.uui-pointer-events-none.uui-inline-block.uui-h-5.uui-w-5.uui-rounded-full.uui-bg-white.uui-shadow.uui-ring-0.uui-transition.uui-ease-in-out.uui-duration-200 {
    position: absolute !important;
    top: 100% !important;
}
}



@media only screen and (max-width: 749px) {
.cart__cell--image .cart__image {
      flex: unset !important;
}
.cart__cell--image .d-flex.d-lg-none.pl-4.flex-column.text-left {
    padding-left: 8px !important;
}  
}

@media (min-width: 640px) {
    #uss-app .sm\:uui-pt-12 {
        padding-top: 1rem !important;
    }
.unbridaled-journey-bar-wrapper {
    padding-top: 0!important;
    padding-bottom: 0 !important;
}

}


@media (max-width: 768px) {
 #ts-account .page-width, #ts-create-account .page-width{
    margin-bottom: 50px;
} 
.unbridaled-journey-bar-step h3 {
    font-size: 11px !important;
}  
.product-single  .product-single__title {
    font-size: 21px !important;
}  
.category-grid {
    flex-direction: column;
}
.category-grid .single_img_box, 
.category-grid .double_img_box{
    width: 100%;
}
  }
/* End Grid section */


.rich_text p {
    font-size: 18px;
}

/* ------Unbridaled----------- */
.uui-absolute.uui-top-0.uui-left-0.uui-px-2\.5.uui-py-2\.5.uui-flex.uui-items-center.uui-gap-1.uui-w-1\/2.uui-flex-wrap * {
    font-size: 12px !important;
}
.product-single__info-wrapper .unbridaled-price-description {
    font-size: 13px;
    margin-left: 5px;
}
#iladiamondsearch {
    padding-top: 30px;
}
#uss-app .uui-w-48 * {
    font-size: 14px !important;
}
#uss-app .sm\:uui-flex {
    margin-top: 20px;
}
.uui-flex.uui-flex-auto.uui-text-center.uui-border-b.uui-mb-4 * {
    font-size: 17px;
}
.uui-w-full.uui-h-5.uui-flex.uui-items-center.uui-justify-between.uui-mb-4 h3 {
    font-size: 17px !important;
}
#uss-app .uui-text-xs {
    font-size: 14px !important;
}

@media only screen and (min-width: 990px){
.uss-container.uui-pt-8.sm\:uui-pt-12.uui-flex.uui-flex-col.uui-flex-wrap.sm\:uui-flex-row.sm\:uui-items-center.uui-justify-between.uui-pb-0.lg\:uui-pb-8.uui-gap-2 {
    padding-top: 1rem !important;
}  
#uss-app .uui-capitalize {
    font-size: 13px !important;
}  
#uss-app :is(.uui-space-y-1\.5>:not([hidden])~:not([hidden])) {
    font-size: 13px;
}
span.uui-font-semibold.uui-text-xs.uui-text-right {
    font-size: 16px !important;
}  
 .unbridaled-journey-bar-step h3 {
    font-size: 16px !important;
    letter-spacing: 1px !important;
} 
 .unbridaled-search-page #uss-app {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--g-gutter);
    padding-right: var(--g-gutter);
} 
}

@media (max-width:992px){
span.ts_line {
    height: 50px;
    background: #ccc;
    width: 1px;
    display: block;
    position: absolute;
    right: 34px;
    top: 0;
}
}


@media (max-width: 768px){
 .uui-flex.uui-flex-auto.uui-text-center.uui-border-b.uui-mb-4 * {
    font-size: 15px;
} 
.uui-w-full.uui-h-5.uui-flex.uui-items-center.uui-justify-between.uui-mb-4 h3 {
    font-size: 15px !important;
}
  
}

/* ------END Unbridaled----------- */



.rich_text_sec .section-title-1, .custom-category-info h2, 
.block-icon-text h3, .instagram_cus h3, .newletter_info h3{
    font-size: 32px;
    margin-bottom: 5px !important;
    padding-bottom: 0;
}
.rich_btn .btn {
    font-weight: 600 !important;
}
.newletter-wrpr {
    align-items: center;
}
.newletter-wrpr  h3 {
    font-family: var(--g-font-2) !important;
    font-weight: 600;
}
.services-slider .media-body{
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.template-customers-login #MainContent,
.template-customers-register  #MainContent{
    padding-top: 50px;
}
.services-slider  .mb-3.iconx8 {
    text-align: center;
    margin: 0 auto;
}
.shopify-section .site-footer {
    border: 0;
}
.col_bottom__left span a {
    text-decoration: none !important;
}
.newletter-wrpr .form-group {
    padding: 0 !important;
}
.cstm_instagram_mobile{
  display:none;
}

.ts-icon-location p a {
    text-decoration: none;
      color: var(--footer-text);
}
.mail-section-footer .form-group .btn {
    background: #262b2e;
    color: #fff;
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    max-width: 162px;
    min-width: 162px;
}
.site-footer .btn {
    background: #262b2e;
    margin-top: 10px;
    font-size: 14px;
}
.site-footer__list ul li, .ts-icon-location p {
    font-size:15px;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    gap: 5px;
}
.footer-mid__info li svg {
    width: 24px;
    height: 22px;
    fill: none;
}
.site-footer .site-footer__section-title {
    font-family: var(--g-font-2) !important;
    color: #262B2E;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}
.site-footer__list-item a {
    font-size: 16px;
    /* letter-spacing: 1px; */
}
.footer-mid__des p {
    font-size:15px;
    /* letter-spacing: 1px; */
    color: #262B2E;
}
.site-footer .site-footer__section-title {
    margin-bottom: 15px !important;
}
.ts-icon-location {
    display: flex;
    align-items: center;
    gap: 5px;
}
.mail-section-footer .form-group {
    border: 0 !important;
    /* background: #fff; */
    color: #000;
}
.mail-section-footer .form-group .form-control {
      background: #fff;
    border: none;
    box-shadow: none;
    color: #000;
    text-transform: capitalize;

}
.mail-section-footer .form-group .form-control::placeholder {
    font-size: 12px;
      opacity: 35%;
}
.form-vertical.mail-section-footer {
    max-width: 531px;
    margin-right: 0;
    margin-left: auto;
}
.site-footer__list .list-inline {
    display: flex;
}
.site-footer .social-icons .icon {
    margin-right: 10px;
    width: 21px;
}
.site-footer__copyright .container-fluid {
    justify-content: center;
    display: flex;  
    padding-top: 10px;
    padding-bottom:10px;  
    border-top: 1px solid #0000002e;
}
.site-footer__copyright a {
    color: #00000073 !important;
    font-weight: 500;
}


.header-bottom  .sub_menu li a{
    padding-top: 0;
    padding-bottom: 0;  
}    
.product-card--style5 .product-card__overlaybottom .btn>span {
    font-size: 15px;
}

.copy_right_text {
    font-size:13px;
    color: #00000073;
    padding-top: 0 !important;
}
.copy_right_text .url {
    text-decoration: underline;
}
.site-footer__copyright {
    padding: 0 !important; 
}
.newletter_info .font-family-2 {
    margin-bottom: 0 !important;
    font-size:16px;
    color: #fff;
    letter-spacing:0;
}
.site-footer__list .social-icons li a {
    border: 1px solid;
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 40px;
    gap: 8px;
    height: 40px;
    border-radius: 100%;
}
.site-footer .social-icons .icon {
    margin-right: 0 !important;
}
.services-wrapper {
    max-width: 1120px;
    margin: 0 auto;
}
.instagram_cus .font-family-2 {
    font-size: 18px;
    margin-bottom: 30px !important;
}
.parallax-banner__meta h2.mb-3 {
    font-size: 48px;
    margin-bottom: 0 !important;
}
.parallax-banner__meta .subtop {
    font-size: 16px;
    margin-bottom: 0 !important;
    letter-spacing: 0;
    text-transform: capitalize;
}
.parallax-banner__btn .btn {
    padding: 15px 16px;
    max-width: 250px;
    min-width: 250px;
}
.parallax-banner__sub {
    font-size: 18px;
    margin: 0 !important;
}
.logo_with_btn {
    display: none;
}
.main-page {
    padding-top: 50px;
}
.address-text-box p {
    font-size: 14px;
}
.template-search .ts_mobile_search {
    display: none !important;
}

#ts-preferred-warranty p {
    margin: 20px 0;
}
/* .template-search .header-top__wrap{
   padding-bottom: 0 !important;
} */
.content-block--page iframe {
    border: 0;
}
.drawer-crossell.px-lg-4 {
    display: none !important;
}
.d-flex.align-items-center.mb-3.pb-3.border-bottom.block-addon.gap-5 {
    display: none !important;
}
.visibility-hidden {
    visibility: hidden!important;
    display: none !important;
}
.cstm_img_with_text .image-content__image-wrapper img {
    width: 100%;
    object-fit: cover;  
    position: relative;
}
.cstm_img_with_text .image-content__image-wrapper {
    padding-top: 0 !important;
}
.cstm_img_with_text .mb-5.mb-lg-0.flex__item.flex.flex--center-vertical.col-md-6 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.site-footer__copyright .flex-column-reverse {
    width: 100%;
}
.ck-content h2 {
    font-size: 26px;
} 
.ts_education_img img {
    width: 100%;
}  
.ts_education_img {
    margin-bottom: 50px;
} 
.education_title{
    font-size:35px;
    width: 100%;
}
.facets_bg {
    display: none !important;
}
.product-card__type {
    display: none !important;
}
.bnr_img img {
    width: 100%;
}
.rich_text  p {
    font-size: 16px;
}

@media (min-width:1000px) {
.slideshow__text-content .list-unstyled li:last-child {
    margin-bottom: 30px !important;
}
}


@media (min-width:768px){
 .site-footer__copyright .flex-lg-grow-1 {
    width: 50%;
}
.site-footer__copyright .footer-copy-right {
    width: 50%;
}
.site-footer__copyright .flex-column-reverse {
    width: 100%;
    flex-direction: inherit !important;
}
  
}

.footr_btn a {
    color: #fff !important;
}

@media (min-width: 1200px) {
  .site-footer--head .row {
    justify-content: space-between;
}
    .site-footer--head .row .col-lg-3.col-md-6  {
        width: auto;
        max-width: max-content;
    }
}


.product-form  .button-content {
    text-transform: uppercase !important;
}

.title-wrapper .title.title--primary {
    font-size: 22px;
}
.terms_conditions {
    margin-top: 20px;
    text-align: left;
    width: 100%;
    text-decoration: underline;
}
.content-block--page ul li {
    margin-bottom: 8px;
}
.satisfaction_goal {
    margin-left: 0;
    padding-left: 0 !important;
}
.satisfaction_goal li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.template-customers-addresses .main-content {
    padding-left: 40px;
}
.template-customers-addresses  .grid {

    margin: 0;
}

#ts-addresses #MainContent, #ts-account  #MainContent{
    padding-top: 50px;
    padding-bottom: 50px;
}
#ts-addresses .main-content h1,  #ts-account .main-content h1{
    text-align: center;
    margin-bottom: 31px;
}

/* Common form spacing */
.form-vertical input,
.form-vertical select,
.form-vertical label {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

/* Add spacing between fields */
.grid__item {
  padding: 0 10px;
  margin-bottom: 20px;
}

/* Two-column responsive layout */
@media (min-width: 768px) {
.template-article .content-block .rte h3 {
    font-size:20px;
}

 .template-customers-addresses .medium-up--one-half {
    width: 50%;
    float: left;
  }
.template-customers-addresses  .medium-up--two-thirds {
    width: 66.66%;
    margin: 0 auto;
  }
}

/* Clearfix for grid rows */
.template-customers-addresses .grid::after {
  content: "";
  display: table;
  clear: both;
}
.ts_address {
    padding: 0 10px;
}
#AddressProvinceContainerNew, [id^=AddressProvinceContainer_] {
    margin-top: 15px;
    padding: 0 10px;
}
/* Province container visibility (in case JS fails) */
#AddressProvinceContainerNew,
[id^="AddressProvinceContainer_"] {
  margin-top: 15px;
}
#AddressProvinceContainerNew, select {
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 16px;
}
.form-vertical input, .form-vertical select, .form-vertical label {
    text-align: left;
}
 .form-group .form-control:focus~label, .form-group .form-control.has-value~label {
    max-width: 100px;
    top: -24px;
}
.template-article .content-block .rte h2 {
    font-size: 25px;
}
ul.sub_menu {
    flex-direction: column;
}
.sub_menu a {
    padding-bottom: 10px !important;
    padding-top: 5px !important;
}

.custom_mega_menu  .main_menu ul li ul {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#MainContent .product-single {
    padding-top: 50px;
}
.search-modal__form .field, .search-modal__form {

    margin-top: 0 !important;
}
.modal .qv-product-title {
    font-size: 19px;
}
.footr_btn {
    text-align: center;
}
/* ----- Education---------- */
.template-page .page-container .breadcrumb{
  padding-top: 20px;
}
.more_help_wrapper {
    background: url(https://dl2vs6wk2ewna.cloudfront.net/showcase/education-web/help.png) no-repeat 100% 0 / cover;
    height: 380px;
    margin:50px 0 0;
}
.template_wedding-ring-education  .mb-5.col-lg-4.col-md-6 H2 {
    font-size: 25px;
}
.education-boxes-wrpr {
    padding:60px 0 20px;
}
.wedding-rings h2 {
    FONT-SIZE: 24PX;
}
.ed_banner .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008c;
}
.ed_banner .banner {
    position: relative;
}
.banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 500px;
    margin-bottom: 20px;
}
.banner h1 {
    font-size: 35px;
    color: #FFF;
}

.edu-breadcrumb ol {
    background: transparent;
    justify-content: center;
    padding: 0;
    gap: 5px;
    color: #fff;
}
.edu-breadcrumb li a, .edu-breadcrumb li, .edu-breadcrumb li::before {
    color:#fff;
}
.breadcrumb-item+.breadcrumb-item::before {
   color: #fff;
}
.info-box {
    background-color: var(--primary-color);
}
.breadcrumb-item.active {
    color: #fff;
}
.info-box h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 50px;
    width: 80%;
    margin: 0px auto !important;
    padding: 50px 0;
}

.education-box {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.education-box > img {
    width: 100%;
    transition: 0.3s all ease-in-out;
    height: 100%;
    object-fit: cover;
}

.education-box .content {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.education-box .content h2 {
    color: #FFF;
    font-size: 24px;
}

.education-box .content a.viewmore {
    font-size: 16px;
    color: #FFF;
    margin-top: 10px;
    transition: 0.3s all ease-in-out;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.education-box:hover .content a.viewmore {
    color:#fff;
}

.education-box .content a.viewmore:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background:#fff; 
    transition: 0.3s all ease-in-out;
}

.education-box:hover .content a.viewmore:before {
    width: 100%;
}

.education-box .content img {
    width: 34px;
    height: 34px;
    padding-top: 7px;
    filter: blur(0px);
}

.education-box:hover > img {
    transform: scale(1.1);
    filter: blur(3px);
}

.education-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 20px;
}
/* 
.education-box:nth-child(2) {
    grid-row: 1 / 3;
    grid-column: 2;
    height: 100%;
} */

/* .education-box:nth-child(2) .content {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
} */

/* .education-box:nth-child(2) img {
    height: 100%;
    max-height: 855px;
} */


.more_help_wrapper h2 {
    font-size: 35px;
    color: #FFF;
    margin-bottom: 15px;
}

.more_help_wrapper p {
    color: #FFF;
    font-size: 14px;
}

.edu-btn {
    background:#000;
    color: #fff;
    border-radius: 0;
    width: 190px;
    line-height: 47px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}

.content-wrapper {
       padding: 60px 0 30px;
    scroll-behavior: smooth;

}

.content-wrapper .heading {
    font-size:30px;
    scroll-margin-top: 100px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.content-wrapper img {
    max-width: 100%;
}

.sub-heading {
    font-size:25px;
    margin-bottom: 10px;
}

.content-wrapper p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 23px;
}

@media only screen and (min-width: 1366px) {
    .content-wrapper .container {
        max-width: 1280px !important;
    }

    .edu-container {
        max-width: 1280px !important;
    }
}

.table-of-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    justify-content: space-between;
    grid-gap: 12px;
}

.table-of-content li {
    background: #F9F9F9;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    position: relative;
    overflow: hidden;
}

.table-of-content li a {
    color: #000;
    display: block;
    width: 78%;
}

.table-of-content li h4 {
    font-size: 16px;
}

.table-of-content li p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.table-of-content li img {
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    transition: 0.3s right ease-in-out;
}

.table-of-content li:hover,
.table-of-content li.is-current {
    background-color: var(--primary-color);
}
.table-of-content li:hover *{
  color:#fff;
}

.table-of-content li:hover img,
.table-of-content li.is-current img {
    right: 0;
}

html {
    scroll-behavior: smooth;
}

.sticky-breadcrumb {
    position: sticky;
    top: 170px;
    width: 320px;
    margin-left: 15px;
}

.sticky-breadcrumb h4 {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.sticky-breadcrumb li a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.sticky-breadcrumb li {
    list-style: none;
    padding: 7px 10px;
    border-left: 4px solid #FFF;
}

.sticky-breadcrumb li:hover {
    background-color: #fbfbfb;
}

.sticky-breadcrumb li.is-current {
    border-color: var(--primary-color);
    background-color: #fbfbfb;
}

.sticky-breadcrumb li.is-current a {
    text-transform: uppercase;
    font-weight: 700;
}
.section-overlap {
    margin-top: -400px;
}

.sticky-breadcrumb {
    margin-top: 100px;
}

.diamond-types img {
    width:50px;
    height:50px;
}
.diamond-types h2 {
    font-size:20px;
}
.diamond-tabs {
    border: none;
}

.diamond-tabs li button {
    background: transparent !important;
    border: 0 !important;
    font-size:18px;
    color: #808080;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    transform: scale(0.8, 1);
}

.diamond-tabs li button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
}

.diamond-tabs li button.active::after { 
    background: #000;
}
#section-6 {
    background-color: rgb(249, 249, 249);
}
.diamond-tabs li button.active {
    color: #000 !important;

    /* transform: scale(1.05); */
}

.diamond-tabs li {
    position: absolute;
}

.diamond-tabs li:first-child {
    top: -30px;
    left: 210px;
}

.diamond-tabs li:nth-child(2) {
    left: 400px;
    top: 50%;
    transform: translateY(-50%);
}

.diamond-tabs li:nth-child(3) {
    bottom: -25px;
    left: 200px;
}

.diamond-tabs li:last-child {
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}

.diamond-tabs-wrapper > img {
    margin: 0 70px;
}
.diamond-tabs-wrapper > .tab-content {
    width: 62%;
    align-self: center;
    margin-left: auto;
    min-height: 350px;
    padding-left: 40px;
}
.tab-content>.tab-pane{
  opacity:1;
}

.section-overlap.loose-diamond-page {
    margin-top: 0;
}

.education-tabs h3 {
    font-size: 17px;
    color: #b3b3b3;
    margin: 0;
}

.education-tabs li.active h3 {
    color: #000;
}

.education-tabs li a {
    text-align: center;
}

.education-tabs li img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px;
}

.education-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.education-tabs li {
  list-style: none;
    padding: 0 30px 20px;
    border-bottom: 2px solid #ddd;
    position: relative;
}

.education-tabs li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background: #DDD;
}

.education-tabs li:last-child:after {
    display: none;
}

.education-tabs li.active {
    border-color: #000;
}

.education-tabs li.active img {
    filter: invert(83%) sepia(32%) saturate(319%) hue-rotate(354deg) brightness(103%) contrast(102%);
}
.banner h4 {
    margin: 20px 0 0;
    color: #FFF;
    font-weight: 600;
    font-size: 24px;
    font-style: italic;
    width: 50%;
    text-align: center;
    line-height: 1.5;
}

.education-home {
    background-position: 100% 40% !important;
}


@media only screen and (max-width:1500px) {
    .main-content .col-xl-8 {
        max-width: 100% !important;
        flex: 1;
    }

    .education-box > img {
        height: 100%;
        object-fit: cover;
    }

    .education-box {
        height: 300px;
    }

    .info-box h3 {
        font-size: 22px;
        line-height: 42px;
        width: 75%;
    }

    .table-of-content {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .sticky-breadcrumb {
        margin-top: 100px;
    }

    .content-wrapper .heading {
        font-size:26px;
    }

    .banner {
        height: 320px;
    }

    .education-tabs h3 {
        font-size: 18px;
    }

    .education-tabs li {
        padding: 0 30px 20px;
    }

    .sticky-breadcrumb {
        width: auto;
        padding: 0 !important;
    }

    .diamond-tabs-wrapper > img {
        max-width: 22%;
        padding-left: 22px;  
    }

    .diamond-tabs li:first-child {
        top: 5px;
        left: 180px;
    }

    .diamond-tabs li button {
        font-size: 18px;
    }

    .diamond-tabs li button.active {
        transform: scale(1);
    }

    .diamond-tabs li:nth-child(3) {
        bottom: 5px;
        left: 175px;
    }

    .diamond-tabs li:nth-child(2) {
        left: 340px;
    }

    .banner h4 {
        width: 70%;
    }
}

@media only screen and (max-width: 1024px) {
.diamond-tabs li:nth-child(3) {
    top: 51%;
}
    .education-tabs h3 {
        font-size: 16px;
    }

    .content-wrapper .heading {
        font-size: 28px;
    }

    .diamond-tabs li:last-child {
        left: 0;
    }

    .diamond-tabs li:first-child {
        top: 25px;
        left: 160px;
    }

    .diamond-tabs li:nth-child(3) {
        bottom: 30px;
        left: 155px;
    }

    .diamond-tabs li:nth-child(2) {
        left: 300px;
    }

    .content-wrapper p {
        font-size: 13px;
        line-height: 20px;
    }

    .content-wrapper .heading {
        font-size: 25px;
    }

    .sub-heading {
        font-size: 21px;
    }

    .grid-section h2 {
        font-size: 20px;
    }

    .edu-breadcrumb li a, .edu-breadcrumb li, .edu-breadcrumb li::before {
        font-size: 14px;
    }



    .education-box .content {
        width: 100%;
    }

    .education-box .content h2 {
        font-size: 20px;
    }

    .banner h4 {
        width: 75%;
        font-size: 20px;
    }
} 

 @media only screen and (min-width: 795px) and (max-width: 993px) {
.diamond-tabs-wrapper>img {
    max-width: 13% !important;
}
    }

@media only screen and (max-width: 993px) {
    .education-tabs li {
        padding: 0 20px 15px;
    }

    .education-tabs h3 {
        font-size: 14px;
    }

    .table-of-content {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .table-of-content li p {
        font-size:13px;
        line-height:1.5;
    }

    .loose-diamond-page .diamond-tabs-wrapper {
        flex-direction: column;
    }

    .diamond-tabs-wrapper > img {
              max-width: 23%;
        /* max-width: 30%; */
    }

    .diamond-tabs li:first-child {
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .diamond-tabs-wrapper > .tab-content {
        width: 100%;
        margin-top: 80px;
    }

    .diamond-tabs li:nth-child(2) {
       left: auto;
        top: 90px;
        right: 17%;
        /* left: 480px;
        top: 90px; */
        transform: translateY(0);
    }

    .diamond-tabs li:nth-child(3) {
        bottom: auto;
        left: 50%;
        /* top:35%; */
        transform: translateX(-50%);
        /* bottom: auto;
        left: 50%;
        top: 230px;
        transform: translateX(-50%); */
    }

    .diamond-tabs li:last-child {
      left:18%;
        /* left: 180px; */
        top: 90px;
        transform: translateY(0);
    }

    .diamond-tabs-wrapper > .tab-content {
        margin-top: 80px;
        text-align: center;
        padding: 0 80px;
        min-height: auto;
    }

    div[id*="section-"] {
        margin-top: 30px;
    }

    .more_help_wrapper h2 {
        font-size: 22px;
    }
.content-wrapper p {
    font-size: 13px;
    line-height: 1.5;
}

    .template-page  .edu-btn {
        width: 140px;
        line-height: 35px;
        font-size: 13px;
    }

    .more_help_wrapper {
        height: 240px;
        margin: 50px 0 0;
    }

    .banner {
        height: 240px;
    }

    .metal-wrapper > img {
        width: 45%;
    }

    .banner h4 {
        width: 80%;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 0;
    }


    .education-box .content img {
        width: 22px;
        height: 22px;
    }

    .education-box .content a.viewmore {
        font-size: 14px;
    }

    .education-box .content h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .banner h1 {
        font-size: 28px;
    }

    .education-box .content {
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
    }

    .banner h4 {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 500;
    }
    
    .education-boxes {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        margin-bottom: 16px;
    }
.education-boxes-wrpr .container {
    padding: 0 10px;
}
    .banner {
        margin-bottom: 16px;
    }

    /* .education-box:nth-child(2) {
        grid-column: 1;
    } */
}


 @media only screen and (min-width: 665px) and (max-width:780px){
.diamond-tabs li:nth-child(3) {
    top: 30%;
}
 }

@media only screen and (max-width: 600px) {
.diamond-tabs li:first-child {
    top: -40px;
}
.diamond-tabs li button {
    font-size: 15px;
}  
    .table-of-content {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .content-wrapper .heading {
        font-size: 30px;
    }

    .diamond-tabs-wrapper > .tab-content {
        padding: 0;
    }

    .diamond-tabs-wrapper > img {
         /* max-width: 40%;
        max-width: 60%; */
     width: min(100%, 120px);
        max-width: max-content; 
        margin: 0;
    }

    .diamond-tabs li:nth-child(3) {
              top: 130px;
        /* top: 245px; */
    }

    .diamond-tabs li:nth-child(2) {
        left: 10px;
              top: 40px;
        /* top: 100px; */
    }

    .diamond-tabs li:last-child {
        left: calc(100% - 70px);
         top: 45px;
        /* top: 100px; */
    }

    .section-overlap div[class*="col-"] {
        padding: 0;
    }

    .grid-section {
        text-align: center;
    }

    .grid-section p {
        margin: 0 auto;
        width: 95%;
    }

    #section-8 {
        margin-top: 30px;
    }

    .sub-heading {
        margin-top: 20px;
    }

    .more_help_wrapper {
        text-align: center;
        padding: 0 40px !important;
        background-position: 20% 20%;
    }

    .education-tabs {
        flex-wrap: wrap;
        grid-gap: 10px;
    }

    .education-tabs li {
        padding: 0 20px 15px;
        width: 40%;
        border: 2px solid #DDD;
        border-radius: 8px;
    }

    .education-tabs li {
        padding: 0;
        width: 47%;
        border: 2px solid #DDD;
        border-radius: 8px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .education-tabs li::after,
    .metal-wrapper img {
        display: none;
    }


    .fine-jewelery .main-content .col-xl-8 > .container {
        padding: 0;
    }

.table-of-content li:hover img,
.table-of-content li.is-current img {
    display: none;
}
}


@media (max-width:768px){
.shopify-section .education-boxes-wrpr {
    padding: 20px 0;
} 
.template-page  .content-wrapper {
    padding:50px 0;
}
.template-page  .education-tabs {
    padding-bottom: 20px;
}
.template-page .content-wrapper .heading {
    font-size: 27px;
    margin-top: 20px;
}
  
    .mt-80 {
        margin-top: 0px;
    }
    .mt-150{
        margin-top: 80px;
        width: 100%;
    }
    .py-5{
        padding-bottom: 0px !important;
    }
    .mt-50 {
        margin-top: 0px;
    }
    .mt-30 {
        margin-top: 0px;
    }
    
}
:root {
    --primary-color:#14344a;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.nav-link.active {
  font-weight: bold;
  color: blue;
}
.more_help_wrapper .edu-btn.btn:hover {
    color: #fff;
}
.metal-wrapper>img {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.metal-wrapper .mt-40.row {
    margin-bottom: 45px;
}
.wpbingo-section--newsletter {
    padding: 50px 0;
}


@media only screen and (min-width:992px) and (max-width:1200px){
.diamond-tabs li:nth-child(3) {
    top: 86%;
}
.diamond-tabs li:nth-child(2) {
    left: 310px;
}  
.diamond-tabs li:first-child {
    left: 160px;
}  
.diamond-tabs li:nth-child(3) {
    left: 148px;
}  
.diamond-tabs li:last-child {
    left: -8px;
}  
}

@media only screen and (min-width:900px) and (max-width:991px){
 .diamond-tabs li:nth-child(3) {
    top:42%;
}   
.diamond-tabs-wrapper>img {
    max-width:20% !important;
    margin-top: 18px;
    margin-bottom: 28px;
}   
}

@media only screen and (min-width:780px) and (max-width:900px){
.diamond-tabs li:nth-child(3) {
    top:40%;
}  
.diamond-tabs-wrapper>img {
    max-width: 22% !important;
    margin-top: 18px;
    margin-bottom: 28px;
} 
}

@media only screen and (min-width:601px) and (max-width:780px){
.diamond-tabs li:nth-child(3) {
    top:36%;
}   
}

@media only screen and (max-width: 600px) {
.education-boxes-wrpr .education-boxes {
    grid-template-columns: repeat(1,1fr);x;
} 
.engagement-rings #section-1, .engagement-rings #section-2, .engagement-rings #section-3, .engagement-rings #section-4, .fine-jewelery #section-2, .fine-jewelery #section-3 {
        margin-top: 30px;
    }
  .content-wrapper .heading {
    font-size: 30px;
}
}

.type_grid h2 {
    font-size: 20px;
}

.type_grid .pb-5, .py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.ring-type-wrapper h2 {
    font-size: 20px;
}
/* ------End Education---------- */
#shopify-section-footer .content-toggle .title-footer {
    display: flex;
    justify-content: space-between;
}
.bwp-footer span {
    color: #fff;
}
.bwp-footer .title-footer:before{
  display:none;
}
.content-toggle.active .accordion-icon {
    transform: rotate(-180deg);
}
.content-toggle .accordion-icon {
  display:none;
}
.bwp-footer {
    padding-bottom: 0 !important;
}
 div[id*="section-"] {
    margin-top: 0;
}
@media (min-width: 576px) {

  
    .content-wrapper.loose-diamond-page .container {
        max-width: 100% !important;
    }
}

@media (max-width:1024px) {
   .container {
        max-width:1024px;
    }
}


@media (max-width: 768px) {
  
    .container {
        max-width:991px;
    }
}

@media (min-width:768px){
   .main-page .page-title {
    font-size: 35px;
    margin-bottom: 25px;
} 
}

@media (min-width: 991px) and (max-width: 1200px) {
    .custom_mega_menu .main_menu ul li a {
        font-size: 12px !important;
    }
}
@media (min-width:991px) {

.swiper-container-horizontal>.swiper-scrollbar {
   display:none !important;
} 
  .d-flex.row-header.align-items-center {
    flex-direction: column;
}
.header-top__wrap .col-logo {
    flex: 1;
    justify-content: center !important;
}
  
.row-header .search-modal__form .search__input {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}  
}


@media (max-width:1200px){
 .header-top__wrap .site-header__logo img {
    width: 190px;
} 

.site-footer .ts-icon-contact_mail a {
    font-size: 13px;
    width: 90%;
}
.site-footer__list ul li, .ts-icon-location p {
    font-size: 14px;
}  
.site-footer .site-footer__list-item a {
    font-size: 15px;
} 
.site-footer .footer-mid__info li svg {
    width: 14px;
}  
}

@media (max-width:1024px){
 
.collectionlist-wrapper .title-collection {
    font-size: 18px;
}
.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 49px!important;
}  
.shopify-section .custom_mega_menu .main_menu ul li a {
    font-size: 14px;
}  
.shopify-section .site-header__logo img {
    width: 170px;
}  
.shopify-section .site-footer__list-item a {
    font-size: 14px;
    letter-spacing: 1px;
}  
}
 
@media (max-width:991px){
    .form-success {

    margin-top: 50px;
}
.banner-theme-bottom .grid-banner-title {
    font-size:23px;
}
.banner-theme-bottom .btn {
    font-size: 13px;
    letter-spacing: 1px;
}  
 .newletter_info {
    text-align: center !important;
} 
  .mega_menu_item h2 {
    margin-bottom: 8px;
    margin-top: 0;
}
.custom_mega_menu .logo_with_btn {
    display:flex;
}

.main_menu .site-header__logo {
    max-width: 160px;
    padding: 10px 0;
}  
 .logo_with_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
} 
.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 30px !important;
}
 .services-wrapper.dots-negative {
    padding-bottom: 60px;
} 
.grid-banner-sec .gap-desktop .col-md-7, .grid-banner-sec .gap-desktop .col-md-5 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


.btn {
    font-size: 15px;
}  
.category-item img {
    height: 95%;
}
.cstm-img-with-text .content .ts_heading {
    font-size: 32px;
}
.site-footer__copyright .d-flex.flex-column.text-lg-left.text-center.pt-lg-0.pt-3 {
    padding-top: 0 !important;
} 
.site-footer__copyright .copy_right_text {
    font-size: 14px;
}  
.site-footer__list ul li, .ts-icon-location p {
    font-size: 14px;
}  
.site-footer--head .site-footer__list-item {
    margin-bottom: 2px;
}
.cstm-img-with-text .ts_container .content p {
    font-size: 15px;
}  
.header-bottom .custom_mega_menu {
    position: fixed;
    width:70%;
    background: #fff;
    top: 0;
    border-top: none;
}
.newletter-wrpr .newletter_info h3 {
    font-size: 24px;
}
.mail-section-footer .form-group {
    margin-top: 34px;
}  
.form-vertical.mail-section-footer {
    margin: 0 auto;
}
  
.site-header--full .header-bottom {
    padding-bottom: 15px !important;
}  
.shopify-section .header-top__wrap {
    padding-top: 0  !important;
}  
/* .header-bottom .ts_mobile_search {
    display: block;
    max-width: 500px;
    margin: 0 auto;
} */

.shopify-section .ts_container .content {
    left: 33%;
}
.cstm_instagram_mobile{
   display:block;
} 
  .cstm_instagram_sec.cstm_instagram_desktop {
    display: none;
} 
}


@media screen and (min-width:991px) and (max-width:1340px){
.collectionlist-slider .title-collection.h5 {
    font-size: 16px;
}  
.newletter-wrpr .newletter_info h3 {
    font-size: 22px;
}
.newletter-wrpr .newletter_info .font-family-2 {
    font-size: 15px;
} 
.grid-banner-sec .col-md-7 {
    width: 55%;
    flex: 0 0 55%;
}  
.grid-banner-sec .col-md-5{
    width:45%;
    flex: 0 0 45%; 
}
.banner-theme-bottom .grid-banner-title {
    font-size: 26px;
}  
.banner-theme-bottom .grid-banner-title {
    font-size: 24px;
}  
.grid-banner-sec .banner-theme figcaption {
    padding: 27px;
}   
}


@media screen and (min-width:1000px) and (max-width:1024px){
  .col_bottom__left span {
    font-size: 13px;
}
}

@media screen and (min-width:991px) and (max-width:1024px){
.grid-banner-sec .banner-theme figcaption {
    padding: 27px;
} 
.banner-theme-bottom .grid-banner-title {
    font-size: 24px;
}  
}
  
@media screen and (min-width: 768px) and (max-width: 991px){
.photos-thumb-left .photos__item--thumbs {
    order: 0 !important;
}
.photos-thumb-left .photos__item--thumbs {
    flex: 100% !important;
    max-width: 100% !important;
    margin-right: 15px;
}
  .main-content .page-title {
    margin-bottom: 20px;
}
}


@media (max-width:768px){
 #AddressProvinceContainerNew, [id^=AddressProvinceContainer_] {
    padding: 0;
} 
  .ts_address {
    padding: 0;
}
 .template-customers-addresses .main-content {
    padding-left: 0;
} 
#AddressNewForm .grid div, #ts-addresses .form-vertical .grid__item {
    padding: 0;
}
#uss-app .uui-sticky {
    padding-top:100px !important;
}
#uss-app .uui-transition {
    margin-top: -16px !important;
    height: 10px !important;
    margin-left: 8px !important;
}
  button#headlessui-control-\:r19\: {
    width:50px !important;
}
.banner-theme figcaption {
    padding: 27px;
}  
.education_title {
    font-size: 25px !important;
}
  
  .site-footer__copyright .copy_right_text, .site-footer__list ul li, .ts-icon-location p {
    font-size: 12px;
}
#footer-payment-methods li svg {
    width: 30px !important;
}
  .main-content .page-title {
    font-size: 26px;
}
.main-content .page-title {
    margin-bottom: 20px;
}
.site-footer.footer-acc-mobile .site-footer-block {
    padding-top: 15px;
}  
.services-wrapper.dots-negative {
    padding-bottom:50px;
}  
  .grid-banner-sec .gap-desktop .col-md-7, .grid-banner-sec .gap-desktop .col-md-5 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
  .rich_text_sec .rich_btn .btn {
    font-size: 14px;
}
.rich_text p {
    font-size: 14px;
}  
.custom-category-info p {
    font-size: 14px;
}  
.newletter-wrpr  .errors {
    margin-top: 22px;
}
  
 .mail-section-footer .form-group .form-control {
    max-width:285px;
    width: 285px;
       margin: 0 auto;
    margin-bottom: 10px;
} 
.mail-section-footer .form-group .btn{
        max-width: 250px;
        min-width: 250px;
      margin: 0 auto;
    border-radius: 5px;
    padding-top: 14px;
    padding-bottom: 14px 
}
  
.custom_mega_menu {
    border-top: 0 !important;
}

.copy_right_text {
    font-size: 13px !important;
}  
.category-grid .category-content h2 {
    font-size: 20px;
    margin: 0;
}
.category-content .btn {
    font-size: 14px;
}  
.shopify-section .collectionlist-wrapper .swiper-scrollbar {
  bottom: 23px !important;
}
.cstm-img-with-text .ts_heading {
    font-size: 30px !important;
}
.banner-theme-bottom .grid-banner-title {
    font-size: 20px;
    margin-bottom: 0 !important;
}  
.banner-theme-bottom .btn {
    letter-spacing: 2px;
    margin-top: 0;
    font-size: 14px;
}
.banner-theme-left figcaption {
    padding: 20px;
}  
}

@media (max-width: 749px) {
.newletter-wrpr .newletter_info h3 {
    font-size: 22px;
}
.newletter_info .font-family-2 {
font-size: 15px
}  
.instagramoff-wrapper  .slick-dots {
    bottom: -33px !important;
} 
 .site-footer .site-footer__section-title {
    font-size: 16px !important;
} 
 .services-wrapper.dots-negative {
    padding-bottom:10px;
}   
.site-footer.footer-acc-mobile .site-footer__section-title:before{
   top: 40% !important;
}
.site-footer .site-footer__section-title {
    border-bottom: 1px solid #0000003b;
    margin-bottom: 0 !important;
    padding-bottom: 12px;
}  
  
  .site-account {
    padding-right: 0 !important;
}
    .collectionlist-wrapper  .swiper-slide {
        width: 46% !important;
    }
}

@media (max-width:480px){
.mail-section-footer .form-group .btn {
    max-width: 240px;
    min-width: 240px;
}  
#uss-app .uui-ease-in-out {
    padding-bottom: 15px;
    padding-top: 16px;
}  
.header-bottom .custom_mega_menu {
    width:100%;
  /* width:300px; */
}


.cstm-img-with-text .it_mobile_img .mobile_img {
    display: block;
    height: 550px;
    object-fit: cover;
}
  
.rich_text_sec .section-title-1, .custom-category-info h2, .block-icon-text h3, .instagram_cus h3, .newletter_info h3 {
    font-size: 26px;
}  
}

