.banner-adv {
    position: relative
}

.adv-thumb-link {
    display: block;
    overflow: hidden;
    position: relative
}

.adv-thumb-link > img {
    display: block;
    width: 100%;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.zoom-rotate .adv-thumb-link > img {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.zoom-rotate:hover .adv-thumb-link > img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15)
}

.zoom-image:hover .adv-thumb-link > img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15)
}

.fade-in-out .adv-thumb-link::after,
.fade-in-out .adv-thumb-link::before,
.fade-out-in .adv-thumb-link::after,
.fade-out-in .adv-thumb-link::before,
.overlay-image .adv-thumb-link::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    z-index: 1;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.fade-out-in:hover .adv-thumb-link::before {
    opacity: 1;
    top: 50%;
    bottom: 50%
}

.fade-out-in:hover .adv-thumb-link::after {
    opacity: 1;
    left: 50%;
    right: 50%
}

.fade-in-out .adv-thumb-link::before {
    opacity: 1;
    top: 50%;
    bottom: 50%
}

.fade-in-out .adv-thumb-link::after {
    opacity: 1;
    left: 50%;
    right: 50%
}

.fade-in-out:hover .adv-thumb-link::before {
    opacity: 0;
    top: 0;
    bottom: 0
}

.fade-in-out:hover .adv-thumb-link::after {
    opacity: 0;
    left: 0;
    right: 0
}

.pull-curtain .adv-thumb-link::before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .1);
    content: "";
    position: absolute;
    z-index: 1;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.pull-curtain .adv-thumb-link::after {
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .1);
    content: "";
    position: absolute;
    z-index: 1;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.pull-curtain:hover .adv-thumb-link::after,
.pull-curtain:hover .adv-thumb-link::before {
    width: 100%;
    height: 100%;
    opacity: 1
}

.overlay-image .adv-thumb-link::after {
    background: rgba(0, 0, 0, .3)
}

.overlay-image:hover .adv-thumb-link::after {
    opacity: 1
}

.blur-image:hover .adv-thumb-link img {
    filter: blur(5px);
    -webkit-filter: blur(5px)
}

.gray-image:hover .adv-thumb-link img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.image-gray .adv-thumb-link img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.image-gray:hover .adv-thumb-link img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.zoom-out .adv-thumb-link img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(3);
    -webkit-transform: scale(3)
}

.zoom-out:hover .adv-thumb-link img {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.line-scale .adv-thumb-link::before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 10px;
    right: 10px;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(255, 255, 255, .9);
    z-index: 1;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.line-scale .adv-thumb-link::after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 20px;
    right: 20px;
    content: "";
    border-left: 1px solid rgba(255, 255, 255, .9);
    border-right: 1px solid rgba(255, 255, 255, .9);
    z-index: 1;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.line-scale:hover .adv-thumb-link::after,
.line-scale:hover .adv-thumb-link::before {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.sub-menu2 {
    width: 263px;
    position: relative;
    padding: 10px 18px
}

.fly-hoz .adv-thumb-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(left bottom, rgba(255, 255, 255, .2), transparent);
    background: -webkit-linear-gradient(left bottom, rgba(255, 255, 255, .2), transparent);
    left: -100%;
    top: 0;
    z-index: 1;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.fly-hoz:hover .adv-thumb-link::before {
    left: 100%
}

.banner-countdown .banner-info h2 {
    margin: 10px 0 8px
}

.jewelry-coundown2 .banner-info {
    left: auto;
    padding: 0 70px
}

.diamond-collect .banner-info {
    left: 0;
    right: 0;
    top: 50px;
    bottom: auto
}

.jewelry-coundown2 {
    margin-bottom: 35px
}

.diamond-collect {
    margin-bottom: 70px
}

.item-cat-jewelry2 {
    border: 1px solid #e5e5e5;
    padding: 20px 15px 35px;
    overflow: hidden;
    margin-bottom: 30px
}

img.line-icon {
    display: block;
    margin: auto
}

.item-cat-jewelry2 h3 {
    margin: 40px 0 13px
}

.item-cat-jewelry2 .wobble-top {
    margin-top: 22px
}

.list-cat-jewelry2 {
    margin-bottom: 40px
}

.product-featured-jewelry2 {
    background: #f4f4f4;
    padding: 61px 0 40px;
    margin-bottom: 70px
}

.item-adv-jewelry2 {
    margin-bottom: 30px
}

.list-banner-jewelry2 {
    padding-bottom: 40px
}

.item-adv-jewelry2 .banner-info {
    padding: 0 50px;
    right: auto
}

.item-adv-jewelry2 .banner-info hr.white {
    border-color: rgba(255, 255, 255, 0)
}

.item-adv-jewelry2 .banner-info hr {
    margin-top: 17px;
    margin-bottom: 12px
}

.link-arrow {
    text-transform: uppercase;
    padding: 8px 16px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}



.item-adv-jewelry2 .banner-info h3 {
    margin-bottom: 9px
}

.item-adv-jewelry2.style1 .banner-info {
    height: 159px
}

.item-adv-jewelry2 .banner-info hr.dark {
    border-color: transparent
}

.item-adv-jewelry2 .banner-info h2 {
    opacity: .3;
    margin-bottom: -36px;
    margin-top: -36px
}

.banner-adv a {
    color: #333
}

.banner-slider .banner-adv .desc {
    color: #000
}

.banner-slider .banner-adv {
    color: #000
}

.item-adv-jewelry2.style2 .banner-info {
    top: 90px
}

.item-adv-jewelry2.style2 .banner-info .desc {
    margin: 40px 0 37px
}

.product-thumb:hover .product-label span {
    opacity: 0
}

.banner-adv2 {
    border: 1px solid #e5e5e5;
    margin-bottom: 65px
}

.banner-adv2 .banner-info {
    left: auto;
    right: 200px;
    text-align: center;
    height: 100px
}

.banner-adv2 .banner-info h2 {
    margin: 10px 0 10px
}

.diamond-collect .banner-info {
    left: 0;
    right: 0;
    top: 50px;
    bottom: auto
}

.banner-adv a.white {
    color: #333
}

.list-adv2 .banner-adv {
    margin: 20px 0 20px;
    padding: 0 15px;
    text-align: left
}

.list-adv2 {
    margin: 0 15px 35px
}

.item-adv2 .banner-info {
    top: auto;
    bottom: 20px;
    padding: 15px 15px;
    width: 100%;
    right: auto;
    left: 15px;
    width: 74%;
    background-color: rgba(255, 255, 255, .7);
    padding-left: 20px
}

.item-adv2 .banner-info p {
    max-width: 270px;
    margin: 14px auto 22px
}

.banner-countdown .banner-info {
    height: 200px
}

.timer-banner {
    width: 260px;
    margin: 5px auto 25px
}

.timer-banner .time_circles > div {
    width: 61px !important;
    height: 61px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    text-transform: uppercase
}

.timer-banner .time_circles > div .number {
    font-weight: 700;
    display: block;
    margin: 12px 0 -5px
}

.timer-banner .time_circles canvas {
    margin-bottom: -70px
}

.timer-banner .time_circles > div .text {
    font-size: 10px;
    opacity: .7
}

@media (max-width:767px) {
    .banner-countdown .banner-info {
        position: static;
        height: inherit;
        padding: 20px 11px
    }

    .post-slider .slider-track li {
        border: 0px solid transparent;
        padding: 0px !important
    }

    .post-slider .post-info {
        padding: 15px 5px;
        padding-bottom: 0px;
    }

    .post-slider .post-info p {
        text-align: center !important;
        color: #777;
        font-size: 14px;
        line-height: 21px;
    }

    .post-slider.owl-nav.disabled {
        display: none !important
    }

    .post-slider .post-thumb img {
        height: 175px;
        object-fit: cover;
    }

    .post-slider .post-info .shop-button {
        display: none;
    }
}

.banner-slider {
    position: relative;
    overflow: hidden
}

.banner-slider .banner-thumb {
    position: relative
}

.banner-slider .banner-thumb a {
    display: block
}

.banner-slider .banner-thumb video {
    width: 100%;
    display: block
}

.banner-slider .owl-theme .owl-controls .owl-buttons div {
    opacity: 0;
    height: 50px;
    width: 50px;
    margin-top: -25px
}

.banner-slider .owl-theme .owl-controls .owl-buttons div i {
    font-size: 30px;
    line-height: 50px
}

.banner-slider:hover .owl-theme .owl-controls .owl-buttons div {
    opacity: 1
}

.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -100px
}

.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -100px
}

