.wr-band-bg{
    width: 100%;
    height: 500px;
    background:url('../images/wr-guide/wr-guide-bg.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}
@media only screen and (max-width: 600px) {
  .wr-band-bg{
     height: 200px;
  }
}
.wr-band-bg .text {
    position: absolute;
    top: 17%;
    left: 0;
    width: 50%;
    padding: 50px;
    line-height: 20px;
}
@media only screen and (max-width: 600px) {
  .wr-band-bg .text {
     display: none;
  }
}

.wr-band-bg .text h2{
    color: #fff;
    margin-bottom: 10px;
}

.wr-band-bg .text p{
    color: #fff;
}
.wr-img-ring-1{
    width: 100%;
    height: 350px;
    background:url('../images/wr-guide/wr-band-1.jpg');
    background-position: center;
    background-size: cover;
}
.wr-img-ring-2{
    width: 100%;
    height: 350px;
    background:url('../images/wr-guide/wr-band-2.jpg');
    background-position: center;
    background-size: cover;
}
.wr-img-ring-3{
    width: 100%;
    height: 333px;
    background:url('../images/wr-guide/wr-band-3.jpg');
    background-position: center;
    background-size: cover;
}
.wr-img-ring-4{
    width: 100%;
    height: 333px;
    background:url('../images/wr-guide/wr-band-4.jpg');
    background-position: center;
    background-size: cover;
}
.wr-img-ring-5{
    width: 100%;
    height: 333px;
    background:url('../images/wr-guide/wr-band-5.jpg');
    background-position: center;
    background-size: cover;
}
.ring-size-title {
    width: 85%;
    padding: 0 100px;
    margin: 50px auto;
}
@media only screen and (max-width: 600px) {
    .ring-size-title {
    padding: 0 50px;
    margin: 50px auto;
    }
}
.ring-size-title p{
    margin-top: 10px;
}

/* Rings Slider */
.rings-slider{
    position: relative;
    overflow: hidden;   
    padding: 0 56px; 
}
.rings-slider .row{
    align-items: center;
}
.rings-slider .section-header{
    width: 100%;
    text-align: left;
}
.rings-slider .shop-more{
    background-color: #fff;
    color: #232323;
    margin-top: 20px;
    padding: 12px 16px;
    font-size: 14px;
    border: 1px solid #232323;
    letter-spacing: 0;
    font-weight: 400;
}
.rings-slider .shop-more:hover{
    background-color: #232323;
    color: #fff;
}
.rings-slider .ring-collection{
    position: relative;
    overflow: hidden;
}
.rings-slider .ring-collection .ring-collection-box{
    position: relative;
    overflow: hidden;
}
.rings-slider .ring-collection .ring-collection-box .image-container{
    overflow: hidden;
    position: relative;
}
.rings-slider .ring-collection .collection-name{
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #2c2c2c;
    font-family: "Noto Sans", sans-serif;
}
.rings-slider .ring-collection .owl-nav button.owl-prev,.rings-slider .ring-collection .owl-nav button.owl-next{
    border-radius: 50px;
    top: 30%;
    transform: none;
    z-index: 2;
    right: auto;
    left: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #fff !important;
    box-shadow: drop-shadow(0 20px 13px rgba(0,0,0,.03)) drop-shadow(0 8px 5px rgba(0,0,0,.08));
}
.rings-slider .ring-collection .owl-nav button.owl-next{    
    right: 0px;
    left: auto;
}



/* More Example Block */
.more-example-block{
    position: relative;
    overflow: hidden;
}
.more-example-block .more-example-grid{
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 20px;
}
@media only screen and (max-width: 600px) {
    .more-example-block .more-example-grid{
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px;
}
}
.more-example-block .more-example-grid a{
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    line-height: 22px;
    padding: 12px 50px;
    text-align: center;
    border: 1px solid #62403e;
}
.wr-how-to-wear{
    width: 100%;
    height: 400px;
    background:url('../images/wr-guide/wr-band-4.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}
@media only screen and (max-width: 600px) {
  .wr-how-to-wear{
    height: 300px;
  }
}
.wr-how-to-wear .text {
    position: absolute;
    top: 17%;
    left: 0;
    width: 50%;
    padding: 50px;
    line-height: 20px;
}

@media only screen and (max-width: 600px) {
  .wr-how-to-wear .text {
    display: none;
  }
}
.wr-how-to-wear .text h2{
    color: #fff;
    margin-bottom: 10px;
}

.wr-how-to-wear .text p{
    color: #fff;
}

/* Wedding Style Page css */
.wr-women-style-bg{
    width: 100%;
    height: 500px;
    background:url('../images/wr-guide/wr-style-bg.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}
@media only screen and (max-width: 600px) {
    .wr-women-style-bg{
        height: 200px;
    }
}
.wr-women-style-bg .text {
    position: absolute;
    top: 17%;
    left: 0;
    width: 50%;
    padding: 50px;
    line-height: 20px;
}
@media only screen and (max-width: 600px) {
    .wr-women-style-bg .text {
        display: none;
    }
}
.wr-women-style-bg .text h2{
    color: #fff;
    margin-bottom: 10px;
}

.wr-women-style-bg .text p{
    color: #fff;
}
.wr-style-img-1{
    width: 100%;
    height: 500px;
    background:url('../images/wr-guide/wr-style-img-1.jpg');
    background-position: center;
    background-size: cover;
}


.wr-men-style-bg{
    width: 100%;
    height: 500px;
    background:url('../images/wr-guide/wr-style-img-1.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}
@media only screen and (max-width: 600px) {
 .wr-men-style-bg{
    height: 200px;
  }
}
.wr-men-style-bg .text {
    position: absolute;
    top: 17%;
    left: 0;
    width: 50%;
    padding: 50px;
    line-height: 20px;
}
@media only screen and (max-width: 600px) {
 .wr-men-style-bg .text {
    display: none;
  }
}

.wr-men-style-bg .text h2{
    color: #fff;
    margin-bottom: 10px;
}
.wr-men-style-bg .text p{
    color: #fff;
}
.wr-img-ring-3{
    width: 100%;
    height: 400px;
    background:url('../images/wr-guide/wr-band-4.jpg');
    background-position: center;
    background-size: cover;
}
.wr-engraving-bg{
    width: 100%;
    height: 500px;
    background:url('../images/wr-guide/wr-engraving-bg.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}
@media only screen and (max-width: 600px) {
  .wr-engraving-bg{
    height: 300px;
  }
}
.wr-engraving-bg .text{
    position: absolute;
    top: 25%;
    right: 0;
    width: 50%;
    padding: 50px;
    line-height: 20px;
}

@media only screen and (max-width: 600px) {
  .wr-engraving-bg .text{
    display: none;
  }
}
.wr-engraving-bg .text h2{
    color: #fff;
    margin-bottom: 10px;
}

.wr-engraving-bg .text p{
    color: #fff;
}
.wr-engraving-img-1{
    width: 100%;
    height: 400px;
    background:url('../images/wr-guide/wr-engraving-img-1.jpg');
    background-position: center;
    background-size: cover;
}

.wr-trend-bg{
    width: 100%;
    height: 400px;
    background:url('../images/wr-guide/wr-band-3.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}
@media only screen and (max-width: 600px) {
    .wr-trend-bg{
    height: 200px;
  }
}
.wr-trend-bg .text {
    position: absolute;
    top: 17%;
    right: 0;
    width: 50%;
    padding: 50px;
    line-height: 20px;
}
@media only screen and (max-width: 600px) {
    .wr-trend-bg .text {
    display: none;
  }
}

.wr-trend-bg .text h2{
    color: #fff;
    margin-bottom: 10px;
}

.wr-trend-bg .text p{
    color: #fff;
}
.wr-trend-img-1{
    width: 100%;
    height: 400px;
    background:url('../images/wr-guide/wr-trend-img-1.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}