@import url("diamond-enquiry-form.css");

/* Using a url */


/*=====       DIAMOND SEARCH PAGE       =====*/

.diam-search-wrapper {
    width: 100%;
    float: left;
    padding: 0 15px 40px;
    position: relative;
    /*z-index: 99;*/
}

.diam-col2 {
    margin-left: -15px;
    margin-right: -15px;
}

.diam-filter-form {
    width: 100%;
    float: left;
    background: #fff;
}

.diam-search-form {
    width: 100%;
    float: left;
    padding: 0 30px;
}

.diam-search-resl {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.filter-select {
    float: left;
    height: 30px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0;
}

.filter-input {
    float: left;
    height: 30px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
    margin: 0;
}

.filter-size .filter-input {
    padding: 0 5px;
}


/*.filter-row{margin-left: -5px; margin-right: -5px; }*/

.diam-col12 {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 7px;
}

.diam-col6 {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.diam-col3 {
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.diam-row {
    margin-left: -15px;
    margin-right: -15px;
}


/*.diam-search-wrapper.result-show .diam-filter-form{width: 30%;position: absolute;left: -55%;margin-left: 0 !important;z-index: 2;padding-right: 20px;top: 40px;padding-top: 15px;transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;border-right: 1px solid #d4d4d4; height: 100%; overflow: hidden;}
.diam-search-wrapper.result-show .diam-filter-form.modify-form{left: 0; overflow-y: auto; box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.3); padding-bottom: 15px; padding-left: 20px;}*/

.diam-search-wrapper.result-show .diam-search-form {
    width: 100%;
}

.diam-search-wrapper.result-show .diam-search-resl {
    width: 100%;
}

.diam-search-wrapper.result-show .filter-size {
    width: 100%;
}

.diam-search-wrapper.result-show .filter-color {
    width: 100%;
}

.diam-search-wrapper.result-show .filter-clarity {
    width: 100%;
}

.diam-search-wrapper.result-show .filter-fluor {
    width: 100%;
}

.diam-search-wrapper.result-show .filter-cut {
    width: 50%;
}

.diam-search-wrapper.result-show .filter-polish {
    width: 50%;
}

.diam-search-wrapper.result-show .filter-symmetry {
    width: 50%;
}

.diam-search-wrapper.result-show .filter-lab {
    width: 50%;
}

.diam-search-wrapper.result-show .diam-title .filter-name {
    letter-spacing: 0;
    font-size: 12px;
    margin-left: 0;
}

.diam-filter {
    width: 100%;
    float: left;
}

.diam-title {
    width: 90px;
    float: left;
    padding: 4px 0;
}


/*.diam-title:before{position: absolute;content: "";bottom: -10px;left: 10px;border-top: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;}*/

.diam-title .filter-tool {
    width: auto;
    display: inline-block;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    text-align: left;
    display: none;
}

.diam-title .filter-name {
    font-weight: 600;
    display: inline-block;
    margin-left: 0px;
    font-size: 13px;
}

.filter-tool-content {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #333;
    border: 1px solid #333;
    display: none;
    left: 30px;
}

.filter-tool-content:before {
    position: absolute;
    content: "";
    bottom: -9px;
    left: 0;
    border-top: 8px solid #333;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.filter-tool-content p {
    margin: 0;
    color: #fff;
    padding: 8px 10px 6px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    background: #a7947a;
    font-weight: bolder;
}

.filter-tool-content span {
    background: #edeff0;
    padding: 10px 10px;
    display: inline-block;
    width: 100%;
    font-weight: bolder;
    color: rgba(102, 102, 102, 0.85);
    font-size: 12px;
}

.filter-tool:hover .filter-tool-content {
    display: block;
    z-index: 99;
    max-width: 300px;
}


/*.filter-content ul li a.filter-active img{filter: brightness(0) invert(1); -webkit-filter:brightness(0) invert(1)}*/

.filter-content ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-content ul li {
    width: 8.3333%;
    float: left;
    text-align: center;
    padding: 0 5px;
    margin-left: 0;
}

.filter-content ul li a {
    width: 100%;
    float: left;
    background: transparent;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    color: rgba(102, 102, 102, 0.85);
}

.filter-content ul.other-shapes li a {
    background: #EDEFF0;
}

.filter-content ul li a:hover {
    background: #b9b9b9;
}

.filter-content ul li a.filter-active,
.filter-content ul li a.filter-active:hover {
    background: #a7947a;
    color: #fff;
}

.filter-content ul li a img {
    max-width: 90%;
}

.filter-size {
    width: 30%;
    padding: 0 15px;
}

.filter-color {
    width: 70%;
    float: left;
    padding: 0 15px;
}

.filter-color ul li {
    width: 9.09%;
}

.filter-color ul li a,
.filter-clarity ul li a,
.filter-fluor ul li a,
.filter-cut ul li a,
.filter-polish ul li a,
.filter-symmetry ul li a,
.filter-lab ul li a {
    text-decoration: none;
    color: rgba(102, 102, 102, 0.85);
    padding: 13px 0 10px;
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
}

.filter-clarity {
    width: 50%;
    padding: 0 15px;
}

.filter-fluor {
    width: 50%;
    padding: 0 15px;
}

.filter-cut {
    width: 33.33%;
    padding: 0 15px;
}

.filter-polish {
    width: 33.33%;
    padding: 0 15px;
}

.filter-symmetry {
    width: 33.33%;
    padding: 0 15px;
}

.filter-lab {
    width: 33.33%;
    padding: 0 15px;
}

.filter-price {
    width: 33.33%;
    padding: 0 15px;
}

.filter-lab .filter-content ul {
    margin-top: 0;
}

.filter-fluor ul li {
    width: 20%;
}

.filter-cut ul li {
    width: 19.33%;
}

.filter-polish ul li {
    width: 19.33%;
}

.filter-symmetry ul li {
    width: 19.33%;
}

.filter-lab ul li {
    width: 25%;
}

.found-diam {
    width: 100%;
    float: left;
    text-align: center;
}

.found-diam p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}

.found-diam h2 {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.diam-search-wrapper .diam-search-resl .diam-submit {
    width: 100%;
    display: inline-block;
    background: var(--primary-color);
    border-color: rgba(0, 0, 0, 0.05);
    color: #fff;
    padding: 7px 15px 7px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    max-width: 200px;
}

.diam-search-wrapper .diam-search-resl .diam-submit:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.diam-notice {
    width: 100%;
    float: left;
    background: #eeeff0;
    padding: 10px 15px;
    margin-top: 25px;
}

.diam-notice p {
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.diam-filter-resl {
    width: 100%;
    float: left;
    display: none;
}

.result-show .diam-filter-resl {
    height: auto;
}

.diam-filter-resl select {
    height: 36px;
    padding: 0 12px;
    border: 1px solid #ccc;
    width: auto;
    min-width: inherit;
    display: inline-block;
}

.diam-filter-resl .dataTables_filter {
    margin-bottom: 15px;
}

.diam-filter-resl .dataTables_filter input {
    height: 36px;
    padding: 0 15px;
    border: 1px solid #ccc;
    width: auto;
    display: inline-block;
}

#diamond-result {
    border-collapse: collapse;
    margin-bottom: 10px;
}

#diamond-result .show-table {
    opacity: 1;
}

#diamond-result tr.odd {
    background: #eee;
}

#diamond-result tr td {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #ccc;
    padding: 6px 2px;
}