.banner-slider:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 15px
}

.banner-slider:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 15px
}

.owl-theme .owl-controls .owl-pagination {
    padding: 15px 0
}

.banner-slider .owl-theme .owl-controls .owl-pagination {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0;
    z-index: 11
}

.owl-theme .owl-controls .owl-page {
    vertical-align: top;
    border-radius: 50%;
    margin: 0 5px
}

.owl-theme .owl-controls .owl-page span {
    background: #000;
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.owl-theme.pagi-white .owl-controls .owl-page span {
    background: #fff
}

.owl-theme .owl-controls .owl-page.active span::after {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: auto
}

.owl-theme.pagi-white .owl-controls .owl-page.active span::after {
    background: #000
}

.banner-slider .item-slider {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-slider .item-slider {
    position: relative
}

.banner-slider .banner-thumb img {
    max-width: none;
    opacity: 0;
    width: auto
}

.group-navi .owl-buttons {
    position: absolute;
    right: 15px;
    top: -40px;
    width: 65px;
    margin: auto
}

.banner-slider .banner-thumb img {
    width: 100%
}

.post-slider.banner-slider .banner-info {
    height: 215px;
    padding: 15px
}

.banner-slider .banner-info {
    height: 250px;
    width: 90%;
    padding: 20px
}

.banner-slider .banner-info h1 {
    font-family: great vibes;
    text-transform: capitalize;
    font-size: 55px;
    margin-bottom: 10px
}

.link-arrow {
    border-radius: 20px
}

.banner-slider .banner-info .btn {
    background: #333;
    color: #fff;
    border-radius: 26px;
    padding: 11px 25px;
    min-width: 200px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s
}



.banner-info {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9
}


.banner-jewelry2 {
    margin-bottom: 0
}

.banner-slider .banner-thumb img {
    max-width: none;
    opacity: 1;
    width: 100%
}

.banner-slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0
}

.banner-slider .owl-dots .owl-dot {
    border: 4px solid #222 !important;
    padding: 2px !important;
    background: #fff;
    border-radius: 50%;
    margin-right: 4px
}

@media (min-width:1500px) {
    .banner-slider .banner-thumb {
        position: relative;
        height: 620px
    }

    .banner-slider.bg-slider .banner-thumb img {
        text-align: center;
        margin: auto;
        width: auto
    }

    .banner-slider .banner-thumb img {
        max-width: 100%;
        opacity: 1
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .banner-slider .banner-info {
        width: 80%
    }

    .banner-slider .banner-info h1.title48.font-normal.text-uppercase.white {
        font-size: 40px
    }

    .banner-slider .banner-info p.title18 {
        font-size: 16px
    }

    .banner-slider .banner-info .btn {
        padding: 10px 21px
    }

    .banner-slider .banner-info h1 {
        font-size: 42px
    }
}

@media (max-width:767px) {
    .banner-slider.bg-slider .banner-thumb img {
        max-width: none;
        width: 100%
    }

    .banner-slider .banner-info {
        width: 95%
    }

    .banner-slider .banner-info p {
        display: none
    }

    .banner-slider .banner-info .btn {
        background: #444;
        color: #fff;
        border-radius: 20px;
        padding: 9px 20px;
        min-width: auto;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        margin-top: 0
    }

    .banner-slider .owl-nav {
        display: none !important
    }

    .banner-slider .banner-info h1 {
        font-size: 37px;
        color: #fff;
    }

    .banner-slider .banner-info {
        height: 150px
    }
}

@media screen and (min-width:601px) {
    .hide-mob {
        display: block
    }

    .visible-mob {
        display: none
    }
}

@media screen and (max-width:600px) {
    .hide-mob {
        display: none
    }

    .visible-mob {
        display: block
    }

    .banner-slider .banner-info {
        display: flex;
        align-items: center;
        vertical-align: middle;
        justify-content: center;
    }

    .banner-slider .banner-info {
        width: 100%;
        background: rgba(255, 255, 255, .25);
        border-radius: 3px;
        text-align: center !important;
        height: 100%;
        padding-top: 50px
    }

    .item-slider2 .banner-info h2 {
        font-size: 35px;
        margin-top: 110px;
    }
}

@media screen and (max-width:767px) {
    .item-slider2 .banner-info h2 {
        font-size: 30px
    }
}

@media screen and (max-width:1499px) and (min-width:1200px) {
    .banner-slider .banner-thumb {
        height: 500px
    }
}

@media screen and (max-width:1200px) and (min-width:1024px) {
    .banner-slider .banner-thumb {
        height: 400px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .banner-slider .banner-thumb {
        height: 315px
    }
}

@media (max-width:767px) {
    .banner-slider .banner-thumb {
        height: auto;
    }
}

@media (max-width:350px) {
    .banner-slider .banner-thumb {
        height: 248px
    }
}

.ishibannerblock-container {
    margin-bottom: 25px
}

.banners {
    font-size: 0
}

.banners > div.banner-1 {
    margin-right: 230px
}

.banners > div {
    display: inline-block;
    vertical-align: top;
    width: 470px;
    font-size: 16px;
    line-height: 26px;
    color: #8f8180;
    margin-bottom: 30px
}

.banners > div .banner-box {
    position: relative
}

.banners > div .banner-box > a {
    display: block
}

/* .banners>div.banner-1 .s-desc {
    background: #f4eae9;
    background: -moz-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: -webkit-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%)
}

.banners>div.banner-1 .s-desc {
    padding-right: 40%;
    background: #f5ebea;
    background: -moz-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: -webkit-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%)
} */

.banners > div .s-desc {
    background: #f5ebea;
    padding: 85px 40px 30px 47px;
    min-height: 325px
}

.banners > div .banner-box > a img {
    position: absolute;
    top: -10px;
    left: 43.5%;
    pointer-events: none;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease
}

.banners > div.banner-2 {
    margin-top: 123px
}

.banners > div {
    display: inline-block;
    vertical-align: top;
    width: 470px;
    font-size: 16px;
    line-height: 26px;
    color: #8f8180;
    margin-bottom: 30px
}

.banners > div.banner-3 {
    margin: -134px 30px 85px 113px
}

.banners > div {
    display: inline-block;
    vertical-align: top;
    width: 470px;
    font-size: 16px;
    line-height: 26px;
    color: #8f8180;
    margin-bottom: 30px
}

.banners > div .s-desc h3 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 26px;
    display: inline-block;
    font-family: Cinzel, sans-serif;
    text-transform: uppercase;
}

.banners > div .s-desc h3,
.banners > div .s-desc p {
    position: relative
}

.banners > div.banner-3 .banner-box > a img {
    top: -65px;
    left: -248px
}

.banners > div.banner-4 {
    margin-right: 230px
}

.banners > div.banner-4 .banner-box > a img {
    top: 12px;
    left: auto;
    right: -305px
}

.banners > div.banner-4 .s-desc {
    background: #f4eae9;
    background: -moz-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: -webkit-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%)
}

a .banners > div.banner-4 .s-desc {
    min-height: 444px;
    padding-left: 62px;
    padding-right: 35%;
    background: #f5ebea;
    background: -moz-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: -webkit-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%)
}

