*
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */



/* diamond page */

.diamond_button{
    margin-left: 0px;
    margin-bottom: 15px;
}
.diamond_button li{
    display: inline;
    cursor: pointer;
}
.diamond_button .result{
    padding: 13px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #A07A5C;
    color: #A07A5C;
}
.diamond_button .active{
    background-color: #A07A5C;
    padding: 13px;
    border-radius: 5px;
    color: white;
    border-style: none;
}
.hide{
    display: none;
}
#search_form .row{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.shape-icon-main {
    display: flex;
    flex-direction: row;
}
.fancy_shape{
    width: 100% !important;
}
.fancy-filter div#abrac-loan-interest-rate span {
    width: 7%;
    font-size: 12px;
    vertical-align: middle;
    line-height: 15px;
}
.column_one{
    width: 50%;
    display: flex;
}
.filter_title {
    color: #2B2827;
    font-size: 16px;
    margin-top: 0;
    padding-left: 10px;
    padding-top: 0px;
    text-transform: uppercase;
    min-width: 80px;
    padding-right: 18px;
	font-weight: bold;
}
.fancy{
    margin-right: -45px;
	padding-top: 6px;
}
.filter_content{
    width: 100%;
}
.shapes {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 50%;
}
.shape-wrapper {
    width: 50px;
    display: block;
    cursor: pointer;
}
.shape-wrapper img.shape-icon {
    margin: 0px !important;
    padding: 0px !important;
}
.shape-wrapper .active{
    background-color: #A07A5C;
    border-radius: 5px;
}
.shape-wrapper.selected {
    border-bottom: 3px solid #A07A5C;
}
.shape-wrapper span {
    font-size: 11px;
    font-weight: 700;
    color: #A07A5C;
}
.reports_filter{
    display: contents;
}
.reports_filter div{
    width: 16.6666%;
    margin-left: 40px;
}


.tooltip {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #FFF1E1;
  color: #2B2827;
  text-align: left;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: 85%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -80px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #FFF1E1 transparent;
}

.advanced_filter{
    border-top: 1px solid #A07A5C;
    display: inline-block;
    margin-top: 15px;
    padding: 4px 0 15px;
    position: relative;
    width: 100%;
    text-align: center;
}
#advanced_filters_button {
    background: #A07A5C;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.2px;
    padding: 5px 10px;
    text-decoration: none;
    top: 0;
}
.clear_filters_button {
    background: #A07A5C;
    color: #fff;
    float: right;
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 20px;
    padding: 7px 10px;
    position: absolute;
    right: 0;
    text-decoration: none;
/*     text-transform: uppercase; */
    top: 0;
}
.clear_filters_button:hover{
    background-color: #fff;
    border: 1px solid #A07A5C;
    color: #A07A5C;
    border-top: 0px;
}
#advanced_filters_content {
    border-top: 1px solid #A07A5C;
    margin-bottom: 80px;
    margin-top: 20px;
    display: none;
}
#advanced_filters_content .column_one{
    margin-top: 15px;
}
.filter{
    margin: 20px 0px 0px 20px;
}
#result{
    overflow: auto;
}
#compare{
    overflow: auto;
}
#result_australiaa{
    overflow: auto;
}
#diamond_table{
    width: 100%;
}
.comapre_table{
    display: block;
    /*overflow: auto;*/
    width: 100%;
    display:table;
}
.result_australia{
    display: block;
    /*overflow: auto;*/
    width: 100%;
    display:table;
}
.diamond_list{
    border: 1px solid #A07A5C;
}
.diamond_list table thead tr th{
    text-align: center !important;
	padding: 3px !important;
}
.diamond_list table tbody tr td{
    text-align: center !important;
	padding: 3px !important;
	font-size: 13px !important;
}
/*slider*/

