
* {
  box-sizing: border-box;
}

body{
    margin: 0px;
    padding: 0px;
}

.main {
    width: 100%;
    padding: 0 0px;
    overflow: hidden;
    box-sizing: border-box;    
    max-width: 100%;    
}

.right {
  background-color: lightblue;
  float: left;
  width: 20%;
  padding: 10px 15px;
  margin-top: 7px;
}

/*
.selected {
    background-color: #F9AF4B;
}

.solitaireitem {
cursor: pointer;
padding: 5px;
margin: 2px;
border: 1px solid #ccc;
}
*/

.star.checked {
    background: #F9AF4B !important;
    color: #03403C !important;
}

.rating .star .checkbox {
    display: none;
}

.solitaires-index-index .page-main {
    max-width: 100%;
    padding: 0px 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}

.solitaire-title-wrapper {   
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.solitaire-inner-wrapper {
    width: 100%;
    padding: 20px 0px;
}

.solitaire__title {
    color: #03403C;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Gellix-Regular';
}

.solitaire__desc {
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-weight: 400;
    margin: 0px 0px 15px 0px;
    text-align: justify;
}

.solitaire-more {
    color: #F9AF4B;
    font-family: 'Gellix-Regular';
    text-transform: uppercase;
}

.vbj-expand-content {
    display: none;
    text-align: justify;
}

.solitaire-border {
    border-top: 2px solid #F9AF4B;
}

.solitaire-select-shape {
    padding: 29px 0px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.solitaire_shape_title {
    color: #AA8242;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.solitaire_shape_wrapper {
    display: flex;
}

.solitaire_shape {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex:1;
}

.solitaire_shape input[type="checkbox"] {
    display: none;
}

.solitaire-shape-tile {
    text-align: center;
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-weight: 400;
    display: block;
}

.solitaire-color-title {
    text-align: left;
    letter-spacing: 0px;
    color: #03403C;
    text-transform: uppercase;
    font-family: 'Gellix-Regular';
    font-size: 20px;
}

.solitaire_shape label {  
  background-color: #fff;
  display: block;
  margin: 4vh 0;
  width: 100%;
  padding: 10px;  
}

.solitaire_shape label:hover {
    background: #FBF7F2;
}

.solitaire_shape label {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  cursor: pointer;
}

.solitaire_shape label:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F9AF4B;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border-radius: 5px;
}

.solitaire_shape label.checked {
  color: white!important;
}

.solitaire_shape label.checked:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.solitaire-tooltip {
    cursor: pointer;
    position: relative;
}

.solitaire_shape label:hover {
    background: #FBF7F2;
}

.solitaire-tooltip:hover .solitaire-tooltip-text {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.solitaire-tooltip .solitaire-tooltip-text {
    width: 200px;
    background-color: #FBF7F2;
    color: #03403C;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    text-align: left;
    border-radius: 6px;
    font-weight: semi-bold;
    padding: 5px 5px 5px 8px;
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.solitaire-tooltip-text {
    cursor: text;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -4px;
}

.tooltip-bottom:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    border-width: 14px;
    border-style: solid;
    border-color: transparent transparent #FBF7F2 transparent;
}



.solitaire-budget-wrapper {
    display: flex;
    flex-direction: row;
    margin: 50px 0px;
    gap: 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.solitaire-buget-carat-wrapper{
    flex: 1;
    border-right: 1px solid #00000017;
}

.solitaire-color {
    flex: 1;
}

fieldset {
    border: 0px;
    padding-inline-start: 0px;
}

.solitaire-buget-title {
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
}

.solitaire-bugdet-cart {
    display: flex;
    gap: 15px;
}

.solitaire-buget {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #00000017;
}

.solitaire-buget-title {
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
}

.solitaire-buget-form {
    display: flex;
}

.solitaire-buget-form label {
    text-align: left;
    font: normal normal normal 20px / 24px Gellix;
    letter-spacing: 0px;
    color: #AA8242;
    text-transform: capitalize;
}

.solitaire-buget-form input[type=text] {
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #AA8242;
    border-radius: 3px;
    width: 175px;
    height: 50px;
}

.solitaire-carat-title {
    text-align: left;
    letter-spacing: 0px;
    color: #03403C;
    text-transform: uppercase;
    font-family: 'Gellix-Regular';
    font-size: 20px;
}

.rating {
  margin-top: 20px;
  border: none;
  float: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.rating > label {
  float: right;
  font: normal normal normal 20px / 33px Gellix;
    letter-spacing: 0px;
    color: #AA8242;
    text-transform: capitalize;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #03403C;
    border-radius: 3px;
    width: 44px;
    height: 60px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.rating > input {
  display: none;
}

.clarity {
  margin-top: 20px;
  border: none;
  float: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.clarity > label {
  float: right;
  font: normal normal normal 20px / 33px Gellix;
    letter-spacing: 0px;
    color: #AA8242;
    text-transform: capitalize;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #03403C;
    border-radius: 3px;
    width: 78px;
    height: 60px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.clarity > input {
  display: none;
}

.cut {
  margin-top: 20px;
  border: none;
  float: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.cut > label {
  float: right;
  font: normal normal normal 20px / 33px Gellix;
    letter-spacing: 0px;
    color: #AA8242;
    text-transform: capitalize;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #03403C;
    border-radius: 3px;
    width: 125px;
    height: 60px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cut > input {
  display: none;
}

.certificate {
  margin-top: 20px;
  border: none;
  float: left;
  display: flex;
  justify-content: space-between; 
  gap: 10px;
}

.certificate > label {
  float: right;
  font: normal normal normal 20px / 33px Gellix;
    letter-spacing: 0px;
    color: #AA8242;
    text-transform: capitalize;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #03403C;
    border-radius: 3px;
    width: 125px;
    height: 60px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.certificate > input {
  display: none;
}

.polish {
  margin-top: 20px;
  border: none;
  float: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.polish > label {
  float: right;
  font: normal normal normal 20px / 33px Gellix;
    letter-spacing: 0px;
    color: #AA8242;
    text-transform: capitalize;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #03403C;
    border-radius: 3px;
    width: 100%;
    height: 60px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.polish > input {
  display: none;
}


.flourescence {
  margin-top: 20px;
  border: none;
  float: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.flourescence > label {
  float: right;
  font: normal normal normal 20px / 33px Gellix;
    letter-spacing: 0px;
    color: #AA8242;
    text-transform: capitalize;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #03403C;
    border-radius: 3px;
    width: 115px;
    height: 60px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.flourescence > input {
  display: none;
}

.symmetry {
  margin-top: 20px;
  border: none;
  float: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.symmetry > label {
  float: right;
  font: normal normal normal 20px / 33px Gellix;
    letter-spacing: 0px;
    color: #AA8242;
    text-transform: capitalize;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #03403C;
    border-radius: 3px;
    width: 100%;
    height: 60px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.symmetry > input {
  display: none;
}

.solitaire-cc-wrapper {
    display: flex;
    flex-direction: row;
    margin: 50px 0px;
    gap: 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.solitaire-clarity-title,
.solitaire-cut-title {
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
}

.solitaire-clarity-wrapper{
    flex: 1;
    border-right: 1px solid #00000017;
    padding-inline-end: 20px;
}

.solitaire-cut-wrapper{
    flex: 1;
}

.solitaire-search-wrapper {
    display: flex;
    flex-direction: row;
    margin: 50px 0px;
    gap: 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.solitaire-reset-title {
    color: #F9AF4B;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
    padding-inline-end: 10px;
    text-decoration: underline;
}

.solitaire-reset-rotate .fa {
    color: #F9AF4B;
    transform: rotate(283deg);
}

.solitaire-reset {
    flex: 1;
}

.solitaire-search {
    flex: 1;
    text-align: center;
}

.solitaire-advance-filter {
    flex: 1;
    text-align: right;
}

a.solitaire-search-btn {
    background: #F9AF4B 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000052;
    opacity: 1;
    text-align: left;
    letter-spacing: 0px;
    color: #03403C;
    text-transform: uppercase;
    font-family: 'Gellix-Regular';
    text-decoration: none;
    padding: 20px 80px;
}

a.solitaire-advance-btn {
    font: normal normal medium 22px / 26px Gellix;
    letter-spacing: 0px;
    color: #AA8242;
    text-transform: uppercase;
    border: 1px solid #AA8242;
    padding: 16px 20px;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #674207;
    border-radius: 33px;
    text-decoration: none;
}

.solitaire-cp-wrapper {
    display: flex;
    flex-direction: row;
    margin: 50px 0px;
    gap: 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.solitaire-certificate-ti28pxtle {
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
}

.solitaire-polish-title {
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
}

.solitaire-certificate {
    flex: 1;
}

.solitaire-polish {
    flex: 1;
}

.solitaire-certificate-title {
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
}

.solitaire-table-title {
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
}

.solitaire-fs-wrapper{
    display: flex;
    flex-direction: row;
    margin: 50px 0px;
    gap: 20px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.solitaire-dt-wrapper {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.solitaire-flourescence-title {
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
}

.flourescence {
    margin-top: 20px;
    border: none;
    float: left;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 9px;
}

.solitaire-flourescence {
    flex: 1;
}

.solitaire-symmetry {
    flex: 1;
}

.solitaire-flourescence-title {
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
}

.solitaire-symmetry-title {
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
}

.solitaire-depth-table {
    display: flex;
    gap: 15px;
}

.solitaire-depth {
    display: flex;
    flex-direction: column;
}

.solitaire-depth-title {
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
}

.solitaire-depth-form {
    display: flex;
}

.solitaire-depth-form label {
    text-align: left;
    font: normal normal normal 20px / 24px Gellix;
    letter-spacing: 0px;
    color: #AA8242;
    text-transform: capitalize;
    display: block;
}

.solitaire-depth-form input[type="text"] {
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #AA8242;
    border-radius: 3px;
    width: 175px;
    height: 50px;
    display: block;
}

.solitaire-table-form {
    display: flex;
}

.solitaire-table-form label {
    text-align: left;
    font: normal normal normal 20px / 24px Gellix;
    letter-spacing: 0px;
    color: #AA8242;
    text-transform: capitalize;
    display: block;
}

.solitaire-table-form input[type="text"] {
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #AA8242;
    border-radius: 3px;
    width: 175px;
    height: 50px;
    display: block;
}

.solitaire-advance-wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #AA8242;
    padding: 20px 20px;
    margin: 0px 0px 30px 0px;
    position: relative;
}

.solitaire-advance-wrapper:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 90%;
    margin-left: -5px;
    border-width: 15px;
    border-style: dashed;
    border-color: transparent transparent #AA8242 transparent;
}

.solitaire-rwce-wrapper {
    display: flex;
    flex-direction: row;
    margin: 50px 0px;
    gap: 15px;
    justify-content: space-between;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.solitaire-table-sorter-wrapper {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.solitaire-results-found {
    color: #707070;
    font-family: 'Gellix-Regular';
    font-size: 20px;
    font-weight: 400;
}

.solitaire-share {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 20px;
}

.solitaire-whatsapp a{
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.solitaire-whatsapp-title {
    color: #AA8242;
    font-family: 'Gellix-Regular';
}

.solitaire-whatsapp-icon .fa {
    color: #03403C;
    font-size: 26px;
}

.solitaire-compare {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.solitaire-compare-title {
    color: #AA8242;
    font-family: 'Gellix-Regular';
}

.solitaire-compare-icon .fa {
    color: #03403C;
}

.solitaire-email {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.solitaire-email-title {
    color: #AA8242;
    font-family: 'Gellix-Regular';
}

.solitaire-email-icon .fa {
    color: #03403C;
}

.r-table thead {
    background: #F4E8D8;
}

.r-table .table {
    border-collapse: collapse;
    width: 100%;
}

.table-responsive.r-table {
    position: relative;
}

.r-table .table tr {
    display: table;
    width: 100%;    
}

.r-table table.table thead th{
    color: #03403C;
    font-family: 'Gellix-Regular';
    font-size: 12px;
    padding: 24px 0;
    text-align: center;
    text-transform: uppercase;
    width: 6%; 
    cursor: pointer;
}

.r-table table.table thead th:first-child {
    color: #AA8242;
}

.r-table .table tbody {
    display: block;
    overflow: auto;
    float: left;
    width: 100%;
}

.r-table td{
    font-size: 12px;
    height: 70px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    border-top: 1px solid #ddd;   
    width: 6%; 
    color: #AA8242;
}

.r-table td.td-price {
    color: #F9AF4B;
}

table th, table td {
    padding: 1em 0.5em;
    position: relative;
}

.r-table th[sort="asc"]:after, .r-table th[sort="desc"]:after {
    border: 0.35em solid transparent;
    content: '';
    height: 0;
    position: absolute;
    right: 0em;
    top: 50%;
    transform: translateY(-50%);
    transition: border-color 0.2s ease-in-out;
    width: 0;
}

.r-table th[sort="asc"]:after {
    border-bottom: 0;
    border-top-color: #03403C;
    margin-top: 0.1em;
}

.r-table th[sort="desc"]:after {
    border-bottom-color: #03403C;
    border-top: 0;
    margin-top: 0.1em;
}

.ds-shape .round, .r-table .round {
    background-position: -4px -7px;
}

.ds-shape .ds-sprite, .r-table .ds-sprite {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #ccc;
    float: left;
    width: 62px;
    height: 50px;
}

.ds-sprite {
    background: url(images/round-solitaire.png);
}

.td-shape img {
    width: 60px;
}

.r-table .compareinputsolitaire input[type=checkbox] {
    position: relative;
    border: 2px solid #707070;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}

.r-table .compareinputsolitaire input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.r-table .compareinputsolitaire input[type=checkbox]:checked {
    background-color: #AA8242;
    opacity: 1;
}

.pagination a {
    margin: 0 0.5rem;
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 0.5rem;
    border-radius: 0.1rem;
    font-weight: 700;
    cursor: pointer;
    color: #03403C;
}

a#btn-prev {
    border: 1px solid #03403C;
}

a#btn-next {
    border: 1px solid #03403C;
}

.solitaire-benifits-wrapper {
    background: #F4E8D8;
    margin:30px 0px;
}

.solitaire-benifits-inner {
    padding: 60px 0px;
}

.solitaire-benifits-title {
    font-family: "Cinzel Decorative";
    font-size: 32px;
    font-weight: bold;
    color: #022623;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.solitaire-benifits-first {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.solitaire-benifits-des {
    text-align: center;    
    color: #03403C;
    font-size: 18px;
    margin: 20px 0px 0px;
    min-height: 80px;
}

.solitaire-benifits-buy {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;   
    justify-content: center;
    flex: 1;
}

.solitaire-benifits-second {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.solitaires-index-index .solitaire-benifits-inner {
    padding: 60px 0px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.solitaires-index-index .pages-items .pages-item-previous .previous {
    border: 1px solid #03403C;
    background: #fff;
}

.solitaires-index-index .pages .action.previous:before{
    color: #03403C;
}

.solitaires-index-index .pages-item-next .next{
    border: 1px solid #03403C;
    background: #fff;
}

.solitaires-index-index .pages .action.next:active:before {
    color: #03403C;
}

.solitaires-index-index .pages .action.next:before{
    color: #03403C;
}

.solitaires-index-index .pages .item.current .page {
    background: #03403C;
    color: #fff;
    padding: 5px 10px;
}

.solitaires-index-index .pages a.page:active{
    color: #03403C;
    text-decoration: none;
}

.solitaires-index-index .pages a.page:hover {
    color: #03403C;
    text-decoration: none;
}

.solitaires-index-index .pages a.page {
    color: #03403C;
    text-decoration: none;
}

.solitaires-index-index .paginationContainer .pager {
    display: flex;
    justify-content: space-between;
}



.solitaires-index-index .compareresults {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.comparemodal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 111; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.compare-modal-content {
    background-color: #fefefe;
    margin: 0% auto; /* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

.compare-close :hover,
.compare-close :focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.overlay-content .compare-close {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 20px;
    color: #4c4c4c;
    cursor: pointer;
    float: right;
    font-size: 20px;
    line-height: 16px;
    padding: 5px 8px;
    margin: 6px 10px 8px 10px;
}

.overlay-content.popup-comparesolitaire {
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.compare-solitaire-title {   
    border-radius: 5px 5px 0 0;
    color: #03403C;  
    font-size: 22px;
    margin: 0;
    padding: 5px 10px;
    line-height: 25px;
    text-align: left;
}

.comparediamondTable.table.table-bordered th {
    width: 15%;
    border-bottom: medium none;
    border-top: none;
    padding-left: 30px;
}

.comparediamondTable.table.table-bordered th {
    text-align: left;
    margin-left: 2px;
    font-family: 'Gellix';
}

.comparediamondTable.table th {
    background: #666;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.comparediamondTable.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.comparediamondTable.table.table-bordered td {
    border-bottom-width: 0.5px;
    border: 1px solid #ddd;
    border-left: none;
    padding: 11px 9px;
}

.comparediamondTable.table.table-bordered td:nth-child(odd) {
    background-color: #F9AF4B;
}

.solitaire-reset--btn{
    text-decoration: none;
}

.solitaires-index-index .compareresults {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.compareemailmodal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 111; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.compare-email-modal-content {
    background-color: #fefefe;
    margin: 4% auto; /* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

.compare-emailclose :hover,
.compare-emailclose :focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.overlay-content .compare-emailclose {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 20px;
    color: #4c4c4c;
    cursor: pointer;
    float: right;
    font-size: 28px;
    line-height: 20px;
    padding: 5px 8px;
    margin: 8px 10px 0px 10px;
}

.overlay-content.popup-compareemailsolitaire {
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.compare-formHolder {
    margin: 0px auto;
    padding: 30px;
}

.row {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.col-lg-4 {
    flex: 0 0 33.333333%;
}

.color-green-4 {
    color: rgb(0, 73, 60) !important;
    font-size: 22px;
    font-family: 'Gellix';
}

.col-lg-8 {
    flex: 0 0 66.666667%;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.submitBtn {
    border: none;
    background: rgb(170, 130, 66);
    color: rgb(251, 247, 242);
    height: 40px;
    width: 120px;
    transition: all 0.3s ease-in 0s;
}

.submitBtn:hover {
    background-color: rgb(253, 185, 36);
    color: rgb(0, 73, 60);
}

.submitBtn:disabled {
    opacity: 0.5;
}

.compare-formHolder .row {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width:800px) {
  /* For tablets: */
  .main {
    width: 100%;
    padding: 0;
  }

  .solitaire_shape_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-content: center;
    justify-content: center;
    align-items: center; 
    width: 100%;
  }

  .solitaire_shape {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex: 1;
 } 

 .solitaire-budget-wrapper {
    display: flex;
    flex-direction: column;
    margin: 50px 0px;
    gap: 14px;
 }

 .solitaire-bugdet-cart {
    display: flex;
    gap: 15px;
    flex-direction: column;
 }

 .solitaire-buget {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #00000017;
 }

 .solitaire-buget-form input[type=text]{
    width: 100%;
 }

 .solitaire-cc-wrapper {
    display: flex;
    flex-direction: column;
    margin: 50px 0px;
    gap: 15px;
}

.clarity{
    gap: 7px;
    flex-wrap: wrap;
}

.rating{
    gap: 10px 44px;
    flex-wrap: wrap;
}

.cut{
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content: unset;
}

.solitaire-search-wrapper {
    display: flex;
    flex-direction: row;
    margin: 50px 0px;
    gap: 64px 15px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.solitaire-advance-wrapper:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 49%;
    margin-left: -5px;
    border-width: 15px;
    border-style: dashed;
    border-color: transparent transparent #AA8242 transparent;
}

.solitaire-cp-wrapper {
    display: flex;
    margin: 50px 0px;
    gap: 15px;
    flex-direction: column;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
}

.certificate > label{
    width: 60px;
}

.solitaire-fs-wrapper {
    display: flex;
    flex-direction: column;
    margin: 50px 0px;
    gap: 20px;
}

.flourescence {
    margin-top: 20px;
    border: none;
    float: left;
    display: flex;
    width: 100%;
    gap: 9px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solitaire-depth-table {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.solitaire-depth {
    display: flex;
    flex-direction: column;
}

.solitaire-depth-form input[type="text"]{
    width: 100%;
}

.solitaire-rwce-wrapper {
    display: flex;
    flex-direction: column;
    margin: 50px 0px;
    gap: 15px;
    justify-content: space-between;
}

.solitaire-share {
    display: flex;
    justify-content: space-between;
    gap: 9px;
}   

.table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

.r-table .table {
        border-collapse: collapse;
        width: auto;
}

.table-responsive.r-table .table thead{
    display: none;
}

.r-table .table tbody {
        display: block;
        float: none;        
        width: auto;
}

.table-responsive.r-table .table tr{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
    float: left;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.table-responsive.r-table .table td.td-shape{
    height: 188px !important;
    float: left;
}

.table-responsive.r-table .table td{
    width: 29% !important;
    float: left;
    padding: 0 !important;
    line-height: 2 !important;
    position: relative;
    padding-left: 0 !important;
    text-align: left !important;
    height: auto !important;
}

 .table-responsive.r-table .table td.td-carat,  .table-responsive.r-table .table td.td-color,
 .table-responsive.r-table .table td.td-clarity,  .table-responsive.r-table .table td.td-cut,.table-responsive.r-table .table td.td-polish,
 .table-responsive.r-table .table td.td-certificate,
 .table-responsive.r-table .table td.td-fluorescence, 
 .table-responsive.r-table .table td.td-symmetry, 
 .table-responsive.r-table .table td.td-depth, 
 .table-responsive.r-table .table td.td-table{
    width: 60% !important;
    line-height: 2 !important;
    float: left;
    display: block !important;
    font-size: 10px !important;
    padding-left: 5px !important;
}

.table-responsive.r-table .table td.td-price{
    top: 22px;
    border: none;
    right: 4px;
    font-weight: bold;
    font-size: 15px;
    width: 92px !important;
    text-align: center !important;
}

  .table-responsive.r-table .table td.td-price,
  .table-responsive.r-table .table td.td-detail, 
  .compare.compareinputsolitaire {
        position: absolute;
        right: 0;
        right: 0;
    }

    .r-table td::before {
        float: left;
        font-weight: bold;
        left: 5px;
        padding-right: 10px;
        position: relative;
        white-space: nowrap;
        width: 45%;
    }

    .r-table td:nth-of-type(2)::before {
        content: "CARAT";
    }

    .r-table td:nth-of-type(3)::before {
        content: "COLOR";
    }

    .r-table td:nth-of-type(4)::before {
        content: "CLARITY";
    }

    .r-table td:nth-of-type(5)::before {
        content: "CUT";
    }

    .r-table td:nth-of-type(6)::before {
        content: "POLISH";
    }

    .r-table td:nth-of-type(7)::before {
        content: "CERTIFICATE";
    }

    .r-table td:nth-of-type(8)::before {
        content: "FLUORESCENCE";
    }

    .r-table td:nth-of-type(9)::before {
        content: "SYMMETRY";
    }

    .r-table td:nth-of-type(10)::before {
        content: "DEPTH";
    }

    .r-table td:nth-of-type(11)::before {
        content: "TABLE";
    }

    .table-responsive.r-table tr:nth-child(n) td {
        background: transparent;
    }

    td.td-polish, td.td-certificate, td.td-fluorescence, td.td-symmetry, td.td-depth, td.td-table {
        display: block;
    }

    .solitaire-benifits-title{
        font-size: 20px;
    }

    .solitaire-benifits-first {
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 66px;
        width: 100%;
   }
   

   .solitaire-benifits-buy{
     flex: 1;
   }

   .solitaire-benifits-second{
     flex-wrap: wrap;
     gap: 10px 66px;
   }

   .solitaire-benifits-des{
      width: 120px;
   }

   .solitaire-benifits-des{
    font-size: 16px;
   }
  
}

@media only screen and (max-width:1024px) {

    .solitaire-benifits-second {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        gap: 10px 14px;
        flex-wrap: wrap;
    }

    .solitaire-benifits-first {
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px 74px;
    }

    .solitaire-buget-form input[type=text]{
        width: 109px;
    }

    .clarity > label{
        width: 51px;
    }

    .cut > label{
        width: 94px;
    }
}

@media only screen and (max-width:767px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }

  .solitaire-compare-icon img{
    width: 80px;
    height: 30px;
  }

  .solitaire-email-icon img {
    width: 80px;
    height: 30px;
}

    .paginationContainer  .limiter-label {
        display: none;
    }

    .paginationContainer .limiter-text {
        display: none;
    }

    .solitaires-index-index .paginationContainer .pager .toolbar-amount{
        display: none;
    }

    .solitaires-index-index .paginationContainer .pager  .limiter{
        display: none;  
    }

    .solitaire-inner-wrapper{
        width: 100%;
    }
    
  .solitaire_shape_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 5px;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .solitaire_shape label{
    margin: 5px 0;
    border: 1px solid #F9AF4B;
    padding: 5px 5px;
    text-align: center;
  }

  .solitaire_shape {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;    
    flex: 1 1 18%;  
 } 

.compare-email-modal-content{
    margin: 20% auto;
    width: 90%;
}

.compare-formHolder{
    padding: 10px;
}

 .solitaire-budget-wrapper {
    display: flex;
    flex-direction: column;
    margin: 50px 0px;
    gap: 14px;
 }

 .solitaire-bugdet-cart {
    display: flex;
    gap: 15px;
    flex-direction: column;
 }

 .solitaire-buget {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #00000017;
 }

 .solitaire-buget-form input[type=text]{
    width: 100%;
 }

 .solitaire-cc-wrapper {
    display: flex;
    flex-direction: column;
    margin: 50px 0px;
    gap: 15px;
}

.compare-solitaire-title{
    font-size: 13px;
}

.compare-modal-content{
    width: 80%;
}

.clarity{
    gap: 19px;
    flex-wrap: wrap;
    width: 100%;
}

.rating{
    gap: 10px;
    flex-wrap: wrap;
}

.cut{
    gap: 10px;
    flex-wrap: wrap;
    justify-content: unset;
}

.polish{
    gap: 10px;
    flex-wrap: wrap;
}

.symmetry{
    gap: 10px;
    flex-wrap: wrap;
}

.cut > label {
    width: 48%;
}

.rating > label{
    width: 20%;
}

.clarity > label {
    width: 20%;
}

.flourescence > label{
    width: 48%;
}

.polish > label{
    width: 48%;
}

.symmetry > label{
    width: 48%;
}

.solitaire-table-form input[type="text"]{
    width: 100%;
}

.solitaire-search-wrapper {
    display: flex;
    margin: 20px 0px;
    gap: 0px;
    position: relative;
    z-index: 999;
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.solitaire-advance-wrapper:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 49%;
    margin-left: -5px;
    border-width: 15px;
    border-style: dashed;
    border-color: transparent transparent #AA8242 transparent;
 }

  a.solitaire-advance-btn{
    width: 100%;
    display: inline-block;
    background: #FBF7F2 0% 0% no-repeat padding-box;
    padding: 16px 36px;
    border-radius: 0px;
   }

   a.solitaire-search-btn{
    padding: 17px 78px;
    width: 100%;
    display: inline-block;
   }

   .solitaire-reset {
      text-align: left;
   }

   .solitaire-advance-filter{
        position: fixed;
        bottom: 0px;
        left: 0px;
   }

   .solitaire-search{
        position: fixed;
        bottom: 0px;
        right: 0px;
   }

.solitaire-cp-wrapper {
    display: flex;
    margin: 50px 0px;
    gap: 15px;
    flex-direction: column;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
}

.certificate > label{
    width: 60px;
}

.solitaire-fs-wrapper {
    display: flex;
    flex-direction: column;
    margin: 50px 0px;
    gap: 20px;
}

.flourescence {
    margin-top: 20px;
    border: none;
    float: left;
    display: flex;
    width: 100%;
    gap: 9px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solitaire-depth-table {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.solitaire-depth {
    display: flex;
    flex-direction: column;
}

.solitaire-depth-form input[type="text"]{
    width: 100%;
}

.solitaire-rwce-wrapper {
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
    gap: 15px;
    justify-content: space-between;
}

.solitaire-buget-carat-wrapper{
    border-right:0px;
}

.solitaire-share {
    display: flex;
    justify-content: space-between;
    gap: 9px;
}   

.table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

.r-table .table {
        border-collapse: collapse;
        width: auto;
}

.table-responsive.r-table .table thead{
    display: none;
}

.r-table .table tbody {
        display: block;
        float: none;       
        width: auto;
}

.table-responsive.r-table .table tr{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
    float: left;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.table-responsive.r-table .table td.td-shape{
    height: 188px !important;
    float: left;
}

.table-responsive.r-table .table td{
    width: 29% !important;
    float: left;
    padding: 0 !important;
    line-height: 2 !important;
    position: relative;
    padding-left: 0 !important;
    text-align: left !important;
    height: auto !important;
}

 .table-responsive.r-table .table td.td-carat,  
 .table-responsive.r-table .table td.td-color,
 .table-responsive.r-table .table td.td-clarity,  
 .table-responsive.r-table .table td.td-cut,
 .table-responsive.r-table .table td.td-polish,
 .table-responsive.r-table .table td.td-certificate,
 .table-responsive.r-table .table td.td-fluorescence, 
 .table-responsive.r-table .table td.td-symmetry, 
 .table-responsive.r-table .table td.td-depth, 
 .table-responsive.r-table .table td.td-table
 {
    width: 60% !important;
    line-height: 2 !important;
    float: left;
    display: block !important;
    font-size: 10px !important;
    padding-left: 5px !important;
}

.table-responsive.r-table .table td.td-price{
    top: 22px;
    border: none;
    right: 4px;
    font-weight: bold;
    font-size: 15px;
    width: 92px !important;
    text-align: center !important;
}

  .table-responsive.r-table .table td.td-price,
  .table-responsive.r-table .table td.td-detail, 
  .compare.compareinputsolitaire {
        position: absolute;
        right: 0;
        right: 0;
    }

    .r-table td::before {
        float: left;
        font-weight: bold;
        left: 5px;
        padding-right: 10px;
        position: relative;
        white-space: nowrap;
        width: 45%;
    }

    .r-table td:nth-of-type(2)::before {
        content: "CARAT";
    }

    .r-table td:nth-of-type(3)::before {
        content: "COLOR";
    }

    .r-table td:nth-of-type(4)::before {
        content: "CLARITY";
    }

    .r-table td:nth-of-type(5)::before {
        content: "CUT";
    }

    .r-table td:nth-of-type(6)::before {
        content: "POLISH";
    }

    .r-table td:nth-of-type(7)::before {
        content: "CERTIFICATE";
    }

    .r-table td:nth-of-type(8)::before {
        content: "FLUORESCENCE";
    }

    .r-table td:nth-of-type(9)::before {
        content: "SYMMETRY";
    }

    .r-table td:nth-of-type(10)::before {
        content: "DEPTH";
    }

    .r-table td:nth-of-type(11)::before {
        content: "TABLE";
    }

    .table-responsive.r-table tr:nth-child(n) td {
        background: transparent;
    }

    td.td-polish, td.td-certificate, td.td-fluorescence, td.td-symmetry, td.td-depth, td.td-table {
        display: block;
    }

    .solitaire-benifits-title{
        font-size: 18px;
    }

    .solitaire-benifits-first {
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px 1px;
        padding-bottom: 40px;
    }

   .solitaire-benifits-buy{
    flex: 1 1 26%;
    width: 18%;
   }

   .solitaire-benifits-second{
     flex-wrap: wrap;
   }

   .solitaire-benifits-des{
      width: 120px;
   }

   .solitaire-benifits-des{
    font-size: 14px;
   }

  

}
