
.gst-tt h4 {
    margin-bottom: 0;
}
.gst-tt, .gst-fliter, .gst-color-fliter, .gst-shape-filter {
    padding: 14px 0;
    border-bottom: 1px solid #efefef;
}
.custom-dropdown {
    position: relative;
    width: 100%;
    /* max-width: max-content; */
}

.dropdown-selected {
    padding: 8px 10px 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    gap: 10px;
}
.dropdown-selected:hover {
    border-color: #888;
}

.arrow {
    font-size: 15px;
    transition: transform 0.3s;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    /* right: 0; */
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    list-style: none;
    padding: 10px;
    margin: 5px 0 0 0;
    display: none;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        min-width: 300px;
}

.dropdown-options li {
    padding: 8px 12px;
    cursor: pointer;
    background: #f9f9f9;
    margin-bottom: 10px;
    text-align: center;
}

.dropdown-options li:hover {
    background: #f0f0f0;
}

.dropdown-options li[data-selected="true"] {
    background: #e0e0e0;
}

/* When dropdown is open */
.dropdown-open .dropdown-options {
    display: block;
}

.dropdown-open .arrow {
    transform: rotate(180deg);
}
.gst-fliter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
/* .gstf-box {
    width: 100%;
} */
.gst-gem-size {
    /* position: relative;
    z-index: 0; */
    padding: 20px;
}
.do-685 {
    min-width: 685px;
}

.gst-gem-size h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #111;
}
.gst-gem-size p {
    font-size: 14px;
    color: #666;
}
.ggs-ix {
    position: relative;
    z-index: 0;
    padding: 0 30px 46px 0;
}
.gs-input1 {
    position: absolute;
    top: 130px;
    right: 0px;
    text-align: center;
    max-width: 180px;
}
.gs-input2 {
    position: absolute;
    bottom: 42px;
    left: 110px;
    text-align: center;
    max-width: 180px;
}
.gs-input1 input, .gs-input2 input {
    text-align: center;
    font-size: 14px;
}
.gcf-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #111;
}
.gst-color-fliter {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
span.gcf-color {
    display: inline-flex;
    width: 30px;
    height: 30px;
    /* background: #000; */
    border-radius: 4px;
}
.gcf-box a{
    border: 1px solid #ccc;
    padding: 6px 10px 6px 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.gcf-box a:hover{
    border: 1px solid #666;
}
.b-bic {
    background: linear-gradient(to right,#9F00FF,#FFCC00);
}
.b-black {
    background: black;
}
.b-blue {
    background: blue;
}
.b-brown {
    background: brown;
}
.b-golden {
    background: goldenrod;
}
.b-grey {
    background: gray;
}
.b-green {
    background: limegreen;
}
.b-multicolor {
    background: linear-gradient(to right, red, yellow, green);
}
.b-orange {
    background: orange;
}
.b-pink {
    background: hotpink;
}
.b-purple {
    background: purple;
}
.b-red {
    background: red;
}
.b-tarquoise {
    background: linear-gradient(to right,#22CEBD,#74E9DD);
}
.b-violet {
    background: violet;
}
.b-white {
    background: whitesmoke;
}
.b-yellow {
    background: yellow;
}
.gst-shape-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gsf-box a {
    position: relative;
    z-index: 0;
    border: 1px solid #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 10px;
}
.gsf-box a span {
    /* position: absolute;
    width: 100%;
    min-width: max-content;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    background: #fff;
    font-size: 12px;
    border: 1px solid #ccc;
    color: #666;
    padding: 2px 6px;
    border-radius: 12px;
    display: none; */
        margin: 0 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    display: inline-block;
}
.gsf-box a img {
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
    min-width: 30px;
    min-height: 30px;
}

.gsf-box a:hover span {
    display: block;
}
.gsf-box a:hover {
    border: 1px solid #666;
}
.gsf-box a p {
    margin: 0 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}
.gsfb2 a img {
    object-fit: cover;
    border-radius: 6px;
}
.gsfb2 a {
    padding: 6px 10px 6px 6px;
}
.do-info {
    color: #222;
    font-size: 13px;
    border: 1px solid #666;
    padding: 2px 6px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: max-content;
}
.do-info:hover {
    color: #fff;
    border: 1px solid #222;
    background: #222;
    transition: 0.5s;
}
.dob-btn-row {
    text-align: center;
}
.zpr-ic {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.zpr-box {
    background: #fff;
    padding: 10px 10px;
    width: 100%;
    border-radius: 10px;
    max-width: 23.75%;
    box-shadow: 0 0 10px #00000020;
}
.related-product .zpr-box {
    max-width: 100%;
    margin: 14px;
    box-shadow: 0 0 10px #00000020;
}
.zprb-con {
    margin: 20px 14px;
}
.zprb-con h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 30px;
}
.zprb-con ul {
    list-style: none;
    padding: 0;
    margin: 12px 0;
    
}
.zprb-con ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    font-weight: 500;
    color: #111;
}
.zpr-note {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    margin: 12px 0 20px;
}
span.zpr-stock {
    font-weight: 600;
    color: green;
}
span.zpr-out-stock {
    font-weight: 600;
    color: red;
}
a.zpr-link {
    font-weight: 500;
    color: #000;
    text-decoration: underline !important;
}
.zpr-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.zpr-atc {
    background: #000;
    color: #fff;
    padding: 0px 20px;
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border-radius: 8px;
    height: 44px;
}
.zprb-img img {
    max-height: 270px;
    min-height: 270px;
    object-fit: cover;
    border-radius: 8px;
    /* border: 1px solid #ebebeb; */
}
.zpr-whishlist {
    color: #000;
    padding: 0px 20px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #000;
    height: 44px;
}
.do-diamond-flex li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.do-diamond-flex li img {
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
    object-fit: contain;
}
.gst-labgorwn .gsf-box {
    background: #ffffc7;
    border-radius: 10px;
}
.gst-labgorwn .gsf-box a {
    border: 1px solid #767676;
}
.gst-labgorwn .dropdown-selected {
    border: 1px solid #767676;
       background: #ffffc7;
}
.gst-labg .gsf-box {
    background: #d7ffd2;
    border-radius: 10px;
}
.gst-labg .gsf-box a {
    border: 1px solid #767676;
}
.gst-labg .dropdown-selected, .gst-labg .gcf-box a {
    border: 1px solid #767676;
       background: #d7ffd2;
}
.checkbox-wrapper-3 input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }

  .checkbox-wrapper-3 .toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-3 .toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    display: block;
    background: #9A9999;
    border-radius: 8px;
    transition: background 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgb(151 243 138, 0.2);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
  }

  .checkbox-wrapper-3 .tgl-btn:checked + .toggle:before {
    background: #97f38a;
}
  .checkbox-wrapper-3 .tgl-btn:checked + .toggle span {
    background: #19d300;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgb(151 243 138, 0.2);
  }
  .checkbox-wrapper-3 .tgl-btn:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
  }
  .gstfr-box {
    display: flex;
    align-items: center;
    gap: 5px;
}
.gstfr-box span{
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #222;
}

