*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1d1f1e;
}

a {
  color: #1d1f1e;
  text-decoration: none;
}
a:hover {
  /* text-decoration: none; */
  color: #1d1f1e;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
/* p {
  font-size: 16px;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.text-alert {
  margin-bottom: 0px;
  color: #e24b1b;
  float: left;
  width: 100%;
  line-height: normal;
}

#cboxContent {
  background: #ffffff !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.popularity-left::-webkit-scrollbar {
  display: none;
}

/* wishlist icons css starts */

.wishlist-icon {
  position: absolute;
  top: 19px;
  right: 30px;
  display: none;
  z-index: 1;
}

.product-customise-item p.style-info-name {
  font-size: 14px;
}

.setting-total-price .product-price {
  font-size: 16px;
}

.choose-setting-info p.label-text-small {
  font-weight: 600;
}

.choose-setting-info p.label-value {
  font-weight: 400 !important;
  font-size: 14px;
}

.selected-information .card-header a {
  font-size: 16px;
}

.choose-setting-btn .btn, .choose-setting-btn .link-btn {
  font-size: 14px;
}

.wishlist-icon img {
  color: #a4aaae;
}

.wishlist-icon i {
  font-size: 24px;
}

.wishlist-icon {
  width: 24px;
  height: 24px;
}

#tab_color, #tab_more, #tab_metal {
  display: none;
}

.wishlist-icon .onwish img {
  width: 24px;
  height: 24px;
}

.category-prod:hover .wishlist-icon {
  display: block;
}

.category-prod .progress {
  display: none;
}

/* wishlist icons css ends */

.morelink {
  width: 75px;
  border-bottom: 1px solid #1D1F1E;
}

.morelink.less {
  width: 66px;
}

.diamond-not-found {
  margin: 40px auto 80px;
  text-align: center;
  max-width: 500px;
}

.diamond-not-found p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  white-space: normal;
}

.diamond-not-found a {
  font-weight: 600;
}

.morefiltersappend .filters-tabs-right h2 {
  text-align: left;
}

.list-filter-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px 14px;
}

/* certificate filter design starts */
#certificate-info .card-body{ position:relative; }
#certificate-info .card-body img{ max-height:300px; width:100% }
#certificate-info .certificate-link {
  padding: 17px 26px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #1D1F1E;
  cursor: pointer;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.style-info-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.style-info-list .value-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
  width: 100%;
}

.style-info-list .value-list-item {
  font-weight: 400;
  padding: 10px 16px;
  margin: 0px 0px 0px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Plus Jakarta Sans";
  border: 1px solid transparent;
  flex: 1;
  text-align: center;
}

.style-info-list .value-list-item.selected_option {
  border-color: #1d1f1e;
}

/* certificate filter design ends */

.choose-setting-info .product-title {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.choose-setting-info .product-title .bf-sticker{
  margin: 0;
}

.recommend-title h3 {
  font-size: 14px !important;
  margin-bottom: 4px;
}

/* bestseller dropdown css starts */

.setting-filter-dropdown {
  max-width: 170px;
  flex: 0 0 170px;
  cursor: pointer;
}

.custom-select-wrapper select {
  display: none;
}

.custom-options {
  position: absolute;
  display: block;
  margin: 15px 0;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px 0px #1d1f1e1a;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 9;
}
.selectpicker.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  padding: 24px;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  cursor: pointer;
  margin-bottom: 12px;
}

.custom-option:last-child {
  margin-bottom: 0;
}

.custom-option:hover,
.custom-option.selection {
  background: none;
}

.setting-filter-dropdown .selectpicker .custom-select-trigger {
  position: relative;
  max-width: 170px;
  display: block;
}

.setting-filter-dropdown .selectpicker .custom-select-trigger::after {
  content: "";
  background: url("/catalog/view/theme/anb/image/icons/up-arrow.svg") no-repeat
    center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  margin-top: -12px;
  transform: rotate(180deg);
}

.setting-filter-dropdown .selectpicker.opened .custom-select-trigger:after {
  transform: rotate(0deg);
}

/* bestseller dropdown css ends */

/* setting list filter mobile css changes starts */

#morefilters {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  text-align: left;
  box-shadow: 0px -4px 8px 0px #1D1F1E1A;
}
#morefilters > a {
  padding: 18px 18px 14px 53px;
  background: #2A3E52;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  position: relative;
}

#morefilters > a:before {
  content: "";
  background: url("/catalog/view/theme/anb/image/icons/filter_icon.png") no-repeat
    center;
    background-size: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 18px;
  margin-top: -12px;
}

#morefilters > a::after {
  content: "";
  background: url("/catalog/view/theme/anb/image/icons/filter_angle.png") no-repeat
    center;
    background-size: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 18px;
  margin-top: -12px;
}

#morefilters > a.hidefilters:after {
  transform: rotate(180deg);
}
.morefilters {
  max-height: 75vh;
  overflow: auto;
  background: #fff;
}

.morefilters > a {
  display: none;
}
.Ohidden {
  overflow: hidden;
}

.morefiltersappend .new-carousel-block .slider-container:last-child {
  margin-bottom: 30px;
}

.morefilters .filterselection #reset_all span {
  border-bottom: 1px solid #1d1f1e;
}

.filterselection {
  display: none;
}

.filterselection .filtersbtn {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 17.64px;
  text-align: center;
  border: 1px solid #1d1f1e;
  padding: 21px 26px;
  background: #fff;
}

#reset_all.link-btn {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 18px 0 14px;
}

.filter-menu-container .filtered-block #reset_all.link-btn {
  margin: 0 !important;
}

/* setting list filter mobile css changes starts */

/* compare icon css starts */

.compare-icon {
  position: absolute;
  top: 19px;
  right: 30px;
  display: none;
}

.compare-icon img {
  color: #a4aaae;
}

.category-prod:hover .compare-icon {
  display: block;
}

/* compare icon css ends */

/* product image hover metal design changes starts */

/* .catimgdiv:hover {
  cursor: pointer;
} */

.showcase-item-img {
  position: relative !important;
  /* border: 1px solid black; */
}

#form-filter {
  background: none !important;
}

.showcase-metal-new {
  justify-content: center;
  margin: 0px 0px;
  align-items: center;
  padding: 6px 0px;
  background: #f8f8f8;
  position: relative;
}

.catimgdiv:hover .showcase-metal-new {
  display: flex !important;
  position: absolute;
  top: 255px;
  left: 0px;
  right: 0px;
}
.catimgdiv > .setting-prod-img:hover {
  cursor: pointer;
}
.catimgdiv > .showcase-metal-new .metaldiv:hover {
  cursor: pointer;
}

.showcase-metal-new .metaldiv {
  margin-right: 12px;
}

.showcase-metal-new .metaldiv.active {
  border: 1px solid #1d1f1e;
  border-radius: 50%;
}

.showcase-metal-new .metaldiv .metal_img{
  width:32px;
  height:32px;
}

/* product image hover metal design changes ends */

/*Search No product Css*/

.no-product-div {
  max-width: 500px;
  width: 100%;
  margin-left: 50px;
  text-align: left;
}
.no-product {
  font-size: 18px;
}
.no-product-msg {
  font-size: 14px;
  margin: 36px 0 100px;
}
.no-product-msg b {
  font-weight: 600;
}

.search_titile {
  display: inline;
  float: none !important;
}

/*Search No product Css*/

.reviews-block .reviews-link {
  margin-top: 8px;
}

.category-item :checked + label img,
.shapes_filter :checked + label img {
  border: 1px solid #1d1f1e;
  box-shadow: none !important;
  z-index: 0;
}

/* setting/ diamond list page filter css starts */

.customise_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}

.customise_tab .tabcontent {
  margin: 0px 30px;
  padding: 0 0 5px;
}

.customise_tab .tabcontent h3 {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 600;
  color: #1d1f1e;
  cursor: pointer;
}

.customise_tab .tabcontent.active {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 14px;
  color: #1d1f1e;
  border-bottom: 2px solid #1d1f1e;
}

.customise_product_filter h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.choose-setting-details {
  margin-top: 40px;
  margin-bottom: 80px;
}

.new-carousel-block .engagement-carousel .owl-nav {
  top: -113px;
}

/* setting style filter css starts */

.category-prod-list {
  padding: 15px 15px;
}