input {
  box-shadow: 0;
  outline: 0;
}
.price-slider {
  text-align: center;
  position: relative;
  width: 99%;
}
.price-slider svg,
.price-slider .range-slider {
  position: absolute;
  left: 0;
  /*bottom: 0;*/
}
.price-box input{
    border-radius: 5px;
    color: #555;
    border-color: #aaaaaa;
    border-width: 1px;
}
.price-box input[type="text"]{
    width: 120px;
    height: 21px;
    padding: 0px;
    border-radius: 5px;
/*     text-align: left; */
    padding-left: 5px !important;
}
.price-box-input {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  -moz-appearance: textfield;
  margin-top: 30px;
}
.price-box-input::-webkit-outer-spin-button,
.price-box-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-box-input:out-of-range {
  border: 2px solid #e60023;
}
.range-slider {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}
.range-slider:focus {
  outline: none;
}
.range-slider:focus::-webkit-slider-runnable-track {
  background: #1da1f2;
}
.range-slider:focus::-ms-fill-lower {
  background: #1da1f2;
}
.range-slider:focus::-ms-fill-upper {
  background: #1da1f2;
}
.range-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #1da1f2;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #2B2827;
  border: 1px solid #1da1f2;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.range-slider::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #1da1f2;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #2B2827;
  border: 1px solid #1da1f2;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}