.gstf-r {
    display: flex;
    align-items: center;
    gap: 20px;
}
.gstf-l {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.gstf-portfolio {
    justify-content: space-between;
}
.pfb-tt {
    display: flex;
    align-items: center;
    gap: 16px;
}
.pfbt-l img {
    max-width: 50px;
}
.pfbt-r p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.pfbt-r h5 {
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 600;
}
.prts-freelance-box {
    background: #f4f5f9;
    padding: 50px 50px;
}
.pfb-con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}


.pfbc-user {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bcu-l img {
    max-width: 40px;
    min-width: 40px;
    border-radius: 50%;
    max-height: 40px;
    min-height: 40px;
    object-fit: cover;
}
.bcu-r span {
    font-weight: 500;
}
.pfbc-frow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
}
.pfbc-ratting span {
    font-size: 15px;
    font-weight: 600;
}
.pfbc-srow h4 a {
    color: #222;
}
.pfbc-srow h4 {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pfbc-srow p {
    margin-bottom: 0;
    font-weight: 700;
    color: #222;
}
.pfbc-box {
    width: 100%;
    max-width: 23.50%;
}
.pfbc-img img {
    max-height: 260px;
    min-height: 260px;
    object-fit: cover;
    box-shadow: 0 0 10px #00000020;
}
.dli-tt h5 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 18px;
}
.frw-user {
    display: flex;
    align-items: center;
    gap: 14px;
}
.rwu-l img {
    max-width: 70px;
    min-width: 70px;
    max-height: 70px;
    min-height: 70px;
    object-fit: cover;
    border-radius: 50%;
}
.rwu-r p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.rwu-r h6 {
    margin: 0 0 4px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "Inter", sans-serif;
}
.frw-rating p {
    margin-bottom: 4px;
    color: #666;
}
.dli-frw {
    display: flex;
    align-items: center;
    gap: 40px;
}

.frw-rating span i {
    margin-right: 2px;
}