.banners > div.banner-3 .s-desc {
    background: #f9f5f4;
    background: -moz-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: -webkit-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%)
}

.banners > div.banner-3 .s-desc {
    padding-left: 42%;
    background: #faf6f5;
    background: -moz-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: -webkit-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%)
}

.banners > div.banner-5 .s-desc {
    background: #fbf9f7;
    background: -moz-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: -webkit-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%)
}

.banners > div.banner-5 .s-desc {
    padding-left: 60px;
    padding-right: 34%;
    min-height: 336px;
    background: #fcfaf8;
    background: -moz-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: -webkit-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%)
}

.banners > div.banner-5 .banner-box > a img {
    top: auto;
    bottom: -250px;
    left: 0
}

.sec-category {
    padding: 50px 0;
    letter-spacing: 0
}

.s-desc p {
    letter-spacing: .4px
}

.banners > div .s-desc:before {
    border: 1px solid #f7ebd8 !important
}

.banners > div a:hover {
    color: #8f8180
}

.banners > div.banner-2 .s-desc {
    background: #fbf9f7;
    background: -moz-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: -webkit-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%)
}

.banners > div.banner-2 .s-desc {
    padding-left: 60px;
    padding-right: 55px;
    min-height: 428px;
    background: #fcfaf8;
    background: -moz-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: -webkit-linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%);
    background: linear-gradient(135deg, #d1edf9 0, #e4f6f9 47%, #d7f0f9 100%)
}

.banners > div .s-desc:before {
    border-color: rgba(225, 218, 207, .5)
}

.banners > div .s-desc:before {
    position: absolute;
    display: inline-block;
    top: 50px;
    left: 42.8%;
    width: 370px;
    height: 244px;
    content: '';
    border: 3px solid #bde5f3;
    -moz-transition: .7s all ease;
    -o-transition: .7s all ease;
    -webkit-transition: .7s all ease;
    transition: .7s all ease
}

.banners > div.banner-1 a:hover img {
    -moz-transform: translateX(-2%) translateY(-2%);
    -ms-transform: translateX(-2%) translateY(-2%);
    -o-transform: translateX(-2%) translateY(-2%);
    -webkit-transform: translateX(-2%) translateY(-2%);
    transform: translateX(-2%) translateY(-2%)
}

.banners > div a:hover img {
    -moz-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%)
}

.banners > div .banner-box > a img {
    position: absolute;
    top: -10px;
    left: 55.5%;
    pointer-events: none;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease
}

.banners > div a:hover .s-desc:before {
    border-color: #68a3b7
}

.banners > div .s-desc h3:before {
    position: absolute;
    display: inline-block;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #d9cac9;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}

.banners > div.banner-2 .banner-box > a img {
    top: auto;
    bottom: -279px;
    left: 10px
}

.banners > div.banner-2 .s-desc:before {
    top: auto;
    bottom: -188px;
    left: 60px;
    width: 350px;
    height: 330px
}

.banners > div .s-desc:before {
    border-color: rgba(225, 218, 207, .5)
}

.banners > div .s-desc:before {
    position: absolute;
    display: inline-block;
    top: 50px;
    left: 42.8%;
    width: 370px;
    height: 244px;
    content: '';
    border: 3px solid rgba(227, 220, 209, .5);
    -moz-transition: .7s all ease;
    -o-transition: .7s all ease;
    -webkit-transition: .7s all ease;
    transition: .7s all ease
}

.banners > div.banner-3 .s-desc:before {
    top: 40px;
    left: -100px;
    width: 270px;
    height: 245px
}

.banners > div .s-desc:before {
    border-color: rgba(225, 218, 207, .5)
}

.banners > div .s-desc:before {
    position: absolute;
    display: inline-block;
    top: 50px;
    left: 42.8%;
    width: 370px;
    height: 244px;
    content: '';
    border: 3px solid rgba(227, 220, 209, .5);
    -moz-transition: .7s all ease;
    -o-transition: .7s all ease;
    -webkit-transition: .7s all ease;
    transition: .7s all ease
}

.banners {
    font-size: 0;
    padding: 22px 0
}

.banners > div.banner-4 .s-desc:before {
    top: 52px;
    left: auto;
    right: -200px;
    width: 335px;
    height: 340px
}

.banners > div .s-desc:before {
    border-color: rgba(225, 218, 207, .5)
}

.banners > div .s-desc:before {
    position: absolute;
    display: inline-block;
    top: 50px;
    left: 42.8%;
    width: 370px;
    height: 244px;
    content: '';
    border: 3px solid rgba(227, 220, 209, .5);
    -moz-transition: .7s all ease;
    -o-transition: .7s all ease;
    -webkit-transition: .7s all ease;
    transition: .7s all ease
}

.banners > div.banner-5 .s-desc:before {
    top: 50px;
    left: 122px;
    width: 300px;
    height: 222px
}



.banners > div .s-desc:before {
    position: absolute;
    display: inline-block;
    top: 50px;
    left: 42.8%;
    width: 370px;
    height: 244px;
    content: '';
    -moz-transition: .7s all ease;
    -o-transition: .7s all ease;
    -webkit-transition: .7s all ease;
    transition: .7s all ease
}

.banners > div.banner-5 a:hover img {
    -moz-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    -o-transform: translateY(-2%);
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%)
}

.banners > div.banner-5 .banner-box > a img {
    top: auto;
    bottom: -250px;
    left: 0
}

.banners > div.banner-3 a:hover img {
    -moz-transform: translateX(2%) translateY(-2%);
    -ms-transform: translateX(2%) translateY(-2%);
    -o-transform: translateX(2%) translateY(-2%);
    -webkit-transform: translateX(2%) translateY(-2%);
    transform: translateX(2%) translateY(-2%)
}

.banners > div.banner-3 .banner-box > a img {
    top: -65px;
    left: -248px
}

.banners > div.banner-2 a:hover img {
    -moz-transform: translateY(2%);
    -ms-transform: translateY(2%);
    -o-transform: translateY(2%);
    -webkit-transform: translateY(2%);
    transform: translateY(2%)
}