.range-slider::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-slider::-ms-fill-lower,
.range-slider::-ms-fill-upper {
  background: #1da1f2;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #2B2827;
  border: 1px solid #1da1f2;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}
.price-box{
    /*display:flex;*/
}
.price-box-min{
    float: left;
}
.price-box-min span{
/*     position:absolute; */
    margin-top: 28px;
    padding-left: 4px;
}
.price-box-input{
}
.price-box-max {
    float: right;
    position: relative;
}
.price-box-max span {
/*     position: absolute; */
    bottom: 0px;
    left: 0;
}
.carat_range_number{
    padding-left: 0px;
}
.ratio_range_number{
    padding-left: 0px;
}
.diamond_table_repo{
    width: 100%;
    overflow: auto;
}

/* diamond page end */


/*  diamond single page */

.diamond_detail_content{
    padding: 0 40px;
}
.diamond_detail_content_title{
    font-size: 22px;
    border: 1px solid #2B2827;
    float: left;
    line-height: 1.1;
    padding: 20px;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
}
.diamond_detail_content_price{
    border-top: 0;
    position: relative;
    border: 1px solid #2B2827;
    float: left;
    line-height: 1.1;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.diamond_price{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px
}
.diamond_detail{
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.diamond_detail_row{
    display: flex;
    margin-left: 27%;
    text-align: left;
    width: 60%;
}
.details_column_one{
    width: 50%;
    font-size: 20px;
    font-weight: 400;
}
.details_column_two{
    width: 50%;
    font-size: 20px;
    font-weight: 400;
}
.add_loose_diamond button{
    float: none !important;
    margin-top: 35px !important;
}
/*.nectar-prod-wrap .summary .add_loose_diamond .single_add_to_cart_button{
    border-radius: 5px !important;
    background-color: #A07A5C !important;
    transform: unset !important;
    box-shadow: none !important;

}
.nectar-prod-wrap .summary .add_loose_diamond .single_add_to_cart_button:hover{
    border: 1px solid #A07A5C;
    background-color: #fff !important;
    color: #A07A5C !important;
    opacity: 1;

}*/
.add_loose_diamond{
    text-align: center;
}

.view_gem360_in{
    width: 473px;
    height: 558px;
}
.frame_ctsurat_in{
    overflow: hidden;
}
.ctsurat_in{
    width: 473px;
    height: 487px;
    position: relative;
    top: -70px;
    margin-bottom: -78px;
}
.frame_v360_in{
    overflow: hidden;
}
.v360_in{
    width: 473px;
    height: 608px;
    top: -167px;
    position: relative;
    margin-bottom: -150px;
}
.v3601300_v360_in{
    width: 473px;
    height: 460px;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 5px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #A07A5C, 0px 0px 1px #A07A5C;
  background: #A07A5C;
  border-radius: 1.3px;
  border: 0.2px solid #A07A5C;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #A07A5C, 0px 0px 1px #A07A5C;
  border: 5px solid #A07A5C;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #A07A5C;
  cursor: pointer;
  -webkit-appearance: none;
  /*margin-top: 0px;*/
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #A07A5C;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #A07A5C, 0px 0px 1px #A07A5C;
  background: #A07A5C;
  border-radius: 1.3px;
  border: 0.2px solid #A07A5C;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #A07A5C, 0px 0px 1px #A07A5C;
  border: 1px solid #A07A5C;
  height: 25px;
  width: 25px;
  border-radius: 20px;
  background: #A07A5C;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #A07A5C;
  border: 0.2px solid #A07A5C;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #A07A5C, 0px 0px 1px #A07A5C;
}
input[type=range]::-ms-fill-upper {
  background: #A07A5C;
  border: 0.2px solid #A07A5C;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #A07A5C, 0px 0px 1px #A07A5C;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #A07A5C, 0px 0px 1px #A07A5C;
  border: 1px solid #A07A5C;
  height: 25px;
  width: 25px;
  border-radius: 20px;
  background: #A07A5C;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #fff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #fff;
}
.abrac-loan-term-range {
    position: relative;
    margin: 5px 0 30px 0;
}
div#abrac-loan-interest-rate {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 0 !important;
    border: 1px solid #A07A5C;
}
div#abrac-loan-interest-rate span.active {
    background-color: #A07A5C;
    color: #FFF1E1;
    box-shadow: 0px 2px 3px #2B2827;
}
div#abrac-loan-interest-rate .fancy.active {
    background-color: #A07A5C;
    color: #FFF1E1;
    box-shadow: 0px 2px 3px #2B2827;
    width: 13.6%;
}
/*div#abrac-loan-interest-rate .hexagonal.active {
    background-color: #A07A5C;
    color: #FFF1E1;
    box-shadow: 0px 2px 3px #2B2827;
    width: 8%;
}*/
div#abrac-loan-interest-rate span {
    display: inline-block;
    width: 24%;
    text-align: center;
    border-radius: 5px;
    padding: 7px 0px;
    cursor: pointer;
    margin: 0 auto;
    font-weight: 700;
    font-size: 18px;
    color: #A07A5C;
}
div .cut_filter span {
    width: 19% !important;
    font-size: 15px !important;
}
.color-filter div#abrac-loan-interest-rate span {
    width: 7.8%;
}
.clarity-filter div#abrac-loan-interest-rate span {
    width: 10%;
}
div.abrac-loan-to-value {
    display: block;
    width: 100%;
}
div.abrac-loan-to-value span {
    display: inline-block;
    width: 24%;
    text-align: center;
    font-size: 13px;
}
.symmetry_filter span{
/*     width: 24% !important; */
}
.filter_fluorescence span{
    width: 13% !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
.polish-filter div#abrac-loan-interest-rate span{
    width: 31%;
}
/*register form start*/
.register-form-banner {
  position: relative;
  text-align: center;
  color: white;
}
.register-form-banner img{
    width:100%;
}
.register-form-banner .centered {
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translate(-50%, -50%);
  /*color: white; */
}
.register-form-banner .centered-two {
  position: absolute;
  top: 52%;
  left: 13%;
  transform: translate(-50%, -50%);
  /*color: white; */
}
.personal-details{
    /*margin-top: 30px;*/
}
.form-mt30{
    margin-top: 30px;
}
.form-mb30{
    margin-bottom: 30px;
}
.form-subtitle{
    display: inline-block;    
}
.personal-title{
    
}
.mandatory{
    display: inline;
    float: right;
}
.required-sign{
    color: #FF0000;
}
.info{
}
.form-bg{
    background-color: #fafafa;
    border-radius: 5px;
}
.remove-padding{
    padding-top: 0px !important;
}
.register-form-row{
    display: flex;
    padding: 30px;
}
.register-form-row>[class*=col-] 
{
  padding-right: 5px;
  padding-left: 5px;
}
.col-md-4{
    width: 406px;
}
.col-md-4 .fancy-select-wrap{
    padding-top: 0px !important;
}
.register-form .submit-btn{
    text-align: center;
}
.register-form .submit-btn .single_add_to_cart_button{
    border-radius: 5px !important;
    background-color: #A07A5C !important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    padding-right: 35px!important;
    padding-left: 35px!important;
    line-height: 1.2em;
    box-shadow: none;
    text-transform: capitalize!important;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #A07A5C;
    color: #fff;
    cursor: pointer;
}
.register-form .submit-btn .single_add_to_cart_button:hover{
    border-radius: 5px !important;
    background-color: #fff !important;
    color: #A07A5C !important;
    border: 1px solid #A07A5C;
    transform: unset !important;

}