#diamond-result tr th {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 10px 16px 10px 6px;
}

.diam-filter-resl .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #a7947a;
    color: #fff !important;
    padding: 10px 12px 7px;
    border: 1px solid #333;
    border-radius: 0;
    font-weight: bolder;
}

.diam-filter-resl .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #fff;
    color: #a7947a !important;
    cursor: auto;
}

.diam-filter-resl .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background: #d6cbbb;
    color: #fff !important;
    cursor: auto;
    border: 1px solid #d6cbbb;
}

.back-search-form {
    width: 100%;
    float: left;
    padding: 0 0 20px;
    margin-top: 20px;
}

.back-search-form .back-search-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    border: 1px solid #333;
    font-weight: bolder;
}

.back-search-form .back-search-btn:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2)
}

#diamond-result tr td input[type='checkbox'],
#diamond-result tr th input[type='checkbox'] {
    border: 1px solid #444;
    width: 16px;
    height: 16px;
    padding: 0;
}

#diamond-result_wrapper {
    width: 100%;
    float: left;
}

.diam-search-wrapper.detail-open #diamond-result_wrapper {
    width: 70%;
}

#dd_result {
    width: 100%;
    float: left;
    position: relative;
}

.diam-det-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    z-index: 9;
    text-align: center;
    overflow-y: auto;
    padding: 0;
    display: none;
    background: #eee;
    border: 1px solid #ccc;
}