.stylediv .styles_filter {
  align-items: center;
  margin: 0px 15px;
  width: 100%;
  max-width: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.stylediv .styles_filter :last-child {
  margin-right: 0px;
}

.stylediv .styles_filter span {
  /*white-space: nowrap;*/
  margin-top: 6px;
}

.styles_filter input[type="checkbox"] {
  opacity: 0;
  display: none;
}

/*.stylediv .styles_filter .stone_style_list {
    display: flex;
    align-items: center;
}*/

.style-carousal-mob {
  display: flex;
  justify-content: center;
}

/* .style-carousal-mob .owl-stage-outer .owl-stage {
  display: flex;
} */

.setting_shape_list {
  display: flex;
  align-items: center;
}

.stone_metal_list {
  display: flex;
  align-items: center;
}

.stylediv .styles_filter label {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  color: #1d1f1e;
  margin: 0px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stylediv .styles_filter img {
  /*height: 52px;*/
  /*    margin-right: 10px;*/
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 3px;
}
.stylediv .styles_filter.active img {
  border: 1px solid #1d1f1e;
  border-radius: 100%;
}
/* .stylediv .styles_filter .stone_style_list figure:has(object),
.stylediv .styles_filter .stone_style_list figure:has(img.newimgs)   */
.stylediv .styles_filter .stone_style_list figure.stone_style_figure{
  width:52px; height: 52px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
}
.stylediv .styles_filter .stone_style_list figure.stone_style_figure:after  {
  content: "";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.stylediv .styles_filter .stone_style_list figure.stone_style_figure object,
.stylediv .styles_filter .stone_style_list figure.stone_style_figure img.newimgs  {
  width:100%; 
  padding:0!important;
  border:0!important;
}
/* .stylediv .styles_filter.active .stone_style_list object,
.stylediv .styles_filter.active .stone_style_list img.newimgs {
  border: 1px solid #1d1f1e;
  border-radius: 100%;
} */
input[type="checkbox"]:checked + .stone_style_list figure{
  border: 1px solid #1d1f1e !important;
  border-radius: 100%;
}
/* setting style filter css ends */

/* setting shape css starts */

.settingshapediv .setting_shape_filter {
  display: inline-flex;
  align-items: center;
  margin: 0px 20px 16px 0px;
  width: 100%;
  max-width: 145px;
}

.setting_shape_filter input[type="checkbox"] {
  opacity: 0;
  display: none;
}

.settingshapediv .setting_shape_filter label {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1d1f1e;
  margin: 0px;
  cursor: pointer;
}

/* .settingshapediv .setting_shape_filter img {
  height: 52px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 3px;
  image-rendering: pixelated;
} */
/* .settingshapediv .setting_shape_filter figure:has(object)*/  
.settingshapediv .setting_shape_filter figure.setting_shape_figure{ 
  width:52px; height: 52px;
  position: relative;
}

.choose-setting-fixed .setting_price_message {
  flex: 0 0 100%;
  margin:0px;
  padding:0px;
}

@media (min-width:991px){
  .settingshapediv .setting_shape_filter figure {
    margin-right:16px;
  }
}
.settingshapediv .setting_shape_filter figure:after  {
  content: "";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.settingshapediv .setting_shape_filter figure object  {
  width:100%;
  border: 1px solid #fff;
  border-radius: 50%;
  /* padding: 3px; */
}
.settingshapediv .setting_shape_filter object {
  border: 1px solid #1d1f1e;
  border-radius: 100%;
}
input[type="checkbox"]:checked + .setting_shape_list figure{
  border: 1px solid #1d1f1e !important;
  border-radius: 100%;
}



.testimagesvg {
        width: 50px;
        height: 50px;
        -webkit-transform: translate3d(0,0,0);
        background-repeat:no-repeat;
        background-size:100%;
        background-image: url('/catalog/view/theme/anb/image/icons/round.svg');
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-image:
            url(data:image/svg+xml;base64,/catalog/view/theme/anb/image/icons/round.svg);
        mask-image:
            url(data:image/svg+xml;base64,/catalog/view/theme/anb/image/icons/round.svg);
        background-image:
            url(data:image/svg+xml;base64,/catalog/view/theme/anb/image/icons/round.svg);
            background-size: cover;
}

.testimagesvgoldd img {
  width: 50px;
  height: 50px;
}

.testimagesvgnew {
   width: 50px;
        height: 50px;
}

.settingshapediv .setting_shape_filter.active img {
  border: 1px solid #1d1f1e;
  border-radius: 100%;
}

/* setting shape css ends */

/* setting/ diamond list page filter css ends */

/* setting/ diamond list page metal tab filter css starts */

.metaldiv .metal_filter {
  display: inline-flex;
  align-items: center;
  margin: 0px 0px 16px 0px;
  width: 100%;
  max-width: 145px;
}

.metal_filter input[type="checkbox"] {
  opacity: 0;
  display: none;
}

.metaldiv .metal_filter label {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1d1f1e;
  margin: 0px;
  cursor: pointer;
  flex-wrap: wrap;
  flex-direction: row;
}

.metaldiv .metal_filter label figure {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .metaldiv .metal_filter img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 3px 0px;
} */

input[type="checkbox"]:checked + .stone_metal_list img,
input[type="checkbox"]:checked + .setting_shape_list img,
input[type="checkbox"]:checked + .stone_style_list img,
.filter-selected,
input[type="checkbox"]:checked + .setting_stone_list img {
  border: 1px solid #1d1f1e !important;
  border-radius: 100%;
}
.metaldiv .metal_filter.active img {
  border: 1px solid #1d1f1e;
  border-radius: 100%;
}

/* setting/ diamond list page metal tab filter css ends */

/* setting sticky fixed css starts */

.trustpilot-views {
  display: none;
}
.choose-setting-sticky{
  position: static;
  bottom: -200px
}

.choose-setting-fixed .choose-setting-btn {
  justify-content: end;
}

.choose-setting-sticky .total-strike-price {
  display: none;
}

.choose-setting-sticky .complete-price {
  display: block;
}

.choose-setting-fixed .running-off {
  display: none;
}

.choose-setting-fixed .total-price {
  margin: 0px;
  padding: 0px;
  border-top: none;
}

.choose-setting-fixed .total-price-info {
  margin-bottom: 0px;
  padding-top:0;
}

.choose-setting-sticky .product-title {
  display: none;
}

.choose-setting-sticky .prod-total {
  display: none;
}

.choose-setting-sticky .total-text {
  display: block;
}

.choose-setting-fixed .total-text {
  display: none;
}
.choose-setting-sticky .total-final-price {
  margin: 0;
}
.choose-setting-fixed .total-final-price {
  margin: 6px 0 0 0!important;
}
/* .choose-setting-fixed .total-strike-price{
  text-decoration: line-through;
  color:#A4AAAE;
} */
.strike-price, .total-strike-price{
  text-decoration: line-through!important;
  color:#A4AAAE!important;
}


.choose-setting-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 20px;
  z-index: 99;
  background: #f0f6fd;
  padding: 14px 80px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  width: 100%;
  margin: auto;
  box-shadow: 0px -4px 8px 0px #1D1F1E1A;
  transition: all 0.3s ease-in-out;
}

.choose-setting-fixed .product-title {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.choose-setting-fixed .setting-total-price {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  float: left;
}

.choose-setting-fixed .total-strike-price {
  display: block;
  margin-top: 6px;
}

.choose-setting-fixed .product-price {
  margin-top: 6px !important;
  margin-bottom: 0px !important;
  font-size: 16px;
}

.choose-setting-fixed .trustpilot-views {
  display: flex !important;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}

.trustpilot-text {
  margin-left: 5px;
}

.trustpilot-text b {
  font-weight: 600;
}

/*.choose-setting-fixed .add-to-bag-btns {
  flex-direction: row-reverse;
}*/


.choose-sticky-hgt .choose-setting-fixed .btn-section-right .add-to-bag-btns{
  margin:0;    gap: 16px;
}
.choose-sticky-hgt .choose-setting-fixed .btn-section-right .add-to-bag-btns .btn{
  max-width: inherit; 
}
.trustpilot-fiannace{
  display:none;
}
.choose-sticky-hgt .choose-setting-fixed .trustpilot-fiannace{
    display:flex;
    margin-top:6px;
    gap: 16px;
}
.choose-sticky-hgt .choose-setting-fixed .trustpilot-fiannace > *{
    /* flex:0 0 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-sticky-hgt .choose-setting-fixed .trustpilot-fiannace .monthly_interest{
    font-weight: 600;
}
.choose-sticky-hgt .choose-setting-fixed .trustpilot-fiannace .trustpilot-views{
  margin-top: 0px;
}
.choose-sticky-hgt .choose-setting-fixed .trust-bottom {
  display: block !important;
}

.choose-sticky-hgt .stickyPriceDiv2 .stickypoint-width{
  max-width: initial;
  width: 100%;
  padding:0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right .trustpilot-fiannace{
  display:flex;
  /* margin-top:6px; */
  width: 100%;
}
.choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right .trustpilot-fiannace .trustpilot-views{
  display: flex;
}
.choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right .trustpilot-fiannace > *{
  /* flex:0 0 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right .trustpilot-fiannace .trust-bottom .afterpay{
  display: block!important;
}

.choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right .trustpilot-fiannace .monthly_interest{
  font-weight: 600;
}
/* .choose-sticky-hgt .stickypoint-bottom.stickyPriceDiv2 .trustpilot-fiannace .fiannace-option-top{
  margin-left:16px;
} */
.choose-sticky-hgt .choose-setting-fixed .trust-bottom .owl-item img,
.choose-sticky-hgt .stickyPriceDiv2 .trust-bottom .owl-item img {
  display: inline;
  margin: 0px 6px 0px 0px;
  /* width: 100px!important; */
  width: auto!important;
  max-width: 100px;
}

@media (max-width:991px){
  .choose-sticky-hgt .choose-setting-fixed .btn-section-right .add-to-bag-btns .bookappointment{
    display: none!important; 
  }
  /*.choose-sticky-hgt .choose-setting-fixed .trustpilot-fiannace .fiannace-option-top{
    display: none!important;
  }
   .choose-sticky-hgt .stickypoint-bottom.stickyPriceDiv2 .trustpilot-fiannace .fiannace-option-top{
    display: none!important;
  } */
  .choose-sticky-hgt .stickypoint-bottom.stickyPriceDiv2 .add-to-bag-btns{
    width:100%;
  }
  .choose-sticky-hgt .stickypoint-bottom.stickyPriceDiv2 .add-to-bag-btns .add-to-bag-section{
    max-width: initial;
    width: 100%;
    margin: 0;
  }  
  .choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin-top: 12px;
  }
  .choose-sticky-hgt .stickyPriceDiv2 .trustpilot-views img {
      max-width: 80px;
  }
  /* .choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right .trustpilot-fiannace > *{
    flex:0 0 100%;
  }
  .choose-sticky-hgt .choose-setting-fixed .trustpilot-fiannace > *{
      flex:0 0 100%;
  } */
  .choose-sticky-hgt .fiannace-option-top{
    padding:0; 
  } 
  .choose-sticky-hgt .choose-setting-fixed .trust-bottom .owl-item img:not(.afterpayimg),
  .choose-sticky-hgt .stickyPriceDiv2 .trust-bottom .owl-item img:not(.afterpayimg) {
    height: 13px!important;
    width: auto!important;
  }
  .choose-sticky-hgt .trust-bottom *{
    font-size: 12px!important;
    white-space:nowrap;
  }
  .choose-sticky-hgt .trust-bottom.trust-bottom-v12 .owl-stage-outer{
    overflow: initial;
  }
  .choose-sticky-hgt .trust-bottom.trust-bottom-v12 .owl-stage-outer .owl-stage{
      transform:none!important;
      width: 100%!important;
      display: flex;
  }
}
@media (min-width:992px){
  .choose-sticky-hgt .choose-setting-fixed .btn-section-right{
    width:calc(100% - 304px);
  }
  .choose-sticky-hgt .stickypoint-bottom.stickyPriceDiv2{
      padding:14px 80px;
  }
  .choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right{
    width:calc(100% - 304px);
  }  
  .choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right .add-to-bag-btns {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right .add-to-bag-btns * {
    flex:1;
    max-width:100%;
  }
  .choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right .add-to-bag-btns.sticky_noprice{
    justify-content: flex-start;
  }
  .choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right .add-to-bag-btns.sticky_noprice .appointent-btns{
    flex: 0 0 50%;
  }
  .choose-sticky-hgt .stickyPriceDiv2 .stickypoint-right .add-to-bag-btns .appointent-btns .video-btn{display: none!important;}
  .choose-sticky-hgt .stickyPriceDiv2 .total-price-info{
    width:initial;
  }
  .choose-sticky-hgt .stickyPriceDiv2 .sticy-productname{
    margin-top:0!important;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
  }  
  .sticy-productname .bf-sticker{
    margin: 0;
  }
  
}
@media (min-width:1280px){
  .choose-sticky-hgt .trust-bottom{
    max-width:initial!important;
    width:100%!important;
  }
  .choose-sticky-hgt .trust-bottom .owl-stage-outer{
    overflow: initial;
  }
  .choose-sticky-hgt .trust-bottom .owl-stage-outer .owl-stage{
      transform:none!important;
      width: 100%!important;
      display: flex;
  }
  .choose-sticky-hgt .trust-bottom .owl-stage-outer .owl-stage .owl-item:nth-child(1){
    margin-right: 16px!important;
  }
  .choose-sticky-hgt .trust-bottom .owl-stage-outer .owl-stage .owl-item{
    margin: 0 !important;
  }
  .choose-sticky-hgt .trust-bottom .owl-stage-outer .owl-stage .owl-item .item > span{
    display: table; text-align: left;
  }  
  .choose-sticky-hgt .choose-setting-fixed .trustpilot-fiannace.trustpilot-fiannace-ie,
  .choose-sticky-hgt .stickyPriceDiv2 .trustpilot-fiannace.trustpilot-fiannace-ie{
    width: 50%!important;
  }
}
@media (min-width:1280px) and (max-width:1439px) {
  .choose-sticky-hgt .choose-setting-fixed .trust-bottom{
      font-size: 13px!important;
  }
  .choose-sticky-hgt .stickyPriceDiv2 .trust-bottom{
      font-size: 13px!important;
  }
}
@media only screen and (max-width: 400px){
  .choose-sticky-hgt .trust-bottom .owl-item .item{
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 374px){
  .choose-setting-fixed .trustpilot-views img,
  .stickypoint-bottom.stickyPriceDiv2 .trust-bottom .item img {
    max-width: 60px;
  }
  .choose-sticky-hgt .trust-bottom *{
    font-size: 9px!important;
  }
  .choose-sticky-hgt .stickyPriceDiv2 .trustpilot-views img {
    max-width: 60px;
  }
}


/* .btn-section-right {
  flex: 0 0 480px;
} */

/* setting sticky fixed css ends */

.tooltip-box {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.settingview-metal-block {
  position: relative;
}

.tooltip-box:hover .tooltiptext { 
  display:block;
  top:initial!important;
  bottom: 100%;
  left: 85%;
}

.tooltip-box .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #fff;
  color: #1d1f1e;
  text-align: center;
  padding: 12px 10px;
  position: absolute;
  z-index: 1;
  box-shadow: 0px 4px 8px rgba(29, 31, 30, 0.1);
  font-weight: 400;
  /* top: -7px;
  margin-left: 3px; */
}
.tooltip-box:hover .tooltiptext {
  visibility: visible;
  display: block;
}
.tooltiptext span {
  font-weight: normal;
}

/* carat/ price range filter slider css starts */

.slider-title {
  padding: 0px 0 16px;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 14px;
  color: #1d1f1e;
  display: flex;
}
.slider-title > span.text-normal{
  font-weight: 400;
}

.sliderdiv {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.sliderdiv:nth-last-child(1) {
  margin-bottom: 18px;
}
.sliderdiv select {
  width: 100%;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 16px;
  border: none;
  padding-bottom: 10px;
  border-bottom: solid #a4aaae;
  color: #a4aaae;
}

.sliderdiv .select:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  cursor: pointer;
  transition: border-color 0.4s;
}

.hover-tooltip .dropdown {
  margin-top: -2px;
}

.range-value {
  width: 100%;
  float: left;
  margin: 25px 0 0;
}

.range-value input {
  outline: 0;
  border-width: 0 0 1px;
  border-color: #a4aaae;
  width: 90px;
  padding: 5px 0px;
}

.range-value input::placeholder {
  color: #1d1f1e;
  font-weight: 600;
}

.min-range {
  float: left;
}

.max-range {
  float: right;
}

#tab_metal .range-value {
  margin: 0px 0 13px;
}

.metal-tooltip {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#tab_metal .metal-tooltip h2 {
  margin-bottom: 0px;
}

#tab_metal .filters-tabs-right .hover-tooltip .dropdown {
  margin-top: 0px;
}

/* carat/ price range filter slider css ends */

/* setting list page metal popup css starts */

.metal-popup-image {
  text-align: center;
}

.metal-popup-image label {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1d1f1e;
  margin-top: 12px;
}

/* setting list page metal popup css ends */

/* setting list page intense popup css starts */

.metal-popup-image img {
  margin-bottom: 40px;
}

.intense-popup-image .customise-slider-list {
  margin-bottom: 16px;
}

.intense-popup-image label {
  margin-top: 0px;
}

/* setting list page intense popup css ends */

/**********************************************
      Line owl start
***********************************************/
.owl-line .owl-dots{
  margin-top: 18px!important;
  width: 100%;
  height: 2px;           
  background: #DADEE0;
  position: relative; bottom: initial;
  display: flex;
  border-radius: 2px;
}
.owl-line .owl-dots .owl-dot{
  flex: 1;
}
.owl-line .owl-dots .owl-dot span{
  width:100%; height: 100%; margin: 0;
  border-radius: 2px;
}
.owl-line .owl-dots .owl-dot.active span{
  background: #1d1f1e !important;
  min-width:113px;
}
.owl-line.owl-carousel + .slider-container{
  display: none !important;
}
/**********************************************
      Line owl end
***********************************************/

/* pdp page customise option popup css starts */

#customise-option-popup.modal, #BySacetModal.modal {
  z-index: 99999999;
}

#customise-option-popup .modal-header {
  padding: 0px;
}

#customise-option-popup .modal-dialog {
  max-width: 1280px;
  width: 100%;
  margin: 105px auto;
}

#customise-option-popup .modal-content {
  border-radius: 0px;
  padding: 50px 270px;
}

.customise-option-body .heading-title h2 {
  font-family: "Prata";
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  color: #1d1f1e;
  margin-bottom: 42px;
}

.modal-body.customise-option-body {
  display: block;
  padding: 0px;
}

.customise-option-content {
  background: #f8f8f8;
  padding: 40px;
}

.customise-option-content p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #000000;
  margin-bottom: 40px;
}

.customise-option-content-img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.customise-option-clarity .diamond-clarity {
  margin-bottom: 0px;
}

#popupcarat-range-slider.noUi-horizontal {
  background: #dadee0 !important;
  margin: 0px 16px;
}

#popupcarat-range-slider.noUi-horizontal .noUi-tooltip {
  bottom: -30px;
  border: none;
  border-radius: 0px;
  background: transparent;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.popup-range-slider #slider-carat.ui-slider .ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
  top: -0.4em;
  background: #2a3e52;
}

.popup-range-slider #slider-carat.ui-slider-horizontal {
  height: 5px !important;
  background: #dadee0 !important;
  border: none !important;
}

.popup-range-slider #slider-carat label {
  display: none;
}

/*  new redesign popup carat slider starts  */

#caratslider {
  position: relative;
}

.customise-slider-item span {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #1d1f1e;
}

#caratslider #tooltip {
  position: absolute;
  top: 25px;
  color: #000;
}

#caratslider.ui-widget.ui-widget-content {
  border: none !important;
  height: 5px;
  background: #dadee0;
  margin: 0px !important;
}

#caratslider .ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
  top: -7px;
  background: #2a3e52 !important;
}

.popup-range-slider #slider-carat .caratVal {
  position: absolute;
  top: 25px;
  width: 40px;
  color: #6d6d6d;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 14px;
}

.dia_rhtCol {
  background: url(../image/prod_collection/carat_ring_band.png) no-repeat 0 0;
  width: 250px;
  height: 25px;
  position: relative;
  top: 60px;
  margin: 0 auto;
  height: 150px;
}

.dia_round {
  background: url(../image/prod_collection/carat_ring_diamond.png) no-repeat
    center;
  width: 160px;
  height: 160px;
  position: relative;
  margin: 0 auto;
  bottom: 65px;
  /*background-size: 25%;*/
}

/*  new redesign popup carat slider ends  */

/*old static pages css start*/
.middle-container-info .dia_rhtCol {
  background: url(../image/information/carat_ring_band_1.png) no-repeat 0 0;
  width: 408px;
  height: 155px;
  margin: 0 auto;
  top: 0px;
}

.middle-container-info .dia_round {
  background: url(../image/information/carat_ring_diamond_1.png) no-repeat
    center;
  width: 150px;
  height: 150px;
  padding-left: 405px;
  background-size: 25%;
  position: absolute;
  bottom: 6px !important;
  margin: 0 auto;
}
/*old static pages css start*/

/* .product-customise-item.band-width .style-info-item img {
  width: 52px;
  height: 52px;
} */

/* load more css starts */

#showmore_showcase {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  border: 1px solid #1d1f1e;
  padding: 17px 26px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 80px;
}
#showmore_showcase:hover{
  background-color: #1d1f1e;
  color: #fff;
}
#showmore_diamonds {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #1d1f1e;
  padding: 12px 26px;
  background: #fff;
  margin-bottom: 80px;
}
#showmore_diamonds:hover{
  background-color: #1d1f1e;
  color: #fff;
}

/* load more css ends */

/* {# FAQ Section start #} */

.qd-showcase-faq-section {
  margin-bottom: 20px;
}

.faq-section {
  display: flex;
  justify-content: space-between;
  font-family: "Plus Jakarta Sans";
  margin: 0px 0px;
  color: #1d1f1e;
  align-items: flex-start;
}
.faq-list {
  flex: 1;
}
.faq-help {
  background: #f0f6fd;
  padding: 80px 76px;
  flex: 0 0 580px;
  text-align: center;
}
.faq-help h4 {
  font-size: 24px;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  margin-bottom: 40px;
  color: #1d1f1e;
  line-height: inherit;
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 44px;
}
.faq-contact {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;
}

.faq-contact .divider {
  color: #d9d9d9;
  font-size: 23px;
  margin-left: 15px;
  margin-right: 15px;
}

.faq-contact a {
  font-size: 18px;
  color: #1d1f1e;
  margin-bottom: 0px;
}
.faq-help .border-btn {
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
}
.faq-help .border-btn img {
  filter: invert(1);
  margin-right: 11px;
}

.border-btn {
  padding: 16px 26px;
}

.faq-list {
  margin-left: 72px;
}
.faq-list h4 {
  color: #1d1f1e;
  text-align: left;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 600;
}
.faq-list h4 {
  color: #1d1f1e;
  text-align: left;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  margin-top: 0px;
}
.faq-list .panel-default > .panel-heading {
  padding: 0px;
  background: transparent;
}
.cart-block .faq-list .panel-default > .panel-heading a {
  padding: 0 !important;
}
.faq-list .panel-default > .panel-heading a {
  padding: 28.5px 0px !important;
  line-height: 22.68px;
}
#accordion .panel-title > a {
  display: block;
}
.faq-list .panel-body {
  padding: 0px 0px 26px;
  font-size: 14px;
  line-height: 22px;
}

