.steps-create {
    margin: 20px 10px 0
}

.steps-create .box1 {
    float: left;
    background: #525050;
    width: 120px;
    box-sizing: border-box;
    padding: 8px 12px;
    height: 52px
}

.steps-create .box1 .h6 {
    color: #fff;
    text-transform: uppercase;
    line-height: 18px
}

.steps-create .box2 {
    float: left;
    width: calc(100% - 120px)
}

.steps-create .box2 li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    height: 52px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .3);
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 0 0
}

.steps-create .box2 li .h6 {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    font-family: open sans, sans-serif;
    text-transform: uppercase
}

.steps-create .box2 li .h6 strong {
    display: block;
    font-weight: 700;
    margin: 3px 0 0;
    font-size: 16px
}

.steps-create .box2 li .icon {
    display: inline-table;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: #bdbdbd;
    border-radius: 50%;
    margin: 0 0 0 10px
}

.steps-create .box2 li .icon strong {
    display: table-cell;
    vertical-align: middle
}

.steps-create .box2 li .icon img {
    margin: 0 auto;
    max-width: 30px
}

.steps-create .box2 li .h6 b {
    color: #1b89ef;
    font-size: 12px;
    display: block;
    text-decoration: underline;
    font-size: 11px
}

.steps-create .box2 li.active .icon {
    background: #724f2b
}

.steps-create .box2 li.active {
    background: #e4e3e3;
    height: 72px;
    position: relative;
    top: -10px;
    padding: 10px 0 0;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .6)
}

.steps-create .box2 li.active::before {
    content: "";
    background: url(https://www.javda.com/diamond/images/d/arrow2.png) scroll no-repeat 0 0;
    width: 66px;
    height: 14px;
    bottom: -14px;
    left: 50%;
    margin: 0 0 0 -33px;
    position: absolute
}

.steps-create .box2 li .conts {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0 5px
}

.steps-create .box2 li.selected .icon {
    background: #bdbdbd
}

.steps-create .box2 li .h5 {
    padding: 0 0 5px
}

.steps-create .box2 li .h5 a {
    color: #1b89ef
}

.product-details-wrap .shipping-block {
    background: #f1f1f1;
    padding: 14px 15px 5px;
    border: 1px solid #c7c8ca;
    position: relative;
    margin: 0 0 13px
}

.product-details-wrap .shipping-block::before {
    content: "";
    border: 5px solid #fff;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.product-details-wrap .shipping-block .icon {
    display: inline-block;
    vertical-align: top;
    width: 65px
}

.product-details-wrap .shipping-block .icon img {}

.product-details-wrap .shipping-block .cont {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 70px)
}

.product-details-wrap .shipping-block .cont .h6 {
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 10px
}

.product-details-wrap .shipping-block .cont .h6 strong {
    color: #696a6b;
    font-size: 14px;
    margin: 3px 0 0;
    display: block
}

.product-details-wrap .shipping-block .cont .h6 b {
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
    font-weight: 400
}

.product-details-wrap .shipping-block .cont .h6 small {
    font-size: 14px
}

.product-details-wrap .bottom-buttons .btns {
    background: #f1f1f1;
    display: block;
    border: 1px solid #c7c8ca;
    position: relative;
    padding: 10px 30px 10px 10px;
    vertical-align: top;
    height: 43px;
    text-align: left;
    display: flex;
    align-items: center;
  justify-content: left;
  -webkit-align-items: center;
}

.product-details-wrap .bottom-buttons .btns span {
    font-size: 14px;
    padding: 10px 15px 0;
    font-weight: 500;
    text-align: center;
    display: block
}

.product-details-wrap .bottom-buttons .btns b {
    display: block;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
    background: #9e003a;
    vertical-align: middle;
    width: auto;
    margin: 0 auto;
    position: relative;
    top: -15px;
    font-weight: 400;
}

.product-details-wrap .bottom-buttons .btns .arrow {
    background: #c7c8ca url(https://www.javda.com/diamond/images/d/arrow3.png) scroll no-repeat center center;
    position: absolute;
    height: 41px;
    width: 30px;
    top: 0;
    right: 0
}

.product-details-wrap .bottom-buttons .btns1 {
    margin: 0 0 60px;
    padding: 6px 40px 5px 10px
}

.product-details-wrap .bottom-buttons .btns1 img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 15px
}

.product-details-wrap .bottom-buttons .btns1 span {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 5px 0 0;
    text-align: left
}

.product-details-wrap .bottom-buttons .btns1 small {
    font-weight: 400;
    display: block
}

.product-details-wrap .bottom-buttons {
    text-align: center
}

.product-details-wrap .bottom-buttons .btns span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0
}

.product-details-wrap .bottom-buttons .btns b {
    display: inline-block;
    vertical-align: middle;
    top: auto
}

.product-details-wrap .bottom-buttons .btns br {
    display: none
}

.product-detail-wrap .bottom-buttons .btns {
    margin: 0
}