.diam-det-cover {
    width: 100%;
    max-width: 1100px;
    display: inline-block;
    padding: 15px;
    margin: 0 auto;
    text-align: left;
}

.diam-det-cover .heading-text {
    margin-top: 10px;
}

.diam-det-cover .diamond-popup {
    padding-bottom: 0px;
    padding-top: 15px;
    font-size: 25px;
    text-decoration: none;
}

.diam-dclose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: red;
}

.diam-det-tab {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.diam-tab-left {
    width: 30%;
    float: left;
}

.diam-tab-left ul {
    width: 100%;
    float: left;
    margin: 0;
}

.diam-tab-left ul li {
    width: 100%;
    float: left;
    background: #e4e4e4;
    margin-bottom: 2px;
    border: 1px solid #ddd;
}

.diam-tab-left ul li.active {
    background: none;
    border-right: none;
}

.diam-tab-left ul li a {
    width: 100%;
    float: left;
    padding: 8px 15px;
    color: #222;
}

.diam-tab-right {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.diam-dinfo {
    width: 100%;
    float: left;
}

.info-row {
    margin-left: -15px;
    margin-right: -15px;
}

.info-col {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 0px;
}

.diam-dinfo table {
    width: 100%;
    border: none;
    margin: 0 0 15px;
}

.diam-dinfo table tr:nth-child(odd) {
    background: #eee;
}

.diam-dinfo table tr td {
    border: none;
    font-size: 12px;
    padding: 10px 10px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}

.diam-dinfo table tr td b {
    font-weight: 700;
}

.diam-dinfo table tr:nth-child(even) {
    background: #eee;
}

.diam-tab-content {
    display: none;
}

.diam-tab-content.active {
    display: block;
}

.diam-tab-content img {
    max-width: 100%;
}

.diam-tab-content iframe {
    max-width: 100%;
}

.dd-modal-footer {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
}

.dd-modal-footer .dd-modal-btn {
    display: inline-block;
    background: #a7947a;
    padding: 12px 15px 10px;
    color: #fff;
    border: 1px solid #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 8px 10px;
    min-width: 100%;
}

.dd-modal-footer .dd-modal-btn:hover {
    background: #857762;
    color: #fff;
}

.dd-modal-footer .dd-modal-close {
    background: none;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    border: 1px solid #333;
    padding: 7px 15px 6px;
    margin: 0 8px;
    min-width: 100%;
}

.dd-modal-footer .dd-modal-close:hover {
    color: #ff0000;
    border-color: #ff0000;
}

.dd-modal-toggle {
    font-size: 16px;
    cursor: pointer;
    background: none;
    border: none;
    height: 16px;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-right: 5px;
}

.demo-1 {
    width: 100% !important;
    height: auto !important;
    min-height: 280px;
}

.diam-det-cover .diam-loader {
    position: absolute;
    top: 250px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.diamond-colors,
.diamond-clarity,
.diamond-cut,
.diamond-lab,
.diamond-symmetry {
    text-transform: uppercase;
}

.diamond-fluorescence {
    text-transform: capitalize;
}

.diam-res-loader {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.dataTables_processing {
    z-index: 1;
}

.woocommerce table.shop_attributes th {
    width: 180px;
}

.woocommerce div.product form.cart .button:hover {
    background: #fff !important;
}

.diamond-popup {
    padding-bottom: 30px;
    text-align: center;
    display: inherit !important;
    text-decoration: underline;
}

.diamond-eye {
    font-size: 16px;
    cursor: pointer;
    background: none;
    border: none;
    height: 16px;
    display: inline-block;
    color: #a7947a;
}

.diam-filter.fcol-2 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.fcol-row {
    margin-left: -15px;
    margin-right: -15px;
}

.filter-size {
    width: 50%;
    padding: 0 15px;
}

.filter-color {
    width: 50%;
    padding: 0 15px;
}

.filter-clarity {
    clear: left;
}

.filter-clarity {
    padding: 0 15px;
}

.filter-fluor {
    padding: 0 15px;
}

.filter-cut,
.filter-polish,
.filter-symmetry,
.filter-lab,
.filter-price,
.filter-report,
.filter-reference {
    padding: 0 15px;
}

.filter-report {
    width: 33.33%;
    padding: 0 15px;
    float: left;
}

.filter-reference {
    width: 33.33%;
    padding: 0 15px;
    float: left;
}

.diam-search-resl {
    text-align: center;
}

.diam-search-resl .found-diam {
    float: none;
    display: inline-block;
    margin: 0 auto;
    margin-top: 15px;
}

.found-diam h2 {
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 50px;
}

.found-diam p {
    display: inline-block;
    margin: 0px 25px 0 0;
    line-height: 36px;
    position: relative;
    top: -1px;
}

.found-diam p strong {
    font-size: 34px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    min-width: 80px;
    position: relative;
    top: -3px;
}

.diam-search-form {
    padding-top: 20px;
}

.diam-search-row {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.filter-content {
    padding: 10px 0 20px;
}

.page-wrapper .filter-content ul li a img {
    max-width: 90%;
}

.info-help-list {
    width: 100%;
    float: left;
    min-height: 325px;
}

.diamond-info h6 {
    color: #777;
}

.info-help {
    width: 100%;
    float: left;
    display: none;
}

.info-help p {
    font-size: 13px;
    margin-top: 8px;
}

.info-help h6 {
    margin-top: 12px;
    color: #222;
}

.active.info-help {
    display: block;
}

.drc-hk-atrr tr {
    cursor: pointer;
}

.filter-content {
    margin-left: 100px;
    padding: 0 0 15px;
}

.diam-title {
    padding: 6px 8px 0 0;
    text-align: right;
}

.pt-16 {
    padding-top: 16px;
}

.diam-filter {
    margin-bottom: 18px;
    position: relative;
}

.filter-report .filter-input,
.filter-reference .filter-input {
    margin-top: 6px;
    font-weight: bolder;
    letter-spacing: 0.5px;
    color: rgba(102, 102, 102, 0.85);
}


/*#diamond-result img.diam-img-icm{max-width: 50px; margin: 0 auto;}*/

#diamond-result img.diam-img-icm {
    max-width: 27px;
    margin: 0 auto;
}

.diam-det-modal {
    right: 1px;
}

.detail-mod-sticky.modal-sticky {
    position: fixed;
    top: 0;
}

.detail-mod-sticky.sticky-bottom {
    top: initial;
    bottom: 0;
    position: absolute;
}

#diamond-result tr td {
    /* padding: 2px 2px; */
    padding: 0;
}

#diamond-result tr.open-tr td {
    background: #ddd;
}

#diamond-result tr.open-tr td:last-child {
    position: relative;
}

#diamond-result tr.open-tr td:last-child:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #ddd;
}

