@font-face {
    font-family: 'VDB';
    src: url('../fonts/VDB.eot');
    src: url('../fonts/VDB.eot?#iefix') format('embedded-opentype'),
        url('../fonts/VDB.woff2') format('woff2'),
        url('../fonts/VDB.woff') format('woff'),
        url('../fonts/VDB.ttf') format('truetype'),
        url('../fonts/VDB.svg#VDB') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.search-form-top {
    padding-top: 15px;
    padding-bottom: 15px
}
.search-form-top>.row {
    margin-bottom: 15px
}

 .search-form-top ul {
     margin: 0
 }

 .search-form-top ul li {
     display: inline-block;
     list-style-type: none
 }
 .search-form-top .search-top-left{
    background: #fff;
    display: block;
    box-shadow: 0 3px 48px rgba(0,0,0,10%);
    margin: 0;
 }
 .search-form-top .search-top-left ul {
     background: #fff;
     display: inline-block;
     box-shadow: 0 3px 7px rgba(0, 0, 0, 4%)
 }

 .search-form-top .search-top-left ul li {
     display: inline-block;
     list-style-type: none;
     position: relative
 }

 .search-form-top .search-top-left ul li:after {
     position: absolute;
     content: "";
     background: #d1d0dd;
     height: 10px;
     width: 2px;
     right: -1px;
     top: 0;
     bottom: 0;
     margin: auto
 }

 .search-form-top .search-top-left ul li:before {
     position: absolute;
     content: "";
     background: url(../images/up-arrow.png)no-repeat 50%;
     width: 19px;
     height: 8px;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
     opacity: 0
 }

 .search-form-top .search-top-left ul li:last-child:after,
 .search-form-top .search-top-left ul li.save-drp:after {
     display: none
 }

 .search-form-top .search-top-left ul li a {
     padding: 14px 35px;
     font-size: 16px;
     font-weight: 500;
     display: block;
     border-bottom: 1px solid transparent;
     text-decoration: none;
     color: #737373
 }

 .search-form-top .search-top-left ul li.active a,
 .search-form-top .search-top-left ul li a:hover {
     border-color: #57929d;
     color: #57929d
 }

 .search-form-top .search-top-left ul li.active:before,
 .search-form-top .search-top-left ul li:hover:before {
     opacity: 1
 }

 .search-form-top .search-top-left ul li select {
     border-bottom: 1px solid transparent;
     font-size: 16px;
     font-weight: 500;
     color: #222;
     cursor: pointer
 }

 .search-form-top .search-top-left ul li select:hover {
     border-color: #57929d
 }


.search-top-rights .button-right{
    padding: 0;
    display: flex;
    justify-content: end;
    column-gap: 10px;
    align-items: center;
/*    margin-top: 20px;*/
 }
.search-top-rights .button-right li a.btn{
    border: 1px solid #5c7362;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 39px;
    border-radius: 0;
    background: 0 0;
    color: #5c7362;
}
.search-top-rights .button-right li a.btn:hover{
background: #5c7362;
     color: #fff;
     transition: all ease .5s
 }
 .search-top-right ul li {
     margin-left: 5px
 }

 .search-top-right ul li a {
     padding: 10px 20px;
     font-size: 14px;
     border-radius: 0;
     font-weight: 500;
     letter-spacing: .5px;
     display: block;
     text-decoration: underline;
     transition: all ease .5s
 }

 .search-top-right label {
     font-size: 13px;
     display: inline-block;
     margin-top: 10px;
     margin-bottom: 0;
     width: 50px;
 }

 .search-top-right select {
     display: inline-block;
     width: 75%;
 }
label {
    color: #5c7362;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
}
 .search-top-right select,
 .search-form-top select {
     padding: 5px 10px;
     border: 0;
     border-bottom-color: initial;
     border-bottom-style: none;
     border-bottom-width: 0;
     border-bottom: 1px solid #000;
     font-size: 16px;
     color: #000;
     font-weight: 600;
     border-radius: 0;
     background: 0 0
 }

 .product-selected-button .form-group .btn,
 .product-selected-button .form-group .btn.btn.btn-primary {
     border: 1px solid #5c7362;
     text-transform: uppercase;
     text-decoration: none;
     padding: 7px 13px;
     border-radius: 0;
     background: 0 0;
     font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: .5px;
     color: #5c7362
 }


 .product-selected-button .form-group .btn:hover,
 .product-selected-button .form-group .btn.btn.btn-primary:hover {
     background: #5c7362;
     color: #fff;
     transition: all ease .5s
 }

/*start 14-mar-2023*/
/*.search-top-right {
    text-align: right;
    float: right;
}*/
 .search-top-right {
     text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 25px;
 }
 .search-top-right .botom-search{margin-bottom: 30px !important;}
.search-top-right select{width: 100%;}
.search-form-top ul {
    margin: 0;
}
.search-top-right ul li {
    margin-left: 5px;
}
.search-form-top ul li {
    display: inline-block;
    list-style-type: none;
}
.search-top-right ul li a.btn{
    border: 1px solid #5c7362;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 39px;
    border-radius: 0;
    background: 0 0;
    color: #5c7362;
}
 .search-top-right ul li a.btn:hover{
background: #5c7362;
     color: #fff;
     transition: all ease .5s
 }
 .serach-content-box {
    background: #fff;
    padding: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 59px rgba(0,0,0,2%);
}
/*.serach-content-box .search-icon-link {
    width: 9.5%;
}*/
.serach-content-box .search-icon-link .search-link-inner {
    position: relative;
    padding: 5px;
    text-align: center;
}
.serach-content-box .search-icon-link .search-link-inner {
    background: #f1f4f9;
    border-color: #f1f4f9;
}
.serach-content-box .search-icon-link span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    color: #5c7362;
}
.serach-content-box .search-icon-link span.close {
    position: absolute;
    top: 0;
    right: -30px;
    padding-top: 0;
    overflow: visible;
    z-index: 1;
    width: 30px;
    height: 30px;
}
.serach-content-box .search-icon-link .search-link-inner:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(241,244,249,0);
    border-left-color: #f1f4f9;
    border-width: 15px;
    margin-top: -15px;
}
/*img, video {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}*/
.search-link-inner img{
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.search-block input.min-input {
    padding: 5px 0;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    width: 100%;
    border-radius: 0;
}
/*.serach-content-box .search-cont-right {
    width: 90.5%;
    padding: 0;
}*/
.search-cont-right {
    margin-bottom: 20px;
}
.search-cont-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 !important;
}
.shape-block{
   padding: 0 4px !important;
    max-width: 105px !important;
    /*min-width: inherit;*/
    min-width: 90px !important;
}
.shape-block-inner {
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    padding: 10px 5px;
    border: 1px solid #dcdde8;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    min-height: 108px;
    min-width: 100px;
}
.shape-block-inner.active {
    background: #57929d;
    border-color: #57929d!important;
}
.search-cont-right .shape-block-inner span,.color-block-right.search-cont-right span {
    display: block;
    font-size: 13px;
    color: #000;
    padding-top: 5px;
    font-weight: 500;
    letter-spacing: .5px;
}
.shape-block-inner.active .vi.shape {
    color: #fff;
    filter: brightness(6.5);
}
.vi.shape {
    font-size: 45px;
}
.shape-block-inner.active span {
    color: #fff!important;
}
/*.serach-content-box .search-cont-right .shape-block {
    width: 9%;
}*/
/*color*/
.color-block.bor-block{
    padding: 0 4px;
    /*max-width: 74px;
    min-width: 75px;*/
    max-width: 64px;
    min-width: 80px;
}
#color-selection-box .color-block.bor-block{
    padding: 0 4px;
    max-width: 80px;
    min-width: 75px;
}
.color-block .color-block-inner, .bor-block .color-block-inner-general {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75px;
}
#clarity-selection-box .color-block .color-block-inner{
    display: flex;
    justify-content: center;
    min-height: 75px;
    max-width: 74px;
    min-width: 64px
}
.bor-block .color-block-inner, .bor-block .color-block-inner-general {
    text-align: center;
    border: 1px solid #dcdde8;
    padding: 5px;
    cursor: pointer;
}
.color-block-right.search-cont-right{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*gap: 7px;*/
}
.color-block-right.cut-block-rg.search-cont-right{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
#lab-diamonds-box {
    display: flex;
}
.cut-block-rg .color-block .color-block-inner {
    width: 100%;
    min-height: 50px;
    align-self: center;
    min-width: 85px;
    /*min-width: 70px;*/
}
.bor-block .color-block-inner.active, .bor-block .color-block-inner-general.active {
    background: #57929d!important;
    border-color: #57929d!important;
}
.bor-block .color-block-inner.active span, .bor-block .color-block-inner-general.active span {
    color: #fff!important;
}
.color-block .color-block-inner, .bor-block .color-block-inner-general {
    display: flex;
    justify-content: center;
    min-height: 75px;
    min-width: 72px;
    max-width: 72px;
}
.serach-content-box .cut-block-rg .bor-block {
/*    margin: 10px;*/
    display: flex;
    height: 100%;
    min-height: 50px;
    /*min-width: 90px;*/
    min-width: 92px;
}
.search-block-inner.new_price_box{
    position: relative;
}
.search-form-top .search-block .search-block-inner.new_price_box input.min-input {
    padding-left: 28px;
}
.search-form-top .search-block .search-block-inner.new_price_box input.min-input::placeholder{
    color: #000;
}
.search-form-top .search-block input.min-input {
    height: 50px;
}
.search-form-top .search-block .search-block-inner.new_price_box span.currency-sign {
    position: absolute;
    left: 15px;
    bottom: 12px;
    font-size: 16px;
    padding-top: 0;
    display: block;
    color: #000;
    padding-top: 5px;
    font-weight: 500;
    letter-spacing: .5px;
}
.search-top-right select, .search-form-top select {
    padding: 5px 10px;
    border: 0;
    border-bottom-color: initial;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-bottom: 1px solid #000;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    border-radius: 0;
    height: 50px;
    background: 0 0;
    appearance: auto;
}
.advance-serach-content {
    background: #fff;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#advance_search_btn {
    border: 1px solid #5c7362;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 39px;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: .5px;
    display: block;
    text-decoration: none;
    transition: all ease .5s;
}
#advance_search_btn:hover, #advance_search_btn.active {
    background: #5c7362;
    color: #fff;
}
.botom-search{list-style-type: none;display: flex;align-items: end;}