.bottom-buttons .awrap .contin {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #f1f1f1;
    border: 1px solid #c7c8ca;
    border-top: 0;
    padding: 15px;
    box-sizing: border-box
}

.bottom-buttons .awrap .contin .h6 {
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 10px;
    font-family: "Roboto", sans-serif !important;
}

.bottom-buttons .awrap .contin img {
    margin: 0 auto
}

.bottom-buttons .awrap .contin1 li {
    margin: 0 0 5px
}

.bottom-buttons .awrap .contin2 li span {
    width: 70px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.bottom-buttons .awrap .contin2 li a {
    width: 100px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.bottom-buttons .awrap .contin {
    display: none
}

.bottom-buttons .awrap:hover .contin {
    display: block
}

.bottom-buttons .awrap:hover .btns .arrow {
    transform: rotate(-180deg);
    top: 0
}

.bottom-buttons .awrap .contin1 .h5 {
    color: #000;
    font-weight: 700;
    padding: 12px 0;
    font-family: "Roboto", sans-serif !important;
}

.product-detail-wrap {
    z-index: 10000
}

.bottom-buttons .awrap .contin1 .link {
    color: #9e003a;
    text-decoration: underline;
    display: inline-block;
    margin: 0;
    position: relative
}

.bottom-buttons .awrap .contin1 .link::after {
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #9e003a;
    display: inline-block;
    margin: 0 0 0 5px
}

.bottom-buttons .awrap {
    position: relative
}

.bottom-buttons .awrap:hover .contin {
    display: block
}

.note-content {
    padding: 9px 20px 30px
}

.note-content h6 {
    color: #77502d;
    font-family: "Roboto", sans-serif !important;;
    font-size: 13px;
    padding: 0 0 10px;
    font-weight: 700;
    margin: 0;
    w
}

.note-content h6 span {
    padding: 0 0 5px;
    min-width: 160px;
    border-bottom: 1px solid #eaeaea;
    display: inline-block
}

.note-content ul {
    margin: 0 0 0 20px
}

.note-content ul li {
    list-style: disc;
    margin: 0;
    color: #818181;
    font-size: 16px
}

.note-content ul li p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000;
    font-family: "Roboto", sans-serif !important;
}

.similar-content {
    margin: 15px 0;
    border-bottom: 1px solid #eaeaea
}

.similar-content h4 {
    background: #eeece7;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #75512c;
    font-family: "Roboto", sans-serif !important;;
    font-weight: 700;
    padding: 5px 10px;
}

.similar-content ul {}

.similar-content ul li {
    float: left;
    width: 14.28%;
    box-sizing: border-box;
    padding: 15px 15px 20px;
    position: relative;
    text-align: center
}

.similar-content ul li .img>a {
    display: table;
    width: 100%;
    height: 80px;
    table-layout: fixed
}

.similar-content ul li .img>a b {
    display: table-cell;
    vertical-align: middle
}

.similar-content ul li h6 {
    font-size: 14px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 700;
    line-height: 20px;
    display: table;
    width: 100%;
    height: 30px;
    table-layout: fixed
}

.similar-content ul li h6 a {
    color: #724f2b;
    background: url(https://www.javda.com/diamond/images/d/new-arrow2.png) scroll no-repeat right center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 0
}

.similar-content ul li .img>a b img {
    margin: 0 auto
}

.similar-content ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://www.javda.com/diamond/images/d/line2.png) scroll no-repeat 0 0;
    width: 1px;
    height: 100%
}

.detail-content {
    padding: 20px;
    background: #f2ece0;
}

.detail-content h6 {
    color: #77502d;
    font-family: "Roboto", sans-serif !important;;
    /* font-size: 13px; */
    padding: 0 0 10px;
    font-weight: 700;
    margin: 0;
    
}

.detail-content h6 span {
    padding: 0 0 5px;
    width: 100%;
    border-bottom: 1px solid #e1daca;
    display: inline-block
}

.detail-content ul {
    margin: 0 0 0 0px;
    width: 100%;
    float: left;
}

.detail-content ul li {
    /* list-style: disc; */
    margin: 0 0 0;
    color: #818181;
    font-size: 16px;
    width: 25%;
    float: left;
}

.detail-content ul li p {
    margin: 0;
    padding: 0;
    
    color: #000;
    font-family: "Roboto", sans-serif !important;;
    color: #77502d;
    
}

.detail-content h5 {
    color: #000;
    font-size: 17px;
    font-family: "Roboto", sans-serif !important;;
    margin: 0;
    padding: 0 0 10px 0px;
    font-weight: 400
}

.detail-content .lt {
    float: left;
    margin: 0 20px 0 0;
    width: 100%;
}

.detail-content .rt {
    float: left
}

.detail-list {
    padding: 15px 0 3px
}

.detail-list .box {
    float: left;
    margin: 0 15px 0 0;
    width: calc((100% - 45px)/4)
}

.borderw {
    /* margin: -1px 8px 7px 7px; */
    padding: 7px;
    border: 1px solid #e6e3e3
}

.detail-list .box:nth-child(4n) {
    margin: 0
}

.detail-list .box .cont {
    border: 1px solid #e6e3e3;
    min-height: 250px;
    padding: 15px;
}

.detail-list .box h5 {
    line-height: 25px;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    color: #77502d;
    font-family: Arial
}

.detail-list .box h5 span {
    border: 1px solid #e6e3e3;
    border-bottom: 0;
    display: inline-block;
    padding: 5px 10px;
    background: #eeece7;
    width: 100%;
}

.detail-list .box .lt {
    float: left;
    width: 100%;
    margin: 0 15px 0 0
}

.detail-list .box .rt {
    float: right;
    /* width: calc(100% - 100px) */
    width: 100%;
}

.detail-list .box .lt ul li {
    border-bottom: 1px solid #e6e3e3;
    padding: 8px 4px;
    text-align: center;
    width: 50%;
    float: left;
}

.detail-list .box .lt ul li a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    display: inline-block;
    padding: 0 7px
}