#diamond-result tr.open-tr td:last-child:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #aaa;
}

#diamond-result tr.odd {
    background: #f2f2f2;
}

.diam-det-modal {
    background: #ddd;
    border: 1px solid #ddd;
}

.diam-dinfo table tr td {
    border-bottom: 1px solid #b1b1b1;
}

.diam-dinfo table tr:nth-child(odd),
.diam-dinfo table tr:nth-child(even) {
    background: none;
}

.dd-modal-footer .dd-modal-btn,
.dd-modal-footer .dd-modal-close {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.diam-det-modal.minht {
    position: inherit;
    float: left;
}

.diam-det-modal.minht .diam-det-cover .diam-loader {
    padding-top: 50%;
    padding-bottom: 50%;
    position: inherit;
}

.collapse-bottom {
    text-align: center;
    float: inherit;
    padding: 10px 5px !important;
}

.collapse-bottom i {
    background: #dcdcdc;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}

.collapse-bottom i:hover {
    background: #a7947a;
    color: #334862;
}

.collapse-bottom-detal p {
    margin-bottom: 0;
    font-size: 13px;
}

.collapse-bottom-detal {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.collapse-bottom .fa.active {
    background: #a7947a;
    color: #fff;
}

.collapse-bottom-detal.open {
    display: inline-block !important;
}

.collapse-bottom .fa.fa-plus.active:before {
    content: "\f068" !important;
}

.filter-content .tab .tablinks {
    background: #EDEFF0;
    font-size: 0.9em
}

.filter-content .tab .tablinks.active {
    color: #fff;
    background-color: #a7947a;
}

.pl-0 {
    padding-left: 0 !important;
}

.pt-40 {
    padding-top: 40px;
}

.mt-20 {
    margin-top: 23px;
}

.mb-15 {
    margin-bottom: 15px;
}

.h-53 {
    min-height: 53px;
}

.w-100 {
    width: 100%;
}

.pt-12 {
    padding-top: 12px;
}

.filter-lab ul li {
    width: 33.33%;
}

.filter-lab {
    width: 50%;
}

.pl-5 {
    padding-left: 5px;
}


/* .diam-search-form .fcol-1 .filter-content ul li:first-child{padding-left:0;} */

.clearfix {
    display: block
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


/*#header{z-index: 999;}*/

#diamond-result .dd-modal-toggle {
    padding-top: 0;
}

#diamond-result .diamond-eye {
    position: relative;
    top: 4px;
}

.diam-search-wrapper.detail-open #diamond-result_wrapper {
    width: 100%;
}

#dd_result .diam-det-modal.minht {
    position: absolute;
    right: 0;
}