.faq-list .panel-body p {
  font-size: 14px;
  margin-bottom: 15px;
}

.faq-list .panel-body p a {
  font-weight: 600;
  color: #748da6;
}

.faq-list #accordion .panel:last-child {
  border-bottom: none !important;
}

.faq-list .panel-group {
  margin-bottom: 0px !important;
}

.faq-list #accordion .panel,
.faq-list #accordion .panel-heading,
.faq-list #accordion .panel-title,
.faq-list #accordion .panel-body {
  border: 0;
}
.faq-list .panel-default:first-child .panel-title a {
  padding-top: 0px !important;
}
.faq-list .panel-group .panel + .panel {
  margin-top: 0px;
}
.faq-list #accordion .panel {
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5 !important;
}
.faq-list #accordion .panel .panel-heading {
  border-radius: 0;
}
.faq-list #accordion .panel .panel-heading .panel-title a {
  text-decoration: none;
  text-transform: initial;
  letter-spacing: 0px;
  font-size: 18px;
}
.faq-list #accordion .panel .panel-heading .panel-title a span {
  float: right;
  width: 50px;
  text-align: right;
}
.faq-list #accordion .panel .panel-heading .panel-title a span:after {
  content: url("catalog/view/theme/anb/image/icons/minus-sign.svg");
}

.faq-list #accordion .panel .panel-heading .panel-title a.collapsed span:after {
  content: url("catalog/view/theme/anb/image/icons/plus-sign.svg");
}

.dropdown-menu-tooltip-mobile {
  display: block;
  position: absolute;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
  height: auto;

  width: 280px !important;
  border: none;
  background: #f8f8f8 !important;
  border-radius: 0px;
  padding: 20px;
  font-size: 12px;
  font-weight: 400;
  left: 0px !important;
  line-height: 140%;
  top: 30px;
}

.dropdown-menu-tooltip a {
  font-weight: 600;
}

.get-expert-hub .get-expert-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.ppc_desktop {
  display: block;
}
.ppc_mobile {
  display: none;
}
#diamond_product_grid .category-prod .catimgdiv img, .choose-setting-gallery .diamond_actual_image img{
  object-fit: cover;
}
/* #prodImagesGallery .diamond.divrow img{ min-height: -webkit-fill-available; object-fit: cover; } */

@media only screen and (min-width: 1199px) {

  .customise_product_filter {
    padding: 0px 120px;
  }

}

@media only screen and (max-width: 991px) {
  
  .loaddiv {
    margin-top: 0px;
  }

  .choose-setting-fixed .setting_price_message {
    flex: 0 0 100%;
    margin-top:10px;
    padding:0px;
    text-align: center;
    display: none;
  }

  /* .diamond-complete-setting, .diamond-complete-setting .choose-setting-info {
    padding: 0px !important;
  } */

  .choose-setting-block .pl-0-mob{
    padding-left: 18px;
  }
  
  #showmore_showcase {
    padding-top: 16px;
    padding-top: 16px;
  }

  .faq-section {
    flex-direction: column;
    margin: 0px;
  }
  .faq-help {
    padding: 36px 19px;
    flex: 0 0 100%;
    width: 100%;
  }

  .faq-help h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .faq-contact {
    text-align: center;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .faq-contact a {
    margin-bottom: 18px;
  }
  .faq-help {
    margin-bottom: 40px;
  }
  .faq-list {
    margin-left: 0px;
    width: 100%;
  }
  .faq-list .panel-default > .panel-heading a {
    padding: 16px 0px !important;
  }

  .setting-total-price .product-price{
    margin-top:30px;
    margin-bottom:24px;
  }
  .choose-setting-btn .btn {
      padding-top:14px!important;
      padding-bottom:14px!important;
      width: 100%;
  }

}

@media only screen and (max-width: 768px) {

  
}

/* {# FAQ Section end #} */

@media only screen and (min-width: 991px) {
  .showcase-item:hover .showcase-metal-new {
    display: flex !important;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 62px;
    top: initial !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .showcase-item:hover .showcase-metal-new {
    top: 214px;
  }
  #diamond_product_grid .category-prod .catimgdiv img{ zoom: 90%; } 
  .choose-setting-gallery .diamond_actual_image img{ zoom: 85%; }
}
@media screen and (min-width: 1300px) {
  .showcase-item:hover .showcase-metal-new {
    top: 255px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  #diamond_product_grid .category-prod .catimgdiv img{ zoom: 65%; } 
}
/*.floating-label-group input:-internal-autofill-selected{ background-color: #fff !important -webkit-box-shadow: 0 0 0 100px white inset; }*/
@media only screen and (min-width: 1441px) {
  .container {
    width: 86%;
  }
  .container.overlap-container {
    padding-left: 6%;
  }
  .overlap-container .owl-nav {
    margin-right: 7%;
  }
  .cart-shopbycat .new-carousel-block .category-carousel .owl-nav,
  .cart-bestseller .new-carousel-block .best-seller-carousel .owl-nav {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1550px) {
  .container {
    width: 84%;
  }
  .container.overlap-container {
    padding-left: 8%;
  }
  .overlap-container .owl-nav {
    margin-right: 8%;
  }
}
@media only screen and (min-width: 1550px) {
  .container {
    width: 84%;
  }
  .container.overlap-container {
    padding-left: 8%;
  }
  .overlap-container .owl-nav {
    margin-right: 8%;
  }
}
@media only screen and (min-width: 1701px) {
  .container {
    width: 76%;
  }
  .container.overlap-container {
    padding-left: 12%;
  }
  .overlap-container .owl-nav {
    margin-right: 12%;
  }
}
@media only screen and (min-width: 1851px) {
  .container {
    width: 70%;
  }
  .container.overlap-container {
    padding-left: 15%;
  }
  .overlap-container .owl-nav {
    margin-right: 15%;
  }
}
@media only screen and (min-width: 2001px) {
  .container {
    width: 64%;
  }
  .container.overlap-container {
    padding-left: 18%;
  }
  .overlap-container .owl-nav {
    margin-right: 18%;
  }
}
@media only screen and (min-width: 2200px) {
  .container {
    width: 58%;
  }
  .container.overlap-container {
    padding-left: 21%;
  }
  .overlap-container .owl-nav {
    margin-right: 21%;
  }
}
@media only screen and (min-width: 2400px) {
  .container {
    width: 54%;
  }
  .container.overlap-container {
    padding-left: 23%;
  }
  .overlap-container .owl-nav {
    margin-right: 23%;
  }
}
@media only screen and (min-width: 2560px) {
  .container {
    width: 50%;
  }
  .container.overlap-container {
    padding-left: 25%;
    max-width: 100%;
    width: 100%;
  }
  .overlap-container .owl-nav {
    margin-right: calc(25% + 9%);
  }
}
@media (max-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
    padding: 0 80px;
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
    padding: 0 18px;
    width: 100%;
  }
}
.container.overlap-container {
  padding-right: 0px;
}
@media (max-device-width: 991px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding: 0px 18px;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .stylediv .styles_filter {
    max-width: 125px;
  }

  .settingshapediv .setting_shape_filter {
    max-width: 125px;
  }
}

/* Fonts included */
@font-face {
  font-family: "Plus Jakarta Sans", sans-serif;
  src: url("../fonts/PlusJakartaSans-Regular.woff2") format("woff2"),
       url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans", sans-serif;
  src: url("../fonts/PlusJakartaSans-Medium.woff2") format("woff2"),
       url("../fonts/PlusJakartaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans", sans-serif;
  src: url("../fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"),
       url("../fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prata";
  src: url("../fonts/Prata-Regular.woff2") format("woff2"),
       url("../fonts/Prata-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
       url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Regular.woff2") format("woff2"),
       url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Medium.woff2") format("woff2"),
       url("../fonts/PlusJakartaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"),
       url("../fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prata";
  src: url("../fonts/Prata-Regular.woff2") format("woff2"),
       url("../fonts/Prata-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
       url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Breadcrumb start */
.breadcrumb {
  padding: 0px;
  font-size: 14px;
  line-height: 17px;
  background: none;
  margin: 0px auto 40px;
  max-width: 1280px;
  width: 100%;
}
.breadcrumb-item.active .breadcrumb-link {
  color: #a4aaae;
}
/*.breadcrumb-item+.breadcrumb-item::before {
    color:#A4AAAE;
    content: url('../image/icons/breadcrumb-icon.svg');
    padding: 0 7px;
    left: -37px;
    position: absolute;
}*/
.breadcrumb > li {
  display: inline;
  position: relative;
  /*margin-right: 40px;*/
}
.breadcrumb-item:last-child .breadcrumb-link {
  color: #a4aaae;
}
.breadcrumb > li:not(:last-child):after {
  border: 0;
  border-top: 1px solid #d9d9d9 !important;
  top: 6px;
  right: -4px;
  width: 18px;
  height: 2px;
  transform: rotate(130deg);
}
.breadcrumb li:last-of-type a {
  color: #a4aaae;
}
.breadcrumb > li > a:not(:first-child) {
  margin-left: 4px;
}
.breadcrumb > li + li:before {
  padding: 0 4px;
}
/*.btn:hover, .btn:focus {
    background: #1D1F1E;
    text-decoration: none;
    outline: none;
    color: #fff !important;
}*/
.btn:hover {
  background: #1d1f1e;
  text-decoration: none;
  outline: none;
  color: #fff !important;
}
.blue-btn {
  border: 1px solid transparent;
  background: #2a3e52;
  color: #fff;
  border: 1px solid transparent;
}
.blue-btn:hover,
.blue-btn:focus {
  background: transparent;
  text-decoration: none;
  outline: none;
  color: #2a3e52;
  border: 1px solid#2A3E52;
}
.link-btn {
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.white-btn {
  color: #fff;
  border: 1px solid #fff;
}
.white-btn:hover {
  background: transparent;
}
/*.arrow-btn {
    width: 9px;
    height: 9px;
    border: 1.5px solid #000;
    display: inline-block;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
}*/

/* Range Slider */

/* .noUi-origin {
    left: 16px;
} */
.noUi-value-sub {
  color: #1d1f1e;
  font-size: 15px;
}
.noUi-target {
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0px;
  box-shadow: none;
}
.noUi-pips-horizontal {
  padding: 0px;
  margin-top: -4px;
  height: 0px;
}
.noUi-handle {
  position: absolute;
  border: 0px;
  border-radius: 3px;
  background: #2a3e52;
  cursor: default;
  box-shadow: none;
  width: 18px !important;
  height: 18px !important;
  border-radius: 100%;
  z-index: 999999999;
}
.noUi-active {
  box-shadow: none;
}
.noUi-horizontal {
  height: 4px;
  /*    background:#2A3E52;*/
}
.noUi-horizontal .noUi-handle {
  top: -7px;
  right: -9px !important;
  z-index: 9;
}
.noUi-handle:after,
.noUi-handle:before {
  background: transparent;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 4px;
  background: #fff;
}
.range-slider {
  margin: 0 auto;
  flex: 1;
}
.noUi-marker {
  background: none;
}
.noUi-marker-horizontal.noUi-marker-large {
  display: none !important;
}
.noUi-marker-large:first-child {
  position: absolute;
  top: -20px;
  left: -20px;
}
.noUi-handle-lower {
  color: red;
}
.range-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 7px;
}
.min-range {
  margin-right: 25px;
}
.max-range {
  margin-left: 20px;
  text-align: right;
}
/* Range Slider end */
.slick-next,
.slick-prev {
  top: 45% !important;
}
.slick-prev {
  left: -15px !important;
}
.slick-next {
  right: -15px !important;
}
.slick-next:before,
.slick-prev:before {
  width: 9px;
  height: 9px;
  border: 1.5px solid #000;
  display: inline-block;
  border-top: 0;
  border-left: 0;
  color: transparent !important;
}
.slick-prev:before {
  transform: rotate(130deg);
}
.slick-next:before {
  transform: rotate(-45deg);
}

/* Modal */
.modal-header h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Prata";
  width: 100%;
}
.modal-header .close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #000;
  opacity: 1;
}
.modal-content {
  padding: 40px 70px;
}
.modal-header {
  border: 0px;
}
.modal-header h2 {
  margin-bottom: 0px;
}

/* choose setting detail page start */

/* choose setting and choose diamond popup design changes starts */

#choose-setting-preview .modal-body,
#choose-diamond-preview .modal-body {
  display: block;
}

#choose-setting-preview .modal-dialog,
#choose-diamond-preview .modal-dialog {
  max-width: 1280px;
  width: 100%;
}

.setting-preview-body {
  max-width: 740px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0px;
}

.setting-preview-body .carousel-control.left,
.setting-preview-body .carousel-control.right {
  background: none !important;
}

.setting-preview-body .carousel-control {
  top: 40%;
}

.setting-preview-body .left.carousel-control {
  left: -40px;
}

.setting-preview-body .right.carousel-control {
  right: -40px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
}

.setting-preview-body #thumbCarousel {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 10px 0;
}

#thumbCarousel .thumb {
  float: left;
  margin-right: 10px;
  display: flex;
}

#thumbCarousel .thumb:last-child {
  margin-right: 0;
}

.thumb:hover {
  cursor: pointer;
}

.thumb img {
  opacity: 0.5;
}

.thumb img:hover {
  opacity: 1;
}

.thumb.active img {
  opacity: 1;
}

.setting-thumbnail-slider .progress {
  display: none;
}

/* choose setting and choose diamond popup design changes ends */

.form-design input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #a4aaae;
  height: 40px;
  border-radius: 0;
  box-shadow: unset;
}

.form-design select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #a4aaae;
  height: 40px;
  border-radius: 0;
  box-shadow: unset;
}

.formheading {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #1d1f1e;
  margin: 0px 0px 20px 15px;
}