/*register form end*/
.overlay {
    display: none;
   position: fixed;
   top: 0;
   left: 0;
   transition: opacity 500ms;
   opacity: 1;
   z-index: 9999 !important;
   overflow: visible;
   width: 100%;
   height: 100%;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
#contact-popup{
    width: 60%;
    border: 1px solid #a07a5c;
    border-radius: 5px;
    position: relative;
    transform: translate(-50%, -50%);
    z-index: 9999;
    top: 50%;
    left: 50%;
    height: 600px;
    overflow: auto;
}
#contact-form input{
    border-radius: 5px;
}
#contact-form input:hover{
    border-color: #A07A5C;
}
.modal__window {
    position: relative;
    background-color: #fff;
    padding: 20px 20px;
}
.modal__window h3{
    text-align: center;
    color: #2B2827;
    margin-bottom: 0px;
}
.modal__window i{
    float: right;
    top: 0px;
}
.modal__window i:hover{
    cursor: pointer;
    color: #a07a5c;
}
.modal__window .contact-form .fancy-select-wrap label{
    color: #2B2827 !important;
}
.modal__window .submit-btn{
    text-align: center;
}
.modal__window .submit-btn .register_btn{
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    padding-right: 35px!important;
    padding-left: 35px!important;
    line-height: 1.2em;
    box-shadow: none;
    text-transform: capitalize!important;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    color: #fff;
    cursor: pointer;
}
.modal__window .submit-btn .register_btn:hover{
    border-radius: 5px !important;
    background-color: #fff !important;
    color: #A07A5C !important;
    border: 1px solid #A07A5C;
    transform: unset !important;

}
.modal__window .submit-btn .single_add_to_cart_button{
    border-radius: 5px !important;
    background-color: #A07A5C !important;
}
.modal__window .submit-btn .single_add_to_cart_button:hover{
    border-radius: 5px !important;
    background-color: #fff !important;
    color: #A07A5C !important;
    border: 1px solid #A07A5C;
    transform: unset !important;

}
.modal__window .contact-form .fancy-select-wrap .select2 {
    width: 100% !important;
}
.modal__window .contact-form .fancy-select-wrap .select2-container--default .select2-selection--single{
    border-radius: 5px;
}
.modal__window .contact-form .fancy-select-wrap .select2-container--default .select2-selection--single:hover{
    background-color: #fff !important;
    color: #2B2827 !important;
    border: 1px solid rgb(10,10,10);
    border-radius: 5px;
}
.modal__window .contact-form .fancy-select-wrap .select2-container--default .select2-selection--single:hover.select2-selection--single .select2-selection__rendered{
    color: #2B2827 !important;
}
.modal__window .contact-form .fancy-select-wrap .select2-container--default .select2-selection--single:hover.select2-selection--single .select2-selection__arrow b{
    border-top-color: #2B2827 !important;
}
.modal__window .contact-form textarea {
    resize: none;
}
.modal__window .contact-form textarea:hover{
    border-color: #A07A5C;
}
.error_msg{
    color: #FF0000;
}
/*#success_msg{
    color: #5cb85c;
}*/
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    margin: 10px 0px;
    padding:12px;
}
.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
    margin: 10px 0px;
    padding:12px;
}
.isa_success i, .isa_error i {
    float: left;
    margin:10px 22px;
    font-size:16px;
    vertical-align:middle;
}

/*  diamond single page end */