.frw-rating span {
    height: 30px;
    display: block;
    font-weight: 600;
}
.frw-rating a{
    color: #666;
}
.dlis-box video, .dlis-box img {
    width: 100%;
    max-height: 550px;
    min-height: 550px;
    object-fit: cover;
    border: 1px solid #efefef;
}
.dli-slider .slick-prev, .dli-nav-slider .slick-prev {
    left: 20px !important;
    z-index: 1;
}
.dli-slider .slick-next, .dli-nav-slider .slick-next {
    right: 20px !important;
}
.dli-slider .slick-next:before, .dli-slider .slick-prev:before, .dli-nav-slider .slick-next:before, .dli-nav-slider .slick-prev:before {
    font-size: 26px;
    color: #111;
}
.dlis-nav-box video, .dlis-nav-box img {
    width: 100%;
    border: 1px solid #efefef;
    min-height: 80px;
    max-height: 80px;
    object-fit: cover;
}
.dlis-nav-box {
    margin: 8px;
}
.dlir-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dlir-tt h5 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #222;
}
.dlir-link a {
    color: #222;
    font-weight: 600;
}
.rsb-fr {
    display: flex;
    align-items: center;
    column-gap: 18px;
    margin-bottom: 16px;
}
.sbf-l img {
    max-width: 50px;
    min-width: 50px;
    max-height: 50px;
    min-height: 50px;
    border-radius: 50%;
}
.rrs-box {
    border: 1px solid #efefef;
    padding: 30px 30px;
}
.rsb-sr p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #111;
}
.rsb-sr span {
    font-size: 15px;
    font-weight: 500;
    color: #666;
}
.dlir-content h5 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #222;
}
.dlir-content ul {
    padding-left: 18px;
}
.dlir-content ul li {
    margin-bottom: 8px;
}
.dlir-hastag span {
    font-size: 18px;
    font-weight: 500;
    color: #666;
}
.dlir-hastag {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: 16px;
}
.prtdl-ic hr {
    margin: 40px 0;
}
.dlir-information {
    padding: 20px 20px;
    border: 1px solid #efefef;
}
.dlir-information h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.dlir-information h6 i{
    margin-right: 5px;
}
.dlir-information p {
    margin-bottom: 0;
}
.lrp-fr {
    display: flex;
    align-items: center;
    gap: 16px;
}
.lrp-l img {
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.lrp-r p {
    margin-bottom: 10px;
    color: #666;
}
.lrp-r h4 {
    margin-bottom: 2px;
}
.lrp-rvw {
    display: flex;
    align-items: center;
    gap: 12px;
}
.lrp-rvw span a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
.lrp-btn {
    display: flex;
    column-gap: 18px;
}
.lrp-con {
    border: 1px solid #efefef;
    padding: 40px 40px;
}
.rpc-fr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.cfr-box {
    width: 100%;
    max-width: 50%;
}
.cfr-box p {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.cfr-box h5 {
    margin-bottom: 0;
    color: #111;
}
.tabber-div a.nav-link {
    margin: 0;
    padding: 14px 0 !important;
    border-radius: 0;
    border: 1px solid #d3d3d3;
    background: #f5f5f5;
    color: #666;
    font-size: 17px;
    letter-spacing: 0.2px;
    font-weight: 500;
    border-right: none;
}
.tabber-div li:last-child a.nav-link {
    border-right: 1px solid #d3d3d3;
}
.tabber-div li.nav-item {
    width: 100%;
}
.tabber-div ul.nav {
    flex-wrap: nowrap;
    text-align: center;
    margin-bottom: 0 !important;
}
.tabber-div li.nav-item a.nav-link.active {
    background: #fff;
    color: #000;
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #000;
}
.tab-content {
    padding: 30px 30px;
    border: 1px solid #efefef;
    border-top: none;
}
.tabber-div li.nav-item a.nav-link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    bottom: 0;
    max-height: 2px;
}
.tbc-ic h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 6px;
}
.tbc-ic p {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}
.tbc-ic p a{
    color: #000;
    font-weight: 600;
}
.tbc-ic h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: "Inter", sans-serif;
    color: #666;
}
.tbc-ic h6 b{
    color: #111;
}
.tbc-st {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 14px 0;
}
.tbc-st span {
    font-weight: 500;
    color: #333;
}
.tbc-st span i{
    margin-right: 4px;
}
.tbc-ic ul {
    margin: 20px 0;
    --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}
.tbc-ic li {
    padding-left: var(--icon-space);
    margin-bottom: 4px;
    color: #666;
    font-weight: 500;
}

.tbc-ic li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  color: #111;
}
.prtdr-ic {
    position: sticky;
    top: 60px;
}