.floating-label-group input:focus ~ .floating-label,
.floating-label-group input:not(:focus):valid ~ .floating-label {
  top: -25px;
  bottom: 0px;
  left: 0px;
  font-size: 12px;
  opacity: 1;
  color: #a4aaae;
  font-weight: 500;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

a:hover {
  /* text-decoration: none; */
  color: #1d1f1e;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
p {
  font-size: 16px;
}
@media only screen and (min-width: 1441px) {
  .container {
    width: 86%;
  }
  .container.overlap-container {
    padding-left: 6%;
  }
  .overlap-container .owl-nav {
    margin-right: 7%;
  }
}
@media only screen and (min-width: 1550px) {
  .container {
    width: 84%;
  }
  .container.overlap-container {
    padding-left: 8%;
  }
  .overlap-container .owl-nav {
    margin-right: 8%;
  }
}
@media only screen and (min-width: 1550px) {
  .container {
    width: 84%;
  }
  .container.overlap-container {
    padding-left: 8%;
  }
  .overlap-container .owl-nav {
    margin-right: 8%;
  }
}
@media only screen and (min-width: 1701px) {
  .container {
    width: 76%;
  }
  .container.overlap-container {
    padding-left: 12%;
  }
  .overlap-container .owl-nav {
    margin-right: 12%;
  }
}
@media only screen and (min-width: 1851px) {
  .container {
    width: 70%;
  }
  .container.overlap-container {
    padding-left: 15%;
  }
  .overlap-container .owl-nav {
    margin-right: 15%;
  }
}
@media only screen and (min-width: 2001px) {
  .container {
    width: 64%;
  }
  .container.overlap-container {
    padding-left: 18%;
  }
  .overlap-container .owl-nav {
    margin-right: 18%;
  }
}
@media only screen and (min-width: 2200px) {
  .container {
    width: 58%;
  }
  .container.overlap-container {
    padding-left: 21%;
  }
  .overlap-container .owl-nav {
    margin-right: 21%;
  }
}
@media only screen and (min-width: 2400px) {
  .container {
    width: 54%;
  }
  .container.overlap-container {
    padding-left: 23%;
  }
  .overlap-container .owl-nav {
    margin-right: 23%;
  }
}
@media only screen and (min-width: 2560px) {
  .container {
    width: 50%;
  }
  .container.overlap-container {
    padding-left: 25%;
    max-width: 100%;
    width: 100%;
  }
  .overlap-container .owl-nav {
    margin-right: calc(25% + 9%);
  }

  .showcase-faq-section {
    padding: 0 80px;
  }
}
@media (max-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px !important;
    padding: 0 80px;
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
    padding: 0 18px;
    width: 100%;
  }

  .container {
    max-width: 1440px;
    padding: 0 80px;
    width: 100%;
  }
}
.container.overlap-container {
  padding-right: 0px;
}
@media (max-device-width: 991px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding: 0px 18px;
    width: 100%;
    max-width: 100%;
  }
}
/* Fonts included */
@font-face {
  font-family: "Plus Jakarta Sans", sans-serif;
  src: url("../fonts/PlusJakartaSans-Regular.woff2") format("woff2"),
       url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans", sans-serif;
  src: url("../fonts/PlusJakartaSans-Medium.woff2") format("woff2"),
       url("../fonts/PlusJakartaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans", sans-serif;
  src: url("../fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"),
       url("../fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prata";
  src: url("../fonts/Prata-Regular.woff2") format("woff2"),
       url("../fonts/Prata-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Italic.woff2") format("woff2"),
       url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Regular.woff2") format("woff2"),
       url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Medium.woff2") format("woff2"),
       url("../fonts/PlusJakartaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"),
       url("../fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prata";
  src: url("../fonts/Prata-Regular.woff2") format("woff2"),
       url("../fonts/Prata-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Italic.woff2") format("woff2"),
       url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Breadcrumb start */
/*.breadcrumb {
    padding: 0px;
    font-size:14px;
    line-height: 17px;
    background: none;
    margin-bottom: 40px;
}
.breadcrumb-item.active .breadcrumb-link {
    color:#A4AAAE;
}
.breadcrumb-item+.breadcrumb-item::before {
    color:#A4AAAE;
    content: url('../image/icons/breadcrumb-icon.svg');
    padding: 0 7px;
    left: -37px;
    position: absolute;
}
.breadcrumb>li {
    display: inline-block;
    position: relative;
    margin-right: 40px;
}
.breadcrumb-item:last-child .breadcrumb-link {
    color: #A4AAAE;
}*/

.btn,
.blue-btn {
  font-size: 14px;
  border: 1px solid #1d1f1e;
  padding: 12px 26px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  display: inline-block;
}
/*.btn:hover, .btn:focus {
    background: #1D1F1E !important;
    text-decoration: none;
    outline: none;
    color: #fff !important;
}*/
.btn:hover {
  background: #1d1f1e !important;
  text-decoration: none;
  outline: none;
  color: #fff !important;
}
.blackbg-btn {
  background: #1d1f1e;
  color: #fff !important;
  text-decoration: none;
  outline: none;
  border: 1px solid #1d1f1e;
}
.blackbg-btn:hover {
  background: #fff!important;
  color: #1d1f1e !important;
}
.blue-btn {
  border: 1px solid transparent;
  background: #2a3e52;
  color: #fff;
  border: 1px solid transparent;
}
.blue-btn:hover,
.blue-btn:focus {
  background: transparent;
  text-decoration: none;
  outline: none;
  color: #2a3e52;
  border: 1px solid#2A3E52;
}
.link-btn {
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.white-btn {
  color: #fff;
  border: 1px solid #fff;
}
.white-btn:hover {
  background: transparent;
}
.arrow-btn {
  width: 8px;
  height: 8px;
  border: 2px solid #1d1f1e;
  display: inline-block;
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
}

/* Range Slider */

/* range slider design css starts - kundan */

.slider-main-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 7px;
}

.noUi-horizontal {
  background: #dadee0 !important;
}

.noUi-touch-area {
  background: #2a3e52 !important;
  border-radius: 100% !important;
  cursor: pointer;
}

.noUi-base {
  z-index: unset !important;
  cursor: pointer;
}

.noUi-connect {
  background: #2a3e52;
  height: 20px;
  cursor: pointer;
}

.noUi-value-horizontal {
  display: none !important;
}

.noUi-marker-normal {
  display: block !important;
}

.sliderdiv ul li {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1d1f1e;
}

.colour-slider-data li {
  float: left;
  text-align: center;
  width: 14.1%;
}

.cut-slider-data li {
  float: left;
  text-align: center;
  width: 20%;
  white-space: nowrap;
}

.clarity-slider-data li {
  float: left;
  text-align: center;
  width: 12.5%;
  white-space: nowrap;
}

.polish-slider-data li {
  float: left;
  text-align: center;
  width: 33%;
  white-space: nowrap;
}

.fluo-slider-data li {
  float: left;
  text-align: center;
  width: 20%;
  white-space: nowrap;
}

.symmetry-slider-data li {
  float: left;
  text-align: center;
  width: 33%;
  white-space: nowrap;
}

/* range slider design css ends - kundan */

.noUi-value-sub {
  color: #1d1f1e;
  font-size: 15px;
}
.noUi-target {
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0px;
  box-shadow: none;
}
.noUi-pips-horizontal {
  padding: 0px;
  margin-top: -4px;
}

.noUi-active {
  box-shadow: none;
}
.noUi-horizontal {
  height: 4px;
  background: #2a3e52;
  margin-left: 9px;
  margin-right: 9px;
}
.noUi-horizontal:before,
.noUi-horizontal:after {
  content: "";
  background: #dadee0 !important;
  width: 9px;
  height: 4px;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.noUi-horizontal:before {
  left: -8px;
  border-radius: 4px 0 0 4px;
}
.noUi-horizontal:after {
  right: -8px;
  border-radius: 0 4px 4px 0;
}

.noUi-handle:after,
.noUi-handle:before {
  background: transparent;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 4px;
  background: #fff;
}

/* .noUi-marker-horizontal.noUi-marker {
  cursor: pointer;
} */

.range-slider {
  margin: 0 auto;
  flex: 1;
}
.noUi-marker {
  background: none;
}
.noUi-marker-horizontal.noUi-marker-large {
  display: none;
}
.noUi-marker-large:first-child {
  position: absolute;
  top: -20px;
  left: -20px;
}
.noUi-handle-lower {
  color: red;
}
.range-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 7px;
}
.min-range {
  margin-right: 25px;
}
.max-range {
  margin-left: 20px;
  text-align: right;
}
/* Range Slider end */
.slick-next,
.slick-prev {
  top: 45% !important;
}
.slick-prev {
  left: -15px !important;
}
.slick-next {
  right: -15px !important;
}
.slick-next:before,
.slick-prev:before {
  width: 9px;
  height: 9px;
  border: 1.5px solid #000;
  display: inline-block;
  border-top: 0;
  border-left: 0;
  color: transparent !important;
}
.slick-prev:before {
  transform: rotate(130deg);
}
.slick-next:before {
  transform: rotate(-45deg);
}

/* Modal */
.modal-header h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Prata";
  width: 100%;
}
.modal-header .close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #000;
  opacity: 1;
}
.modal-content {
  padding: 40px 70px;
}
.modal-header {
  border: 0px;
}
.modal-header h2 {
  margin-bottom: 0px;
}

/* choose setting detail page start */
/* Tab Header start */
.choose-setting-block {
  font-size: 14px;
}

.catsettingbtn .btn {
  background: #fff;
}

.catfilterSelect {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.setting-filter-block .catfilterSelect {
  /* margin: -10px 66px 0px 0px !important; */
  margin: -10px 80px 0px 0px !important;
}

.setting-filter-block .select-items p {
  display: none;
}

.setting-header {
  display: flex;
  justify-content: space-between;
}
.setting-header-box {
  /* background: #f8f8f8; */
  background: #f0f6fd;
  color: white;
  border: 1px solid #a4aaae;
  border-right: 0;
  /* display: inline-block; */
  height: 80px;
  padding-left: 44px;
  /* padding-right: 5px; */
  padding-right: 12px;
  position: relative;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setting-header-link:first-child .setting-header-box {
  padding-left: 24px;
}
.setting-header-link {
  width: 100%;
  color: #a4aaae;
  /* cursor: pointer; */
  cursor: initial;
}

.setting-header-box + .setting-header-box {
  border-left: 0;
  padding-left: 24px;
}
/***********************************************/
.setting-header-rightcaret{
  width: 20px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: -16px/*-19px*/;
  z-index: 1;
}
.setting-header-rightcaret:before{
  width: 270px;
  height: 270px;
  content: "";
  display: block;  
  /* background: #f8f8f8; */
  background: #f0f6fd;
  border: 1px solid #a4aaae;
  transform: rotate(45deg) skew(25deg, 25deg);
  position: absolute;
  top: calc(100% - 135px - 40px);
  right: calc(100% - 52px);
}
.setting-header-link.active .setting-header-rightcaret:before{
  /* background: #f0f6fd; */
  background: #f8f8f8;
  border-color: #1d1f1e;
}
.setting-header-link.active + .setting-header-link.active .setting-header-box{
  border-left:0!important;
}
.setting-header-link.active:nth-child(1) .setting-header-box,
.setting-header-link.active:nth-child(2) .setting-header-box{
  border-right:0!important;
}
/***********************************************/
.setting-header-box:after,
.setting-header-box:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 18px solid #f8f8f8;
    position: absolute;
    right: -17.5px;
    top: 0;
    z-index: 1;
    display: none;
}
.setting-header-box:before {
  border-top: 51px solid transparent;
  border-bottom: 51px solid transparent;
  border-left: 18px solid #a4aaae;
  top: -1px;
  right: -18px;
}
.choose-title {
  color: #a4aaae;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  /* padding-left: 44px; */
}
.choose-title .setting-header-count {
  padding-right: 16px;
  font-family: "Prata";
  font-size: 30px;
  font-weight: 400;
  padding-top: 4px;
}
.choose-title .selected-setting {
  font-size: 16px;
  /* padding: 0px 10px 0px 0px; */
}
.choose-title .selected-setting span:nth-child(1) {
  width:100%;
}
.choose-title .selected-setting .setting-edit a{
  font-size: 12px;
  font-weight: 400!important;
  text-decoration: none!important;
  position: relative;
}
.choose-title .selected-setting .setting-edit a:after{
  content: "";
  border-bottom: 1px solid #1d1f1e;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
/*.setting-header-box:hover {
    color:#A4AAAE;    
    background: #F0F6FD;
}*/

.setting-header-box .choose-icon.setting_choose_icon img {
  max-width: 130px;
  /* height: 80px; */
}

.setting-header-box .choose-icon {
    max-width: 80px;
    flex:0 0 80px;
    height: 78px;
    margin-top:1px;
    margin-bottom:1px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    /* margin-right: 1px; */
    border-radius: 100%;
}

.setting-header-box .choose-icon .round_setting_images{
    border-radius: 100%;
    background: #f8f8f8;
}

.setting-header-link .setting-header-box .choose-icon figure.diamond_setting_object{
    border-radius: 100%;
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.setting-header-link.step1.active .setting-header-box .choose-icon,
.setting-header-link.step2.active .setting-header-box .choose-icon,
.setting-header-link.step1.active .setting-header-box .choose-icon,
.setting-header-link.step2.active .setting-header-box .choose-icon{
  overflow: hidden;
}
.setting-header-link.active .setting-header-box .setting_choose_icon .round_setting_images{
  transform: scale(1.4);
}
.setting-header-link .setting-header-box .choose-icon img {
  opacity: 0.5;
  max-width: 100%;
  max-height: 100%;  
}
.setting-header-link.active .setting-header-box .choose-icon img {
  opacity: 1;
  object-fit: contain;
}
.setting-header-link:last-child .setting-header-box:before,
.setting-header-link:last-child .setting-header-box:after {
  content: none;
}
.setting-header-link:last-child .setting-header-box {
  border-right: 1px solid #a4aaae;
}
.setting-header-link.active .setting-header-box {
  border: 1px solid #2a3e52;
  /* background: #f0f6fd; */
  background: #F8F8F8;
  color: #1d1f1e;
}
a.setting-header-link:hover {
  text-decoration: none;
}
.setting-header-link.active .choose-title {
  color: #1d1f1e;
  line-height: initial;
}
.setting-header-link.active .setting-header-box:after,
a.setting-header-link:hover .setting-header-box:after {
  /* border-left: 18px solid #F0F6FD; */
  /* border-left: 17px solid #f0f6fd; */
  padding-right: 1px;
}
.setting-header-link.active .setting-header-box:before {
  border-left: 18px solid #2a3e52;
  right: -18.5px;
}
/* a.setting-header-link:hover .setting-header-box:before {
    border-left: 18px solid #2A3E52;
    right: -19px;
} */
/* .setting-header-link:first-child .choose-title {
  padding-left: 24px;
} */
/* .setting-header-link:last-child .setting-header-box .choose-icon {
  margin-right: 14px;
} */
.carat-shape-price{
    margin-top: 6px;
    line-height: 1em;
}
.setting-header-link.setting-edit-bottom .selected-setting{
  flex-direction: column;
}
.setting-header-link.setting-edit-bottom .selected-setting .setting-edit{
  margin-left:0;
}


/* Setting Diamond */
.selected-setting-option {
  font-size: 14px;
  font-weight: 400;
  margin-right: 6px;
  margin-top: 6px;
}
.final_setting_price{
  font-size: 14px;  
  font-weight: 400;
  margin-top: 6px;
}
.final_diamond_price{
  font-size: 14px; 
  font-weight: 400; 
  margin-top: 6px;
}
.selected-setting {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
}
.setting-edit {
  /* margin-left: auto;
  margin-right: 20px;
  margin-top: -10px; */
  display: inline-block;
  margin-left: 12px;
  margin-top: 2px;
  line-height: normal;
}
.setting-edit a {
  text-decoration: underline !important;
  font-weight: 600;
}
.setting-edit a:hover {
  text-decoration: none;
}
.setting-edit a + a{
  margin-left: 12px;
}
.diamond-selected-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.diamond-selected-info ul {
  display: flex;
  flex-wrap: wrap;
}
.diamond-selected-info ul li {
  display: flex;
  margin-bottom: 10px;
  flex: 0 0 100%;
}
.diamond-selected-info ul li .label-text {
  min-width: 105px;
}

.complete-selected-item-info ul li .label-text {
  min-width: 110px;
}

.diamond-selected-info ul li .label-value {
  font-weight: 600;
}
.choose-setting-diamond .product-price {
  margin-top: 36px;
  margin-bottom: 36px;
}
@media (max-width:767px){  
  .setting-header{
    margin-left: -18px;
    margin-right: -18px;
  }
  .setting-header-link .setting-header-box.setting-view-change{
    align-items: flex-start;
  }
  .setting-header-link .choose-title{
    height:100%;
  }
  .choose-title .selected-setting .setting-edit .setting_editer,
  .choose-title .selected-setting .setting-edit .diamond_editer {
    position: absolute!important;
    top: 48px;
    right: 12px;
    display: block;
}
  .setting-header-link.step1.active .setting-header-box,
  .setting-header-link.step2.active .setting-header-box,
  .setting-header-link.step1.active .setting-header-box,
  .setting-header-link.step2.active .setting-header-box{
    position: relative;
  }
  .setting-header-link.active .setting-header-box .choose-icon.round_setting_images {
      transform: scale(1.2);
  }
  .setting-header-rightcaret{
    right:-19px;
  }
  .selected-setting-option {
    font-size: 12px;
  }
  .final_setting_price{
    font-size: 12px; 
  }
  .final_diamond_price{
    font-size: 12px; 
  }
  .setting-header .slick-list {
      padding-left: 0px !important;
      /* padding-right: 0px !important; */
  }
  /* .setting-header-box{
      padding-right:20px!important;
  }
  .setting-header-rightcaret{
    right:1px!important;
  } */
  .setting-header-rightcaret:before {
      top: calc(100% - 135px - 35px);
      right: calc(100% - 48px);
  }
  .setting-header-box {
    height: 72px;
  }
  .complete-revw{
    padding-right: 13px;
  }

  .loaddiv {
    margin-top: 0px;
  }

 
  .account_dropdown_icons{
    margin-right:12px;
  }

  .account_dropdown_label{
    vertical-align:middle;
  }

  #certificate-info .card-body img{
    max-height: 212px;
  }
   
}
@media (max-width:374px){  
  .setting-header-box {
    height: 80px;
  }
  .setting-header-box .setting-edit {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
  }
  .setting-header-rightcaret:before {
    top: calc(100% - 135px - 40px);
  }
}
@media (max-width:1365px){  
  .setting-header-box {
      padding-left: 27px; flex-wrap: wrap;
  }
  .choose-title .selected-setting {
      font-size: 14px;
      width: 100%;
  }
  .choose-title .setting-header-count {
      padding-right: 9px;
      font-size: 24px;
  }
  .setting-header-box .choose-icon {
      max-width: 48px;
      flex:0 0 48px;
      height: 48px;
  }
  .setting-header-link .choose-title{
      width:calc(100% - 50px);
  }
  .setting-header-link:first-child .setting-header-box {
    padding-left: 22px;
  }
}
@media (min-width:768px) and (max-width:991px){    
  .choose-title .setting-header-count {
      font-size: 20px!important;
  }
  .choose-title .selected-setting {
      font-size: 13px!important;
  }
  .choose-title .selected-setting .selected-setting-option {
    font-size: 12px!important;
  }
  .choose-title .selected-setting .final_diamond_price{
    font-size: 12px!important;
  }
}
@media (min-width:768px) and (max-width:1365px){    
    .setting-header-box .setting-edit {
        margin-left: 0; margin-right: 0;
        margin-top: 5px;
        order:3;
        width:100%;
    }    
}
/* Tab header end */







/* custom select input */
.select {
  background-color: #fff;
  border-bottom: 1px solid #1d1f1e;
}
select option {
  background: #fff;
  border: none;
  border: none;
  outline: none;
}
select::-ms-expand {
  display: none;
}
.custom-select-box {
  position: relative;
  /*font-family: Arial;*/
  display: inline-block;
}
.custom-select-box select {
  display: none; /*hide original SELECT element:*/
}

/*showcasw page filter most recommended css starts*/

/*showcasw page filter most recommended css ends*/

.select-selected {
  background-color: #fff;
}
/*style the arrow inside the select element:*/
/*.select-selected:after {
    position: absolute;
    content: url('/catalog/view/theme/anb/image/icons/down-arrrow.svg'); 
    right: 0px;
}*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 0px;
  width: 9px;
  height: 9px;
  border: 1.5px solid #000;
  display: inline-block;
  transform: rotate(45deg) translate(-4px, 0px);
  border-top: 0;
  border-left: 0;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 0px;
  width: 9px;
  height: 9px;
  border: 1.5px solid #000;
  display: inline-block;
  transform: rotate(45deg) translate(-4px, 0px);
  border-top: 0;
  border-left: 0;
}
.select-items {
  overflow-y: auto;
  position: absolute;
  background-color: #fff;
  top: 100%;
  /* left: 0; */
  right: 0;
  z-index: 99;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 7%);
  padding: 23px;
  /* padding: 24px 44px 12px 24px;
  width: 208px; */
}
.select-items div:last-child {
  border: 0px; padding-bottom:0;
}

.select-items div,
.select-selected {
  color: #1d1f1e;
  /*padding: 3px 5px;*/
  padding: 0px 0px 12px;
  border-bottom: none;
  /*border-bottom: 1px solid #eee;*/
  cursor: pointer;
  user-select: none;
}
.select-selected {
  padding: 3px 0px;
}
.select-hide {
  display: none;
}
/*.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }*/
.select-items::-webkit-scrollbar {
  width: 5px;
}
.select-items::-webkit-scrollbar-track {
  background: #f0f6fd;
  border-radius: 0px 0px 3px 0px;
  -webkit-box-shadow: none;
}
.select-items::-webkit-scrollbar-thumb {
  background: #2a3e52;
  border-radius: 3px;
  background-image: none;
}
.select-items::-webkit-scrollbar-thumb:hover {
  background: #2a3e52;
  background-image: none;
}
.select-arrow-active:after {
  transform: rotate(225deg) translate(-4px, 0px);
}
.sort-container .select-items div {
  padding: 7px 15px;
  border: 0px;
}
.sort-container .custom-select-box {
  width: 100%;
}
/* .select-items div:first-child {
    padding: 0px;
    border: 0px;
} */
.select-selected {
  padding: 3px 0px;
  height: 25px;
}
.select-size {
  position: relative;
}
.select-label.floating-select-label {
  top: -14px;
  font-size: 12px;
}
.select-label {
  color: #999;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  top: 5px;
  left: 0px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* Floating label */
.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label,
.has-float-label > span {
  position: absolute;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -0.5em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.has-float-label label::after,
.has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  top: 50%;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}
.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label
  .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 150%;
  opacity: 0.5;
  top: 0.3em;
}
.input-group .has-float-label {
  display: table-cell;
}
.input-group .has-float-label .form-control {
  border-radius: 0.25rem;
}
.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
/* .input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
} */
.has-float-label label,
.has-float-label > span {
  padding-left: 0px;
  left: 0px;
  font-size: 12px;
  font-weight: 600;
  color: #a4aaae;
}
.form-control {
  /* padding-bottom: 5px; */
  padding-bottom: 10px;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  left: 0px;
  font-weight: 600;
  font-size: 14px;
}

/* Radio */
.radio {
  margin-right: 30px;
}
.radio label {
  font-weight: 600;
  margin-bottom: 0px;
}
.radio input[type="radio"] {
  position: absolute !important;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1.5px solid #a4aaae;
  display: inline-block;
  /* width: 20px;
    height:20px; */
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
  /*top: 0px;*/
  margin-right: 12px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  margin-top: 2px;
}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #1d1f1e;
  box-shadow: inset 0 0 0 3px #fff;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #a4aaae;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: 10px;
}
.checkbox label,
.radio label {
  padding-left: 0px;
}

/* Checkbox */
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  /* top: 6.5px;
    left: 3px; */
  top: 9px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #1d1f1e;
}