/* contact form start */
.wpcf7 input{
	border-radius: 5px !important;
}
.wpcf7 input[type="number"]{
	width: 100%;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1em;
	font-size: 16px;
	font-family: inherit;
	border-style: solid;
    border-width: 1px;
    border-color: #aaaaaa;
	-moz-appearance: textfield;
}
.wpcf7 input[type="number"]:hover{
	border-color: #0a0a0a;
}
.wpcf7 input[type="number"]:focus{
	box-shadow: 0px 0px 10px rgb(0 0 0 / 11%);
	border-color: #000000;
	border-width: 1px;
}
.wpcf7 input[type="number"]::-webkit-outer-spin-button,
.wpcf7 input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.wpcf7 input[type="submit"]{
	display: block;
    margin: 0 auto;
}
.country_flage{
    margin: 4px;
}
/* .country_flage img{
    max-width: 20% !important;
} */
.enquiry_info{
    margin-top: 20px;
    /*text-align: center;*/
    display: inline-block;
    margin-left: 150px;
}
.order-review p{
    padding-bottom: 0px;
}
.title_center{
    padding-top: 16px;
}
.title_center2{
    padding-top: 20px;   
}
.title_center3{
    padding-top: 3px;
}
.fluors_title{
    padding-right: 32px;
}
.table_title{
    float: right;
    padding-right: 10px;
}
/* contact form end */
.bank_h5{
    text-decoration: underline;
}
.bank_p{
    padding: 10px 0px 10px 0px;
}
.bank_p2{
    padding-top: 10px;
}
.bank_note{
    padding-top: 20px;
    text-decoration: underline;
    /*color:red;*/
}
.bank_d{
    padding-top: 20px;
}
.bank_details{
    display: flex;
    padding-left:13px;
    /*text-align: center;*/
}
.bank_details label{
    width: 150px;
	font-weight: bold !important;
    /*padding-right: 20px  ;*/
    /*display: inline-block;*/
}

/* Banner */
/* .banner_img_txt_color span{
	color:#835c3d;
}
.banner_img_txt_color_center p{
	text-align: center
}
.banner_img_txt_color h2{
	color:#835c3d !important;
}
.banner_img_txt_heading h2{
 	margin-left: 65px; 
	text-align: center;
} */

.banner_img_txt_color span{
    color:#835c3d;
}
.banner_img_txt_color_center p{
    text-align: center
}
.banner_img_txt_color h3{
    color:#835c3d !important;
}

.banner_img_txt_heading h3{
    text-align: center;
    font-size: 40px !important;
    line-height: 1.2 !important;
}

/* about us page */
.about_us_mission .vc_column-inner{
	margin-left: -80px;
}
.about_us_vision .vc_column-inner{
	margin-top: 26%;
}

.diamond_detail_on_memo{
    /*border-top: 0;
    position: relative;
    border: 1px solid #2B2827;
    float: left;
    line-height: 1.1;
    padding: 20px;
    text-align: center;
    width: 100%;*/
    
    float: right;
    line-height: 1.4;
    padding: 9px;
    text-align: center;
    width: 80%;
    border-radius: 5px;
    /*margin-right: 95px;*/
    margin-top: 15px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.on_hold{
    color: red;
    font-weight: bold;
}
.home_diamond_talking div div .wpb_text_column{
	margin-right: 0px !important;
}

/*new price slide start*/
#slider-range{
    border: 1px solid #a07a5c;
/*     background: #a07a5c; */
}
#slider-range div{
    background: #a07a5c;
}
#slider-range span{
    border-radius: 50px;
    border: 1px solid #a07a5c;
    color: #a07a5c;
    background: #a07a5c;
}
.price-slider input{
    margin-top: 15px;
}
/*new price slide end*/

/*new carat slide start*/
#slider-range-carat{
    border: 1px solid #a07a5c;
/*     background: #a07a5c; */
}
#slider-range-carat div{
    background: #a07a5c;
}
#slider-range-carat span{
    border-radius: 50px;
    border: 1px solid #a07a5c;
    color: #a07a5c;
    background: #a07a5c;
}
.price-slider input{
    margin-top: 15px;
}
/*new carat slide end*/

/*new ratio slide start*/
#slider-range-ratio{
    border: 1px solid #a07a5c;