@media (max-width:1199px) and (min-width:992px) {
    div.banners > div.banner-1 {
        margin-right: 184px
    }

    div.banners > div.banner-3 {
        margin: -134px 30px 68px 160px
    }

    div.banners > div {
        width: 376px
    }

    div.banners > div.banner-3 {
        margin: -134px 30px 68px 160px
    }

    div.banners > div.banner-4 {
        margin-right: 184px
    }

    div.banners > div {
        width: 376px
    }

    div.banners > div .s-desc {
        padding: 68px 32px 24px 38px;
        min-height: 260px
    }

    div.banners > div .s-desc h3 {
        font-size: 37px;
        line-height: 37px;
        margin-bottom: 20px
    }

    div.banners > div.banner-2 .s-desc {
        padding-left: 48px;
        padding-right: 44px;
        min-height: 342px
    }

    div.banners > div.banner-3 {
        margin: -134px 30px 68px 160px
    }

    div.banners > div.banner-3 .banner-box > a img {
        top: -52px;
        left: -198px
    }

    div.banners > div.banner-3 .banner-box > a img {
        top: -52px;
        left: -198px
    }

    div.banners > div {
        width: 376px
    }

    div.banners > div.banner-5 .s-desc {
        padding-left: 45px;
        min-height: 250px;
        padding-right: 25%
    }

    div.banners > div.banner-5 .banner-box > a img {
        bottom: -230px
    }

    div.banners > div.banner-4 {
        margin-right: 184px
    }

    div.banners > div.banner-4 .s-desc {
        min-height: 355px;
        padding-left: 50px
    }

    div.banners > div.banner-4 .banner-box > a img {
        right: -220px
    }

    .banners {
        font-size: 0;
        padding-bottom: 60px
    }
}

@media (min-width:1156px) and (max-width:1199px) {
    div.banners > div {
        width: 395px
    }
}

@media (max-width:991px) and (min-width:768px) {
    div.banners > div.banner-1 {
        margin-right: 137px
    }

    div.banners > div .s-desc {
        padding: 10px 26px 20px 30px;
        min-height: 230px
    }

    div.banners > div {
        font-size: 14px;
        line-height: 20px;
        width: 290px
    }

    div.banners > div.banner-2 .s-desc {
        padding-left: 38px;
        padding-right: 35px;
        min-height: 274px
    }

    div.banners > div.banner-2 .banner-box > a img {
        bottom: -178px
    }

    div.banners > div.banner-3 {
        margin: -110px 24px 54px 75px
    }

    div.banners > div.banner-3 .s-desc {
        padding-left: 39%
    }

    div.banners > div.banner-3 .banner-box > a img {
        top: -42px;
        left: -140px
    }

    div.banners > div.banner-4 {
        margin-right: 120px
    }

    div.banners > div.banner-4 .s-desc {
        min-height: 284px;
        padding-left: 40px
    }

    div.banners > div.banner-4 .banner-box > a img {
        right: -181px
    }

    div.banners > div {
        font-size: 14px;
        line-height: 20px;
        width: 290px
    }

    div.banners > div.banner-5 .s-desc {
        padding-left: 35px;
        min-height: 200px;
        padding-right: 25%
    }

    div.banners > div.banner-5 .banner-box > a img {
        bottom: -185px
    }

    div.banners > div.banner-4 .s-desc p {
        margin-bottom: 5px
    }

    div.banners > div .s-desc h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px
    }

    .s-desc p {
        font-size: 13px;
        line-height: 21px
    }

    div.banners > div .s-desc:before {
        top: 32px;
        width: 225px;
        height: 155px
    }

    div.banners > div.banner-2 .s-desc:before {
        bottom: -100px;
        left: 5%;
        width: 90%;
        height: 210px
    }

    div.banners > div.banner-3 .s-desc:before {
        top: 26px;
        height: 156px;
        left: -96px
    }

    div.banners > div.banner-4 .s-desc:before {
        top: 30px;
        right: -110px;
        width: 210px;
        height: 215px
    }

    div.banners > div.banner-5 .s-desc:before {
        left: 78px;
        width: 190px
    }

    .banners {
        font-size: 0;
        margin: 0 auto;
        width: 100%;
        padding-bottom: 50px
    }
}

@media (min-width:829px) and (max-width:991px) {
    div.banners > div {
        width: 340px
    }
}

@media (max-width:767px) {

    .banners > div.banner-1,
    .banners > div.banner-2,
    .banners > div.banner-3,
    .banners > div.banner-4,
    .banners > div.banner-5 {
        margin: 0 0 50px
    }

    .banners > div .s-desc h3 {
        font-size: 25px
    }

    .banners > div .s-desc p {
        position: relative;
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 10px
    }

    .no-scroll:after {
        width: 25px !important
    }

    .banners > div .banner-box > a img {
        left: 35%;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    .banners > div .banner-box > a img {
        z-index: 2
    }

    .banners > div .s-desc:before {
        width: 300px;
        height: 240px
    }

    .banners > div.banner-1,
    .banners > div.banner-2,
    .banners > div.banner-3,
    .banners > div.banner-4,
    .banners > div.banner-5 {
        margin: 0 0 50px;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block
    }

    .banners > div.banner-2 .banner-box > a img {
        bottom: -140px
    }

    .banners > div .banner-box > a img {
        left: 35%;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    .banners > div {
        display: inline-block;
        text-align: left
    }

    .banners > div.banner-3 .banner-box > a img {
        top: -50px;
        left: -140px
    }

    .banners > div.banner-1,
    .banners > div.banner-2,
    .banners > div.banner-3,
    .banners > div.banner-4,
    .banners > div.banner-5 {
        margin: 0 0 50px
    }

    .banners > div.banner-4 .banner-box > a img {
        right: -180px
    }

    .banners > div.banner-5 .banner-box > a img {
        bottom: -180px
    }

    .banners > div.banner-2 .s-desc:before {
        bottom: -30px;
        height: 240px;
        width: 80%;
        left: 10%
    }

    .banners > div.banner-3 .s-desc:before {
        top: 50px;
        left: -40px;
        width: 215px;
        height: 230px
    }

    .banners > div.banner-4 .s-desc:before {
        top: 40px;
        right: -40px;
        width: 270px;
        height: 270px
    }

    .banners > div .s-desc:before {
        width: 300px;
        height: 240px
    }

    .banners > div.banner-5 .banner-box > a img {
        bottom: -180px
    }

    .banners > div.banner-5 .banner-box > a img {
        bottom: -180px
    }
}

@media (max-width:767px) {

    .banners > div.banner-1,
    .banners > div.banner-2,
    .banners > div.banner-3,
    .banners > div.banner-4,
    .banners > div.banner-5 {
        margin: 0 0 210px
    }

    .banners > div.banner-1 .s-desc,
    .banners > div.banner-2 .s-desc,
    .banners > div.banner-3 .s-desc,
    .banners > div.banner-4 .s-desc,
    .banners > div.banner-5 .s-desc {
        padding: 40px 15px;
        min-height: 0
    }

    .banners > div.banner-1 .banner-box > a img,
    .banners > div.banner-2 .banner-box > a img,
    .banners > div.banner-3 .banner-box > a img,
    .banners > div.banner-4 .banner-box > a img,
    .banners > div.banner-5 .banner-box > a img {
        top: 100%;
        margin-top: -60px;
        bottom: auto;
        left: 15%;
        width: 70%
    }

    .banners > div.banner-1 .s-desc:before,
    .banners > div.banner-2 .s-desc:before,
    .banners > div.banner-3 .s-desc:before,
    .banners > div.banner-4 .s-desc:before,
    .banners > div.banner-5 .s-desc:before {
        top: auto;
        bottom: -160px;
        left: 10%;
        width: 80%;
        height: 200px
    }

    .banners > div.banner-1 .banner-box > a img,
    .banners > div.banner-2 .banner-box > a img,
    .banners > div.banner-3 .banner-box > a img,
    .banners > div.banner-4 .banner-box > a img,
    .banners > div.banner-5 .banner-box > a img {
        top: 100%;
        margin-top: -60px;
        bottom: auto;
        left: 15%;
        width: 70%
    }

    .banners > div.banner-1 .s-desc,
    .banners > div.banner-2 .s-desc,
    .banners > div.banner-3 .s-desc,
    .banners > div.banner-4 .s-desc,
    .banners > div.banner-5 .s-desc {
        padding: 15px 14px;
        min-height: 0
    }

    .banners > div {
        text-align: center;
        max-width: 100%
    }
}

#ishibannerblock .image-container img {
    max-width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ishi-customhover-fadeinbottom:hover.scale img,
.ishi-customhover-fadeinflip:hover.scale img,
.ishi-customhover-fadeinnormal:hover.scale img,
.ishi-customhover-fadeinoutcorner:hover.scale img,
.ishi-customhover-fadeinrotate3D:hover.scale img,
.ishi-customhover-fadeinrotate:hover.scale img,
.ishi-customhover-fadeintop:hover.scale img,
.ishi-customhover-fadeoutcenter:hover.scale img {
    transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06)
}

#ishibannerblock .image-container a:after {
    background: rgba(0, 0, 0, .1)
}

