/* width */
::-webkit-scrollbar {
    width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: transparent; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: transparent; 
}

#wrapper {
    position: relative;
    display: inline-block;
    width: calc(100% - 270px);
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
        
.more-content span {
    display: none;
}

.more-link {
    position: relative;
    display: inline-block;
    font-family: roboto-regular;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -88px !important;
}

.swiper-pagination {
    text-align: left !important;
}

.swiper-pagination-bullet {
    width: 7px !important;
    height: 24px !important;
    border-radius: unset !important;
    margin-left: 10px !important;
}

.swiper-pagination-bullet-active {
    background: black !important;
}

.swiper-pagination-bullet:first-child {
    margin-left: 0px !important;
}

#close-block {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    float: right;
    top: 10px;
}

#close-block a {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
}

#close-block a:hover {
    opacity: 0.8;
}

#close-block a img {
    position: relative;
    display: inline-block;
    width: 25px;
    height: auto;
}

#slider-block {
    position: relative;
    display: inline-block;
    width: 623px;
    height: 563px;
    float: left;
    margin-top: 60px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#jewellry-text-block {
    position: relative;
    display: inline-block;
    width: 630px;
    height: 563px;
    float: left;
    margin-top: 60px;
    margin-left: 125px;
    text-align: justify;
}

#jewellry-type-block,
#jewellry-title-block,
#jewellry-edition-block,
#jewellry-material-block,
#jewellry-dimensions-block {
    position: relative;
    display: block;
    width: auto;
    height: auto;
}

#jewellry-type-block h2,
#jewellry-title-block h3,
#jewellry-edition-block h3,
#jewellry-material-block h3,
#jewellry-dimensions-block h3 {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0px;
    font-size: 16px;
    font-weight: normal;
}

#jewellry-type-block h2 {
    font-size: 20px !important;
    font-family: roboto-bold;
}

#jewellry-title-block h3 {
    font-family: roboto-italic;
    margin-top: 5px;
    margin-bottom: 30px;
}

#jewellry-edition-block h3,
#jewellry-material-block h3 {
    margin-bottom: 10px;
}

#jewellry-description-block {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 370px;
    overflow: hidden;
}

#jewellry-description-block p {
    font-size: 16px;
    line-height: 22px;
}

#footer-block {
    margin-top: 0px;
}

#prev-next-block {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    float: right;
    bottom: -34px;
}

#prev-next-block a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: roboto-bold;
    text-decoration: none;
    color: rgb(0, 0, 0);
    transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
}

#prev-next-block a:hover {
    color: rgb(0, 0, 0, 0.7);
}

#prev-next-block span {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 24px;
    top: 7px;
    margin: 0px 10px 0px 10px;
    background: black;
}

@media(max-width: 1800px) {
    #header-block,
    #slider-block,
    #jewellry-text-block {
        margin-top: 30px;
    }

    #close-block,
    #close-block a {
        width: 20px;
        height: 20px;
    }

    #close-block a img {
        width: 20px;
    }

    #jewellry-text-block {
        margin-left: 65px;
    }

    #jewellry-type-block h2,
    #jewellry-title-block h3,
    #jewellry-edition-block h3,
    #jewellry-material-block h3,
    #jewellry-dimensions-block h3 {
        font-size: 14px;
    }

    #jewellry-type-block h2 {
        font-size: 18px !important;
    }

    #jewellry-description-block p {
        font-size: 14px;
    }

    #prev-next-block a {
        font-size: 14px;
    }

    #jewellry-title-block h3 {
        margin-bottom: 15px;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -58px !important;
    }

    #prev-next-block {
        bottom: -4px;
    }
}

@media(max-width: 1600px) {
    #wrapper {
        width: calc(100% - 210px);
    }

    #slider-block {
        width: 530px;
        height: 478px;
      }

    #jewellry-text-block {
        margin-left: 45px;
        height: 478px;
    }
}

@media(max-width: 1550px) {
    #close-block a img {
        width: 23px;
    }
}

@media(max-width: 1500px) {
    #close-block {
        width: 26px;
        height: 26px;
    }

    #slider-block {
        width: 480px;
        height: 433px;
    }

    #jewellry-text-block {
        width: 600px;
        height: 433px;
    }

    #jewellry-title-block h3 {
        margin-bottom: 10px;
    }
}

@media(max-width: 1390px) {
    #close-block a img {
        width: 20px;
    }
}

@media(max-width: 1366px) {
    #close-block {
        width: 23px;
        height: 23px;
    }

    #jewellry-text-block {
        width: 500px;
    }
}

@media(max-width: 1250px) {
    #jewellry-text-block {
        width: 450px;
    }
}