/*     background: #a07a5c; */
}
#slider-range-ratio div{
    background: #a07a5c;
}
#slider-range-ratio span{
    border-radius: 50px;
    border: 1px solid #a07a5c;
    color: #a07a5c;
    background: #a07a5c;
}
.price-slider input{
    margin-top: 15px;
}
/*new ratio slide end*/

/*new depth slide start*/
#slider-range-depth{
    border: 1px solid #a07a5c;
/*     background: #a07a5c; */
}
#slider-range-depth div{
    background: #a07a5c;
}
#slider-range-depth span{
    border-radius: 50px;
    border: 1px solid #a07a5c;
    color: #a07a5c;
    background: #a07a5c;
}
.price-slider input{
    margin-top: 15px;
}
/*new depth slide end*/

/*new table slide start*/
#slider-range-table{
    border: 1px solid #a07a5c;
/*     background: #a07a5c; */
}
#slider-range-table div{
    background: #a07a5c;
}
#slider-range-table span{
    border-radius: 50px;
    border: 1px solid #a07a5c;
    color: #a07a5c;
    background: #a07a5c;
}
.price-slider input{
    margin-top: 15px;
}
.whatsapp_chat{
    margin-bottom: 0px !important;
}
.mobile_view {
    display: none;
}
/*new table slide end*/

/* .faq_title .heading{
	margin-bottom: 0px;
} */



/* responsive  */
@media screen and (max-width: 320px){
    .price-box-input{
        padding-left: 20px !important;
    }
    #advanced_filters_button{
        font-size: 17px !important;
        padding: 5px 4px !important;
    }
    .clear_filters_button{
        font-size: 16px !important;
        padding: 7.5px 4px;
    }
    .shapes{
        display: block;
    }
    .shape-wrapper{
        width: 63px;
    }
    .shape-wrapper:first-child{
        float: left;
    	margin-right: 10px !important;
    }
    .shape-wrapper:nth-child(2){
        float: right;
    }
    .shape-wrapper:nth-child(3){
        float: left;
    }
    .shape-wrapper:nth-child(4){
        float: right;
    }
    .shape-wrapper:nth-child(5){
        float: left;
    }
    .shapes:nth-child(2) .shape-wrapper:first-child{
        float: right;
    }
    .filter{
        margin-left: 0px;
    }
    .details_column_one{
        font-size: 15px !important;
    }
    .details_column_two{
        font-size: 15px !important;
    }
	.price-box input[type="text"]{
        width: 108px !important;
        font-size: 14px !important;
    }
	.diamond_button li{
        margin-left: 0px !important;
    }
	#price_slider .price-box-min{
		float: none;
	}
	#price_slider .price-box-max{
		float: none;
	}
	
	.shop_table_responsive tr td {
		display: revert !important;
	}
	.shop_table_responsive tbody tr th {
        padding: 20px 6px  !important;   
    }
    .shop_table_responsive tbody tr td {
        padding: 20px 6px !important;
    }
	.shop_table_responsive tr{
        display: revert !important;
    }
    .shop_table_responsive tbody th {
        display: revert !important;
        width: 58% !important;   
    }
    .shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: none !important ;
    }
	
}