#diamond-result tr.open-tr:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    margin-top: 8px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #7b7b7b;
    z-index: 9999;
    right: 30%;
}

#diamond-result {
    border-right: 1px solid #ccc;
}

.diam-det-cover .diam-det-tab .diam-tab-left ul {
    list-style: none;
}

.diam-det-cover .diam-det-tab .diam-tab-left ul li {
    width: 100%;
    display: inline-block;
    margin-left: 0;
    text-align: center;
    border: 1px solid #a7947a;
}

.diam-det-cover .diam-det-tab .diam-tab-left {
    width: 100%
}

.diam-tab-left ul li.active {
    background-color: #a7947a;
}

.diam-tab-left ul li.active a {
    color: #fff;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color: #a6937a;
    top: 15px !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #000000 !important;
}

#diamond-result tr td ul.dtr-details li:first-child {
    padding-top: 10px;
}

.price-wapper {
    position: relative;
    margin-top: 33px;
}

.price-wapper .filter-tool-content {
    width: 200px;
}

.term-218 .footer-primary {
    background-color: #a7947a;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 0;
}

/* product detail */
/*.enq-modal {display: none;position: fixed;z-index: 1;padding-top: 100px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);}
.enq-modal .modal-content {position: relative;background-color: #fefefe;margin: auto;padding: 0;border: 1px solid #888;width: 80%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;-webkit-animation-duration: 0.4s;animation-name: animatetop;animation-duration: 0.4s;}
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {from {top:-300px; opacity:0}to {top:0; opacity:1}}
.enq-modal .enquiryBtnClose {color: white;float: right;font-size: 28px;font-weight: bold;}
.enq-modal .enquiryBtnClose:enquiryBtnClose,.close:focus {color: #000;text-decoration: none;cursor: pointer;}
.enq-modal .modal-header {padding: 2px 16px;background-color: #b0b1b5;color: white;}
.enq-modal .modal-body {padding: 2px 16px;}
.enq-modal .modal-footer {padding: 2px 16px;background-color: #b0b1b5;color: white;}*/