.checkbox label:before {
  border: 1px solid #a4aaae;
  box-shadow: none;
  width: 18px;
  height: 18px;
  padding: 0px;
}
/* Form Input end */

/* Progress Bar */
.progress {
  height: 2px;
  border-radius: 0px;
  background-image: linear-gradient(to right, black, black);
  margin-top: 18px;
}
.progress {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;

  background-color: #f5f5f5;
  background-image: #1d1f1e;
  background-repeat: no-repeat;
  background-size: 0 100%;

  transition: background-size 0.4s ease-in-out;
}
.progress {
  height: 2px;
  border-radius: 0px;
  background-image: linear-gradient(to right, black, black);
  margin-top: 18px;
}

/*Login and registercss start*/

.password-field {
  margin-bottom: 24px !important;
}
.loginPanel {
  padding: 40px 60px 10px;
  background: #f8f8f8;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.registerpanel {
  padding: 40px 60px 25px;
  background: #f0f6fd;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#account-login h1 {
  font-weight: 400;
  font-family: "Prata";
  font-size: 48px;
  letter-spacing: -0.02em;
  color: #1d1f1e;
  margin: 0px 0px 36px;
}
.loginPanel h2,
.successdiv h2 {
  font-weight: 400;
  font-family: "Prata";
  font-size: 36px;
  letter-spacing: -0.02em;
  color: #1d1f1e;
  margin: 0px 0px 16px;
}
.loginPanel p {
  font-weight: 400;
  font-size: 16px;
  color: #1d1f1e;
  margin-bottom: 40px;
}
.registertext p {
  margin-bottom: 16px;
}
.successdiv .registertext p {
  margin-bottom: 0 !important;
}
#successdiv {
  padding: 40px 60px 25px;
  margin-bottom: 20px;
}
/*#success-content{ max-width: 400px; }*/
.form-design input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #a4aaae;
  height: 40px;
  border-radius: 0;
  font-weight: 600;
  box-shadow: unset;
  font-size: 16px;
}

.form-design select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #a4aaae;
  height: 40px;
  border-radius: 0;
  box-shadow: unset;
}

.formheading {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #1d1f1e;
  margin: 0px 0px 20px 15px;
}

.floating-label-group {
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;
}

.floating-label-group .floating-label {
  font-weight: 600;
  font-size: 16px;
  color: #a4aaae;
  position: absolute;
  pointer-events: none;
  top: 9px;
  transition: all 0.1s ease;
}

.floating-label-group input:focus ~ .floating-label,
.floating-label-group input:not(:focus):valid ~ .floating-label,
label.floating-label.invalid,
.floating-label-group input:read-only ~ .floating-label {
  top: -15px;
  bottom: 0px;
  left: 0px;
  font-size: 12px;
  opacity: 1;
  color: #a4aaae;
  font-weight: 500;
}
.floating-label-group .floating-label {
  top: 9px;
}
.floating-label-group textarea:focus ~ .floating-label,
.floating-label-group textarea:not(:focus):valid ~ .floating-label {
  top: -15px;
  bottom: 0px;
  left: 0px;
  font-size: 12px;
  opacity: 1;
  color: #a4aaae;
  font-weight: 500;
}
.floating-label-group textarea {
  padding: 10px 0px;
}

p.delete-img {
  margin-left: 34px;
  margin-bottom: 7px;
}

/*.visible-xs{ display: none; }
.visible-md{ display: block; }*/

.successbtn {
  margin-top: 0;
  background: none;
}

.formdiv {
  padding-right: 12px;
  padding-left: 12px;
}

.form-control:focus {
  box-shadow: none;
}

.reg_box h2 {
  margin-bottom: 16px;
}

.registertext span img {
  margin-right: 10px;
}

.loginPanel .checkmark,
.form-design .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #a4aaae;
  border-radius: 0px;
}

.floating-label-group span.pass {
  font-size: 14px;
  margin-top: 10px;
  display: flex;
}
.loginandregidter {
  display: none;
}
.LinkClose {
  position: absolute;
  right: 10px;
  top: 10px;
}

.forgetdivpopup {
  max-width: 628px;
  width: 100%;
  padding: 40px 60px 43px 60px !important;
}

/*Login and register css end*/

/* Carousel start*/
.section-title h2 {
  font-family: "Prata";
  line-height: 85px;
  font-size: 64px;
  margin-top: 0px;
  margin-bottom: 40px;
}
.cart-shopbycat .section-title h2 span {
  font-family: "Playfair Display" !important;
}
.section-title h2 span {
  font-style: italic;
}
/* Carousel end*/

.wishlist_popup .modal-header {
  padding: 20px 24px 48px !important;
}
.wishlist_popup .modal-header .close {
  margin-top: 0px !important;
}

#modal-login .loginPanel {
  padding: 40px 40px 10px;
}
#modal-login .loginPanel .floating-label-group input,
#modal-login #formregister input {
  padding: 0px 0px 10px;
  color: #1d1f1e;
}
#modal-login #formregister input.singbtn {
  padding: 12px 26px;
}
#modal-login .loginPanel .floating-label-group input.btn {
  padding: 12px 26px;
}
#modal-login .formdiv {
  padding-right: 10px;
  padding-left: 10px;
}
#modal-login .popup-reg-btn {
  margin-bottom: 25px;
}
#modal-login #registerpanel,
#modal-login #forgetdiv {
  margin-bottom: 50px;
}
#modal-login #logregister .row {
  margin-right: -15px;
}

#modal-login {
  text-align: left;
}

.visible-mob {
  display: none;
}

.sort-container {
  display: none;
}

@media only screen and (max-width: 991px) {
  .loginPanel h2 {
    font-size: 36px;
  }
  .breadcrumb {
    padding: 0px;
  }

  .breadcrumb {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 360px) {
  .loginandregidter {
    font-size: 20px;
  }
}

.floating-label-group textarea:focus ~ .floating-label,
.floating-label-group textarea:not(:focus):valid ~ .floating-label {
  top: -25px;
  bottom: 0px;
  left: 0px;
  font-size: 12px;
  opacity: 1;
  color: #a4aaae;
  font-weight: 500;
}
.floating-label-group textarea {
  padding: 10px 0px;
}

.singbtn {
  background: transparent;
  color: #1d1f1e;
  border: 1px solid #1d1f1e !important;
  /*margin-top: 10px;*/
  height: auto !important;
}
#formlogin .singbtn {
  margin-top: 0;
}

.forgot {
  border-bottom: 1px solid #1d1f1e;
  font-weight: 600;
}
.registertext {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}
.forget-success.registertext {
  margin-bottom: 30px;
}
.registertext span {
  font-weight: 400;
  font-size: 14px;
  color: #1d1f1e;
  margin: 0px 0px 6px;
}
#registerpanel span {
  margin: 0px 0px 6px;
}
.registertext span p {
  margin-bottom: 0px;
}
.registertext span img {
  margin-right: 10px;
}

#button-registerdes {
  margin-top: 0px;
}

.loginPanel .customecheckbox {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1d1f1e;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 28px;
}

.loginPanel .checkmark,
.form-design .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #a4aaae;
  border-radius: 0px;
}

.floating-label-group span.pass {
  font-size: 14px;
  margin-top: 8px !important;
  display: flex;
}
.loginPanel .term {
  font-size: 14px;
  margin: 30px 0;
  display: block;
}
.loginPanel .term a,
.forget-text a {
  font-weight: 600;
  color: #748da6;
}
.loginandregidter {
  display: none;
}
#forgetdiv {
  position: relative;
  padding-bottom: 25px;
}
.LinkClose {
  position: absolute;
  right: 10px;
  top: 10px;
}
#account-login .back-to-login {
  display: inline-block;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 14px;
}
#account-login span.back-arrow {
  display: inline-block;
  border-top: 2px solid;
  border-left: 2px solid;
  width: 12px;
  height: 12px;
  transform: rotate(315deg);
}
#account-login .text-back {
  margin-left: 4px;
}
/*Login and register css end*/

/* Carousel start*/
.section-title h2 span {
  font-style: italic;
}
/* Carousel end*/

@media only screen and (max-width: 991px) {
  #account-login h1 {
    font-size: 48px;
    margin-bottom: 36px;
  }
  .loginPanel h2 {
    font-size: 36px;
  }
  .breadcrumb {
    padding: 0px;
  }
  .breadcrumb {
    margin-bottom: 11px;
  }
}

