.jewellery-col:not(:last-child) .product-image-wrapper::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    height: 55%;
    width: 2px;
    background-color: var(--e-global-color-167c1a6);
}

.jewellery-col h2.jewellery-title {
	font-size: 16px;
    font-weight: bold;
    color: #a87a4e;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.jewellery-col h2.jewellery-title a{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.jewellery-attrs{
	font-size: 12px;
    color: #b28b5c;
}

@media (max-width: 767px) {
    .jewellery-col::after {
        display: none;
    }
}

/* Reset Bootstrap */
button.btn.btn-primary:hover,
button.btn:active,
button.btn:first-child:active,
a.btn.btn-primary:hover,
a.btn:active,
a.btn:first-child:active{
	color: var(--e-global-color-primary);
    background-color: rgba(0,0,0,0);
	border-color: var(--e-global-color-primary);
}

button.btn.btn-outline{
	color: var(--e-global-color-primary);
	background-color: rgba(0,0,0,0);
}


button.btn,
a.btn.btn-primary,
button.btn.btn-outline:hover,
button.btn.btn-outline:active{
	font-family: "Museo Sans", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	border-color: var(--e-global-color-primary);
	background-color: var(--e-global-color-primary);
	padding-top: 12px;
	padding-bottom: 12px;
}



.btn.accordion-button:not(.collapsed){
	background-color: rgba(0,0,0,0);
}

.filter-options .form-check-input[type=checkbox] {
	background-color: rgba(0,0,0,0);
	box-shadow: none;
}

/* filter */
.oncheong-taxonomy-filter .filter-title,
.oncheong-taxonomy-filter .filter-title .btn{
    font-size: 16px;
    font-weight: 500;
	color: #000000;
    background-color: #EFEFEF;
	padding-top: 0px;
	padding-bottom: 0px;
}

.oncheong-taxonomy-filter .filters{
    font-size: 16px;
    font-weight: 500;
    background-color: #f9f9f9;
}




.oncheong-taxonomy-filter .form-check-label,
.swatch-list .color-swatch{
	display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
}


.oncheong-taxonomy-filter .form-check-label::after,
.swatch-list .color-swatch::after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #ffffff00;
    transition: all .3s;
}

.swatch-list .color-swatch::after{
    bottom: -5px;
}

.swatch-list .color-swatch.active::after{
	width: 100%;
	background-color: var(--e-global-color-primary);
}

.oncheong-taxonomy-filter .form-check-label:hover::after,
.swatch-list .color-swatch:hover::after{
    width: 100%;
    background-color: var(--e-global-color-primary);
}


.oncheong-taxonomy-filter .form-check-label input{
    appearance: none;
    -webkit-appearance: none;
    border:0px;
    width: 0px;
    height: 0px;
}

.oncheong-taxonomy-filter .taxonomy-name,
.swatch-list .swatch-fallback{
    font-size: 16px;
    font-weight: 400;
}

.oncheong-taxonomy-filter .filter-options.disabled > .form-check-label{
    cursor: none;
    color: #0000002c;
}

.oncheong-taxonomy-filter .filter-options.disabled > .form-check-label img.taxonomy-icon{
    filter: opacity(0.3);
}

/* Single Product */

.oncheong-single-product .product-title{
    font-family: "Museo sans", 'sans-serif';
    font-size: 35px;
	color: var(--e-global-color-primary);
}

.oncheong-single-product .jewellery-gallery div:nth-child(odd) img{
	background-color: #f5f5f5;
}

.oncheong-single-product .jewellery-gallery div:nth-child(even) img{
	background-color: #e6e6e6;
}

.oncheong-single-product .product-title.complete_name{
	font-size: 16px;
	font-weight: 400;
	color: unset;
	
}



#complete-image.jewellery-gallery .complete-img-container img{
	border-radius: 14px;
	background-color: var(--e-global-color-41a76a9);
}

#complete-image.jewellery-gallery .complete-img-container:nth-child(even) img{
	background-color: var(--e-global-color-7c8ef08);
}


@media screen and (width <=767px)
{
	.oncheong-single-product .product-title.complete_name{
		font-size: 35px;
	}
}

.oncheong-single-product .product-terms{
	font-size: 14px;
	color: var(--e-global-color-primary);
}

.price_remark{
	font-size: 13px;
	font-weight: 300;
}

#dimensionOutput:after,
#jewellerySizeOutput:after{
	content:"";
	position:absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 3px;
	background-color: var(--e-global-color-primary);
}

input[type="range"]#dimensionRange::-webkit-slider-thumb,
input[type="range"]#sizeSelector::-webkit-slider-thumb{
 	background: var(--e-global-color-primary); 
}

input[type="range"]#dimensionRange::-moz-range-thumb,
input[type="range"]#sizeSelector::-moz-range-thumb{
	background: var(--e-global-color-primary); 
}


.size .accordion-button,
.size .accordion-body,
.short_description .accordion-button,
.short_description .accordion-body,
.setting-detail .accordion-button,
.setting-detail .accordion-body,
.gemstone-detail .accordion-button,
.gemstone-detail .accordion-body,
.long_description
{
	font-size: 16px;
}

.short_description .accordion-button,
.setting-detail .accordion-button,
.gemstone-detail .accordion-button{
	color: var(--e-global-color-167c1a6);
}



@media screen and (width <= 767px) {
    .oncheong-single-product .product-title{
        font-size: 30px;
    }
}

.oncheong-single-product .accordion-button{
    border-bottom: 1px solid var(--e-global-color-167c1a6);
    padding: 10px 0px;
}

.oncheong-single-product .setting-info h5.setting-title,
.oncheong-single-product .gemstone-info h5.gemstone-title{
    font-size: 24px;
    font-weight: 600;
	color: var(--e-global-color-primary);
}


.custom-date-picker input[type="text"]{
    padding-left:0px;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #000000;
}

.custom-date-picker input[type="text"]::placeholder{
    font-size: 16px;
    font-weight: 500;
}

.flatpickr-innerContainer{
    justify-content: center;
}

.shipping-info h6,
.return-info h6{
    font-size: 12px;
    margin:0;
}

.return-info p,
.shipping-info p{
    font-size: 12px;
    margin:0;
}

/* Popup */
.builder-popup .close-btn{
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

/* Dual Slider For Gemstone Price */
.price-slider {
    position: relative;
    height: 6px;
    background: #e5e7eb;
    border-radius: 5px;
}

.price-slider .progress {
    position: absolute;
    height: 100%;
    background: var(--e-global-color-primary);
    border-radius: 5px;
}

.range-input {
    position: relative;
}

.range-input input[type="range"] {
    position: absolute;
    width: 100%;
    top: -10px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
}

.range-input input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--e-global-color-primary);
    -webkit-appearance: none;
}

.range-input input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--e-global-color-primary);
}
