.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%
3}

.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
}

.btn-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.diamond-slider1 li a i {
    background-image: url(../../../images/home/diamond-shape.png);
    background-repeat: no-repeat;
    background-size: 700px auto;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.diamond-slider1 li a i:hover {
    background-position: 0 100%;
}

.diamond-slider1 li a:hover h3 {
    color:
}

.diamond-slider1 li a.shp2 i {
    background-position: 11% 0;
}

.diamond-slider1 li a.shp2:hover i {
    background-position: 11% 100%;
}

.diamond-slider1 li a.shp3 i {
    background-position: 22% 0;
}

.diamond-slider1 li a.shp3:hover i {
    background-position: 22% 100%;
}

.diamond-slider1 li a.shp4 i {
    background-position: 89% 0;
}

.diamond-slider1 li a.shp4:hover i {
    background-position: 89% 100%;
}

.diamond-slider1 li a.shp5 i {
    background-position: 55.4% 0;
}

.diamond-slider1 li a.shp5:hover i {
    background-position: 55.4% 100%;
}

.diamond-slider1 li a.shp6 i {
    background-position: 66.6% 0;
}

.diamond-slider1 li a.shp6:hover i {
    background-position: 66.6% 100%;
}

.diamond-slider1 li a.shp7 i {
    background-position: 33% 0;
}

.diamond-slider1 li a.shp7:hover i {
    background-position: 33% 100%;
}

.diamond-slider1 li a.shp8 i {
    background-position: 44% 0;
}

.diamond-slider1 li a.shp8:hover i {
    background-position: 44% 100%;
}

.diamond-slider1 li a.shp9 i {
    background-position: 100% 0;
}

.diamond-slider1 li a.shp9:hover i {
    background-position: 100% 100%;
}

.diamond-slider1 li a.shp10 i {
    background-position: 77.6% 0;
}

.diamond-slider1 li a.shp10:hover i {
    background-position: 77.6% 100%;
}

.row.video-section1 img {
    margin-bottom: 20px;
}

.list-banner-jewelry2 {
    padding-bottom: 40px;
    padding-top: 60px;
}

.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
    }

    .diamond-section img {
        margin-bottom: 30px;
    }

    .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 h2 {
    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: 0px;
    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 h2.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 h2 {
        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: 0px;
        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 h2 {
        font-size: 42px
    }

    .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 {
        width: 100%;
        background: rgba(255, 255, 255, .25);
        border-radius: 3px;
        text-align: center !important;
        height: 100%;
        padding-top: 55px !important;
    }

    .item-slider2 .banner-info h2 {
        font-size: 35px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:767px) {
    .item-slider2 .banner-info h2 {
        font-size: 30px 
    }

    li.tile-case.pd-box.col-xs-12 {
        padding: 0px;
    }
}

@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: 270px
    }
}

@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;
    font-size: 16px;
    line-height: 26px;
    color: #8f8180;
    margin-bottom: 30px
}
*/
.banner-block {
    clear: both;
    margin-bottom: 20px;
    color: #000;
    display: inline-block;
    width: 100%;
    background: #FFF;
}

.s-desc.col-md-6 {
    padding: 10px 35px;
}

.s-desc a {
    background: #000;
    padding: 8px 30px;
    color: #fff !important;
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
}

.intro-section.text-center {
    padding: 50px 0px;
    width: 80%;
    margin: 0 auto;
}

.banner-block p {
    color: #333;
    font-size: 16px;
    margin-top: 22px;
}

.banners > div .banner-box {
    position: relative
}

.banners > div .banner-box > a {
    display: block
}

.diamond-section {
    padding-bottom: 60px;
}

.diamond-section img {
    border-radius: 10px;
}

.diamond-section .col-md-6.content-section {
    padding-left: 30px;
    padding-right: 30px;
}

.banners > div.banner-2 {
    margin-top: 123px
}



/*.banners>div.banner-3 {
    margin: -134px 30px 85px 113px
}*/


.sec-category {
    background: #f6F6F6;
    padding-top: 50px;
    letter-spacing: 0;
    MARGIN-TOP: 30PX;
    padding-bottom: 30px;
}

.cate_caption p {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 5px;
}

.sec-category .shop_nw_btn {
    font-size: 14px;
}

.sec-category .shop_nw_btn::after {
    font-family: ionicons;
    content: "\f3d6";
    margin-left: 5px;
    font-size: 18px;
}

.testimo-slider2 svg {
    position: absolute !important;
    bottom: 15px !important;
    right: 15px !important;
    width: 30px !important;
    height: 30px !important;
    background: #fff !important;
    padding: 2px !important;
    border-radius: 50% !important;
    z-index: 99;
}

.bannerblock {
    padding: 10px 13px
}

.banner-box h3 {
    font-size: 30px;
}

.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;
    text-transform: uppercase;
    position: relative;
    padding-top: 10px;
    text-align: center
}

h3.RingSettingTitleSPL a {
    color: #666;
}

.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{padding-top:60px;}*/
.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)*/
}

.shapes-slider {
    margin-top: 60px;
    margin-bottom: 35px;
}

.shape-slider .owl-item {
    padding: 0 15px 30px
}