@media screen and (max-width: 425px)  {
    .diamond_detail_row{
        margin-left: 10%;
        width: 100%;
    }
    .details_column_one{
        font-size: 16px;
    }
    .details_column_two{
        font-size: 16px;
    }
    .view_gem360_in{
        height: 400px;
    }
    .v360_in{
        height: 488px;
    }
    .shape-icon-main{
        display: block;
    }
    .shapes{
        width: 100%;
    }
    .price-box-min span{
        font-size: 14px;
        padding-left: 4px;
    }
    .price-box-max span{
        font-size: 14px;
    }
    .price-box-input{
        font-size: 14px;
        padding-left: 25px;
    }
    div#abrac-loan-interest-rate span{
        width: 47%;
    }
    .color-filter div#abrac-loan-interest-rate span{
        width: 16%;
    }
    .clarity-filter div#abrac-loan-interest-rate span{
        width: 30%;
    }
    .polish-filter div#abrac-loan-interest-rate span{
        width: 47%;
    }
    #advanced_filters_button{
        float: left;
        margin-top: -4px;
        font-size: 19px;
        padding: 5px 2px;
    }
    .clear_filters_button{
        padding: 7.5px 2px;
        letter-spacing: 0px;
    }
    .shapes{
        display: block;
    }
    .shape-wrapper{
        width: 70px;
    }
    .shape-wrapper:first-child{
        float: left;		
    	margin-right: 15px;
    }
    .shape-wrapper:nth-child(2){
        float: right;
    }
    .shape-wrapper:nth-child(3){
        float: left;
    }
    .shape-wrapper:nth-child(4){
        float: right;
    }
    .shape-wrapper:nth-child(5){
        float: left;
    }
    .shapes:nth-child(2) .shape-wrapper:first-child{
        float: right;
    }
    .single-product .product-thumbs{
        width: calc(100% + 145px) !important;
    }
    .fancy-filter div#abrac-loan-interest-rate span {
        width: 47%;
        font-size: 18px;
    }
    .register-form-row{
        display: block;
    }
    .col-md-4{
        width: 260px;
    }
    .info{
        margin-top: 10px;
    }
    .mandatory{
        display: block;
        float: unset;
    }
    .register-form-banner .centered{
        left: 17%;
    }
    .register-form-banner .centered-two{
        top: 58%;
        left: 24%;
    }
	.price-box input[type="text"]{
        width: 116px;
        font-size: 15px !important;
    }
	.color-filter div#abrac-loan-interest-rate span {
    	width: 14%;
	}
	div#abrac-loan-interest-rate .fancy.active {
		width: 32%;
	}
	.diamond_button li{
        display: block;
        list-style: none;
        margin-right: 25px;
        margin-left: -22px;
        text-align: center;
        margin-bottom: 10px;
    }
	#price_slider .price-box-min{
		float: none;
	}
	#price_slider .price-box-max{
		float: none;
	}
	div .cut_filter span{
		width: 47% !important;
		font-size: 18px !important;
	}
	.sym_title{
		word-break: break-all;
		padding-right: 2px;
	}
	.fluors_title{
		word-break: break-all;
		padding-right: 2px;
	}
	.filter_fluorescence span {
		width: 47% !important;
	}
	.report_title span{
		width: 31% !important;
	}
	.enquiry_info{
		margin-left: 0px;
	}
	.diamond_detail_on_memo{
        float: left;
        margin-left: 32px;
    }
	.depth-table{
        display: flex;
    }
	.depth-table .price-box-min{
        margin-right: 4px;
    }
	.home_diamond_talking div div div{	
    	justify-content: left !important;
	}
	.nectar-flip-box .flip-box-back .inner{
		padding: 20px !important;
	}
}
@media screen and (max-width: 475px) {
	.home_diamond_talking div div div{	
    	justify-content: left !important;
	}
	.nectar-flip-box .flip-box-back .inner{
		padding: 20px !important;
	}
}