/* .detail-list .box .lt ul li.last {
    border: 0
}  */

.detail-list .box .rt p {
    
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;;
    line-height: 24px;
    padding: 10px 10px 10px 0
}

.detail-list .box:nth-child(4) p {
    
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;;
    line-height: 24px;
    padding: 0
}

.detail-list .box:nth-child(2) .lt ul li {
    padding: 5px 10px
}

.detail-list .box:nth-child(3) .lt ul li {
    padding: 3px 10px
}

.detail-list .box:nth-child(4) .cont {
    padding: 10px;
    box-sizing: border-box
}

.detail-list .box:nth-child(4) .cont h6 {
    font-size: 17px;
    font-family: "Roboto", sans-serif !important;;
    
    margin: 0;
    padding: 0 0 10px
}

.detail-list .box:nth-child(4) .cont h6 strong {
    font-weight: 700
}

.detail-list .box:nth-child(4) .cont h6 b {
    font-weight: 500
}

.viewed-items h4 {
    background: #eeece7;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #75512c;
    font-family: "Roboto", sans-serif !important;;
    font-weight: 400
}

.viewed-items .carot {
    background: #f1f1f1;
    padding: 14px 10px
}

.viewed-items .carot .liin {
    padding: 0 45px
}

.viewed-items {
    padding: 20px 0 10px
}

.slick-slider {
    margin: 0
}

.slick-slide {
    outline: 0
}

.viewed-items .carot .liin .img {
    margin: 0 0 10px;
    position: relative
}

.viewed-items .carot .liin .img img {
    width: 100%
}

.viewed-items .carot .liin .img .close {
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://www.javda.com/diamond/images/d/new-cross.png) scroll no-repeat 0 0;
    width: 18px;
    height: 18px;
    opacity: 1
}

.viewed-items .carot .liin .h5 {
    padding: 0 0 5px;
    font-size: 13px
}

.viewed-items .carot .liin .h5 strong {
    font-weight: 700
}

.viewed-items .carot .liin .lists {
    padding: 0 0 10px
}

.viewed-items .carot .liin .lists div {}

.viewed-items .carot .liin .lists div b {
    display: inline-block;
    width: 60px;
    vertical-align: middle
}

.viewed-items .carot .liin .lists div span {
    display: inline-block;
    vertical-align: middle
}

.viewed-items .carot .liin .h6 {
    color: #3365ca
}

.viewed-items .carot .liin .h6 strong {
    font-weight: 700
}

