.product-image5 .pic-1,
.product-image5 .pic-2 {
    backface-visibility: hidden;
    transition: all .5s ease 0s
}

.product-grid5 {
    font-family: Poppins, sans-serif;
    position: relative
}

.product-grid5 .product-image5 {
    overflow: hidden;
    position: relative
}

.product-grid5 .product-image5 a {
    display: block
}

.product-grid5 .product-image5 img {
    width: 100%;
    height: auto
}

.product-image5 .pic-1 {
    opacity: 1
}

.product-grid5:hover .product-image5 .pic-1 {
    opacity: 0
}

.product-image5 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.product-grid5:hover .product-image5 .pic-2 {
    opacity: 1
}

.product-grid5 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px
}

.product-grid5 .social li {
    display: block;
    margin: 0 0 10px;
    transition: all .5s
}

.product-grid5 .social li:nth-child(2) {
    opacity: 0;
    transform: translateY(-50px)
}

.product-grid5:hover .social li:nth-child(2) {
    opacity: 1;
    transform: translateY(0)
}

.product-grid5 .social li:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px)
}

.product-grid5:hover .social li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s
}

.product-grid5 .social li a {
    color: #888;
    background: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    transition: .5s ease 0s
}

.product-grid5 .social li a:hover {
    color: #fff;
    background: #219087
}

.product-grid5 .select-options {
    color: #777;
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 5px;
    margin: 0 auto;
    opacity: 0;
    display: block;
    position: absolute;
    width: 92%;
    left: 0;
    bottom: -100px;
    right: 0;
    transition: .5s ease 0s
}

.product-grid5 .select-options:hover {
    color: #fff;
    background-color: #1e3799;
    text-decoration: none
}

.product-grid5:hover .select-options {
    opacity: 1;
    bottom: 10px
}

.product-grid5 .product-content {
    padding: 20px 10px
}
.product-grid5 .title {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s;
}

.product-grid5 .title a {
    color: #222;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    text-decoration: none;
    color: #2B2B2B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-grid5 .title a:hover {
    color: #1e3799
}

.product-grid5 .price {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media only screen and (max-width:990px) {
    .product-grid5 {
        margin-bottom: 30px
    }
}



.filters {
    display: flex;
    gap: 30px;
    justify-content: end;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.product-item {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    width: 200px;
}

.product-item img {
    max-width: 100%;
    height: auto;
}

.product-metal {
    display: flex;
    gap: 20%;
    line-height: 0;
    align-items: center;
    margin-bottom: 12px;
}
.carat-metal-txt {
    font-size: 16px;
    margin-bottom: 0;
}
.metal-selector {
    display: flex;
    gap: 8px;
}
.metal-Ygold {
    background: #E5CE83;
    padding: 0% 10px;
    border-radius: 60px;
    margin-right: 10%;
    border: 1px solid #E5CE83;
}
.metal-Wgold{
    background: #E9E9E9;
    padding: 0% 10px;
    border-radius: 60px;
    margin-right: 10%;
    border: 1px solid #E9E9E9;
}
.metal-Rgold{
    background: #E7BA9A;
    padding: 0% 10px;
    border-radius: 60px;
    margin-right: 10%;
    border: 1px solid #E7BA9A;
}
.metal-platinum{
    background: #E5E4E2;
    padding: 0% 10px;
    border-radius: 60px;
    margin-right: 10%;
    border: 1px solid #E5E4E2;
}
.metal-Ygold:hover {
    border: 1px solid#000;
    border-radius: 60px;
}
.metal-Wgold:hover {
    border: 1px solid#000;
    border-radius: 60px;
}
.metal-Rgold:hover {
    border: 1px solid#000;
    border-radius: 60px;
}
.metal-platinum:hover {
    border: 1px solid#000;
    border-radius: 60px;
}

.carat-selector {
    display: flex;
    gap: 21%;
    align-items: center;
    margin: 10px 0;
}


.caratSel li{
    list-style: none;
}

.caratSel li .current{
    background: #219087;
    color: #fff;
    padding: 4px 16px;
    border-radius: 4px;
    text-decoration: none;
}

.caratSel li a {
    /* background: #219087; */
    border: 1px solid #219087;
    color: #219087;
    padding: 4px 16px;
    border-radius: 4px;
    text-decoration: none;
}

.caratSel li .current span {
    color: #fff;
    font-size: 12px;
}

.caratSel li a span {
    color: #219087;
    font-size: 12px;
}
.caratSel {
    display: flex;
    gap: 8px;
}

.FilterRow{
    padding: 20px 0;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    margin-bottom: 40px;
}

.filters select{
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.Show-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .Show-content {
    display: block;
}



.hideicn{
    display: none;
}

.Dropdown-container label {
    font-size: 14px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .hideicn{
    display:contents;
}
.dropdown:hover .showicn{
    display: none;
}

.slider-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .slider-content {
    display: block;
}


.slider-container {
    margin: 10px 0;
}

.input-boxes {
    display: flex;
    justify-content: space-between;
}

.input-boxes input {
    width: 32%;
    padding: 5px;
    box-sizing: border-box;
}
.caratbtn{
    border: none;
    background: #fff;
}

.noUi-horizontal .noUi-handle {
    width: 26px!important;
    height: 24px!important;
    right: -17px!important;
    top: -8px!important;
    border-radius: 100px;
}



.noUi-horizontal {
    height: 12px!important;
}
.noUi-target {
    margin-bottom: 6%;
}
.list-none{
    list-style: none;
}


.mobFiler{
    display: none;
}

.w-60{
    width: 90%!important;
}

#MobShape.owl-carousel .item img{
    width: 40px;
    height: 40px;
}
#MobShape.owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offcanvas-header {
    padding: 6% 0;
}

#MobMetal.owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#MobMetal.owl-carousel .item img{
    width: 20px;
    height: 20px;
}
#MobMetal.owl-carousel .item p{
   font-size: 12px;
   text-align: center;
   margin-top: 10px;

}

.filterofHeader{
    background: #dbdbdb;
    padding: 6% 0;
}