@media screen and (max-width: 1180px) {
    #dd_result .diam-det-modal.minht {
        display: block;
        min-height: inherit !important;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999999999;
    }
    .diam-det-tab {
        text-align: center;
    }
    #diamond-result thead tr th:first-child {
        min-width: 70px;
    }
    #diamond-result tr.open-tr:after {
        display: none;
    }
    #dd_result .diam-det-modal {
        min-height: 100% !important;
    }
    .diam-det-modal {
        position: fixed;
        padding: 15px;
        width: 100%;
    }
    .diam-det-modal {
        z-index: 9999;
    }
    #diamond-result_wrapper {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    #diamond-result {
        width: 100%;
        margin-bottom: 1rem;
        background-color: transparent;
        border-collapse: collapse;
    }
    #diamond-result th,
    #diamond-result td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media screen and (max-width: 1067px) {
    #dd_result .diam-det-modal .diam-det-cover .info-row .info-col {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .diam-filter-resl .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 2px 6px 3px;
        font-size: 12px;
    }
    .dataTables_wrapper .dataTables_paginate .ellipsis {
        padding: 0 3px;
    }
    .filter-content .tab .tablinks {
        font-size: 12px;
        padding: 0 7px;
    }
}

@media screen and (max-width:480px) {
    #dd_result .diam-det-modal .diam-det-cover .info-row .info-col {
        width: 100%;
    }
    #dd_result .diam-det-modal .diam-det-cover .info-row .info-col:first-child table {
        margin-bottom: 0;
    }
    .price-wapper .filter-tool-content {
        left: 15px;
    }
}

@media screen and (max-width:374px) {
    .filter-content .tab .tablinks {
        padding: 0 4px;
        margin-right: 3px;
    }
}

@media screen and (max-width: 1220px) {
    .collapse-bottom-detal p {
        font-size: 12px;
    }
    .filter-content ul li {
        padding: 0 2px;
    }
    .pl-5 {
        padding-left: 2px;
    }
}

@media screen and (max-width: 990px) {
    .filter-size {
        width: 100%;
    }
    .pl-0,
    .tab-pl-15 {
        padding-left: 15px !important;
    }
    .filter-content ul li {
        width: 20%;
    }
    .mob-py-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .mob-py-15 .pl-0 {
        padding-left: 0 !important;
    }
    /* .filter-content ul li:nth-child(6), .filter-content ul li:nth-child(11){padding-left:0;} */
}

@media screen and (max-width: 767px) {
    .pl-0,
    .tab-pl-15 {
        padding-left: 20px !important;
    }
    .mob-py-15 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .diam-search-wrapper .filter-fluor li {
        padding-left: 2px !important
    }
    .mob-pl-2 {
        padding-left: 2px;
    }
}