.slick-prev {
    text-indent: -9999px;
    background: url(https://www.javda.com/diamond/images/d/new-arrow3.png) scroll no-repeat 0 0;
    width: 17px;
    height: 28px;
    left: -5px;
    top: 60px;
    z-index: 1000
}

.slick-next {
    text-indent: -9999px;
    background: url(https://www.javda.com/diamond/images/d/new-arrow3.png) scroll no-repeat 0 0;
    width: 17px;
    height: 28px;
    right: -5px;
    top: 60px;
    transform: rotate(-180deg);
    z-index: 1000
}

.slick-prev:hover {
    background: url(https://www.javda.com/diamond/images/d/new-arrow4.png) scroll no-repeat 0 0;
    transform: rotate(-180deg)
}

.slick-next:hover {
    background: url(https://www.javda.com/diamond/images/d/new-arrow4.png) scroll no-repeat 0 0;
    transform: rotate(0deg)
}

.product-details-wrap-2 {
    position: relative
}

.product-details-wrap-2 .lt {
    float: left;
    width: calc(100% - 314px);
    border: 1px solid #e6e3e3;
    /* background: url(https://www.javda.com/diamond/images/d/new-grad1.png) scroll repeat-x bottom left; */
    margin: 0 10px 0 0
}

.product-details-wrap-2 .rt {
    float: left;
    margin: 0 0 0 0;
    width: 301px;
    border: 1px solid #e6e3e3;
    /* background: url(https://www.javda.com/diamond/images/d/new-grad1.png) scroll repeat-x bottom left; */
    height: 318px
}

.product-details-wrap-2 .lt>h5 {
    border-bottom: 1px solid #e6e3e3;
    color: #77502d;
    font-size: 20px;
    font-family: "Roboto", sans-serif !important;;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
    padding: 0 10px;
    /* background-color: #eeece7 */
}

.product-details-wrap-2 .rt>h5 {
    /* border-bottom: 1px solid #e6e3e3; */
    color: #77502d;
    font-size: 20px;
    font-family: "Roboto", sans-serif !important;;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
    padding: 0 10px
}

.product-details-wrap-2 .lt .ltc {
    float: left;
    width: 300px
}

.product-details-wrap-2 .lt .rtc {
    float: right;
    width: calc(100% - 320px);
    position: relative
}

.product-details-wrap-2 .lt .cont {
    padding: 10px
}

.product-details-wrap-2 .lt ul li {
    line-height: 26px;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 5px
}

.product-details-wrap-2 .lt ul li h5 {
    width: 160px;
    float: left;
    font-size: 11px;
    font-family: "Roboto", sans-serif !important;;
    margin: 0;
    line-height: 26px
}

.product-details-wrap-2 .lt ul li::after {
    content: "";
    clear: both;
    display: block
}

.product-details-wrap-2 .lt ul li h6 {
    width: 160px;
    float: right;
    width: calc(100% - 160px);
    font-size: 11px;
    font-family: "Roboto", sans-serif !important;;
    position: relative;
    margin: 0;
    line-height: 26px
}

.product-details-wrap-2 .lt ul li h5 span {
    color: #3365ca
}

.product-details-wrap-2 .lt ul li h6::after {
    content: ":";
    position: absolute;
    top: 0;
    left: -10px;
    font-size: 11px;
    font-family: "Roboto", sans-serif !important;
}

.product-details-wrap-2 .lt ul li.last {
    border: 0
}

.product-details-wrap-2 .lt .rtc::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -12px;
    /* background: url(https://www.javda.com/diamond/images/d/line3.png) scroll no-repeat 0 0; */
    width: 1px;
    height: 100%
}

.product-details-wrap-2 .rt .cont {
    padding: 10px
}

.product-details-wrap-2 .rt .ltc {
    float: left;
    width: 195px;
    position: relative
}

.product-details-wrap-2 .rt .rtc {
    float: right;
    width: calc(100% - 200px);
    position: relative
}

.product-details-wrap-2 .rt .ltc p a {
    color: #3365ca
}

.product-details-wrap-2 .rt .ltc p {
    padding: 0 0 10px
}

.product-details-wrap-2 .rt .rtc .img img {
    border: 1px solid #b6b7b8
}

.product-details-wrap-2 .rt .rtc .img {
    padding: 40px 0 0
}

.product-details-wrap-2 .rt .rtc h6 {
    font-size: 11px;
    color: #000;
    padding: 0 0 10px
}

.product-details-wrap-2 .rt .rtc h5 {
    font-size: 11px;
    color: #000;
    padding: 0 0 10px
}

/* .product-details-wrap-2 .rt .rtc h5 a {
    color: #3365ca;
    background: url(https://www.javda.com/diamond/images/d/new-arrow1.png) scroll no-repeat left center;
    font-weight: 700;
    padding: 0 0 0 10px
} */

.product-details-wrap {
    padding: 4px 0 26px
}

.product-details-wrap .lt {
    float: left;
    width: 410px;
    position: relative
}

.product-details-wrap .rt {
    float: right;
    width: calc(100% - 428px)
}

.product-details-wrap .rt h1 {
    font-size: 16px;
    color: #75512c;
    font-weight: 700;
    padding: 0 0 0 9px;
    font-family: "Roboto", sans-serif !important;
    line-height: 20px
}

.product-details-wrap .rt .ltc {
    float: left;
    width: 50%;
    position: relative;
}

.product-details-wrap .rt .rtc {
    float: right;
    width:48%;
}

.product-details-wrap .rt .ltc::after {
    content: "";
    top: 0;
    right: -27px;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e6e3e3
}

.product-details-wrap .rt .ltc .pricew {
    padding: 19px 0 20px;
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 17px
}

.product-details-wrap .rt .ltc .pricew ul li {
    margin: 0 0 14px
}

.product-details-wrap .rt .ltc .pricew ul li .h5 {
    width: 200px;
    float: left;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    text-align: right
}

.product-details-wrap .rt .ltc .pricew ul li .h6 {
    float: right;
    width: calc(100% - 200px);
    position: relative;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    text-align: left
}

.product-details-wrap .rt .ltc .pricew ul li .h6 em {
    font-weight: 600;
    color: #75512c;
    text-decoration: line-through
}

.product-details-wrap .rt .ltc .pricew ul li::after {
    content: "";
    clear: both;
    display: block
}

.product-details-wrap .rt .ltc .pricew ul li .h6::after {
    content: ":";
    position: absolute;
    top: 0;
    left: -10px;
    font-size: 13px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 600
}

.product-details-wrap .rt .ltc .pricew ul li .h5 img {
    display: inline-block;
    padding: 0 10px 0 0;
    vertical-align: middle
}

.product-details-wrap .rt .ltc .pricew ul li .h6 span {
    color: #3365ca
}

.product-details-wrap .rt .ltc .pricew ul li .h6 span b {
    color: #75512c;
    font-weight: 600
}

.product-details-wrap .rt .ltc .pricew ul li .h5 span {
    color: #75512c;
    font-weight: 600
}


.product-details-wrap .rt .btnsw .btns1 {
 font-size: 0.114583333in;
  text-transform: uppercase;
  letter-spacing: 1.25pt;
  padding: 10px 20px;
  background: #75512c;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-top: 0px;
  border-radius: 0px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  width: 100%;
}

.product-details-wrap .rt .btnsw .btns1 img {
    display: inline-block;
    padding: 0 10px 0 0;
    vertical-align: middle
}

.product-details-wrap .rt .btnsw .btns1:nth-child(2) {
    background: #eeece7;
    border: 1px solid #d6d6d6;
    color: #000;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    line-height: 40px
}

.product-details-wrap .rt .btnsw {
    margin: 0 0 30px
}

.product-details-wrap .lt .tabw {}

.product-details-wrap .lt .tabw .tabs {
    float: left;
    width: 40px;
    margin: 0 10px 0 0
}

.product-details-wrap .lt .tabw .tabc {
    float: right;
    width: calc(100% - 50px);
    box-sizing: border-box;
    border: 1px solid #d9dbdb;
    padding: 14px 4px;
    text-align: center;
    height: 360px;
    position: relative
}

.product-details-wrap .lt .tabw .tabs li {
    margin: 0 0 14px;
    position: relative
}

.product-details-wrap .lt .tabw .tabs li a {
    border: 1px solid #e6e3e3;
    display: block;
    width: 44px;
    height: auto;
    position: relative;
    z-index: 2;
    padding:5px
}

.product-details-wrap .lt .tabw .tabs li a b {}

.product-details-wrap .lt .tabw .tabc .img img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    width: 95%
}

.product-details-wrap .lt .tabw .tabc h6 {
    font-size: 14px;
    color: #4a4949;
    padding: 0 0 5px
}

.product-details-wrap .lt .tabw .tabc h6 a img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px
}

.product-details-wrap .lt .tabw .tabc h6 a {
    color: #0072ca;
    text-decoration: underline;
    margin: 0 0 0 10px;
    font-size: 14px
}

/* .product-details-wrap .lt .tabw .tabs li.active::before {
    content: "";
    position: absolute;
    top: 0;
    width: 51px;
    left: 0;
    background: #d9dbdb;
    height: calc(100% - 1px);
    border-top: 1px solid #d9dbdb;
    background: #fff;
    z-index: 1
}

.product-details-wrap .lt .tabw .tabs li.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    left: 0;
    background: #d9dbdb;
    height: 1px
} */

/* .product-details-wrap .lt .tabw .tabs li.active a {
    border-color: transparent;
    border-left: 1px solid #d9dbdb
} */
/* 
.detail-list .box .lt ul li.active a {
    background: #e9f9ff;
    border: 1px solid #3d1475
} */

.product-details-wrap .lt .tabw .tabc .bt {
    position: absolute;
    bottom: -31px;
    left: 0;
    width: 100%
}

.product-details-wrap-2 .lt ul li h5 span {
    display: block;
    background: url(https://www.javda.com/diamond/images/d/icon-i.png) scroll no-repeat 92% center
}

.product-details-wrap-2 .lt ul li h5 {
    position: relative
}

.product-details-wrap-2 .lt ul li .popw {
    background: #eeece7;
    width: 270px;
    height: 150px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #e6e3e3;
    position: absolute;
    left: 0;
    top: -170px;
    display: none
}

.product-details-wrap-2 .lt ul li .popw .h4 {
    padding: 0 0 10px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
}

.product-details-wrap-2 .lt ul li .popw p {
    font-weight: 400;
    line-height: 16px
}

.product-details-wrap-2 .lt ul li .popw::before {
    content: "";
    position: absolute;
    background: url(https://www.javda.com/diamond/images/d/new-arrow5.png) scroll no-repeat 0 0;
    width: 13px;
    height: 10px;
    bottom: -10px;
    left: 50%;
    margin: 0 0 0 -27px
}

.product-details-wrap-2 .lt ul li .popw .popwi {
    overflow-y: auto;
    height: 100%
}

.product-details-wrap-2 .lt ul li h5:hover .popw {
    display: block
}

.product-details-wrap .rt .ltc .holdw {
    text-align: center;
    padding: 0 0 20px
}

.product-details-wrap .rt .ltc .holdw h5 {
    font-weight: 600;
    color: #00a651;
    padding: 0 0 10px;
    font-family: "Roboto", sans-serif !important;
    font-size: 18px;
    text-transform: uppercase
}

.product-details-wrap .rt .ltc .holdw p {
    font-size: 10px;
    padding: 0 0 10px
}

.product-details-wrap .rt .ltc .holdw a {
    font-weight: 600;
    color: #9e003a;
    font-size: 18px;
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    text-decoration: underline
}

.product-details-wrap .rt1 .ltc {
    float: none;
    width: auto
}

.product-details-wrap .rt1 .ltc .pricew {
    margin: 0 auto;
    max-width: 270px
}

.product-details-wrap .rt1 h1 {
    background: #f1f1f1;
    padding: 5px
}

.product-details-wrap .rt1 {
    box-sizing: border-box;
    padding: 0 0 0 30px
}

.product-details-wrap .lt .tabw .tabc .linkl a {
    font-weight: 700;
    text-decoration: underline;
    display: none
}

.product-details-wrap .lt .tabw .tabc .linkl a.showa {
    display: block
}

iframe {
    border: 0 !important;
    /* background: #fff */
}

embed {
    border: 0 !important;
    background: #fff;
}

@media screen and (min-width:1025px) and (max-width:1054px) {
    .product-details-wrap .bottom-buttons .btns {
        padding: 10px 30px 5px 6px
    }
    .product-details-wrap .bottom-buttons .btns1 {
        margin: 0 0 40px;
        padding: 6px 40px 5px 5px
    }
    .product-details-wrap .bottom-buttons .btns b {
        width: 70px;
        font-size: 9px;
        padding: 0 5px
    }
    .product-details-wrap .bottom-buttons .btns span {
        padding: 0 5px 0 0;
        font-size: 9px
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    .product-details-wrap .lt {
        width: 350px
    }
    .product-details-wrap .rt {
        width: calc(100% - 370px)
    }
    .product-details-wrap .rt .ltc {
        width: 250px
    }
    .product-details-wrap .rt .rtc {
        width: calc(100% - 290px)
    }
    .product-details-wrap .rt .ltc::after {
        right: -32px
    }
    .viewed-items .carot .liin .lists div b {}
    .viewed-items .carot .liin {
        padding: 0 30px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .steps-create .box2 li .tt .h6 {
        font-size: 10px
    }
    .steps-create .box2 li .tt .h6 strong {
        font-size: 12px
    }
    .steps-create .box2 li .h6 {
        font-size: 10px
    }
    .steps-create .box2 li .h6 strong {
        font-size: 12px
    }
    
    .product-details-wrap .lt {
        float: none;
        margin: 0 auto 30px
    }
    .product-details-wrap .rt {
        float: none;
        width: auto
    }
    .product-details-wrap .rt h1 {
        text-align: center;
        padding: 0 0 20px
    }
    .product-details-wrap-2 .lt {
        float: none;
        width: auto;
        margin: 0 0 20px
    }
    .product-details-wrap-2 .rt {
        float: none;
        margin: 0 auto
    }
    .detail-list .box {
        width: calc((100% - 15px)/2);
        margin: 0 15px 15px 0
    }
    .detail-list .box:nth-child(2n) {
        margin: 0 0 15px
    }
    .similar-content ul li {
        padding: 15px 10px 20px
    }
    .similar-content ul li h6 a {
        font-size: 12px
    }
}

@media screen and (min-width:0px) and (max-width:767px) {
    .steps-create {
        margin: 25px 6px 0
    }
    .steps-create .box1 {
        float: none;
        width: auto;
        height: auto;
        text-align: center
    }
    .steps-create .box1 .h6 br {
        display: none
    }
    .steps-create .box1 .h6 {
        line-height: 30px
    }
    .steps-create .box2 {
        float: none;
        width: auto;
        margin: 15px 0 0
    }
    .steps-create .box2 li {
        width: 25%
    }
    .steps-create .box2 li.active {
        top: -5px;
        height: 62px;
        width: 50%
    }
    .steps-create .box2 li .h6 {
        display: none
    }
    .steps-create .box2 li.active .h6 {
        display: inline-block
    }
    .steps-create .box2 li .icon {
        margin: 0 5px
    }
    .steps-create .box2 li .conts {
        display: none
    }
    .steps-create .box2 li .h6 {
        font-size: 8px
    }
    .steps-create .box2 li:nth-child(2).active .icon {
        display: none
    }
    .steps-create .box2 li:nth-child(3).active .icon {
        display: none
    }
    .breadcrumb {
        padding: 8px 0
    }
    
    .product-detail-wrap .shipping-block {
        margin: 0
    }
    .product-detail-wrap .shipping-block .icon {
        padding: 0 10px 0 0;
        width: 50px
    }
    .product-detail-wrap .shipping-block .cont {
        width: calc(100% - 60px)
    }
    .bottom-buttons .awrap:hover .contin {
        display: none
    }
    .bottom-buttons .awrap:hover .btns .arrow {
        transform: rotate(-180deg);
        top: -2px
    }
    .bottom-buttons .awrap:hover .btns .arrow {
        transform: rotate(0);
        top: 0
    }
    .bottom-buttons .awrap {
        margin: 0 auto 10px;
        width: 220px
    }
    .bottom-buttons .awrap .contin {
        position: relative
    }
    .borderw {
        border: 0;
        margin: 0;
        padding: 10px;
        border-top: 1px solid #e6e3e3
    }
    .product-details-wrap {
        position: relative;
        padding-top: 60px
    }
    .product-details-wrap .rt h1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 5px;
        text-align: center;
        font-size: 16px
    }
    .product-details-wrap .rt h1 br {
        display: none
    }
    .product-details-wrap .lt {
        float: none;
        width: auto;
        max-width: 400px;
        margin: 0 auto 0
    }
    .product-details-wrap .rt {
        float: none;
        width: auto
    }
    .product-details-wrap .rt .ltc {
        float: none;
        width: auto
    }
    .product-details-wrap .rt .rtc {
        float: none;
        width: auto
    }
    .sharew {
        padding: 0 0 30px
    }
    .sharew img {
        margin: 0 auto
    }
    .bottom-buttons .awrap {
        margin: 0 auto 10px;
        width: 100%
    }
    .product-details-wrap .bottom-buttons .btns1 {
        margin: 0 0 20px
    }
    .product-details-wrap .bottom-buttons .btns b {
        width: 90px;
        padding: 0 5px
    }
    .product-details-wrap-2 .lt {
        float: none;
        width: auto;
        margin: 0 0 10px
    }
    .product-details-wrap-2 .rt {
        float: none;
        width: auto
    }
    .product-details-wrap-2 .lt .ltc {
        float: left;
        width: 100%
    }
    .product-details-wrap-2 .lt .rtc {
        float: left;
        width: 100%
    }
    .detail-list .box {
        float: none;
        width: auto;
        margin: 0 0 15px
    }
    .detail-list .box .cont {
        display: none
    }
    .detail-list .box h5 span {
        border-bottom: 1px solid #e6e3e3;
        display: block;
        width: auto;
        position: relative
    }
    .detail-list .box h5 span::before {
        content: "";
        background: url(https://www.javda.com/diamond/images/d/arrow1.png) scroll no-repeat 0 0;
        width: 12px;
        height: 8px;
        position: absolute;
        top: 9px;
        right: 10px
    }
    .detail-content .lt {
        float: none;
        width: auto;
        margin: 0 0 20px
    }
    .similar-content ul li {
        width: 33.33%
    }
    .similar-content ul li h6 a {
        font-size: 12px;
        line-height: 16px
    }
    video {
        width: 100%;
        height: 300px
    }
    .product-details-wrap .lt .tabw .tabc {
        height: 420px
    }
}

/* Latest By Samarjit */
.product-details-wrap{display: flex;}
.fancybox-container{z-index: 9999999;}
.diamond-details-custom .product-details-wrap .lt{
    flex: 0 0 41.66667%;
    max-width: 41.66667%; 
    width: 100%;
}
.diamond-details-custom .product-details-wrap .rt{
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
    padding: 15px;
    background-color:#eeece7;
}
.product-details-wrap-2{display: flex;}
.diamond-details-custom .product-details-wrap-2 .rt{
    flex: 0 0 41.66667%;
    max-width: 41.66667%; 
    width: 100%;
    padding: 50px 15px;
    border: none;
    background-color:#f2ece0;
}
.diamond-details-custom .product-details-wrap-2 .lt{
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
    margin: 0;
}
.diamond-details-custom .product-details-wrap .rt h1{padding: 0; margin-bottom: 15px;}
.diamond-details-custom .product-details-wrap .lt .tabw .tabc{padding: 15px; background-color: #f7f5f2;}
.diamond-details-custom .tabin h6{position: absolute; top: -18px; right: -1px; background-color: #70510e; padding: 10px 10px!important; font-family: "Roboto", sans-serif !important; font-size: 11px; z-index: 999; text-transform: uppercase;  opacity: 0.9; color:#fff!important; font-weight: 500;}
.diamond-details-custom .tabin h6 a{font-size: 14px!important; color:#fff!important; text-decoration: none!important; letter-spacing: 1px; text-transform: uppercase;}
.diamond-details-custom .tabin h6 a img{display: none!important;}
.diamond-details-custom .product-details-wrap .lt .tabw .tabc embed{width: 100%; max-height: 350px; vertical-align: top;}
.diamond-details-custom .product-details-wrap .lt .tabw .tabc .bt {
    position: absolute;
    top: -2px;
    bottom: inherit;
    right: 0px;
    width: auto;
  }
  .diamond-details-custom .product-details-wrap .lt .tabw .tabc .bt img{display: none;}
  .product-details-wrap .lt .tabw .tabc{height: 450px;}
  .diamond-details-custom .product-details-wrap .lt .tabw .tabc .img {
    height: 420px;
    display: flex;
    gap: 0px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
  }
  .diamond-details-custom .product-details-wrap .lt .tabw .tabc .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .diamond-details-custom .product-details-wrap .rt .ltc .pricew ul li .h6{text-align: right;}
  .diamond-details-custom .cont .h6{font-family: "Roboto", sans-serif !important;}

  /* Table */
  .diamond-details-custom .product-details-wrap-2 .lt ul li h5{font-size: 16px;}
  .diamond-details-custom .product-details-wrap-2 .lt ul li h6{font-size: 16px;}
  .diamond-details-custom .product-details-wrap-2 .lt ul li{padding: 8px 5px;}
  .diamond-details-custom .product-details-wrap-2 .lt > h5{padding: 5px 10px; font-weight:500;}
  .diamond-details-custom .product-details-wrap-2 .rt > h5{padding: 5px 10px;font-weight:500;}
  .diamond-details-custom .product-details-wrap .rt .ltc .pricew ul li .h5{text-align: left;}
  .diamond-details-custom .product-details-wrap-2 .rt{height: auto;}

  .product-details-wrap-2 .rt .ltc{width: 100%;}
  .product-details-wrap-2 .rt .rtc{width: 100%; float: left;}
  .product-details-wrap-2 .rt .rtc h5 a{font-family: "Roboto", sans-serif !important;}

  .diamond-details-custom .content-holder{padding-top: 50px;}

  @media (max-width:991px) {
    .diamond-details-custom .product-details-wrap .lt{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
        margin-top: 40px;
    }
    .diamond-details-custom .product-details-wrap .rt{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }
    .product-details-wrap{display: table; padding: 15px 0;}
    .borderw{padding: 10px 0;}
    .product-details-wrap .bottom-buttons .btns b{font-size: 14px; width: auto; padding: 5px 10px;}
    .product-details-wrap-2{display: block;}
    .diamond-details-custom .product-details-wrap-2 .lt{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px; 
    }
    .diamond-details-custom .product-details-wrap-2 .rt{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px; 
        padding: 10px;
    }
    .button-outline{line-height: 40px;}
    .diamond-details-custom .product-details-wrap-2 .rt > h5{padding: 0 0 8px 0px;}
    .product-details-wrap-2 .rt .cont {
        padding: 0;
      }
      .product-details-wrap-2 .rt .rtc h5{padding: 0;}
      .product-details-wrap .lt .tabw .tabc{height: auto;}
      .diamond-details-custom .product-details-wrap .lt .tabw .tabc .img{height: auto;}

      .similar-content ul li{width: 50%;}
      .similar-content ul li:last-child{width: 100%;}
      .similar-content ul li h6 a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
      }
      .detail-content ul li{width: 100%; border-bottom: 1px solid #e1daca; padding: 4px 0;}
      .detail-content ul li:last-child{border-bottom: 0;}
      .detail-content{text-align: center; padding: 20px 10px 10px;}
      .diamond-details-custom .content-holder {
        padding-top: 0;
      }
      .diamond-details-custom .product-details-wrap .lt .tabw .tabc{padding: 5px;}
      html, body {
        overflow-x: hidden;
      }
      #launcher{z-index: 999999!important;}
      .detail-list .box h5{font-size: 16px; font-weight: 600;}
      .detail-list .box h5 span{padding: 8px 10px;}
      .detail-list .box .lt ul li a{font-size: 16px; font-weight: 600;}
      .detail-list .box .rt p{padding: 10px 10px 0px 0;}
      .detail-list .box:nth-child(4) .cont h6{font-size: 16px;}
      .product-details-wrap .bottom-buttons .btns{height: 48px;}
      .product-details-wrap .bottom-buttons .btns .arrow{height: 46px;}
      .awrap small{font-size: 85%;}
      .diamond-details-custom .product-details-wrap-2 .lt > h5{font-size: 16px; padding:8px 10px;}
      .product-details-wrap-2 .rt > h5{font-size: 16px; padding:8px 10px;}
      .product-details-wrap-2 .lt ul li h5{width: 50%;}
      .diamond-details-custom .product-details-wrap-2 .lt ul li h5{font-size: 16px;}
      .product-details-wrap-2 .lt ul li h6{width: 50%; text-align: right;}
      .diamond-details-custom .tabin h6{font-weight: 600; line-height: normal;padding: 4px 10px 4px !important;}
      .notes-box .heading{font: 700 16px/24px "Roboto", sans-serif;}
      .similar-content h4{font-weight: 500;}
  }

  @media only screen and (max-width: 1199px) and (min-width: 992px) {
    .product-details-wrap .rt .ltc{width: 100%;}
    .product-details-wrap .rt .rtc{width: 100%;}
    .product-details-wrap-2{display: table; padding: 15px 0;}
    .diamond-details-custom .product-details-wrap-2 .lt{width: 100%;flex: 0 0 100%;
        max-width: 100%;}
    .diamond-details-custom .product-details-wrap-2 .rt{width: 100%;flex: 0 0 100%;
        max-width: 100%;}
  }

  
  
  
  