/* Responsive start */
@media only screen and (max-width: 768px) {

  .filtered-list {
    display: none !important;
  }

  .pl-0-mob {
    padding-left: 0px;
  }
  .setting-header .slick-list {
    padding-left: 0px !important;
  }
  /* .choose-title .setting-header-count {
    font-size: 28px;
  }
  .choose-title {
    font-size: 14px;
  } */
  /* .setting-header-box {
    height: 72px;
  } */
  /* .setting-header-box:before{
        border-top: 36px solid transparent;
        border-bottom: 36px solid transparent;
    } */
  /* .setting-header-box:after,
  .setting-header-box:before {
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
  }
  .setting-header-box .choose-icon {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .setting-header-box .choose-icon img {
    max-width: 100% !important;
    max-height: 100%;
    height: initial;
  }
  .diamond-selected-info ul li {
    font-size: 14px;
    line-height: 17px;
  }
  .choose-setting-btn .btn {
    width: 100%;
    font-size: 14px;
  }
  .choose-setting-btn .link-btn {
    font-size: 14px;
  } */
  #setting-info ul li {
    font-size: 14px;
  }
  .selected-information .card-header a {
    font-size: 14px !important;
  }
  
  .estimate-info h4 {
    font-size: 16px;
  }

  .help-info h4 {
    font-size: 14px;
  }

  .carat-range-value {
    font-weight: 600;
  }
  /* .selected-setting {
    font-size: 13px !important;
  }
  .selected-setting-option {
    font-size: 11px;
  }
  .setting-header-link:first-child .choose-title {
    padding-left: 15px;
  }
  .choose-title .setting-header-count {
    padding-right: 10px;
  }
  .choose-setting-diamond .setting-header-box .choose-icon img {
    max-width: 30px;
  }
  .setting-edit a {
    font-size: 13px;
  }
  .choose-title {
    padding-left: 30px;
  } */

  /*Login css start*/
  #account-login h1 {
    font-size: 36px;
  }
  .loginPanel h2 {
    display: none;
  }
  .registerpanel {
    display: none;
  }
  #logregister {
    padding: 0px;
  }
  .loginandregidter .active span {
    color: #1d1f1e;
    border-bottom: 1px solid #1d1f1e;
    padding-bottom: 6px;
  }
  .singbtn {
    width: 100%;
  }
  .modal-header .close {
    top: 18px;
    right: 18px;
  }
  /*Login css end*/
  
  .pl-0-mob {
    padding-left: 0px;
  }
  /* .setting-header .slick-list {
    padding-left: 0px !important;
  }
  .choose-title .setting-header-count {
    font-size: 28px;
  }
  .choose-title {
    font-size: 14px;
  }
  .setting-header-box .choose-icon img {
    max-width: 100px;
  }
  .selected-setting {
    font-size: 13px !important;
  }
  .selected-setting-option {
    font-size: 11px;
  }
  .setting-header-link:first-child .choose-title {
    padding-left: 15px;
  }
  .choose-title .setting-header-count {
    padding-right: 10px;
  }
  .choose-setting-diamond .setting-header-box .choose-icon img {
    max-width: 30px;
  }
  .setting-edit a {
    font-size: 13px;
  }
  .choose-title {
    padding-left: 30px;
  } */

  /*Login css start*/
  #account-login h1 {
    font-size: 36px;
  }
  .loginPanel {
    padding: 30px 18px 0px;
    margin-bottom: 0;
  }
  .loginPanel p {
    margin-bottom: 30px;
  }
  .loginPanel p,
  .forgot {
    font-size: 14px !important;
  }
  .loginPanel h2 {
    display: none;
  }
  .registerpanel {
    display: none;
    padding: 30px 18px 0px;
  }
  .successblock .registerpanel {
    padding: 40px 18px;
  }
  .successblock .form-group {
    margin: 0px;
  }
  .registerpanel .registertext {
    margin-bottom: 24px;
  }
  .forgetdiv .registertext {
    margin-bottom: 24px;
  }
  .successblock .registertext,
  .successblock .reg_box {
    margin-bottom: 0px;
  }
  .successblock .registertext p {
    margin-bottom: 30px !important;
    font-size: 14px !important;
  }
  .registerpanel .registertext p {
    margin-bottom: 20px;
  }
  /*.registertext span{ margin: 0 0 8px; }*/
  /*#registerpanel span{ margin: 0 0 6px; }*/
  .floating-label-group span.pass {
    margin-top: 9px !important;
  }
  .reg_box {
    margin-bottom: 40px;
  }
  .forgetblock .reg_box {
    margin-bottom: 24px;
  }
  .forgetdivh2pop {
    margin-bottom: 24px;
  }
  .visible-mob {
    margin-bottom: 24px;
  }
  .reg_box p,
  .reg_box h2 {
    margin-bottom: 24px;
  }
  .reg_box h2 {
    font-size: 28px;
  }
  .forget-pw-text {
    margin-bottom: 20px !important;
  }
  #logregister {
    padding: 0px;
  }
  .loginandregidter {
    display: flex;
    flex-direction: row;
    font-weight: 400;
    font-size: 24px;
    color: #a4aaae;
    font-family: "Prata";
    text-align: center;
    margin: 0px 0px 26px;
    justify-content: center;
  }
  .loginandregidter .active span {
    color: #1d1f1e;
    border-bottom: 1px solid #1d1f1e;
    padding-bottom: 6px;
  }
  .loginandregidter .sing {
    padding: 10px 18px 10px 10px;
  }
  .loginandregidter .regi {
    padding: 10px 10px 10px 18px;
  }
  .singbtn {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .loginandregidter span {
    letter-spacing: -1px;
  }
  h2.forget-h2 {
    margin-bottom: 26px;
  }
  .loginPanel .customecheckbox {
    margin-top: 30px;
    font-size: 14px;
    padding-left: 27px;
  }

  .forgetblock,
  .successblock {
    margin-left: -33px;
    margin-right: -18px;
  }
  #logregister .row {
    margin-right: 0;
  }
  .formdiv {
    padding-right: 0;
  }
  .forgetblock .col-sm-6,
  .successblock .col-sm-6 {
    padding-right: 0;
  }
  .logregister-row {
    margin-right: -3px !important;
  }

  .successbtn {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #register-error-message {
    margin: 0px !important;
  }
  .divider {
    border-left: 1px solid #a4aaae;
    height: 33px;
  }

  #forgetdiv {
    margin-left: 20px !important;
  }

  .forget-text {
    padding-left: 20px;
    margin: -20px 0 0 5px !important;
  }

  #successdiv {
    margin-bottom: 0px;
    padding: 30px 18px 40px;
  }
  #account-login .back-to-login {
    margin-bottom: 20px;
  }
  /*Login css end*/

  .sliderdiv ul li {
    font-size: 14px;
  }
  
  .metaldiv .metal_filter label {
    flex-direction: column;
  }
  
  .product-price {
    font-size: 16px;
  }

  .filterselection {
    font-size: 14px;
  }

  .settingshapediv .setting_shape_filter label {
    display: block;
    text-align: center;
  }

  .customise-option-popup {
    z-index: 9999;
  }

  .product-customise-item p.label-text-small {
    font-size: 14px;
  }

  .customise_tab {
    margin: 0px 0px 13px;
    float: left;
  }

  .filter-block {
    margin: 0px auto 14px !important;
  }

  .filter-menu-container #reset_all.link-btn {
    display: none !important;
  }

  .customise_tab .tabcontent.active {
    border-bottom: none !important;
  }

  /* .metaldiv .metal_filter img {
    height: 42px;
    width: 42px !important;
    margin: 0 auto;
  } */

  .metal-tooltip {
    margin-top: 18px;
  }

  .metal-tooltip h2,
  .filters-tabs-right h2 {
    font-size: 14px;
    font-weight: 600;
  }

  .filters-tabs-right h2 {
    margin-bottom: 17px;
  }

  .morefiltersappend .slider-title {
    font-size: 14px;
    font-weight: 600;
  }

  #customise-option-popup .modal-content {
    padding: 0px;
  }

  .stylediv .styles_filter {
    margin: 0px;
  }

  .customise-option-body .heading-title h2 {
    line-height: 49px;
  }

  .setting_shape_list {
    flex-direction: column;
  }

  .stone_metal_list {
    flex-direction: column;
    text-align: center;
  }

  .stone_metal_list span {
    white-space: nowrap;
  }

  .customise_product_filter {
    padding: 0px;
  }

  .customise_tab #style_tab {
    margin-top: 30px !important;
  }

  .customise_tab #style_tab,
  .customise_tab #metal_tab {
    margin: 0px 15px;
  }

  .diamond-selected-info ul li .label-text {
    min-width: 115px;
  }

  .stylediv .styles_filter .stone_style_list {
    flex-direction: column;
    align-items: initial;
  }

  #tab_style .filters-tabs-right h2 {
    margin-top: 40px;
  }

  #tab_metal .sliderdiv:first-child {
    margin-top: 40px;
  }

  .wishlist-icon {
    top: 12px !important;
    right: 8px !important;
  }

  .wishlist-icon i {
    font-size: 14px !important;
    position: absolute;
    top: 0px;
  }

  .wishlist-icon {
    width: 14px !important;
    height: 14px !important;
  }

  .faq-list #accordion .panel .panel-heading .panel-title a span {
    width: 20px;
  }

  .faq-list #accordion .panel .panel-collapse .panel-body p {
    font-size: 14px;
  }
  .faq-list .panel-body {
    padding-bottom: 16px;
  }
  .faq-list #accordion .panel .panel-heading .panel-title a span:after {
    content: url("catalog/view/theme/anb/image/icons/minus-sign-mob.svg");
  }
  .faq-list
    #accordion
    .panel
    .panel-heading
    .panel-title
    a.collapsed
    span:after {
    content: url("catalog/view/theme/anb/image/icons/plus-sign-mob.svg");
  }
  .faq-list #accordion .panel:last-child {
    border-bottom: 0px !important;
  }
  .faq-help .border-btn {
    max-width: inherit;
    width: 100%;
    /*display: block;*/
    align-items: center;
    justify-content: center;
  }

  .ppc_desktop {
    display: none;
  }
  .ppc_mobile {
    display: block;
  }

  #selectedInformation .card .card-header#settingHead {
    margin-top: 30px;
  }

  /* setting/diamond sticky bottom mobile css starts */

  .setting-view-left,
  .setting-view-right {
    padding: 0px;
  }

  .settingview-metal-block {
    margin-bottom: 36px;
  }

  .choose-setting-fixed {
    flex-direction: column;
    padding: 18px 18px 15px;
    right: 0px;
  }

  .choose-setting-fixed .product-title {
    display: none;
  }

  .choose-setting-fixed .prod-total {
    display: block !important;
    font-size: 16px;
  }

  .choose-setting-fixed .btn-section-left {
    width: 100%;
  }

  .choose-setting-fixed .setting-total-price {
    margin-bottom: 12px;
    float: none;
  }
  .choose-setting-fixed .total-strike-price{
    margin-top:0!important;
  }
  .choose-setting-fixed .product-price{
    margin-top:0!important;
  }
  .choose-setting-fixed .choose-setting-btn .link-btn {
    display: none;
  }

  .choose-setting-fixed .trustpilot-views img {
    max-width: 80px;
  }

  .choose-setting-fixed .trustpilot-text {
    font-size: 12px;
  }

  .choose-setting-fixed .total-price-info {
    padding: 0px 0px 12px;
    margin: 0px;
  }

  .choose-setting-fixed .total-text {
    display: block;
  }

  .choose-setting-fixed .complete-price,
  .choose-setting-fixed .total-final-price {
    margin-top: 0px !important;
  }

  .choose-setting-fixed .total-price {
    width: 100%;
  }

  .choose-setting-fixed .book_appt_open {
    display: none;
  }

  .total-price-info .setting-total-price {
    margin-bottom: 0px;
  }

  .btn-section-right {
    flex: 0 0 100%;
  }

  /* setting/diamond sticky bottom mobile css ends */

  .radio input[type="radio"] + .radio-label:before {
    margin-right: 6px;
  }

  #search123_result_prod {
    padding: 0px;
  }
  #search123_result_res1_prod li a {
    display: flex;
  }
  #search123_result_res1_prod li a .popup-pro-img {
    margin-right: 10px;
  }
  #search123_result_res1_prod li .popup-prod-details span {
    color: #1d1f1e;
    font-size: 16px;
    line-height: 20px;
  }

  .showcase-metal-new {
    display: flex !important;
    margin-top: -2px;
    padding-top: 14px;
    position: initial !important;
  }

  .new-carousel-block .custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10%;
    height: 5px;
    background: #1d1f1e;
    cursor: pointer;
  }

  .showcase-item:hover .showcase-metal-new {
    position: relative;
    bottom: 0px;
    margin-top: -2px;
  }

  .showcase-item-img .back {
    display: block !important;
  }

  .wishlist-icon {
    display: block !important;
  }

  .category-prod .progress {
    display: block;
  }

  .setting-prod-img img {
    display: block !important;
  }

  .loaddiv {
    padding: 0 18px;
  }

  #showmore_showcase {
    width: 100%;
  }

  .thumbnail-preview-carousal {
    display: none !important;
  }

  #choose-setting-preview .modal-content {
    padding: 30px 40px;
  }

  #thumbCarousel .slick-arrow {
    display: none;
  }

  .setting-thumbnail-slider .progress {
    display: block;
  }

  .setting-preview-body #thumbCarousel {
    display: block;
  }

  #thumbCarousel .thumb {
    margin-right: 0px;
  }

  .setting-prod-img .slick-prev,
  .setting-prod-img .slick-next {
    display: none !important;
  }

  .showcase-metal-new .metaldiv .metal_img{
    width:24px;
    height:24px;
  }

}

@media only screen and (min-width: 800px) {
  .forget-text {
    margin: -20px 0 7px 27px;
  }
}

@media only screen and (max-width: 767px) {
  .metal-popup-image {
    padding: 0px 1px;
  }

  .metal-popup-image img {
    margin-bottom: 20px;
    padding: 0px 7px;
  }

  .dia_rhtCol {
    background: url(../image/prod_collection/carat_ring_band_mob.png) no-repeat
      0 0;
    width: 182px;
  }

  .menu-search-div {
    display: none;
  }
  .navbar-collapse.collapse.in .menu-search-div {
    display: block;
  }
  #forgetdiv {
    margin-left: 0 !important;
  }
  /*Search No product Css*/

  .no-product-div {
    margin-left: 0px;
  }
  .no-product {
    font-size: 16px;
  }
  .no-product b {
    font-weight: 600;
  }
  .no-product-msg {
    font-size: 14px;
    margin: 30px 0 60px;
  }

  /*Search No product Css*/
}

@media only screen and (max-width: 360px) {
  .loginandregidter {
    font-size: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .loginandregidter {
    font-size: 18px;
  }
}

/* Filter start */

.diamond-prod-listing-filter .radio {
  margin-bottom: 0px;
}

.filter-block {
  display: flex;
  max-width: 1280px;
  width: 100%;
  align-items: center;
}

#filter_selected_options {
  padding: 5px 0px 5px;
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

.search-fillter {
  float: left;
  margin: 0px 24px 5px 0px;
  font-size: 14px;
  font-weight: 400;
}

.reset_txt {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
}

.filter-menu-container {
  margin-right: auto;
}

.filter-menu-container .navbar {
  min-height: auto;
}
.filter-menu-container .dropdown-toggle::after {
  content: none;
}

.filter-menu-container .navbar-nav > li > a {
    color: #1d1f1e;
    font-weight: 600;
    padding: 0px;
    font-size: 14px;
    text-transform: lowercase;
}
.filter-menu-container .navbar-nav > li > a:first-letter{
  text-transform: uppercase;
}
.filter-menu-container .navbar .dropdown-menu {
  border: none;
}
.filter-menu-container .navbar .dropdown {
  display: flex;
  align-items: center;
}
.selected-count {
  background-color: #dadee0;
  padding: 2px 10px;
  margin-right: 4px;
  font-size: 14px;
  line-height: normal;
  height: 22px;
  margin-top: -10px;
}
.filter-menu-container .filter-box .nav-item {
  margin-bottom: 12px;
}
.filter-menu-container .filter-box .nav-item label {
  margin-bottom: 0px;
  left: 0px;
  width: auto;
  border: none;
  display: flex;
  align-items: center;
}

.filter-menu-container .shapelable {
  margin-right: 0px !important;
  height: auto;
}

.filter-menu-container .shapelable:before {
  display: none;
}

.filter-menu-container .filter-box .nav-item label:after {
  transform: rotate(360deg);
  opacity: 0;
  top: 2px;
}

.filter-menu-container .filter-box .nav-item .checkbox {
  margin: 0px;
  display: flex;
  align-items: center;
}

.filter-menu-container .metal-bg {
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  margin-right: 12px;
  background-size: 95%;
  background-position: 50% center;
  cursor: pointer;
}

.filter-menu-container .metal-bg img {
  width: 100%;
}

.filter-menu-container .active.metal-bg {
  border: 1px solid #1d1f1e;
  border-radius: 100%;
}
.filter-menu-container .metal-yellow-gold {
  background: url("../image/icons/yellow-gold.svg")
    no-repeat top left;
}
.filter-menu-container .metal-white-gold {
  background: url("../image/icons/white-gold.svg");
  background-size: 75%;
}
.filter-menu-container .metal-rose-gold {
  background-image: url("../image/icons/rose-gold.svg");
}
.filter-menu-container .metal-platinum {
  background-image: url("../image/icons/platinum.svg");
  background-size: 75%;
}
.filter-menu-container .metal-silver {
  background-image: url("../image/icons/silver.svg");
}
.filter-menu-container .metal-filter .nav-item a {
  display: flex;
  align-items: center;
  padding: 0px;
}

.metal-filter ul li .checkbox label:before {
  display: none;
}
.metal-filter ul li .checkbox label {
  margin-left: 8px;
}

.metal-filter ul li .checkbox .metal-bg {
  margin-right: 0px;
}

.filter-menu-container .filter-box .nav-item a:hover {
  text-decoration: none;
}

#shapeHead .shape-bg {
  /* margin-right: 12px; */
  height: 52px !important;
  width: 52px !important;
}