@media screen and (max-width: 660px) {
    .filter-content ul li {
        width: 25%;
    }
    .diam-col6 {
        width: 100%;
    }
    /* .filter-content ul li:first-child{padding-left:0} */
    /* .filter-content ul li:nth-child(6), .filter-content ul li:nth-child(11), .filter-fluor .filter-content ul li:nth-child(5){padding-left:2px !important;} */
    /* .filter-content ul li:nth-child(5), .filter-content ul li:nth-child(9){padding-left:0px !important;} */
    .mob-pt-30 {
        padding-top: 30px;
    }
    .h-53 {
        height: auto;
        margin-bottom: 0;
        padding: 0;
    }
}

@media screen and (max-width: 479px) {
    .pt-40 {
        padding-top: 20px !important;
    }
    .mt-20 {
        margin-top: 0;
    }
    .diam-search-wrapper .diam-search-resl .diam-submit {
        max-width: 80%;
        margin-right: 0;
    }
}


/*=====     END DIAMOND SEARCH PAGE     =====*/

@media screen and (max-width: 1067px) {
    #diamond-result tr td:first-child {
        padding-left: inherit;
    }
    #diamond-result tr td:first-child:before {
        top: 6px;
    }
    #diamond-result tr td ul.dtr-details {
        width: 100%;
        text-align: left;
    }
    #diamond-result tr td ul.dtr-details li {
        border-bottom: 1px solid #ccc;
        font-size: 12px;
    }
    #diamond-result tr td ul.dtr-details li:last-child {
        border-bottom: none;
    }
    .dd-modal-footer .dd-modal-btn {
        margin: 4px 0;
    }
    .info-row {
        margin: 0;
    }
    .info-col {
        width: 100%;
    }
}

@media screen and (max-width: 990px) {
    .diam-search-form {
        width: 100%;
    }
    .diam-search-resl {
        width: 100%;
    }
    .found-diam h2 {
        margin-bottom: 0;
    }
    .diam-det-tab {
        width: 100%;
        padding-bottom: 15px;
    }
    .diam-dinfo {
        width: 100%;
    }
    .diam-tab-right {
        padding-right: 0;
    }
    .diam-search-wrapper.detail-open #diamond-result_wrapper {
        width: 100%;
    }
    .diam-dclose {
        top: 25px;
        right: 25px;
    }
    .filter-cut,
    .filter-polish,
    .filter-symmetry,
    .filter-lab {
        width: 50%;
    }
    .filter-report {
        width: 50%;
        clear: left;
    }
    .filter-reference {
        width: 50%;
    }
    .diam-filter.fcol-2,
    .filter-clarity,
    .filter-fluor {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .filter-shape ul li {
        width: 20%;
        margin-bottom: 10px;
    }
    .filter-size {
        width: 100%;
    }
    .filter-color {
        width: 100%;
    }
    .diam-title .filter-name {
        letter-spacing: 0px;
        margin-left: 0;
    }
    .diam-search-wrapper.result-show .diam-filter-form.modify-form {
        left: 0 !important;
    }
    .diam-search-wrapper.result-show .filter-symmetry {
        width: 100%;
    }
    .diam-search-wrapper.result-show .filter-lab {
        width: 100%;
    }
    .found-diam h2 {
        margin-top: 5px;
    }
    .found-diam p {
        margin-top: 0;
    }
    .filter-color ul li a,
    .filter-clarity ul li a,
    .filter-fluor ul li a,
    .filter-cut ul li a,
    .filter-polish ul li a,
    .filter-symmetry ul li a,
    .filter-lab ul li a {
        font-size: 12px;
    }
    .diam-tab-left ul li a {
        font-size: 13px;
    }
    .info-col {
        width: 100%;
    }
    .product .nav li {
        margin-right: 10px;
    }
    .product h1.product_title {
        font-size: 20px;
    }
    .main-container .product .col-lg-5 {
        padding-top: 15px !important;
    }
    .main-container .row-container.product .single-top-padding {
        padding-top: 0;
    }
    .product .tab-container {
        margin-top: 25px;
    }
    .product .tab-container .product-tab {
        margin-bottom: 10px !important;
    }
    .diam-filter.fcol-2,
    .filter-clarity,
    .filter-fluor,
    .filter-cut,
    .filter-polish,
    .filter-symmetry,
    .filter-lab,
    .filter-report,
    .filter-reference {
        width: 100%;
    }
    .diam-filter.fcol-2,
    .filter-size,
    .filter-color,
    .filter-clarity,
    .filter-fluor,
    .filter-cut,
    .filter-polish,
    .filter-symmetry,
    .filter-lab,
    .filter-report,
    .filter-reference {
        padding-left: 20px;
        padding-right: 20px;
    }
    .found-diam p {
        font-size: 18px;
    }
    .found-diam h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .prod-detail .diamond-info.col-lg-4 {
        padding-top: 0;
    }
    .info-help-list {
        min-height: inherit;
    }
    .info-help-list {
        display: none;
    }
    .found-diam p {
        font-size: 16px;
    }
    .found-diam p strong {
        font-size: 28px;
    }
    .found-diam p {
        margin-right: 15px;
        top: -4px;
    }
}

