
html,body{
    width: 100%;
   
    font-family: sans-serif
    font-weight: 400;

}
body
   ::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ece; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0a6979; 
  border-radius: 10px;
}

}
.row{
  margin-right: -15px;
  margin-left: -15px;

}

/* Search Section*/
.search{
    background-color: #ffffff;
    border-radius: 10px;
    line-height: 20px;
    padding-right: 5px;
    margin-top: 50px;
    margin-right: 15px;
    padding: 5px;
}
.inner{
      background: none;
    border: none;
    font-weight: normal;
    outline: none;
}
.inner:hover{
      background: none;
    border: none;
    font-weight: normal;
    outline:none;
}
.pull-right{
  float: right!important;
}
.xs-mt-15{
  margin-top: 50px!important;
}
.xs-mr-10{
  margin-right: 10px!important;
}
.btn{
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    min-width: 125px;
    max-width: 95vw;
    outline: none;
}
.btn.btn-grey{
    border-radius: 8px;
    background-color: #e8e8e8;
    border: solid 1px #cfcfcf;
    color: #333;
    outline: none;
}
.btn.btn-orange{
  background-color: #f16533;
}

.btn.medium {
    width: 200px;
}
.exbtn{width:40px;}
/*Selection Diamond Shape*/
.search-section {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 15px 3px rgba(206,205,205,.5);
    margin: 26px 0 0;
    padding: 20px 25px;
    min-height: 150px;
}
.section-title{
      font-size: 24px;
    color: #333;
    margin: 0 0 5px;
}

.shape-box{
    width: 90px;
    height: 90px;
    border-radius: 8px;
    background-color: #e8e8e8;
    border: solid 1px #cfcfcf;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin: 10px 10px 0 0;
    cursor: default;
    transition: all .2s;
}
.shape-box .icon {
    width: 100%;
    height: 45px;
    display: inline-block;
    background: no-repeat transparent center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 10px;
}
.shape-box .shape-label {
    color: #333;
    line-height: 35px;
}
.shape-box .icon.icon-round {
    background-image: url(../imgs/diamond_round_normal.png);
}
.shape-box .icon.icon-pear {
    background-image: url(../imgs/diamond_pear_normal.png);
}
.shape-box .icon.icon-princess {
    background-image: url(../imgs/diamond_princess_normal.png);
}
.shape-box .icon.icon-cushion {
    background-image: url(../imgs/diamond_cushion_normal.png);
}
.shape-box .icon.icon-radiant {
    background-image: url(../imgs/diamond_radiant_normal.png);
}
.shape-box .icon.icon-emerald {
    background-image: url(../imgs/diamond_emerald_normal.png);
}
.shape-box .icon.icon-asscher {
    background-image: url(../imgs/diamond_asscher_normal.png);
}
.shape-box .icon.icon-oval {
    background-image: url(../imgs/diamond_oval_normal.png);
}
.shape-box .icon.icon-marquise {
    background-image: url(../imgs/diamond_marquise_normal.png);
}
.shape-box .icon.icon-heart {
    background-image: url(../imgs/diamond_heart_normal.png);
}
.shape-box .icon.icon-baguette {
    background-image: url(../imgs/BAGUETTE.png);
}
.shape-box .icon.icon-halfmoon {
    background-image: url(../imgs/halfmoon.png);
}
.shape-box .icon.icon-kite {
    background-image: url(../imgs/kite.png);
}
.shape-box .icon.icon-oldminer {
    background-image: url(../imgs/oldminer.png);
}
.shape-box .icon.icon-shield {
    background-image: url(../imgs/shield.png);
}
.shape-box .icon.icon-triangular {
    background-image: url(../imgs/triangular.png);
}
.shape-box .icon.icon-trapezoid {
    background-image: url(../imgs/trapezoid.png);
}
/*Change Color Css*/
.selected {
  background-color: #0a6979;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}

.selected.shape-box .shape-label {
  color:#fff;
}

/*Circle Search*/
 img    {
    /*  width: 20px;*/
    }

/*Display None Btn*/
.btn.btn-grey {
    border-radius: 8px;
    background-color: #e8e8e8;
    border: solid 1px #cfcfcf;
    color: #333;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
button.btn.small.btn-toggle.btn-grey.clsround
{
    width:95px;
}
.btn-toggle {
    width: 100px;
    height: 44px;
    margin: 10px 5px 12px 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    min-width: auto;
    white-space: normal;
    box-shadow: none;
    transition: all .2s;
}
.btn.btn-grey.selected {
    background-color: #0a6979;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    color: #fff;
}

/*Second Section CSS*/
.two-inputs .input-wrap:first-child.dash-seperator {
    margin-right: 10px;
}
.input-wrap input, .input-wrap select {
    border-radius: 8px;
    background-color: #fff;
    border: solid 1px #cfcfcf;
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 44px;
    padding: 10px;
    outline: none;
}
.two-inputs .input-wrap:first-child.dash-seperator:after {
    content: '–';
    line-height: 44px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10px;
}
.two-inputs .input-wrap {
    width: calc(50% - 9px);
    display: inline-block;
}
.input-wrap {
    position: relative;
    vertical-align: top;
    clear: both;
}
.landiv {
    top: 0;
    right: 85px;
    position:absolute;
    z-index:1;
}
.switch-field tr {
    display: inline-block;
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-field input:checked + label {
    background-color: #C5691D !important;
    -webkit-box-shadow: none;
    box-shadow: none;
   border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.landiv label {
    width: 42px;
}
.switch-field label {
    display: inline-block;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6) !important;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.switch-field label {
    float: left;
}

/*third Section CSS*/
/* Style the tab */
/*.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}*/

/* Style the buttons inside the tab */
/*.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}*/

/* Change background color of buttons on hover */
/*.tab button:hover {
  background-color: #ddd;
}*/

/* Create an active/current tablink class */
/*.tab button.active {
  background-color: #ccc;
}*/

/* Style the tab content */
/*.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}*/


main {

  background: #fff;
  margin-top: 12px;
}

#content1 {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #abc;
}

#content2 {
  display: none;
  border-top: 1px solid #abc;
}

#tab2 {
  display: none;
}

#tab1 {
  display: none;
}