.filter-menu-container .shape-bg {
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  margin-right: 12px;
  background-size: 95%;
  background-position: 50% center;
  cursor: pointer;
}
.filter-menu-container .active.shape-bg {
  border: 1px solid #1d1f1e;
  border-radius: 100%;
}
/*.filter-menu-container  .shape-round {
    background-image: url(../image/menu_collection/round.svg) no-repeat 100%;    
}
.filter-menu-container  .shape-pear {
    background-image: url(../image/menu_collection/round.svg) no-repeat 100%; 
    width: 18px;
    margin-right: 4px !important;
}
.filter-menu-container  .shape-asschers {
    background-image: url(../image/menu_collection/round.svg) no-repeat 100%;    
}
.filter-menu-container  .shape-cushion {
    background-image: url(../image/menu_collection/round.svg) no-repeat 100%;
    width: 22px;
    margin-right: 2px !important; 
}
.filter-menu-container  .shape-emerald {
    background-image: url(../image/menu_collection/round.svg) no-repeat 100%;   
    width: 18px;
    margin-right: 4px !important;
}
.filter-menu-container  .shape-heart {
    background-image: url(../image/menu_collection/round.svg) no-repeat 100%;    
}
.filter-menu-container  .shape-marquise {
    background-image: url(../image/menu_collection/round.svg) no-repeat 100%;
    width: 14px;
    margin-right: 6px !important;
}
.filter-menu-container  .shape-oval {
    background-image: url(../image/menu_collection/round.svg) no-repeat 100%; 
    width: 18px;
    margin-right: 4px !important;   
}
.filter-menu-container  .shape-princess {
    background-image: url(../image/menu_collection/princess.svg) no-repeat 100%;    
}
.filter-menu-container  .shape-radiant {
    background-image: url(../image/menu_collection/round.svg) no-repeat 100%;  
}*/

.filter-menu-container .shape-princess {
  background: url(../image/menu_collection/princess.svg) no-repeat center center;
}

.filter-menu-container .shape-baguette {
  background: url(../image/menu_collection/baguette.svg) no-repeat center center;
}

.filter-menu-container .shape-mixed {
  background: url(../image/menu_collection/mixed-shape.svg) no-repeat center
    center;
}

.filter-menu-container .shape-emerald {
  background: url(../image/menu_collection/emerald.svg) no-repeat center center;
}

.filter-menu-container .shape-asscher {
  background: url(../image/menu_collection/asscher.svg) no-repeat center center;
}

.filter-menu-container .shape-oval {
  background: url(../image/menu_collection/oval.svg) no-repeat center center;
}

.filter-menu-container .shape-pear {
  background: url(../image/menu_collection/pear.svg) no-repeat center center;
}

.filter-menu-container .shape-heart {
  background: url(../image/menu_collection/heart-shape.svg) no-repeat center
    center;
  background-size: contain;
  opacity: 0.8;
}

.filter-menu-container .shape-marquise {
  background: url(../image/menu_collection/marquise.svg) no-repeat center center;
}

.filter-menu-container .shape-cushion {
  background: url(../image/menu_collection/cushion.svg) no-repeat center center;
}

.filter-menu-container .shape-radiant {
  background: url(../image/menu_collection/radiant.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.8;
}

.filter-menu-container .shape-mixed-shapes {
  background: url(../image/menu_collection/mixed-shape.svg) no-repeat center
    center;
}

.load_prod_list_new {
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.shape-filter .checkbox {
  display: flex;
  align-items: center;
  max-width: 156px;
}
.shape-filter .checkbox.length {
  max-width: none;
}
.filter-menu-container .filter-box.shape-filter .nav-item .checkbox {
  margin: 0px 25px 0px 25px;
}

.filter-box.shape-filter {
  padding: 25px 0px 10px;
}
.filter-menu-container .shape-filter .shape-bg {
  margin-right: 0px;
}

.shape-filter .checkbox label {
  margin-right: auto;
}
.price-range-value {
  display: flex;
  margin-top: 30px;
  margin-bottom: 9px;
}
.price-range h4 {
  font-weight: 600;
  font-size: 16px;
}
.price-range-value .form-group {
  display: flex;
  margin-bottom: 0px;
}

.price-range-value input {
  border: none;
  border-bottom: 1px solid #a4aaae !important;
  border-radius: 0px;
  box-shadow: none;
  padding: 10px 0px 10px !important;
  color: #1d1f1e;
}

.price-range-value input::placeholder {
  color: #fff;
}

.filter-menu-container .filter-box .nav-item label:after {
  top: 4px;
}

.price-range-value .has-float-label {
  max-width: 144px;
}
.price-range-value .has-float-label:first-child {
  margin-right: 10px;
}
.price-range-divider {
  font-size: 16px;
  margin-top: 12px;
  margin-right: 10px;
}
.price-range button {
  color: #a4aaae;
  border: 1px solid #a4aaae;
  background: transparent;
  margin-top: 11px;
}
.price-range button:hover {
  border: 1px solid #1d1f1e;
}
.filtered-block {
  display: flex;
  align-items: center;
  margin: 0px auto 14px;
  max-width: 1280px;
  width: 100%;
}

.filtered-list {
  display: flex;
  flex-wrap: wrap;
  /* margin-right: 10px; */
  font-size: 14px;
  margin-top: -5px;
}
.reset-btn a {
  text-decoration: underline;
}

.reset-btn a.link-btn {
  font-size: 14px;
}

.filtered-item {
  margin-right: 24px;
  margin-top: 5px;
}
.filtered-item > a{
  display: flex;
  align-items: center;
}

.filtered-item img {
  /* width: 15px;
  height: 15px;
  margin-right: 8px; */
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.advanced-filter {
  /* display: flex !important; */
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.backing-filter {
  flex-direction: column;
}

.style-info.hover-tooltip {
  display: flex;
  flex: 0 0 100%;
}
.checkout_unitprice .hover-tooltip,
.sub-total-item .hover-tooltip, 
.checkout-price-info .hover-tooltip{
  float: left; margin-top:-3px;
}
.checkout_unitprice .hover-tooltip .dropdown,
.sub-total-item .hover-tooltip .dropdown,
.checkout-price-info .hover-tooltip .dropdown{
  margin-top:0; position: relative;
}
.checkout_unitprice .hover-tooltip .dropdown-menu,
.sub-total-item .hover-tooltip .dropdown-menu,
.checkout-price-info .hover-tooltip .dropdown-menu{
  font-size:14px; left: -105px;
  background: #f8f8f8 !important;
  border-radius: 0px;
  padding: 20px !important;
}
.sub-total-item .hover-tooltip + .sub-total-item-right,
.checkout-price-info .hover-tooltip + .checkout-price-value{
  margin-left: auto;
}

.style-info.hover-tooltip .label-head {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 25px;
}

.hover-tooltip .dropdown:hover .dropdown-menu {
  display: block !important;
  margin-top: 0;
}

.hover-tooltip .dropdown-menu {
  display: none;
}

/* Fliter End */

/* Tooltip */
.hover-tooltip .style-info-item.selected {
  border: 0px;
  border-radius: 0px;
}

.style-info-item.selected {
  border: none !important;
}

.style-info-item.selected img {
  border: 1px solid #1d1f1e;
  border-radius: 100%;
}

.hover-tooltip .dropdown-toggle::after {
  border: none;
}
.hover-tooltip .dropdown a:hover {
  color: transparent;
  background: transparent;
}
.hover-tooltip .dropdown p a {
  margin-top: 8px;
  display: block;
}
.hover-tooltip .dropdown p a:hover {
  color: #1d1f1e;
}
.hover-tooltip .dropdown {
  margin-left: 11px;
  margin-top: 2px;
  margin-left: 8px;
  display: block !important;
}
.hover-tooltip .dropdown-menu {
  width: 280px;
  border: none;
  background: #f8f8f8;
  border-radius: 0px;
  padding: 20px;
  font-size: 12px;
  font-weight: 400;
}
.hover-tooltip .dropdown-menu a {
  font-weight: 600;
}
.BySacet.style-info .dropdown-menu{
    font-size: 12px!important;
}
.BySacet p.label-text-small{
  display: inline-flex;
  align-items: center;
}
#BySacetModal .modal-dialog{
  /* width: 1280px; */
}
#BySacetModal .BySacetBody{
  max-width: 740px;
  padding: 40px;
  background-color: #f8f8f8;
  margin: 0 auto 50px;
}

#BySacetModal .modal-content {
  padding: 0;
}
#BySacetModal .BySacetBody picture{
    margin-top:40px;
    display: block;
}
#BySacetModal .BySacetBody p{
  margin-bottom:20px;
}
.sacet_metal_purity{
  display: flex;
  position: relative;
}
.sacet_metal_purity .dropdown{
  margin: 0px 0 0 8px;
  top: -2px;
}
.sacet_metal_purity .dropdown .dropdown-menu{
  left:0;
}
@media (max-width:767px){
  #BySacetModal .modal-header {
    height: 48px; padding: 0;
  }
  #BySacetModal .BySacetBody{
    margin-bottom:0;
  }
  .BySacet.style-info .dropdown{
    position: initial;
  }
  .BySacet.style-info .dropdown-menu{
      margin-top:8px;
  }
  #BySacetModal .BySacetBody{
    padding:30px 28px 40px 28px;
  }
  #BySacetModal .BySacetBody picture{
      margin-top:30px;
  }
  #BySacetModal .heading-title h2 {
      margin-bottom: 26px;
      line-height:29.96px;
  }
  .sacet_metal_purity .dropdown {
      position: initial;
  }
  .sacet_metal_purity .dropdown .dropdown-menu{
    left: -51px;
  }
}
@media (min-width:768px){
  #BySacetModal .modal-header {
    height: 50px;
  } 
}
@media (min-width:1300px){
  #BySacetModal .modal-dialog{
    max-width: 1280px;
    width:100%;
  }
}
.showcase-faq-section {
  padding: 0 80px;
}

.adv_caret {
  height: 8px;
  width: 8px;
  margin-left: 8px;
}

.arrow_down {
  transform: rotate(45deg) !important;
}

@media screen and (min-device-width: 1380px) {
  /* .catfilterSelect{ margin:-62px 66px 0px 0px !important; } */
  .catfilterSelect {
    margin: -62px 80px 0px 0px !important;
  }
}