.shape-slider {
    text-align: center;

}

.shape-slider li {
    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
}

.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;
    background: #fff;
    display: inline-block;
    padding: 30px;
    box-shadow: inset 0 -16px 35px rgba(93, 102, 114, .18);
    height: 110px;
    border-radius: 50%;
    margin: 0 20px
}

.filter-catelog ul li p {
    background: -webkit-linear-gradient(left, #50556b, #786266 65%);
    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;
    color: #444344;
    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 {
    /* padding-top: 40px; */
    padding-bottom: 20px;
    /* margin-bottom: -50px; */
}

.appointment-bx {
    margin-bottom: 50px;
}

.input-field {
    width: 335px;
    display: inline-block;
    display: inline-flex
}

.subscribe-filed {
    display: inline-block
}

a.news-mail {
    text-decoration: underline
}

.form-newsletter2 input[type=email] {
    height: 45px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .3);
    display: block;
    width: 100%;
    background: 0 0;
    border-radius: 0px;
    padding-left: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.form-newsletter2 input[type=submit] {
    text-transform: uppercase;
    height: 45px;
    padding: 0 25px;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 0px;
    margin-left: -10px;
    top: -1px;
    position: relative;
    transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
}

.block-footer2 .form-newsletter2 {
    margin-top: 14px
}

p.desc.dark.opaci.news-txt {
    font-size: 12px;
    line-height: 20px;
    padding-top: 12px
}

.newsletter p {
    font-size: 13px
}

@media (max-width:767px) {
    .form-newsletter2 input[type=email] {
        margin-bottom: 20px;
        border-radius: 0px !important
    }

    .form-newsletter2 input[type=submit] {
        margin-left: 0
    }

    .subscribe-filed {
        display: inline-block;
        margin-left: -20px;
        top: -1px;
    }

    .home .title-box2 h2 {

        font-size: 29px;
    }

    .home .title-box2 h1 {
        font-size: 29px;
    }
}

div#testimonial-tabs .nav-pills li {
    display: inline-block;
    float: none;
    width: 29%
}

#testimonial-tabs .nav-pills a {
    padding: 5px;
    background-color: #aaa
}



div#testimonial-tabs ul.nav-pills {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

div#testimonial-tabs ul.nav-pills img {
    max-width: 100%
}

.testimo-slider2 .wrap-item {
    padding: 35px 0;
    margin-bottom: 35px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 25px #777;
    box-shadow: 0 35px 20px #e2e2e2;
    -moz-transform: rotate(0);
    -o-transform: rotate(-8deg);
    min-height: 333px;
    margin-top: 50px;
}

.testimonial-icon1 {
    width: 45px;
    height: 40px;
    background: #637bf7;
    text-align: center;
    font-size: 19px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    top: 33px;
    left: -19px;
    z-index: 99
}

.testimonial-icon1:before {
    content: "";
    border-bottom: 16px solid #6278ec;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 0
}

.testimonial-icon2 {
    width: 45px;
    height: 40px;
    background: #bf1a0d;
    text-align: center;
    font-size: 19px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    top: 33px;
    left: -19px;
    z-index: 99;
    opacity: .8
}

.testimonial-icon2:before {
    content: "";
    border-bottom: 16px solid #b51609;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 0
}

.testimonial-icon3 {
    width: 45px;
    height: 40px;
    background: #330065;
    text-align: center;
    font-size: 19px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    top: 33px;
    left: -19px;
    z-index: 99;
    opacity: .8
}

.testimonial-icon3:before {
    content: "";
    border-bottom: 16px solid #3c0473;
    border-left: 18px solid transparent;
    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 {
    background: #fff;
    padding: 13px;
    border-bottom: 2px dotted #d4d0cf;
    box-shadow: 1px -13px 73px #e8e8e8
}

.goog_reviews img {
    width: 150px
}

.wht_hd {
    text-align: center;
    padding-bottom: 40px
}

.wht_hd h2 {
    color: #222;
    margin-bottom: 15px
}

.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
}

.txt-black {
    color: #333
}

.item-testimo2 .desc {
    margin-bottom: 15px
}

.testimo-slider2 .wrap-item .owl-dots .owl-dot {
    border: 4px solid #222 !important;
    padding: 2px !important;
    background: #fff;
    border-radius: 50%;
    margin-right: 4px
}

.testimo-slider2 .wrap-item .owl-dots {
    margin: 0 auto;
    text-align: center
}

.testimo-jewelry2.parallax {
    background-color: #f1f1f1 !important
}

.testimo-jewelry2.parallax {
    background-size: cover
}

.testimo-jewelry2 {
    padding: 60px 0 32px;
    margin-bottom: 70px
}

.testimo-slider2 .owl-nav {
    display: block !important
}

@media screen and (min-width:767px) {
    #testimonial-tabs .tab-pane {
        display: block
    }

    .diamond-section > div {
        display: flex;
        align-items: center;
        text-align: center;
    }

}

@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;
    }

    .testimo-slider2 .wrap-item {
        min-height: 370px;
        padding: 20px 10px 20px 25px;
    }

    .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: 50px;
    }

    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;
}
