.slider-products{
	padding: 0px;
	    clear: both;
}
.slider-products h2.title{
	padding-top: 15px;
}
.slider-products h3.title{
	padding-top: 15px;
    text-align: center;
    font-size: 21px;	
}
#description h3 {
font-size: 23px;
}
.product-details{
	padding-top: 100px;
	padding-bottom: 47px;
}

.vertical-pager{
	width: 100%;
}
.product-gallery .bx-wrapper{
	margin: 0 auto 20px;
}
.product-gallery .bx-wrapper .bx-viewport{
	border: 0 none;
	left: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.product-gallery_preview {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 14%;
    margin-top: 20px;
    gap: 15px;
}
.product-gallery_preview a {
    width: fit-content;
    cursor: pointer;
    border: 1px solid #c79f58;
    padding: 5px;
}

.product-gallery_preview a.active{
	opacity: 1;
}
.product-gallery_preview a img {
    width: 80px;
    object-fit: contain;
    aspect-ratio: 1/1;
    height: 80px;
}

.vertical-pager.product-gallery .product-gallery_preview{
	height: 100%;
	position: absolute;
	width: 22%;
	z-index: 1;
}
.vertical-pager.product-gallery .product-gallery_preview a{
	height: 25%;
	overflow: hidden;
	padding-bottom: 15px;
	width: 100%;
}
/* .vertical-pager.product-gallery .product-gallery_preview a.active{} */
.vertical-pager.product-gallery .product-gallery_preview a img{
	height: 100%;
	width: auto;
}
.vertical-pager.product-gallery .bx-wrapper{
	float: right;
	margin: 0 0 15px;
	width: 78%;
}

.product-details-narrow .product-options_header{
	padding-bottom: 0px;
}
.product-details-narrow .product-options_body{
	padding-top: 0px;
	padding-bottom: 0px;
}

.product-details-narrow .product-options_body ul.bullet-list strong {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.product-details-narrow .product-options_body ul.bullet-list li{
	line-height: 40px;
    font-size: 16px !important;
    font-weight: 500;
}
.product-details-narrow .product-options_cart{
	padding-top: 0px;
}
.product-details-narrow .product-options_row{
	padding-top: 20px;
	padding-left:0;
}
.product-details-narrow ul.product-links{
	padding-bottom: 20px;
	    padding-top: 12px;

}
.product-details-narrow ul.tags-list{
	padding-bottom: 25px;
}
.product-details-narrow .product-options_footer{
	padding-bottom: 27px;
}

/* Product Cart */
.product-cart{
	float: left;
}

.product-gallery .slide_img_ul {
    height: 450px;
    padding-left: 0;
    margin-top: 20px;
    max-width: 450px;
    width: 100%;
    margin: 20px auto 0;
}

.product-gallery .slide_img_ul img {
    width: 100%;
    height: 426px;
    display: block;
    object-fit: contain;
    padding: 10px;
    aspect-ratio: 1/1;
}

.product-options_header{
	border-bottom: 1px solid #ececec;
	padding-bottom: 24px;
}
.product-options_header h3{
	font-size: 21px;
	margin-top: 0;
	font-family: 'Nunito Sans';
}

.product-options_header  small.font-additional.font-weight-bold.text-uppercase.sku {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.product-options_header .product-item_price{
	font-size: 18px;
	padding: 25px 0 0;
	width: auto;
}
.product-options_header .product-item_price span{
	font-size: 14px;
}
.product-options_header .rating{
	float: right;
	margin-top: 25px;
}
.product-options_body{
	border-bottom: 1px solid #ececec;
	padding-bottom: 27px;
	padding-top: 25px;
}
.product-cart h4 {
    font-size: 18px;
    padding: 20px 0px 0px;
	font-family: 'Nunito Sans';
}

ul.bullet-list li a , .link-wrapper a:hover, .link-wrapper a:hover i {
    color: #2a2a4b;
}

.product-options_desc{
	font-size: 15px;
	line-height: 26px;
}
.product-options_cart{
	float: left;
	padding: 30px 0 0;
	width: 100%;
}
.product-options_cart .select{
	width: 47%;
}
.product-options_cart .select-field{
	font-size: 11px;
	padding: 15px 40px 11px 10px;
	text-transform: uppercase;
	width: 100%;
}

.product-counter{
	border: 1px solid #bbb;
	float: left;
	padding-right: 38px;
	position: relative;
}
.product-counter > input{
	background-color: #f5f5f5;
	border: 0 none;
	float: left;
	font-size: 19px;
	line-height: 100%;
	padding: 12px 0;
	text-align: center;
	width: 60px;
}
.product-counter > div{
	border-left: 1px solid #bbb;
	cursor: pointer;
	font-size: 15px;
	line-height: 100%;
	padding: 3px 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 39px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.product-counter > div.addQuantity{
	border-bottom: 1px solid #bbb;
	top: 0;
}
.product-counter > div.minusQuantity{
	bottom: 0;
}

.button-big.button-additional span{
	float: none;
}
ul.product-links{
	float: left;
	padding-bottom: 30px;
	width: 100%;
}
ul.product-links li {
float: left;
margin-right: 10px;
width: 165px;
}
ul.product-links li:last-child{
	margin-right: 0;
}
ul.product-links li a{
	color: #333;
	font-size: 11px;
	    padding: 10px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

section#productDetails .product-gallery.vertical-pager1 ul li figure {
    border: 1px solid #eee;
}

ul.product-links li a:hover , table.tablesorter.table.display.nowrap.box-shadow.table-bordered.table-hover.table-striped.table-condensed tbody tr td a i {
    color: #2a2a4b;
}

ul.product-links li a:hover span {
	border: 1px solid #2a2a4b;
}

ul.product-links li a span {
    border: 1px solid #ececec;
    float: left;
    font-size: 16px;
    height: 34px;
    padding: 8px 8px 4px;
    text-align: center;
    width: 34px;
    margin: -4px 5px 0 0;
}
.product-options_footer{
	border-bottom: 1px solid #ececec;
	float: left;
	width: 100%;
}
ul.tags-list{
	float: left;
	padding: 7px 0 40px;
	width: 100%;
}
ul.tags-list li{
	float: left;
	margin-right: 4px;
}
ul.tags-list li a{
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
ul.social-list{
	float: left;
	padding-top: 8px;
	padding-left: 0;
}
ul.social-list li{
	float: left;
	margin-right: 7px;
}
ul.social-list li a{
	background-color: #fff !important;
	border: 1px solid #ececec;
	color: #333;
	float: left;
	height: 30px;
	line-height: 23px;
	padding-top: 4px;
	text-align: center;
	width: 30px;
}
ul.social-list li a:focus,
ul.social-list li a:hover{
	color: #fff;
	text-decoration: none;
}

/* Product Brands */
.product-brand{
	float: right;
}
.product-sidebar-slider{
	float: left;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 50px;
}
.slide-controls-top.vertical-slider .bx-wrapper .bx-controls-direction{
	bottom: auto;
	top: -63px;
}
.product-brand_item{
	display: block;
	text-align: center;
	width: 100%;
}
.bx-wrapper .product-brand_item img{
	display: inline-block;
	max-width: 90%;
}
.product-brand-container{
	border-bottom: 1px solid #ececec;
	margin-bottom: 60px;
}

/* Tabs */
.tabs-container {
    padding-bottom: 0;
    padding-top: 0;
}
.tabs-panel{
	float: left;
	width: 100%;
}
.tabs-panel .nav-tabs{
	border: 0 none;
	float: left;
	text-align: center;
	width: 100%;
	padding-left: 0;
}
.tabs-panel .nav-tabs > li{
	display: inline-block;
	float: none;
	margin: 0 5px;
}
/* .tabs-panel .nav-tabs > li.active{} */
.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus{
	border-style: solid;
	border-width: 2px;
	color: #fff;
}
.tabs-panel .nav-tabs > li > a{
	background-color: #fff;
	border-color: #ececec;
	border-style: solid;
	border-width: 2px;
	color: #333;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 9px 25px 8px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.tabs-panel .nav-tabs > li > a:hover,
.tabs-panel .nav-tabs > li > a:focus{
	color: #fff;
}
.tabs-panel .tab-content {
    float: left;
    padding-bottom: 0px;
    padding-top: 15px;
    width: 100%;
}
.tabs-panel .tab-content > .tab-pane{
	float: left;
	width: 100%;
}
.tab-pane p{
	color: #666;
	font-size: 13px;
	line-height: 22px;
	margin: 0 0 22px;
}
ul.bullet-list {
    float: left;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 15px;
        margin: 0px;
}
ul.bullet-list li{
	color: #5a5a5a;
	float: left;
	font-size: 13px;
	line-height: 14px;
	list-style: none;
}

.product-options_body ul.bullet-list li {
	margin: 4px 0!important;
    line-height: 3px;
    font-weight: 500;
	white-space: nowrap;
}

/* Product Content */
.product-content{
	padding-top: 81px;
}
.product-content h3{
	font-size: 20px;
	padding-bottom: 34px;
}
.product-content h4{
	font-size: 16px;
	padding-bottom: 19px;
	padding-top: 49px;
}
.product-content p{
	color: #666;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 22px;
}
.product-content .shell-box{
	border-top: 1px solid #ececec;
	color: #000;
	font-size: 18px;
	padding: 27px 0 31px;
}
.product-content .options-box{
	border-bottom: 1px solid #ececec;
	border-top: 2px solid #f6f6f6;
	color: #333;
	font-size: 13px;
	margin-bottom: 22px;
	padding: 27px 0 24px;
}
.product-content ul.bullet-list{
	display: block;
	float: none;
	padding-bottom: 27px;
	padding-top: 3px;
	width: auto;
}
.product-content ul.bullet-list li{
	float: none;
	margin: 8px 0;
}
.product-content img.pull-left{
	margin-top: 52px;
}
.product-content .sepparator{
	height: 1px;
	padding-bottom: 55px;
}
.border-img-l{
	border-right: 50px solid #fff;
}
.border-img-r{
	border-left: 50px solid #fff;
}

.product-options_desc a, .product-options_header a{
	color: #428bca
}

#cart_form input#cart_quantity {
    width: 34px;
    height: 31px;
    top: 0px;
    position: relative;
    border: 1px solid #777;
}

ul.social-list li {
    list-style: none;
}

.tabs-panel ul.nav-tabs.wow.fadeInUp {
    padding-top: 30px;
}

img.my-tooltip.my-dropdown.pull-right {
    width: 30px;
    height: auto;
}

@media(max-width:991px){
	.diamond_details .product-gallery_preview a img {
		object-fit: contain;
	}
}
section.product-detail.color-diamond-detail ul.bullet-list.info-col-inner li.item-detail-block {
    line-height: 35px;
}