/* Responsive start */
@media screen and (min-device-width: 992px) {
  .advanced-filter .arrow-btn {
    display: none;
  }

  .navbar-toggler {
    display: none;
  }
  .backBtn {
    display: none;
  }
  .filter-text {
    margin-right: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .filter-menu-container .navbar-nav {
    display: flex;
    flex-direction: row;
    padding: 0px;
    width: 100%;
    align-items: center;
  }

  #form-filter {
    padding: 0px;
  }
  .filter-menu-container .navbar-collapse.collapse {
    display: block !important;
  }
  /* .filter-menu-container .navbar-nav>li>a {
        height: 25px;
    }*/
  .filter-menu-container .arrow-btn {
    margin-left: 11px;
    transform: rotate(45deg) translate(-4px, 0px);
    /*vertical-align: top;
        margin-top: 6px;*/
  }
  .filter-menu-container .navbar .dropdown:hover .arrow-btn {
    transform: rotate(-135deg) translate(-1px, -3px);
  }
  .filter-menu-container .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: auto;
  }
  .filter-menu-container .navbar .nav-item {
    margin-right: 40px;
  }
  .filter-menu-container .navbar .dropdown {
    position: relative;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .filter-menu-container .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /* top: 25px; */
    top: 100%;
    position: absolute;
    margin-top: 0px;
    padding-bottom: 10px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }

  .catfilterSelect {
    padding: 5px 0px 7px;
    /* margin: -62px 10px 0px 0px; */
    margin: -62px 0px 0px 0px;
    height: 38px;
    float: right;
    outline: none;
    /*appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;*/
    max-width: 200px;
    width: 100%;
    color: #000;
    border: none;
    font-size: 14px;
    background: #fff;
    /*background: url(/catalog/view/theme/anb/image/icons/down-arrrow.svg) no-repeat right #fff;
        background-position: 95%;*/
  }

  li#advanced-filter-item {
    padding-bottom: 10px;
  }

  .filter-menu-container .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
    height: auto;
  }

  .filter-menu-container .navbar .dropdown-menu {
    background-color: #fff;
  }
  .filter-box {
    /* border: none; */
    box-shadow: 0px 4px 8px rgba(29, 31, 30, 0.1);
    background: #fff;
  }
  .style-filter {
    width: 430px !important;
  }
  .metal-filter {
    width: 400px !important;
  }
  .shape-filter {
    width: 616px !important;
  }
  .shape-filter.backing {
    width: auto !important;
  }
  .filter-box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .shape-filter ul {
    justify-content: flex-start;
    max-height:195px!important;
  }

  .filter-box ul li {
    flex: 0 0 50%;
  }
  .filter-box ul.color-filter li {
    flex: 0 0 33%;
  }
  .filter-box {
    padding: 25px 25px 10px;
  }
  .filter-box ul li {
    font-size: 14px;
  }
  .filter-box ul li {
    flex: 0 0 50%;
  }
  .filter-menu-container .filter-box .nav-item {
    margin-right: 0px;
  }
  .filter-menu-container .filter-box .nav-item.certificate {
    margin-right: 1px;
  }
  .filter-menu-container .filter-box .nav-item.width {
    margin-right: 1px;
  }
  .filter-menu-container .filter-box .nav-item.band.width {
    margin-right: 0px !important;
  }

  .shape-filter ul, .metal_colors_ul{
    flex-direction: column;
    max-height: 170px;
  }

  .jewellery_gifts_filter_ul, .search_filter_alpha {
    flex-direction: column;
    max-height: 170px;
  }

  .shape-filter ul li {
    flex: 0;
  }
  .filter-menu-container .shape-bg {
    margin-right: 20px;
  }
  .price-filter {
    width: 576px !important;
    display: flex !important;
  }
  .price-filter ul {
    margin-right: 35px;
  }
  .price-filter ul li {
    flex: 0 0 0 !important;
  }
  .price-filter ul {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    width: 100%;
  }
  .dropdown.advanced-filter-item {
    position: static !important;
  }
  .dropdown.advanced-filter-item a {
    text-decoration: none;
  }
  .advanced-filter-item .dropdown-menu {
    width: 1280px !important;
    left: -90px !important;
  }
  .advanced-filter-item ul {
    flex: 0 0 300px;
    border-right: 1px solid #d9d9d9;
    padding-left: 40px;
    margin-bottom: 60px;
    line-height: normal;
  }

  .advanced-filter .navtoogle:last-child {
    border-right: none;
  }

  .advanced-filter-item ul.backing-filter li label,
  .advanced-filter-item ul.certificate-filter li label,
  .advanced-filter-item ul.setting-filter li label {
    font-weight: normal;
  }

  .advanced-filter-item ul.backing-filter,
  .advanced-filter-item ul.certificate-filter {
    border: 0px;
    padding-right: 0px;
  }
  .advanced-filter-item ul.color-filter {
    flex: 0 0 470px;
  }
  .advanced-filter-item ul.certificate-filter li {
    flex: 0 0 100%;
  }
  .break {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
  .cart-shopbycat .overlap-container,
  .cart-bestseller .overlap-container {
    padding: 0;
    max-width: 1280px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .advanced-filter-item .dropdown-menu {
    width: 1240px !important;
    left: -70px !important;
  }
  #account-login.container {
    padding: 0 80px;
  }
  .cart-shopbycat .overlap-container,
  .cart-bestseller .overlap-container {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  #logregister .form-design input[type="text"],
  #forgetdiv .form-design input[type="text"],
  #logregister .form-design input[type="password"],
  #forgetdiv .form-design input[type="password"] {
    max-width: 508px;
    width: 100%;
  }

  .filter-block {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-device-width: 1281px) {
  .advanced-filter-item .dropdown-menu {
    width: 1290px !important;
    left: -90px !important;
  }
}

@media screen and (max-width: 1300px) {
  .filter-menu-container .navbar .nav-item.nav-item-parent {
    margin-right: 25px;
  }
  .filter-menu-container .filter-box .nav-item.certificate {
    margin-right: 1px;
  }
}
@media (max-device-width: 991px) {
  /*   .sarchsortsec{ position: fixed;
    z-index: 1002;
    background: #fff;
    top: 0px; display: none;
    height: 100%;
    width: 100%; }*/

  .advanced-filter-mobile {
    width: 100%;
    left: 0 !important;
    box-shadow: none;
    position: relative;
  }

  #advanced-filter-item {
    margin-right: 0px;
    margin-top: 17px;
  }

  #advanced-filter-item ul:last-child {
    border-bottom: none !important;
  }
  .mob_filer_btn {
    padding: 16px 0px;
  }
  #search123_result ul li {
    margin-bottom: 10px;
  }
  #search123_result ul li b {
    font-weight: 600;
  }
  #search123_result ul .searhead {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 16px;
  }
  #search123_result_res1 {
    margin-top: 60px !important;
  }
  #search123_result_res1 li {
    margin-bottom: 14px !important;
  }
  .reset_txt {
    float: right;
  }
  .sort-container {
    display: block;
  }
  .catfilterSelect {
    display: none;
  }
  .filter-menu-container .advanced-filter-item {
    display: block;
  }
  .metal-filter ul li,
  .shape-filter ul li,
  .advanced-filter ul li {
    float: left;
    width: 50%;
  }

  /*.advanced-filter .carat-filter, .advanced-filter .clarity-filter, 
    .advanced-filter .color-filter, .advanced-filter .backing-filter, 
    .advanced-filter .setting-filter, 
    .advanced-filter .certificate-filter{ 
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 8px;
        margin-bottom: 18px;
    }*/

  .advanced-filter .backing-filter li label,
  .advanced-filter .setting-filter li label,
  .advanced-filter .certificate-filter li label {
    font-weight: 400;
    line-height: 20px;
  }

  .filter-menu-container .navbar-nav {
    flex-direction: column;
    padding: 0px;
    text-align: left;
    width: 100%;
  }

  #form-filter .navbar-nav > li > .dropdown-menu {
    margin-right: 0px;
    margin-left: 0px;
  }

  .filter-menu-container .shape-bg {
    margin-right: 24px;
  }

  .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    left: 10px;
    top: 0.6em;
  }

  .price-range-divider {
    margin-top: 15px;
  }

  .advanced-filter {
    /* display: none !important;    */
    display: none;
    margin-top: 3px !important;
  }
  /*    .visible-mob{ display:block; }*/

  .dropdown-menu-tooltip-mobile {
    display: block;
    position: absolute;
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
    height: auto;

    width: 280px !important;
    border: none;
    background: #f8f8f8 !important;
    border-radius: 0px;
    padding: 20px;
    font-size: 12px;
    font-weight: 400;
    left: 0px !important;
    line-height: 140%;
    top: 30px;
  }

  .dropdown-menu-tooltip a {
    font-weight: 600;
  }

  .filter-menu-container .navbar-toggler {
    background: #fff;
    width: 166px;
  }
  .filter-menu-container {
    width: 50%;
  }
  .select-selected {
    padding: 0px;
    height: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
  }
  /*.select-items {
        position: fixed;
        background-color: #fff;
        top: 0px; padding: 40px 18px;
        left: 0; right: 0;
        z-index: 99999;
        height: 100%;
        text-align: left;
        width: 100%;
    }*/

  .select-items img {
    margin-right: 13px;
    margin-left: -30px;
  }
  .select-items p {
    padding-bottom: 26px;
    margin-left: 30px;
  }
  .select-selected:after {
    display: none;
  }
  .sort-container {
    border: 1px solid #000;
    padding: 16px 0px;
    text-align: center;
    width: 100%;
  }
  .filter-block-mob {
    position: absolute;
    top: 0px;
    right: 18px;
    width: 166px;
  }
  .advanced-filter-item.open > .dropdown-menu {
    display: block !important;
  }

  .filter-text {
    display: none;
  }
  .filter-block {
    justify-content: flex-start;
    margin-top: 0px;
    align-items: center;
    margin-bottom: 21px;
    padding: 0 0px;
  }

  .filtered-item {
    margin-right: 32px;
  }
  .link-btn {
    font-size: 14px;
  }
  .showsearch-container-rignt .style-info-list .radio {
    margin: 0px 36px 0px 0px;
  }

  .filter-menu-container {
    width: 50%;
    margin-right: 7px;
  }

  .pricemaincontent {
    margin-top: 0px !important;
    font-size: 12px !important;
  }

  .navbar-toggler {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #1d1f1e;
    padding: 16px 63px;
    border-radius: 0px;
  }
  .filter-menu-container .navbar {
    position: static;
  }
  .filter-menu-container .navbar-collapse {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    padding: 15px 18px;
    z-index: 9999;
    height: 100% !important;
    overflow: auto;
  }

  .filter-menu-container .navbar-collapse {
    display: none !important;
  }

  .navbar-collapse.in {
    display: block !important;
  }

  .filter-box .nav {
    flex-direction: column;
  }
  .metal-filter .nav,
  .shape-filter .nav {
    flex-direction: row;
  }

  .metal-filter li,
  .shape-filter li {
    flex: 0 0 50%;
  }
  .filter-menu-container .navbar .nav-item {
    padding: 14px 0px;
    border-bottom: 1px solid #d9d9d9;
  }

  .filter-menu-container .navbar .nav-item:last-child {
    border-bottom: none;
  }

  .filter-menu-container .navbar-nav > li > a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .filter-menu-container .arrow-btn {
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
  }
  .filter-menu-container .dropdown.show .arrow-btn {
    transform: rotate(45deg);
  }
  .filter-menu-container .dropdown-menu .nav-item {
    padding: 0px 0px;
    border-bottom: 0px;
  }
  .filter-menu-container .navbar .selected-filter .dropdown-menu {
    margin-top: 30px;
    /* margin-left: -28px; */
  }

  .filter-menu-container .dropdown.open .arrow-btn {
    transform: rotate(45deg);
  }

  .filter-menu-container .navbar .nav-item.nav-item-parent {
    margin-right: 0px;
  }

  .price_adv_filter {
    border-bottom: none !important;
  }

  .filter-menu-container .navbar .dropdown-menu {
    margin-top: 30px;
    width: 100%;
  }
  .advanced-filter {
    flex-direction: column;
    position: relative;
  }
  .filter-menu-container .price-filter {
    margin-left: 8px;
  }
  .filter-menu-container .navbar .dropdown {
    display: block;
  }
  /* .filter-menu-container .price-range {
        margin-left: -45px;
    } */
  .checkbox input:checked + label:after {
    top: 8px;
  }
  .filter-menu-container .filter-box .nav-item label {
    font-size: 14px;
    line-height: normal;
  }
  .backBtn {
    display: flex;
    align-items: center;
  }
  .backBtn img {
    margin-right: 13px;
  }
  .backBtn {
    margin-bottom: 26px;
  }
  .sort-container .custom-select-box {
    width: 100%;
  }
  .sort-container .select-items div {
    padding: 14px 0px 14px 32px;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    font-family: "Plus Jakarta Sans";
  }
  /*.filtered-block {
        justify-content: space-between;
        padding: 0 18px;
        margin-top: 36px !important;
        margin-bottom: 0px !important;
    }*/
  .selected-count {
    margin-left: 0px;
    display: inline-block;
    line-height: normal;
  }
  .filter-menu-container .metal-name {
    font-size: 16px;
  }
  .filter-menu-container .shape-bg {
    margin-right: 28px;
  }
  /*.filter-menu-container .shape-emerald, .filter-menu-container .shape-pear, .filter-menu-container .shape-oval {
        margin-right: 32px !important;
    }*/
  /*.filter-menu-container .shape-cushion {
        margin-right: 30px !important;
    }
    .filter-menu-container .shape-marquise {
        margin-right: 34px !important;
    }*/
  .filter-menu-container .filter-box .nav-item {
    margin-bottom: 16px;
  }
}

@media (max-device-width: 767px) {
  .filter-bloc {
    margin-top: 30px;
  }
}

.dropdown-menu-tooltip {
  display: none;
}

@media screen and (max-width: 991px) {

  .customise_product_filter .shapesdiv h2 {
    text-align: left;
  }
  .filterselection {
    display: flex !important;
    flex-direction: column;
  }

  .list-filter-section .filter-menu-container {
    width: auto !important;
  }

  .filter-menu-container .filter-box.shape-filter .nav-item .checkbox {
    margin: 0px 27px 0px 0px;
  }

  .setting-filter-block .select-items p {
    display: block;
  }

  .breadcrumb > li > a {
    font-size: 12px;
  }

  .style-info.hover-tooltip {
    padding: 16px 0px;
  }

  .advanced-filter-item .nav {
    border-bottom: 1px solid #d9d9d9;
  }

  .style-info.hover-tooltip .label-head {
    margin-bottom: 0px;
  }

  .advanced-filter-item .arrow-btn {
    display: none;
  }

  .style-info.hover-tooltip {
    position: relative;
  }

  .advanced-filter-item .style-info .arrow-btn {
    top: 25px;
    right: 5px;
  }

  .navbar-nav li.abc .dropdown-menu {
    display: block !important;
    top: 0;
    position: relative;
    left: 0px;
    box-shadow: none;
  }

  .navbar-nav li.abc .dropdown-menu ul li {
    display: none;
  }

  .advanced-filter-item .carat-filter .arrow-btn,
  .advanced-filter-item .clarity-filter .arrow-btn,
  .advanced-filter-item .color-filter .arrow-btn,
  .advanced-filter-item .backing-filter .arrow-btn,
  .advanced-filter-item .setting-filter .arrow-btn,
  .advanced-filter-item .certificate-filter .arrow-btn {
    display: block;
  }

  .advanced-filter-item {
    /* margin-top: 60px; */
    margin-top: 45pxx;
  }
  .showcase-item-img .back {
    display: block !important;
  }
}

@media screen and (max-width: 360px) {
  .select-selected,
  .navbar-toggler {
    font-size: 14px;
  }
  .navbar-toggler {
    padding: 16px 0px !important;
  }
}

/* showcase page filter design css ends */

.price-filter .checkbox input[type="radio"]:checked + label:after {
  opacity: 1 !important;
}

@media screen and (max-width: 640px) {
  #search123_result ul {
    margin-top: 30px;
  }
  #search123_result_res1 a {
    display: flex !important;
  }
  #search123_result_res1 a img {
    margin-right: 10px;
  }
  .popup-prod-title {
    margin-bottom: 20px;
  }
  .popup-prod-title b {
    font-weight: 600;
  }
  .popup-prod-details span {
    color: #1d1f1e;
  }
  .popup-prod-details .popup-prod-price {
    font-weight: 600;
    display: flex;
    margin-top: 14px;
  }

  .popup-view-all {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .popup-view-all a {
    font-weight: 600;
  }
  /* .image-item.diamond.divrow, #prodImagesGallery .diamond.divrow img{ height: 100%; } */
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:-webkit-autofill ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

/* category and hub page top new design css starts*/

.category-banner-detail {
  display: flex;
  margin-top: -40px;
  position: relative;
  padding: 0 80px;
  margin: -40px auto 0px;
  justify-content: center;
}

.category-banner-info {
  background: #f8f8f8;
  margin-right: 25px;
  display: flex;
  align-items: center;
  padding: 37px 27px;
  max-width: 410px;
  width: 100%;
}

.category-banner-info h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 12px;
}

.category-banner-info p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
}

.category-top-banner-info a h1 {
  font-family: "Prata";
  font-size: 80px;
  line-height: 100px;
  padding: 39px 0px 40px;
}

/*.category-banner-info:last-child {
    margin-right: 0;
}*/

.category-top-banner-info span.italic-text {
  font-family: "Playfair Display";
  font-style: italic;
}

.category-banner-img {
  margin-right: 16px;
}

@media only screen and (max-width: 1299px) {
  .category-banner-info {
    margin-right: 20px;
  }

  .category-banner-info h3 {
    font-size: 16px;
  }

  .category-banner-info p {
    font-size: 13px;
  }

  .category-top-banner-info a h1 {
    line-height: 60px;
  }

  .category-top-banner-info a h1 {
    font-size: 58px;
    line-height: 70px;
    padding: 25px 0px 20px;
  }

  .category-banner-detail {
    padding: 0 40px;
  }

  .category-banner-info {
    padding: 20px 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .category-banner-detail {
    padding: 0 80px !important;
  }
}

@media only screen and (max-width: 992px) {
  .category-banner-detail {
    padding: 0;
    flex-direction: column;
    background: #f8f8f8;
    /*margin: 0px;*/
    margin: 0 10px;
    margin-top: -100px;
  }

  .category-top-banner-info {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    min-width: 320px;
    width: 100%;
    background: #f8f8f8;
  }

  .category-top-banner-info h1 {
    font-size: 48px;
    line-height: 65px;
    font-family: "Prata";
    padding: 36px 0 24px;
  }

  .category-banner-info {
    margin: 0 auto;
    padding: 37px 0px 20px;
    max-width: 600px;
  }

  .category-banner-info:last-child {
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .category-top-banner-info .border-btn {
    width: 95%;
    padding: 16px 0;
    margin-bottom: 16px;
  }

  .banner-mob-btn a {
    color: #000;
    display: none !important;
  }

  .category-banner-img img {
    width: 80px;
    height: 80px;
  }

  .category-banner-info h3 {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .category-banner-info p {
    font-size: 22px;
    line-height: 140%;
  }

  .new-carousel-block .slider-container {
    padding: 26px 0px 0px;
    background: #ffffff;
    margin-top: 0px;
  }

  .showcase-item .slider-container {
    padding: 0 18px;
    background: none;
    margin-top: 0px;
    top: -8px;
  }

  .showcase-item .slider-container .range-slider {
    z-index: 1;
    position: relative;
    height: 3px !important;
    margin-top: -2px;
  }

  .grey-cta-block {
    margin-top: 16px;
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 767px) {
  #setting_list_form .morefiltersappend .sliderdiv {
    margin-bottom: 40px;
  }

  .morefiltersappend .new-carousel-block .slider-container {
    padding: 0px;
  }

  .category-prod.new-carousel-block .slider-container {
    padding: 0px 0px 0px;
  }

  .category-top-banner-info h1 {
    font-family: "Prata";
    font-size: 48px;
    line-height: 65px;
    padding: 30px 0px 18px;
  }

  .category-list-title .arrow-icon,
  .metal-item .arrow-icon {
    margin-top: 0 !important;
  }

  .showcase-metal-new img {
    width: 24px !important;
  }

  .category-banner-img {
    margin-right: 14px;
  }

  .category-banner-info p {
    font-size: 14px;
    line-height: 140%;
  }

  .category-banner-info {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 10px 20px;
  }

  .category-banner-info:first-child {
    padding-top: 36px;
  }

  .bespoke-category-list h3 {
    margin-bottom: 8px;
  }

  .category-banner-info:last-child {
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .faq-contact {
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 320px) {
  .category-top-banner-info {
    min-width: 280px;
  }

  .new-section-title h2 {
    font-size: 50px;
  }
}

/* category and hub page top banner css ends */