.rdColor {
  display: inline-block;
  margin: 0 0 -1px;
 padding:10px 20px;
  font-weight: 600;
  text-align: center;
  color: #abc;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label:hover {
  color: #789;
  cursor: pointer;
}

input[type="radio"]:checked + label {
  color: #0af;
  border: 1px solid #abc;
  border-top: 2px solid #0af;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2 {
  display: block;
}



/*4t Section*/
.btn.btn-grey.selected {
    background-color: #0a6979;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    color: #fff;
}
.btn-toggle.mini {
    width: 50px !important;
    min-width: 50px;
}
.search-section.color-selection-wrap, .search-section.clarity-selection-wrap {
    min-height: 200px;
}

/*Advance Filter*/
.advanced-search-toggle {
    cursor: pointer;
    display: inline-block;
}
.advanced-search-toggle.collapsed:after {
    transform: rotate(0deg);
}
.advanced-search-toggle:after {
    content: '';
    border: none;
    width: 12px;
    height: 6px;
    display: inline-block;
    transform: rotate(180deg);
    left: 10px;
    position: relative;
    top: -4px;
}
.text{
    border-radius: 5px;
    padding: 5px;
    width: -webkit-fill-available;
    box-shadow: none;
    overflow: hidden;
}




/*Media Quries*/

@media (max-width: 768px){
.search-section-wrap {
    padding: 5px;
}
.search-section-wrap .search-section {
     padding: 15px 10px;
     min-height: auto;
     border-radius: 0;
}
.shape-box {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    margin-right: 6px;
}
.shape-box .icon {
    margin-top: 5px;
}
.shape-box .shape-label {
    margin-top: 3px;
    color: #000!important;
}


.mobile-selection-boxes {
    overflow: auto;
    margin-top: 10px;
    width: calc(100% + 10px);
    white-space: nowrap;
    text-align: center;
}
.visible-xs-block {
    display: block!important;
}
.pull-right{
  display: none;
}

.fixed-search-options-wrap {
    position: fixed;
    bottom: -6px;
    z-index: 99;
    width: 100%;
    line-height: 55px;
    background-color: #cfcfcf;
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,.4);
    text-align: center;
    height: 59px;
    padding-left: 7px;
}

.heading-black {
    font-size: 20px;
    margin: 10px 5px 5px;
}

.row{
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom:50px;
}






/*img
{
    width:100%;
    }*/