.ishi-customhover-fadeinbottom.scale img,
.ishi-customhover-fadeinflip.scale img,
.ishi-customhover-fadeinnormal.scale img,
.ishi-customhover-fadeinoutcorner.scale img,
.ishi-customhover-fadeinrotate.scale img,
.ishi-customhover-fadeinrotate3D.scale img,
.ishi-customhover-fadeintop.scale img,
.ishi-customhover-fadeoutcenter.scale img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -ms-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

#ishibannerblock .image-container a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#ishibannerblock .image-container img {
    max-width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#ishibannerblock .image-container a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#ishibannerblock .image-container a:after {
    background: rgba(0, 0, 0, .1)
}

.ishi-customhover-fadeinrotate:hover:after {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1
}

.ishi-customhover-fadeinrotate:after {
    content: '';
    background: none repeat scroll 0 0 rgba(0, 0, 0, .1) !important;
    position: absolute;
    display: block !important;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    left: 10px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(-180deg) scale(0);
    -moz-transform: rotate(-180deg) scale(0);
    -ms-transform: rotate(-180deg) scale(0);
    -o-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0)
}

.bannerblock {
    padding: 10px 13px
}

.bannerblock2.stellar_box {
    padding-top: 22px;
    text-align: center;
    padding-bottom: 21px;
    margin-top: 19px
}

.bannerblock2.stellar_box.bannerblock:hover {
    transition: all .4s;
    cursor: pointer
}

.bannerblock2.stellar_box p {
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 20px
}

.st_btn {
    border-radius: 0 !important;
    padding: 6px 22px !important
}

div#searchAndQuickLinks {
    display: none !important
}

.stul_img {
    width: 198px
}

.no-scroll-parent {
    position: relative;
    width: 100%;
    height: 100%
}

.no-scroll {
    height: 100%;
    position: relative;
    width: 100%
}

.no-scroll:after {
    content: "";
    height: 80em;
    background: #fff;
    display: block;
    position: absolute;
    width: 41px;
    right: -11px;
    top: -78px
}

.conn_supp {
    padding-top: 40px;
    padding-bottom: 8px
}

h3.RingSettingTitleSPL {
    font-size: 15px;
    position: relative;
    padding-top: 10px;
    color: #000;
}

.slider-track li:hover {
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .2)
}

.slider-track .owl-item {
    padding: 0 15px 30px
}

.slider-track {
    text-align: center;
    margin-bottom: 70px
}


.shape-slider li:hover {
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .2)
}

.shape-slider .owl-item {
    padding: 0 15px 30px
}

.shape-slider {
    text-align: center;
    margin-bottom: 70px
}

.shape-slider li {
    border: 1px solid #e5e5e5;
    padding: 55px 0;
    padding-bottom: 30px;
    border-radius: 4px
}

p.general-paragraph-small {
    font-size: 13px;
    padding: 5px 10px;
    line-height: 21px;
    color: #777;
    height: 70px
}

.slider-track li {
    border: 1px solid #e5e5e5;
    padding: 55px 0;
    padding-bottom: 30px;
    border-radius: 4px
}

h3.RingSettingTitleSPL::before {
    position: absolute;
    width: 0;
    height: inherit;
    content: "";
    background: #333;
    top: 0;
    left: 0;
    margin: 0;
}

.slider-track .owl-item li a img {
    width: 120px;
    margin: 0 auto
}

.shape-slider .owl-item li a img {
    width: 120px;
    margin: 0 auto
}

.shape-slider .owl-nav .owl-prev {
    width: 42px;
    height: 42px;
    display: inline-block;
    opacity: 1;
    padding: 0;
    text-align: center;
    margin: -15px 0 0;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 9;
    color: #000;
    background: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border: 1px solid #ddd !important;
    font-size: 30px;
}

.shape-slider .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    display: inline-block;
    opacity: 1;
    padding: 0;
    text-align: center;
    margin: -15px 0 0;
    right: 0px;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    z-index: 9;
    color: #000 !important;
    background: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border: 1px solid #ddd !important;
}

.shape-slider .owl-nav .owl-prev i,
.wrap-item .owl-nav .owl-next i {
    font-size: 25px;
    line-height: 100%;
    width: 100%;
    height: 100%;
    line-height: 42px;
}

.box-best-seller9 button.slick-arrow {
    width: 42px;
    height: 42px;
    display: inline-block;
    opacity: 1;
    padding: 0;
    text-align: center;
    margin: -15px 0 0;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    color: #000;
    background: rgba(255, 255, 255, .5) !important;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    border: 1px solid #ddd !important;
    font-size: 30px
}

.box-best-seller9 .wishlist-top1 {
    top: 15px
}

.box-best-seller9 .item-product {
    position: relative;
    padding: 0 10px
}

.filter-catelog {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-top: 15px;
    margin-bottom: 15px
}