/*start search-result page*/
.jassearch-result-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-top-sec {
    display: block;
    width: 100%;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 4px 59px rgba(0,0,0,2%);
/*    margin-bottom: 10px;*/
    position: sticky;
    top: 0;
    min-height: 146px;
    z-index: 2;
}
.search-top-sec .product-selected-button .form-group{margin-bottom: 0;}
.plist-search-btns {
    float: right;
    margin-left: 0;
    /*padding: 15px 0;*/
    clear: both;
}
.search-result-count span{margin-left: 5px;}
button.clear-selection{
    border: 0;
    background: transparent;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: .5px;
    color: #2b6cb0;
    padding: 0;
    margin-left: 10px;
}
button.clear-selection:hover{
    background: transparent;
    color: #2b6cb0;
    box-shadow: unset;
}
.plist-search-btns a {
    border: 1px solid #5c7362;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 13px;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: .5px;
    display: inline-block;
    transition: all ease .5s;
    position: relative;
    margin-right: 6px;
    color: #5c7362;
    display: flex;
    align-items: center;
}
.plist-search-btns a:before {
    margin-right: 5px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-size: 100%!important;
    background: url(../images/edite-icon.png)no-repeat 50%;
}
/*.plist-search-btns a#plist-modify-search:before, .plist-search-btns a#plist-save-search_u:before, .plist-search-btns a.btn.saved_search:before {
    background: url(../images/edite-icon.png)no-repeat 50%;
}*/
.diamond_list_cat_name{
    text-align: right;
    position: relative;
    display: flex;
    justify-content: end;
    gap: 15px;

    align-items: center;
    margin-bottom: 15px;
}
.cat_name{
    padding: 7px 10px;
    border: 1px solid #5c7362;
    font-size: 14px;
    font-weight: 500;
}
.diamond_list_cat_name a{
    border: 1px solid #5c7362;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: .5px;
    display: inline-block;
    transition: all ease .5s;
    position: relative;
    margin-left: 6px;
}
.diamond_list_cat_name a:hover {
    background: #5c7362;
    color: #fff;
}
.goto-page input {
    border: 1px solid #000;
    border-radius: 0;
    text-align: center;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    height: 41px;
    letter-spacing: .5px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    min-width: 91px;
    display: inline-block;
    padding: 5px 10px;
    width: 100px;
    margin-right: 10px;
}
.goto-page input, .goto-page button {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px;
}
.goto-page button{
    border-radius: 0;
    background-color: #222;
}
.goto-page button:hover{
background: #5c7362;
    color: #fff;
}
.proinfo {
    padding: 10px;
    text-align: center;
    font-weight: 500;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #000;
    margin: 20px 0;
}
.single-content table.ui-jqgrid-htable:last-child{
    margin-bottom: 40px;
 }

 table.ui-jqgrid-htable thead {
     position: sticky;
     top: 145px;
     z-index: 1;
 }