@media(max-width: 1200px) {
    #header-block,
    #slider-block,
    #jewellry-text-block {
        margin-top: 20px;
    }

    #slider-block {
        width: 483px;
        height: 436px;
    }

    #jewellry-text-block {
        width: calc(100% - 528px);
        height: 436px;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -48px !important;
    }

    #prev-next-block {
        bottom: 6px;
    }
}

@media(max-width: 1180px) {
    #close-block {
        width: 20px;
        height: 20px;
    }
}

@media(max-width: 1120px) {
    #close-block {
        display: none;
    }

    #slider-block {
        width: 370px;
        height: 334px;
    }

    #jewellry-text-block {
        width: calc(100% - 415px);
        height: 334px;
    }

    #footer-block {
        display: none;
    }

    #prev-next-block {
        bottom: -15px;
    }
}

@media(max-width: 1100px) {
    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -46px !important;
    }

    .swiper-pagination-bullet,
    #prev-next-block span {
        width: 5px !important;
        height: 20px !important;
    }
}

@media(max-width: 1080px) {
    #wrapper {
        width: calc(100% - 100px);
    }

    #jewellry-type-block h2,
    #jewellry-title-block h3,
    #jewellry-edition-block h3,
    #jewellry-material-block h3,
    #jewellry-dimensions-block h3 {
        font-size: 12px;
    }

    #jewellry-type-block h2 {
        font-size: 16px !important;
    }

    #jewellry-description-block p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    #prev-next-block a {
        font-size: 12px;
    }
}

@media(max-width: 940px) {
    #slider-block {
        width: 300px;
        height: 271px;
    }

    #jewellry-text-block {
        width: calc(100% - 345px);
        height: 271px;
    }

    #prev-next-block {
        bottom: -15px;
    }
}

@media(max-width: 760px) {
    #jewellry-text-block {
        width: calc(100% - 320px);
        margin-left: 20px;
    }

    #jewellry-edition-block h3,
    #jewellry-material-block h3 {
        margin-bottom: 5px;
    }
}

@media(max-width: 750px) {
    #wrapper {
        width: calc(100% - 60px);
    }
}

@media(max-width: 680px) {
    #slider-block {
        width: 260px;
        height: 235px;
    }

    #jewellry-text-block {
        width: calc(100% - 280px);
        height: 235px;
    }
}

@media(max-width: 590px) {
    #scroll-box {
        position: relative;
        display: inline-block;
        width: 100%;
        height: calc(100vh - 200px);
        overflow-y: scroll;
    }

    #header-block {
        margin-bottom: 20px;
    }

    #wrapper {
        width: calc(100% - 150px);
    }

    #slider-block {
        width: 100%;
        height: auto;
        margin-top: 0px;
    }

    .swiper-pagination-bullet {
        margin-left: 5px !important;
    }

    #jewellry-text-block {
        width: 100%;
        height: auto;
        margin-top: 60px;
        margin-left: 0px;
    }

    #jewellry-description-block {
        max-height: unset;
        overflow: unset;
    }

    #footer-block {
        display: none;
    }

    #prev-next-block {
        width: 100%;
        bottom: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
    }

    #prev-next-block a:nth-child(3) {
        float: right;
        right: 0px;
        top: 5px;
    }

    #prev-next-block span {
        position: absolute;
        width: 8px;
        height: 28px;
        top: 2px;
        margin: 0px;
        left: 50%;
        transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
    }
}

@media(max-width: 460px) {
    #wrapper {
        width: calc(100% - 40px);
    }
}

@media(max-width: 360px) {
    #wrapper {
        width: calc(100% - 30px);
    }
}

@media(max-height: 430px) {
    #prev-next-block {
        margin-bottom: 40px;
    }

    #prev-next-block span {
        position: absolute;
        margin: 0px;
        top: 0px;
        left: 50%;
            transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
    }

    #prev-next-block a:nth-child(3) {
        float: right;
        right: 0px;
        top: 5px;
    }
}

@media (max-width: 1200px) and (max-height: 430px) {
    #prev-next-block {
        width: calc(100% - 528px);
        bottom: -4px;
    }
}

@media (max-width: 1120px) and (max-height: 430px) {
    #prev-next-block {
        width: calc(100% - 415px);
        bottom: -22px;
    }
}

@media (max-width: 940px) and (max-height: 430px) {
    #prev-next-block {
        width: calc(100% - 345px);
        bottom: -22px;
    }
}

@media (max-width: 760px) and (max-height: 430px) {
    #prev-next-block {
        width: calc(100% - 320px);
    }
}

@media (max-width: 680px) and (max-height: 430px) {
    #prev-next-block {
        width: calc(100% - 280px);
    }
}