.filter-catelog ul {
    margin: 0 auto;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.filter-catelog ul li {
    text-align: center
}


.box-best-seller9 button.slick-arrow.slick-prev {
    left: -13px
}

.box-best-seller9 button.slick-arrow {
    width: 42px;
    height: 42px;
    display: inline-block;
    opacity: 1;
    padding: 0;
    text-align: center;
    margin: -15px 0 0;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    color: #000;
    background: rgba(255, 255, 255, .5) !important;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    border: 1px solid #ddd !important;
    font-size: 30px
}

.box-best-seller9 button.slick-arrow.slick-next {
    right: -20px;
    left: auto
}

.filter-catelog ul li a {
    width: 110px;
    display: inline-block;
    padding: 30px;
    height: 110px;
    border-radius: 50%;
    margin: 0 20px
}

.filter-catelog ul li p {
    background-position: right 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 20px
}

.pend_wd {
    max-width: 55px;
    max-height: 55px
}

.filter-catelog ul li a:hover {
    transition: all .4s;
    transform: scale(1.08)
}

@media screen and (max-width:767px) {
    .related-tabs .item-product {
        margin: 0 5px !important
    }

    .filter-catelog {
        overflow-x: scroll
    }

    .filter-catelog ul {
        justify-content: flex-start !important
    }
}

@media (max-width:575px) {
    .filter-catelog {
        width: 100%;
        margin: 0 auto;
        overflow-x: scroll
    }

    .filter-catelog ul {
        justify-content: flex-start !important
    }

    .filter-catelog ul {
        display: flex
    }

    .filter-catelog ul li a {
        width: 100px;
        height: 100px
    }

    .filter-catelog ul li p {
        font-size: 12.5px
    }

    .filter-catelog {
        padding-bottom: 23px;
        padding-top: 15px;
        margin-bottom: 30px !important
    }
}

.newsletter {
    margin-bottom: -50px;
    padding: 80px 0;
}

.input-field {
    width: 265px;
    display: inline-block;
    display: inline-flex;
}

.subscribe-filed {
    display: inline-block
}

a.news-mail {
    text-decoration: underline
}

.form-newsletter2 input[type=email] {
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #ced4da;
    display: block;
    width: 100%;
    border-radius: 0;
    padding-left: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    font-weight: 600;
    color: #495057;
}

.form-newsletter2 input[type=submit] {
    text-transform: uppercase;
    height: 50px;
    padding: 0 25px;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 0;
    margin-left: -8px;
    top: -1px;
    position: relative;
    transition: all .4s;
    background: #2c2c2c;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    border: none;
    color: #fff;
    font-weight: 800;
}

.block-footer2 .form-newsletter2 {
    margin-top: 14px
}

p.desc.dark.opaci.news-txt {
    font-size: 12px;
    line-height: 20px;
    padding-top: 12px
}



@media (max-width:767px) {
    .form-newsletter2 input[type=email] {
        margin-bottom: 20px;
        /*border-radius: 50px !important*/
    }

    .form-newsletter2 input[type="submit"] {
        margin-left: 0;
        width: 100%;
    }

    .subscribe-box .subscribe-filed {
        display: block;
    }
}

div#testimonial-tabs .nav-pills li {
    display: inline-block;
    padding: 0 30px;
    float: none;
}

#testimonial-tabs .nav-pills a {
    padding: 5px;
    background-color: #fff;
}



div#testimonial-tabs ul.nav-pills {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}

div#testimonial-tabs ul.nav-pills img {
    max-width: 130px;
    width: 100%;
    border-radius: 4px;
}

.testimo-slider2 .wrap-item {
    padding: 15px 0;
    margin-bottom: 0px;
}

.testimonial-icon1 {
    width: 45px;
    height: 40px;
    text-align: center;
    font-size: 19px;
    line-height: 40px;
    position: absolute;
    top: 33px;
    left: -19px;
    z-index: 99
}

.testimonial-icon1:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0
}

.testimonial-icon2 {
    width: 45px;
    height: 40px;
    text-align: center;
    font-size: 19px;
    line-height: 40px;
    position: absolute;
    top: 33px;
    left: -19px;
    z-index: 99;
    opacity: .8
}

.testimonial-icon2:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0
}

.testimonial-icon3 {
    width: 45px;
    height: 40px;
    text-align: center;
    font-size: 19px;
    line-height: 40px;
    position: absolute;
    top: 33px;
    left: -19px;
    z-index: 99;
    opacity: .8
}

.testimonial-icon3:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0
}

ul.reviews_icon li {
    display: inline-block
}

ul.reviews_icon li img {
    width: 15px !important;
    margin-bottom: 10px
}

.testimo-slider2 {
    position: relative
}

.goog_reviews img {
    width: 150px
}

.wht_hd {
    text-align: center;
    padding-bottom: 40px
}

.item-testimo2.text-center {
    MAX-WIDTH: 80%;
    MARGIN: 0 AUTO;
}

.testimo-slider2 .wrap-item .owl-nav .owl-prev {
    margin-left: 30px;
    margin-top: 10px
}

.testimo-slider2 .wrap-item .owl-nav .owl-next {
    margin-right: 30px;
    margin-top: 10px
}

.testimo-jewelry2 .title-box2 {
    margin-bottom: 0
}

.item-testimo2 h3 {
    margin-bottom: 10px
}

.testimo-slider2 .owl-pagination {
    margin-top: 50px
}

.testimo-slider2 .owl-theme .owl-controls .owl-buttons div {
    top: 50px
}

.item-testimo2 h3.title18 a {
    text-transform: capitalize;
    color: #fff;
}

.txt-black {
    color: #333
}

a.review_read_more {
    display: block;
    color: #f5f5f5;
}

a.review_read_more:hover {
    color: #f5f5f5;
}

.item-testimo2 .desc {
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
}

.testimo-slider2 .wrap-item .owl-dots .owl-dot {
    border: 4px solid #fff !important;
    padding: 2px !important;
    background: #fff;
    border-radius: 50%;
    margin-right: 4px;
}

.testimo-slider2 .wrap-item .owl-dots {
    margin: 0 auto;
    text-align: center;
    display: none !important;
}

.testimo-jewelry2.parallax {
    background-size: cover
}

.testimo-jewelry2 {
    padding: 60px 0 40px;
    margin-bottom: 70px
}


.testimo-slider2 .wrap-item .owl-nav .owl-prev {
    width: 42px;
    height: 42px;
    display: inline-block;
    opacity: 1;
    padding: 0;
    text-align: center;
    margin: -15px 0 0;
    border-radius: 0px;
    position: absolute;
    top: 35%;
    left: 0px;
    z-index: 9;
    color: #fff !important;
    background: transparent !important;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border: 0 !important;
    font-size: 30px;
    background: transparent;
}

.testimo-slider2 .wrap-item .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    display: inline-block;
    opacity: 1;
    padding: 0;
    text-align: center;
    margin: -15px 0 0;
    right: 0px;
    border-radius: 0px;
    position: absolute;
    top: 35%;
    z-index: 9;
    color: #fff !important;
    background: transparent !important;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border: 0 !important;
}

.testimo-slider2 .owl-nav {
    display: block !important
}

/*@media screen and (min-width:767px) {
    #testimonial-tabs .tab-pane {
        display: block
    }
    }*/
https: //dash.cloudflare.com/login

@media screen and (max-width:400px) {
    div#testimonial-tabs ul.nav-pills {
        width: 100%
    }
}

.eapps-facebook-feed-content-container {
    background: #fff
}