table.ui-jqgrid-htable tbody tr:nth-child(even) {
     background: #fff;
 }
/*end search-result page*/
/*end 14-mar-2023*/




 table.ui-jqgrid-htable tr {background: #f1f4f9;}



 table.ui-jqgrid-htable thead tr {
     border-bottom: 1px solid #eeeded
 }

 table.ui-jqgrid-htable tr th,
 table.ui-jqgrid-htable tr td {
     font-size: 14px;
     color: #3e4045;
     padding: 10px 5px;
     text-align: center;
     background: 0 0;
     font-weight: 500
 }
/* table.ui-jqgrid-htable tr td:nth-child(3){text-align: left;}*/
  table.ui-jqgrid-htable tr td:nth-child(3) span{margin-right: 5px;}
 table.ui-jqgrid-htable tr th {
     background: #57929d;
     border-bottom: 1px solid #eeeded;
     font-weight: 600;
     color: #fff;
     font-size: 14px
 }
 table.ui-jqgrid-htable tr th a{color: #fff;}
 table.ui-jqgrid-htable tr td a {
     display: block
 }

 table.ui-jqgrid-htable tr:hover {
     background: #8bc7ff !important
 }

 table.ui-jqgrid-htable tr.checked {
     background: #f5f500 !important
 }

 table.ui-jqgrid-htable tr.checked td,
 table.ui-jqgrid-htable tr.checked:hover td,
 table.ui-jqgrid-htable tr.checked:hover td a {
     color: #000 !important
 }

 table.ui-jqgrid-htable tr:hover td,
 table.ui-jqgrid-htable tr:hover td a,
 table.ui-jqgrid-htable,
 table.ui-jqgrid-htable {
     color: #fff !important
 }



 table.ui-jqgrid-htable tr td span.fa {
     font-size: 15px;
     display: inline-block;
     vertical-align: middle
 }

 table.ui-jqgrid-htable tr td.inventory_Like span {
     color: #a0a0a0;
     cursor: pointer
 }

 table.ui-jqgrid-htable tr td.active span {
     color: #d91111
 }

 table.ui-jqgrid-htable tr td.pdf-icon span {
     color: #fb0606
 }

 table.ui-jqgrid-htable tr th a {
     display: block;
     position: relative;
     padding-right: 10px
 }

 table.ui-jqgrid-htable tr th.selected {
     background: #000;
     color: #fff
 }

 table.ui-jqgrid-htable tr th.selected a {
     color: #fff
 }

 table.ui-jqgrid-htable tr td {
     position: relative
 }

 .customTooltip+.tooltipText {
     visibility: hidden;
     width: 120px;
     background-color: #000;
     color: #fff;
     text-align: center;
     border-radius: 6px;
     position: absolute;
     top: 100%;
     left: 50%;
     transform: translateX(-50%);
     z-index: 1;
     opacity: 0;
     transition: opacity 400ms;
     padding: 5px;
     line-height: 1.5
 }

 .customTooltip+.tooltipText::after {
     content: " ";
     position: absolute;
     bottom: 100%;
     left: 50%;
     margin-left: -5px;
     border-width: 5px;
     border-style: solid;
     border-color: transparent transparent #000 transparent
 }

 .customTooltip:hover+.tooltipText {
     visibility: visible;
     opacity: 1
 }

 table.ui-jqgrid-htable tr th a span {
     position: absolute;
     right: 7px;
     top: 3px;
     margin: auto;
     font-size: 10px
 }

 table.ui-jqgrid-htable tr th a span::before {
     font-family: vdb !important;
     position: absolute
 }

 table.ui-jqgrid-htable tr th a span.icon_sort_arrow_down,
 table.ui-jqgrid-htable tr th a span.icon_sort_arrow_up {
     top: 7px
 }

 table.ui-jqgrid-htable tr th a span.icon_sort_arrow_down::before,
 table.ui-jqgrid-htable tr th a span.icon_sort_arrow_up:before {
     font-size: 5px
 }

 .user_cart_table table.ui-jqgrid-htable thead {
     position: static
 }
.diamond-search-loader {margin-bottom: 50px;}
.diamond-search-loader img{margin: auto;}
.diamond-search-loader span{display: flex;justify-content: center;font-size: 40px;}
.jasdiamonsearch-pagination{text-align: center;}
.jasdiamonsearch-paging-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.jasdiamonsearch-pagination span.page-numbers.current{
    background: #57929d;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 2px;
    display: inline-block;
    line-height: 12px;
    border-radius: 50px;
    margin-right: 12px;
}
.jasdiamonsearch-pagination a.page-numbers{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 2px;
    display: inline-block;
    line-height: 14px;
    border-radius: 50px;
    margin-right: 12px;
}
.jasdiamonsearch-pagination a.next.page-numbers{
    margin-right: 0;
}
.jasdiamonsearch-pagination span.page-numbers.dots{
    margin-right: 12px;
}

/*single-page*/
.back-btn {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.back-btn a {
    border: 1px solid #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: .5px;
    display: inline-block;
    transition: all ease .5s;
    position: relative;
}
body.single-product .content-area {
    background: #f6f8fc;
    margin: 0;
}
body.single-product .content-area .product-detail {
    padding: 40px 0;
}
.pr-de-content-main {
    background: #fff;
    padding: 15px;
}
.prodtop-rgt {
    text-align: right;
}
.prode-top {
    padding-bottom: 40px;
}
.prode-box {
    background: #f6f8fc;
    padding: 25px;
    margin-bottom: 20px;
    min-height: 220px;
}
.prodtop-rgt span {
    padding-left: 22px;
    display: inline-block;
    vertical-align: middle;
}
.prodtop-rgt span.status {
    font-size: 20px;
    color: #fff;
    letter-spacing: .6px;
    font-weight: 500;
    background: #159703;
    padding: 3px 25px;
}
body.single-product .content-area .prddet-rg-btm{
    margin-top: 25px;
}
.prddet-rg-btm a.btn {
    border: 1px solid #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: .5px;
    display: inline-block;
    transition: all ease .5s;
    background: #000;
    color: #fff;
    margin-right: 15px;
}
.pro-price-info>div{
    padding-bottom: 25px;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.pro-price-info .total-price-bold span {
    font-weight: 700;
    font-size: 20px;
}
.pro-price-info span {
    font-size: 14px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}
.comment-box label {
    color: #5d5c5c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .4px;
    margin-bottom: 15px;
}
.comment-box textarea {
    height: 65px;
    border: 1px solid #d5d7ec;
    border-radius: 0;
    font-size: 12px;
    color: #000;
}
.prode-box.prode-box-remove {
    visibility: hidden;
}
.prode-box {
    background: #f6f8fc;
    padding: 25px;
    margin-bottom: 20px;
    min-height: 220px;
}
.prode-box h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .6px;
    color: #000;
    margin-bottom: 25px;
}
.pro-address p {
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: -10px;
}
.prode-gallery iframe {
    width: 100%;
    height: 450px;
}
.prode-det-rgbuttons ul {
    list-style-type: none;
}
.prode-det-rgbuttons ul li {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.prode-det-rgbuttons ul li a {
    background: #3d3d3d;
    width: 67px;
    height: 67px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    padding: 18px 10px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
}
.prode-det-rgbuttons ul li a img {
    display: inline-block;
    filter: brightness(1)invert(1);
    -webkit-filter: brightness(1)invert(1);
}
body.single-product .content-area .pr-de-content {
    margin-top: 25px;
}
.prode-det-rgbuttons ul li.fav-btn a.active {
    background: #ef1414;
}
table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}
tr {
    border-bottom: 1px solid #eee;
}
.info-table tr td {
    background: #f6f8fc;
    font-size: 14px;
    padding: 15px 25px;
    border-bottom: 2px solid #fff;
    font-weight: 500;
}
.info-table tr td:last-child {
    text-align: right;
}
.info-table tr td:last-child {
    font-weight: 700;
}
td.remarks p {
    font-size: 11px;
    font-weight: 400;
    color: #000;
}
.email-header-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.request-wrap .request-form {
    padding: 0 10px;
}

/*03-12-2024*/
.uniqueshape-label label{margin-bottom: 0 !important;}
.uniqueshape-content-wrapper{
    padding-left: 4px;
}
.uniqueshape-content-wrapper label{margin-bottom: 0 !important;padding-left: 10px;}
@media screen and (max-width:575px){
    .search-top-right{justify-content: start;}
    .search-top-rights .button-right{justify-content: center;margin-top: 20px;}
    .search-top-right select{width: 100% !important;}
     .search-cont-right{justify-content: start !important;}
    .serach-content-box .search-icon-link .search-link-inner{margin-bottom: 15px;}
    .uniqueshape-content-wrapper input[type="checkbox"]{margin-top: 5px;}
    .uniqueshape-content-wrapper {display: flex;align-items: self-start;gap: 5px;padding-top: 20px;}
    .search-block{margin-bottom: 25px;}
    .color-block-right.search-cont-right{
        display: grid;
        grid-template-columns:repeat(3, minmax(0, 1fr));
        gap: 15px;
    }
    #color-selection-box .color-block.bor-block,.color-block.bor-block{max-width: inherit;min-width: inherit;padding: 0;}
    .color-block .color-block-inner, .bor-block .color-block-inner-general{
        min-height: 95px;
    min-width: inherit;
    max-width: inherit;
    }
    #clarity-selection-box .color-block .color-block-inner{min-width: inherit;
    max-width: inherit;}
    .color-block-right.cut-block-rg.search-cont-right{display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px;}
    .search-block-inner label, .search-block label{margin-bottom: 0;}
    .search-form-top .search-block input.min-input{height: 40px;}
    .search-block input.min-input{padding-top: 0;}
    .search-form-top .search-block .search-block-inner.new_price_box span.currency-sign{
        padding-top: 0;
        left: 8px;
        bottom: 8px;
    }
    .search-top-sec{padding: 20px 0;}
    .diamond_list_cat_name a{margin-left: 0;}
    .plist-search-btns a{margin-right: 0;}
    .product-selected-button .form-group .btn{padding: 8px !important;font-size: 10px !important;}
    .botom-search{display: flex;gap: 10px;padding-left: 0 !important;justify-content: center;margin: 0 auto !important;}
    .jasdiamonsearch-paging-section{
        flex-direction: column;
        gap: 15px;
    }
    .advance-serach-content .search-cont-right{display: block;}
    .diamond_list_cat_name{margin-top: 40px;}
    table.ui-jqgrid-htable thead{position: inherit;}
    .shop-table{overflow-x: auto;}
}
@media screen and (min-width:414px) and (max-width:575px){
    .shape-block{max-width: 122px !important;min-width: 122px !important;display: flex;}
    .shape-block-inner{flex-grow: 1;}
    .search-cont-right .row{justify-content: center;}
}
@media screen and (min-width:360px) and (max-width:413px){
    .shape-block{max-width: 109px !important;min-width: 109px !important;}
}
@media screen and (max-width:360px){
.shape-block{max-width: 104px !important;min-width: 104px !important;}
}
@media screen and (max-width:320px){
.shape-block{max-width: 90px !important;min-width: 90px !important;}
.shape-block-inner{min-width: inherit;}
}