@media screen and (max-width: 479px) {
    .filter-color ul li {
        width: 16.6%;
        margin-bottom: 10px;
    }
    .filter-clarity ul li {
        width: 20%;
        margin-bottom: 10px;
    }
    .filter-fluor ul li {
        width: 33.33%;
        margin-bottom: 10px;
    }
    .filter-symmetry {
        width: 100%;
    }
    .filter-lab {
        width: 100%;
    }
    .filter-price {
        width: 100%;
    }
    .filter-report {
        width: 100%;
    }
    .filter-reference {
        width: 100%;
    }
    .diam-tab-left {
        width: 100%;
    }
    .diam-tab-right {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .diam-tab-left ul li a {
        padding: 4px 10px;
    }
    .fcol-2 .filter-content ul li {
        width: 20%;
        padding: 5px;
    }
    .diam-title {
        width: 100%;
        padding-top: 0;
        margin-bottom: 5px;
        text-align: left;
    }
    .filter-content {
        margin-left: 0;
        width: 100%;
        float: left;
        padding-bottom: 0;
    }
    .found-diam p {
        margin-right: 0;
        width: 100%;
    }
}

.dataTables_processing {
    top: 0% !important;
    padding: 0 10px 2px 10px !important;
    color: #ffffff !important;
    font-size: 0 !important;
    /*background: rgba(0, 0, 0, 0.6) !important;*/
    background: rgba(167, 148, 122, 0.6) !important;
    height: 100% !important;
    margin-top: 0 !important;
}

.dataTables_processing:before {
    content: 'Processing...';
    color: #ffffff;
    font-size: 20px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    margin-top: 0;
    left: 0;
    font-weight: bold;
    text-align: center;
}

#diamond-result_info {
    display: none;
}

.row {
    max-width: 100%;
}

.quick-view-diam-img {
    width: 63px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

#dd-certi {
    background: url('../img/loader_pdf.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.drc-regular-price {
    padding-bottom: 10px;
}

.shop-page-title {
    display: none;
}

.btn-loader {
    background: url('../img/ajax-loader.gif') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
    pointer-events: none;
}

.other-shapes-plus {
    margin-top: 20px;
}

ul.notallow a.diamond-lab {
    cursor: not-allowed;
    background: gray;
    pointer-events: none;
}

ul.notallow {
    cursor: not-allowed;
}

.search-btn-view {
    background: #a7947a;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    min-width: 100px;
    height: 31px;
    margin: 0;
    width: 100%;
    padding: 0 !important;
    font-weight: 600;
}

a.search-btn-view {
    background: #a7947a;
    color: #fff;
    line-height: 31px;
    margin-top: 0;
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    min-width: 100px;
    height: 31px;
    top: 0 !important;
    font-weight: 600;
}

#diamond-result tbody tr td:first-child {
    padding: 0 !important;
}

#diamond-result tbody tr td:nth-child(2) {
    padding: 0 !important;
}