.eapps-facebook-feed-posts-load-more.eapps-facebook-feed-load-more {
    background: #fff;
    border: 1px solid #333;
    border-radius: 25px;
    width: 120px;
    color: #000;
    line-height: 40px;
    height: 43px
}

.eapps-facebook-feed-posts-item-inner {
    padding: 20px 20px 12px;
    border: 1px solid #eee
}

.eapps-facebook-feed-load-more-label {
    text-transform: capitalize;
    letter-spacing: .1px;
    font-size: 15px
}

.item-post-wg .post-thumb {
    width: 80px
}

.item-post-wg .post-info {
    padding-left: 20px
}

.wg-list-posts > li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.wg-list-posts > li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.item-post-wg .post-title {
    margin-bottom: 10px
}

.item-post-wg .comment-count .fa {
    margin-right: 5px
}

.item-post-list .post-title {
    margin-bottom: 20px
}

.item-post-list .desc {
    margin-bottom: 22px
}

.item-post-list .post-meta-data {
    margin-bottom: 7px
}

.content-404 {
    margin-top: 50px
}

.blog-list-view .item-post-list {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.blog-list-view .col-md-12:last-child .item-post-list {
    border-bottom: none;
    padding-bottom: 0
}

.post-meta-data > li {
    margin: 0 10px 5px 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-right: 14px
}

.post-meta-data > li:last-child {
    border: none
}

.post-meta-data {
    margin-bottom: 10px;
    font-size: 12px
}

.post-meta-data i.fa {
    margin-right: 10px
}

.post-meta-data li a {
    margin-right: 10px
}

.post-meta-data li a:last-child {
    margin-right: 0
}

.blog-list-view .item-post-large {
    margin-bottom: 50px;
    padding-bottom: 50px
}

.item-post-large .post-thumb {
    margin-bottom: 22px
}

.post-meta-data label {
    font-weight: 400;
    margin: 0
}

.single-post-thumb {
    margin-bottom: 25px
}

.content-post-default > .desc {
    margin-bottom: 30px
}

.content-post-default > h2 {
    margin-bottom: 25px
}

.content-post-default .row {
    margin-bottom: 30px
}

.block-quote {
    background: #f9f9f9;
    padding: 30px 40px;
    margin-bottom: 30px
}

.block-quote h3.title14 {
    position: relative;
    margin-top: 36px
}

.block-quote h3.title14::before {
    position: absolute;
    width: 100px;
    height: 1px;
    content: "";
    background: #333;
    top: -20px;
    left: 0
}

.block-quote .desc {
    font-style: italic
}

.single-intro-travel h2 {
    margin-bottom: 22px
}

.content-post-default > h3 {
    margin-bottom: 20px
}

.single-list-link li {
    margin-bottom: 20px;
    list-style: circle;
    margin-left: 15px
}

.single-list-link {
    margin-bottom: 40px
}

.single-list-adv .banner-adv {
    margin-bottom: 22px
}

.single-list-social {
    margin-bottom: 50px
}

.single-info-author {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
    margin-bottom: 40px
}

.single-info-author .author-info {
    position: relative;
    padding-top: 15px
}

.single-info-author .author-info > h3 {
    margin: 12px 0 8px
}

.single-info-author .author-social {
    position: absolute;
    right: 0;
    top: 34px;
    margin: 10px -12px 0
}

.single-info-author .author-social a {
    margin: 0 12px
}

.post-control {
    padding: 25px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    position: relative;
    margin-bottom: 50px
}

.post-control::after {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1px;
    content: "";
    background: #e5e5e5;
    top: 0
}

.post-control i.fa {
    font-size: 18px;
    vertical-align: middle
}

.post-control span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px
}

.title-single-related-post {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative
}

.title-single-related-post a {
    position: absolute;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    top: 0;
    right: 0
}

.related-post-slider {
    margin: 0 -15px
}

.related-post-slider .item-post {
    margin: 0 15px
}

.single-related-post {
    margin-bottom: 30px
}

.blog-comment-detail > h2.title18 {
    margin-bottom: 25px
}

.single-info-author .author-thumb {
    width: 100px
}

.single-info-author .author-info {
    padding-left: 20px;
    position: relative
}

.item-comment .comment-thumb {
    width: 70px
}

.item-comment .comment-info {
    padding-left: 20px;
    position: relative
}

.item-comment .comment-info .author-name {
    text-transform: uppercase
}

.item-comment .comment-info span.black {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 5px
}

.item-comment .comment-info .desc {
    margin: 10px 0
}

.item-comment .comment-info .reply-button {
    position: absolute;
    top: 0;
    right: 0
}

.item-comment {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e5e5e5
}

.comment-list li:last-child .item-comment {
    border: none;
    margin-bottom: 0
}

.blog-comment-detail {
    margin-bottom: 20px
}

.reply-comment > h2 {
    margin-bottom: 17px
}

.reply-comment > .desc {
    margin-bottom: 40px
}

.blog-grid-view .item-post {
    margin-bottom: 50px
}

.single-post-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    background: #ccc;
    color: #fff;
    text-align: center;
    font-size: 12px;
    z-index: 10
}

.single-post-date strong {
    font-size: 18px;
    display: block;
    background: #333;
    padding: 9px 10px
}

.single-post-date span {
    padding: 7px 10px;
    display: block
}

.item-post-grid .post-thumb {
    margin-bottom: 5px;
    display: block !important
}

.post-thumb img {
    height: 220px;
    object-fit: cover
}

.post-slider .owl-item {
    padding: 0 15px
}

.item-post.item-post-grid {
    border: 1px solid #f4f4f4;
    box-shadow: 0 9px 15px #f0f0f0
}

.post-slider .owl-stage-outer {
    padding: 20px 0
}

.post-info {
    padding: 15px 12px;
    padding-bottom: 25px
}

.item-post-grid .post-info .post-title {
    margin-bottom: 8px;
    line-height: 23px;
    font-size: 16px;
    height: 45px;
    overflow: hidden
}

.post-info p {
    text-align: center !important;
    color: #777
}

.post-slider {
    margin: 0 -15px
}

.post-slider1 {
    margin-bottom: 25px
}

.item-post-grid .post-meta-data {
    margin-bottom: 0
}

.item-post-grid .post-meta-data {
    margin-bottom: 0
}

.post-info .shop-button {
    height: 37px;
    line-height: 35px;
    padding: 0 19px
}

.cover {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 5;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: opacity .5s ease-out;
    opacity: 0
}

.cover--active {
    opacity: 1;
    height: 100%
}

.cover__image-area {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 5%;
    width: 450px;
    z-index: 999999;
    background: #fff !important;
    padding: 20px
}

.cover__image-area img {
    width: 100%;
    margin-bottom: 15px
}

.cover__image-area p {
    font-size: 16px
}

.pins {
    overflow: hidden;
    list-style: none
}

.pins > li {
    float: left
}

.pins__thumb-img {
    overflow: hidden;
    border-radius: 11px;
    height: 250px;
    width: 100%;
    object-fit: cover
}

ul#pins li {
    display: inline-block;
    float: none;
    width: 23%;
    box-shadow: 0 10px 10px #dddd;
    margin-right: 15px;
    margin-bottom: 16px;
    padding: 0 10px;
    border-radius: 4px
}

ul#pins li a p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 12px
}