@media screen and (max-width: 768px) {
	.carousel-item{	
    	padding: 0px !important;
	}
	.control_over_purity{
		text-align: left !important;
	}
    
}
@media screen and (min-width: 320px) and (max-width: 425px) {
    p.cart-empty.woocommerce-info{
        font-size: 33px !important;
    }
    .mobile_slider_text h3 {
        margin-top: 155px;
    }
    .desktop_view {
        display: none;
    }

    .mobile_view {
        display: block;
    }
    .mobile_view .vc_column-inner{
        height: 550px;
    }
}
@media screen and (min-width: 425px) and (max-width: 768px) {
    .home_diamond_talking_responsive .wpb_wrapper p{
        text-align: center !important;
    }
    .home_diamond_talking_responsive{
        text-align: center !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
    .shop_table_responsive tbody th {
        display: revert !important;
        width: 57% !important;   
    }
    .shop_table_responsive tbody tr th {
        padding: 20px 12px  !important;   
    }
    .shop_table_responsive tbody tr td {
        padding: 20px 12px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
	.about_us_mission .vc_column-inner{
		margin-left: 25px;
	}
	.banner_img_txt_heading h3{
        font-size: 21px !important;
    }
	 .shop_table_responsive tr{
        display: revert !important;
    }
    .shop_table_responsive tbody th {
        display: revert !important;
        width: 57% !important;   
    }
    .shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: none !important ;
    }
    .desktop_view .vc_column-inner{
        height: 420px;
    }
    
    
}
@media screen and (min-width: 322px) and (max-width: 375px) {
    .shop_table_responsive tbody tr th {
        padding: 20px 12px !important;
    }

    .shop_table_responsive tbody tr td {
        padding: 20px 12px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 768px)  {
    .v3601300_v360_in{
        height: 474px;
    }
    .fancy-filter div#abrac-loan-interest-rate span {
        width: 19%;
        font-size: 18px;
    }
    .register-form-banner .centered{
        left: 15%;
    }
    .register-form-banner .centered-two{
        left: 20%;
    }
	.table_title{
		padding: 15px 30px 15px 0px;
	}
    .mobile_slider_text h3 {
        margin-top: 325px;
    }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
    #search_form .row {
        flex-direction: column;
    }
    .column_one {
        width: 100%;
    }
	
}
/* 10-02-2022*/
.question_color{
	color:#000 !important;
}
/*11-02-2022*/
@media screen and (min-width: 320px) and (max-width: 1024px) {
     .home_title {
        margin-top: 80px;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .home_title {
        margin-top: 80px;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .home_page_slider {
        margin-top: 80px !important;
		 font-size:4vh !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
     .home_page_slider {
        margin-top: 80px !important;
		font-size:4vh !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
     .home_slider_img {
        padding-top: 15%;
		padding-bottom: 30%;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .home_slider_img {
        padding-top: 15%;
		padding-bottom: 30%;
    }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
     .main_menu_center {
         margin-left:30px !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .main_menu_center {
        margin-left:30px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
     .main_menu_center1 {
        margin-left:4px !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .main_menu_center1 {
        margin-left:18px !important;
    }
}
@media screen and (min-width: 720px) and (max-width: 720px){
    p.cart-empty.woocommerce-info {
        font-size: 33px !important;
    }
    .shop_table_responsive tbody tr th {
        padding: 20px 12px !important;
    }

    .shop_table_responsive tbody tr td {
        padding: 20px 12px !important;
    }
    .mobile_slider_text h3 {
        margin-top: 325px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
     .home_img {
        width:75% !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
     .home_img_text {
        text-align:center !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
     .home_img_text_bottom_1 {
        text-align:left !important;
		margin-left:85px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
     .home_img_text1 {
        text-align:left !important;
		margin-left:-175px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
     .home_img_text2 {
        text-align:left !important;
		margin-left:110px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
     .partnership_tablet_title {
		margin-left:-50px !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .partnership_mobile_title {
		 margin-left:-28px !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .cookie_title {
		margin-left:-26px !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .return_title {
		margin-left:-26px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 1024px) {
     .privacy_title {
		margin-left:-24px !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .contact_title {
		margin-left:-26px !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .tems_title {
		margin-left:-26px !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .return_title {
		margin-left:-26px !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .about_lab_title {
		margin-left:-22px !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
     .diamond_edu_title {
		margin-left:-26px !important;
    }
}

@media screen and (min-width: 320px) and  (max-width: 348px) {
.mobile_bg_img {
  background-position: center !important; 
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: center !important;  
	
} 
}

@media screen and (min-width: 1062px) and (max-width: 1062px) {
    #search_form .row {
        flex-direction: column;
    }
    .column_one {
          width: 100%;
    }
    #advanced_filters_content .filter_title {
        width: 50px;
        word-wrap: break-word;
    }
    #search_form .title_center {
        width: 50px;
        word-wrap: break-word;
    }
}
/*21-02-2021*/
.footer_session{
	line-height:2 !important;
}
/* .mobile_slider_text{
	padding-top:100px !important;
}

@media screen and (min-width: 720px) and (max-width: 1544px){
    .mobile_slider_text {
        padding-top:260px !important;
    }
} */

/*@media screen and (min-width: 1024px) and (max-width: 1024px){
    .mobile_slider_text {
        padding-top: 60px !important;
}
    }*/