@media screen and (max-width: 992px) and (min-width:767px) {
    div#testimonial-tabs .col-md-4 {
        padding: 7px !important;
    }

    .testimonial-icon1,
    .testimonial-icon2,
    .testimonial-icon3 {
        width: 38px;
        height: 34px;
        font-size: 16px;
        line-height: 35px;
        top: 33px;
        left: -18px;
    }

    testimo-slider2 .wrap-item .owl-nav .owl-next {
        margin-right: 5px;
    }

    testimo-slider2 .wrap-item .owl-nav .owl-prev {
        margin-left: 5px;
    }

    .item-testimo2.text-center {
        MAX-WIDTH: 90%;
        MARGIN: 0 AUTO;
    }
}

/* ring builder section */

.video-section1 {
    margin-top: 50px;
    margin-bottom: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.video-section1 p.title16 {

    margin-bottom: 15px;
}

a.shop_nw_btn.blck.link-arrow.btn.shop_nw_btn.blck {
    width: 57%;
    margin-top: 20px;
    padding: 10px 0px;
}

@media screen and (max-width: 992px) {
    a.shop_nw_btn.blck.link-arrow.btn.shop_nw_btn.blck {
        width: 250px;
    }

    .shapes-slider {
        margin-toP: 35px;
        margin-bottom: 35px;
    }

    .shapes-slider p {
        display: none
    }

    .shapes-slider .container {
        padding: 0px
    }

    .shape-slider .owl-item {
        padding: 0px !important;
    }

    .shapes-slider .owl-nav.disabled,
    .shapes-slider .owl-nav {
        display: none !important
    }

    .shapes-slider h3.RingSettingTitleSPL {
        text-align: center;
        font-size: 13px;
        padding-top: 0px;
    }

    .shapes-slider h3.RingSettingTitleSPL:before {
        background: transparent;
        width: 0px;
    }

    .shapes-slider .shape-slider li {
        border: 0px solid transparent;
        padding: 0px !important
    }
}

@media screen and (max-width: 767px) {
    .video-section1 {
        width: 100%;
        margin-top: 20px;
    }

    a.shop_nw_btn.blck.link-arrow.btn.shop_nw_btn.blck {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .video-section1 img {
        max-width: 250px;
    }

    .video-section1 h2 {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }

}

.banner-slider .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    display: inline-block;
    opacity: 1;
    padding: 0;
    text-align: center;
    margin: -15px 0 0;
    right: 0px;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    z-index: 9;
    color: #000 !important;
    background: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border: 1px solid #ddd !important;
}

.banner-slider .owl-nav .owl-prev {
    width: 42px;
    height: 42px;
    display: inline-block;
    opacity: 1;
    padding: 0;
    text-align: center;
    margin: -15px 0 0;
    left: 0px;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    z-index: 9;
    color: #000 !important;
    background: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border: 1px solid #ddd !important;
}

.banner-slider .owl-nav .owl-prev i {
    font-size: 25px;
    line-height: 100%;
    width: 100%;
    height: 100%;
    line-height: 42px;
}

.shapes-slider {
    margin-top: 70px;
}

.diamond-slider li {
    text-align: center;
}

.diamond-slider li a {
    display: inline-block;
    /*opacity: 0.3;*/
}

/*.diamond-slider .owl-item.active.center li a {
    opacity: 1;
}*/

.diamond-slider li a img {
    padding-top: 20px;
    max-width: 350px !important;
    margin: 0 auto !important;
    /* transform: scale(.9); */
}

.diamond-slider {
    position: relative;
}

.diamond-slider .owl-nav {
    position: absolute;
    top: 40%;
    z-index: 99;
    left: 20%;
    right: 20%;
}

.diamond-slider .owl-nav .owl-prev i,
.diamond-slider .owl-nav .owl-next i {
    font-size: 32px;
    width: 50px;
    height: 50px;
    background: #a99575;
    border-radius: 50% 50%;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.diamond-slider .ion-ios-arrow-thin-left::before {
    content: "\f3d2";
}

.diamond-slider .ion-ios-arrow-thin-right::before {
    content: "\f3d3";
}

.diamond-slider .owl-nav .owl-prev i:hover,
.diamond-slider .owl-nav .owl-next i:hover {
    opacity: .8;
}

.diamond-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

/*
.diamond-slider button.owl-prev {
    position: relative;
    top: -135px;
    left: -50px;
    z-index: 99;
    padding: 0;
    background: 0 0;
    border: 0 solid transparent;
}

.diamond-slider button.owl-next {
    position: relative;
    top: -135px;
    right: -50px;
    z-index: 99;
    padding: 0;
    background: 0 0;
    border: 0 solid transparent;
}*/

.long-arrow-left,
.long-arrow-right {
    background-image: url(https://ion.r2net.com/images/amazingHomepage/Arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 36%;
    display: inline-block;
    width: 300px;
    height: 14px;
}

.long-arrow-left {
    transform: rotate(180deg);
}

.long-arrow-left,
.long-arrow-right {
    background-image: url(https://ion.r2net.com/images/amazingHomepage/Arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 36%;
    display: inline-block;
    width: 300px;
    height: 14px;
}

.about_sec {
    padding-top: 80px;
}

.as_desc {
    padding-left: 50px;
}

.as_desc.pl_0 {
    padding-left: 0;
}

.as_desc .pretitle {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .05em;
    color: #a99575;
    margin-bottom: 13px;
    font-weight: 700;
}

.as_desc h6 {
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;
    padding: 0 0 30px 0;
    letter-spacing: 0;
}

.as_desc p {
    font-size: 18px;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 32px;
}

.shop_btn {
    margin-top: 50px;
    background: #2c2c2c;
    text-transform: uppercase;
    font-weight: 500;
/*     height: 55px; */
    letter-spacing: .12em;
    padding: 0px 40px;
    border-radius: 0;
    line-height: 55px;
    color: #fff;
    font-weight: 800;
}

.shop_btn:hover,
.shop_btn:focus {
    background: #a99575;
    color: #fff;
    outline: none;
}

.about_main {
    padding: 100px 0;
    background: #f6f6f6;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 80px;
}

.am_box {
    text-align: center;
}

.am_box img {
    margin-bottom: 10px;
}

.am_box h6 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 600;
    margin-top: 10px;
}

.am_box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #7b7b7b;
    margin-top: 20px;
}

.subscribe-box h2 {
    margin-bottom: 25px;
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: .03em;
}

.subscribe-box {
    max-width: 440px;
    margin: 0 auto;
}

.subscribe-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #7b7b7b;
}

.subscribe-box p a {
    color: #a99575;
}

.subscribe-box a.mail {
    color: #7b7b7b;
}

.subscribe-box p a:hover {
    color: #a99575;
}

.subscribe-box .shop_btn {
    margin-top: 25px;
}

.newsletter .border-left {
    border-left: 1px solid #d9d9d9;
}

.subscribe-box .form-newsletter2 {
    margin-top: 35px;
}

.about_sec .row {
    display: flex;
    align-items: center;
}

.testimo-slider2 .ion-ios-arrow-thin-left::before {
    content: "\f3d2";
}

.testimo-slider2 .ion-ios-arrow-thin-right::before {
    content: "\f3d3";
}
