/*------------------------------------------------------------------
[Table of contents]

 - Gallery
 - Product Cart
 - Product Brands
 - Tabs
 - Product Content

- Project:	Seven Store - Ecommerce HTML/CSS Template
- Version:	1.1
- Author:  Andrey Sokoltsov
- Profile:	http://themeforest.net/user/andreysokoltsov

-------------------------------------------------------------------*/
@font-face {
    font-family: 'zapf_humanist_601regular';
    src: url('../../../fonts/zapf_humanist/zapfhumanist601bt-roman-webfont.woff2') format('woff2'),
         url('../../../fonts/zapf_humanist/zapfhumanist601bt-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  /* #productDetails .content_box .product-options_body .product_details,#c_full_width_table .product-options_body .product_details{
    font-family: 'zapf_humanist_601regular';
   
  } */
   :focus,:focus-visible,:focus-within{
    box-shadow: none !important;
    outline:none !important;
    
   }

.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;
}

/* Gallery */
.product-gallery{
	float: left;
}
.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%; */
}

.product-gallery_preview a {
    float: left;
    margin-right: 7px;
    width: 30%;
    text-align: center;
    /* opacity: 0.3; */
    height: 65px !important;
    width:65px !important;
	padding: 7px !important;
}
/*.product-gallery_preview a:nth-child(3n){
	margin-right: 0;
}*/
.product-gallery_preview a.active{
	opacity: 1;
}
.product-gallery_preview a img{
	width: 100% !important;
	object-fit: contain;
}
.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 img{
	height: 100%;
	width: auto;
}
.vertical-pager.product-gallery .bx-wrapper{
	float: right;
	margin: 0 0 15px;
	width: 78%;
}
/*.narrow-content{
	padding-left: 70px;
	padding-right: 70px;
}*/
.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_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-options_header{
	/* border-bottom: 1px solid #ececec; */
	padding-bottom: 24px;
}
#productDetails .narrow-content .one{
    position: relative;
}
.deals-products .narrow-content .one .product-details-narrow{
  
    top: 0px !important;
}
#productDetails .narrow-content .one .product-details-narrow{
    position: sticky;
    top: 75px;
    /* padding-left: 20px;
     padding-top: 20px; */
}
#productDetails .narrow-content .one .main-content{
    margin-top: 10px;
}
.product-options_header h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
.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, .card-box .text-box h4 {
    font-size: 14px;
    /* padding: 20px 0px 0px; */
    margin: 0px;
}

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

.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-options_row{
	float: left;
	padding-top: 30px;
	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;
}
.additional-div p {
    /* margin-top: 1rem; */
    margin: 5px 0px;
}
/*.button-big.button-additional{
	float: right;
	font-size: 16px;
	width: 70%;
}*/
.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;
	/*float: left;*/
	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: #f68626;
}

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


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 > 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: 0px;
    padding-left: 15px;
        margin: 0px;
}
ul.bullet-list li{
	color: #666;
	float: left;
	font-size: 13px;
	line-height: 14px;
	list-style: none;
	margin: 4px 0;
	/*width: 100%;*/
	font-size: 16px;
	margin:8px 0px;
}
.bullet-list > li::before {
   font-size: large;
}
/* 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, .card-box .text-box a {
    color: #f68626;
    padding: 0px !important;
    font-size: 14px;
}
#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;
}
button.wish.btn {  
	height: 50px;
	width: 45%;  
	border: 1px solid #444;    
	margin-right: 10px;    
	padding: 10px 30px;    
	background-color: #444;    
	color: #fff;    
	font-weight: 600;
	margin:10px 0px;
	border-radius:30px;
	position:relative;
}

button.wish.btn:hover{  
	
	border: 1px solid #f68626;    
	background-color: #f68626;    
	
}
.additional-div span {
    color: #f68626;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}
.shipping-method a {
    color: #000;
    font-weight: 500;
    margin: 0px;
}
.product-cart.product-details-narrow .contact-details {
	margin:10px 0px;
}
.contact-details li {
    display: inline-flex;
	margin-right:10px ;
	
}
.contact-details li a{
	color:#585858;
}
.product_description .col-sm-5{
	border-top:1px solid #ddd;
}
/* .border {
    border: 0;
    border-top: 1px solid #ddd;
} */
.container.mx-auto.row {
    align-items: center;
}
.product_description .table td {
    width: 50%;
    border-top: 0 !important;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-weight: 500;
    padding: 8px !important;
    white-space: normal;
    font-size: 14px;
}
 .product_description  #earth-color .table td {color:#333333;}
 .product_description  #lab-color .table td {color:#333333;}
 /* .product_description  #earth-color .table td {color:#f68626;}
 .product_description  #lab-color .table td {color:green;} */
.owl-carousol_ {
    background-color: #fff;
    margin: auto;
}
.owl-carousol_ .owl-nav {
    position: absolute;
    top: -16%;
    right: -5px;
    height: 16px;
    /* font-size: 16px; */
  }
 .owl-carousol_ .card-box {
    width: 100%;
    text-align: center;
    /* box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05); */
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}
  .owl-carousol_ .card-box .available {
    position: absolute;
    top: 11px;
    left: 0px;
    color: green;
    font-weight: bold;
    z-index: 1;
    right: 0px;
}
.owl-carousol_ .card-box .call {
    position: absolute;
    top: 11px;
    left:0px;
    color: red;
    font-weight: bold;
    z-index: 1;
	right: 0px;
}
  .owl-carousol_ .card-box .text-box p {
    padding: 2px 10px;
    font-size: 14px !important;
    text-align: justify;
}
.owl-carousol_ .card-box .text-box h3 {
        TEXT-ALIGN: left;
        font-weight: 700;
		color: #a6a6a6;
		text-transform: capitalize;
		cursor: pointer;
		font-size: 14px !important;
	        margin-bottom: 0px;
}
.price.d-flex.justify-content-between a.details{
	font-weight: 600;
	text-decoration: underline;

}
.price.d-flex.justify-content-between {
    padding: 0px 5px;
    align-items: center;
}
.owl-carousel .owl-nav button span {
    /* font-size: 28px; */
    color: #666;
    padding: 8px;
    font-weight: normal;
}
  .owl-carousol_ .img-box {
	
    width: 250px;
    height: 250px;
   margin:10px  auto;
    
}
.owl-carousol_ .img-box img{
	position: relative;
}
.owl-theme .owl-nav {
    margin-top:0px !important;
}
/* .owl-carousol_ .owl-nav button.owl-next, .owl-carousol_ .owl-nav button.owl-prev {
   
    font: caption !important;
} */
.owl-theme .owl-nav [class*=owl-]:hover {
    background:transparent !important;
    color: #000 !important;
    text-decoration: none;
}
.owl-carousol_ .img-box img {
    width: 250px;
    height: 250px;
    position: relative;
}

.product-cart.product-details-narrow  ul.dropdown-menu.show {
    width: 100%;
    text-align: center;
}
.product-cart.product-details-narrow  ul.dropdown-menu.show li a{
	color:#000;
	font-weight: 600;
}
span.dropdown {
	width:45% ;
}
span.dropdown button.wish{width:100% !important;}

.owl-carousol_ .card-box .text-box .dia_details .dia_stock, .owl-carousol_ .card-box .text-box .dia_details .dia_shape, .owl-carousol_ .card-box .text-box .dia_details .dia_lab.cert, .owl-carousol_ .card-box .text-box .dia_details .table-details {
  
    text-align: justify;
}
.owl-carousol_ .card-box .text-box .dia_details .table-details {padding:5px 0px;}
.owl-carousol_ .card-box .text-box .dia_shape.shape_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owl-carousol_ .card-box .text-box .dia_shape.shape_row .inner-row {
    display: flex;
    gap: 5px;
    font-weight: 700;
    color: #a6a6a6;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 14px !important;
}
#carousel_detail .dia_details .dia_stock,#carousel_detail .dia_details .design_cut_row,#carousel_detail .dia_details .table-details {
    font-size: 14px;
    font-weight: 400;
    color: #a6a6a6;
    line-height: 1.2;
	cursor: pointer;
}
div#carousel_detail {
    padding: 0px 4px;
}

 /* .product-options_body  ul.dropdown-menu li a {
   width: 100%;
    margin: 2px 0px;
    font-size: 12px;
      border-radius: 3px;
    color: #0a1c3f;
    font-weight: 600;
    padding: 2px 5px  !important;
    display: block;
    text-align: left !important;

	border: 1px solid #000;
} */
.product-options_body li a {
    color: #0a1c3f;
   
}
td.border-none {
    border-bottom: none !important;
}
.price_range-div label{
     /* white-space: nowrap; */
     line-height: normal;
}
#bx-pager a svg path {
    fill: #444444;
}
@media(max-width:1199px){
    .social_media_images .product-img-slide .slider-nav .thumb-slide img {
        width: 95px !important;
      
      }
      
	.owl-carousol_ .card-box .call {
       left: 33px !important;

	}
	.owl-carousol_ .card-box .available {
		left: 33px !important;
	}
}
@media(max-width:991px){
	
	/* .product-options_header h3 {
	
		margin-top: 15px;
	} */
	.owl-carousol_ .card-box .call {
       left:50px !important;

	}
	.owl-carousol_ .card-box .available {
		left: 50px !important;
	}
}
@media(max-width:767px){
    .product-cart .product-options_header .price_range-div .col-lg-3.col-md-3.col-sm-6.col-6,
    .product-cart .product-options_header .price_range-div  .product-price{
        text-align: left !important;
    }
    .product-cart .product-options_header .price_range-div .quantity {
        justify-content: start !important;
    }
	.owl-carousol_ .card-box .call {
       left:8px !important;

	}
	.owl-carousol_ .card-box .available {
		left: 8px !important;
	}
    #productDetails .img_section .grid_four_block_Wrapper {
    flex: 0 0 100%!important;
  }
}

.product-gallery.vertical-pager1 {
    display: flex;
    flex-direction: row-reverse;
    align-items:flex-start;
    gap: 15px;
	justify-content: left;
}
div#bx-pager {
    display: flex;
    flex-direction: column;
    gap: 8px 0px;
}

.owl-carousel-similar .item {
    margin: 3px;
}

.form-control {
    border-radius: 0px;
}

.form-horizontal .form-group {

    margin-left: 0px;
}

.product-options_desc {
    margin-bottom: 10px;
}

.addon_group_name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.addon_group_description {
    font-size: 14px;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.variation_price {
    font-size: 17px;
    color: #3ac0bd;
}

.variation_price span {
    color: #565656;
}

.addon_label {
    font-weight: 400;
    margin-right: 15px;
}

.cart_quantity {
    background-color: #fff;
    border: 1px solid #7d7b7b;
    height: 30px;
    width: 30px;
    text-align: center;
}

.qty {
    text-align: center;
}

ul.star_list li {
    color: #666;
    float: left;
    font-size: 13px;
    line-height: 14px;
    list-style: none;
    /*margin: 4px 0;*/
    width: 100%;
}

.star_list>li {
    float: left;
    line-height: 23px !important;
    font-size: 14px !important;
    position: relative;
}

.star_list>li>label {
    cursor: pointer;
}

.star_list>li::before {
    color: #428bca;
    content: "\f105";
    font-family: fontawesome;
    left: -14px;
    position: absolute;
}

.star_list>li>label:hover {
    color: #428bca;
}

.active_rating {
    color: #428bca;
}

.rewiew_name {
    color: #428bca;
    font-size: 15px;
}

.rewiew_star {
    color: #428bca;
    font-size: 15px;
}

.rewiew_date {
    color: #428bca;
    font-size: 15px;
}

.description-title {
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}

.cart-form-control {
    height: 26px !important;
    padding: 1px 5px !important;
    font-size: 14px !important;
}

#cart_form>.form-group {
    margin-bottom: 5px !important;
}

.table-breakdown>thead>tr>td {
    border-bottom: 1px solid #ececec !important;
}

.table>tbody>tr>td {
    border-top: 0px !important;
}

.table-breakdown {
    border: 0px;
}

.table-breakdown>tbody>tr>td,
.table-breakdown>thead>tr>td {
    padding-left: 0px;
}

#cart_form>.form-group>div>label {
    text-transform: uppercase;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
}

.intro {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

/* -----------------new style css(16-12-23)(Radhika Gour) Jewelry-Detail Page----------------------------- */

/* #productDetails .img_section .product-img-box img{
    height:307px !important;
} */
/* #productDetails .img_section .grid_four_block_Wrapper img{
    height:520px !important;
} */
#productDetails .grid_wrapper{
    gap:20px 10px;
}
#productDetails .img_section .grid_four_block_Wrapper{
   position: relative;
    flex: 0 0 49% ;
   /* border: 1px solid; */
}
#productDetails .img_section .grid_four_block_Wrapper .three_d_line_iframe {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    top: 0;
    color: #585858;
}
#productDetails .media-slider .slick-dots{
    position: unset !important;
}
#productDetails .media-slider .slick-prev:before, #productDetails .media-slider .slick-next:before {
    font-size: 30px !important;
  
}
#productDetails .media-slider  .slick-prev, #productDetails .media-slider  .slick-next {
    top: unset !important;
    bottom: -19px;
    width: auto;
    height: auto;
}
#productDetails .media-slider .slick-dots li button:before {
    font-size: 12px !important;
   
}
.product-img-box {
    position: relative;
    width: 100%;
    padding-top: 50.25%;
    overflow: hidden;
}

.product-img-box iframe,
.product-img-box video,
.product-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
}

#productDetails .img_section .product-img-box  video{object-fit: cover;}
/* #productDetails .img_section .product-img-box img{height:100% !important} */
#productDetails .img_section .product-img-box.border-left {
  padding-left: 5px;
}
#productDetails .img_section .product-img-box.border-right{
    padding-right: 5px;
}
#productDetails .content_box .product-options_header .heading {
    font-size: 22px;
    letter-spacing: .025em;
    margin: 0 0 0 0;
    color: #585858;
}
#productDetails .clearfix::after {
    content: none;
}
#productDetails .content_box .product-options_body #more {display: none;}


#productDetails .content_box .product-options_body .read-more {
    position: absolute;
    right: 0;
    bottom: -4px;
    z-index: 1;
    background: #fff;
    text-decoration: underline;
    padding-left: 5px;
	color:#333333;
}
#productDetails .content_box .product-options_body  .read-more:after {
    content: "";
    position: absolute;
    right: 100%;
    width: 30px;
    height: 100%;
    top: 0;
    display: block;
    background-image: linear-gradient(to right,rgba(250,250,250,0.0392156863),#fff);
}
#productDetails .content_box .product-options_body  .expanded {
    overflow: visible !important;
    max-height: none !important;
}
#productDetails .content_box .product-options_body .ir309-description{
    color:#585858;
}
#productDetails .content_box .product-options_body .product_details .font-weight, #c_full_width_table .product-options_body .product_details .font-weight{
    font-weight: 700;
    color: #585858;
    font-size: 14px;
}
#productDetails .content_box .product-options_body .product_details, #c_full_width_table .product-options_body .product_details {
    font-size: 14px;
    font-weight: 400;
    color: #585858;
}
#productDetails .content_box .product-options_body .border_box {
    border: 2px solid transparent;
    width:40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px 5px 0px;
	font-size: 12px;
    cursor: pointer;
}
#productDetails .content_box .product-options_body .Diamond-filter .border_box img,#productDetails .content_box .Gemstone_filter .border_box img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}
#productDetails .content_box .product-options_body .Diamond-filter .border_box {
    width:45px;
    height: 45px;
}
#productDetails .content_box .product-options_body .diamond_origin .border_box {
    height: auto;
    width: auto;
    border-radius: 15px;
    padding: 3px;
}
#productDetails .content_box .metal_filter .border_box {
border:none;
}
#productDetails .content_box .product-options_body .border_box input.detail_checkbox {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
#productDetails .content_box .product-options_body .detail-active-filter,#productDetails .content_box .product-options_body .hovered{
	border: 2px dashed #f68626;
}
#productDetails .content_box .product-options_body.metal_filter .metal_type {
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 11px;
    font-weight: 600;
    color:#585858;
}
#productDetails .content_box .product-options_body.metal_filter img{
    width:30px;
    height:30px;
}
#productDetails .content_box .product-options_body .Price{
	font-size: 20px;
	letter-spacing: .025em;
	color:#333333;
}
#productDetails .content_box .product-options_body .dropdown-menu{
	width:100%;
}

#productDetails .content_box .product-options_body.metal_filter .form-control,#c_full_width_table .product-options_body.metal_filter .form-control {
    justify-content:center ;
    border-radius: 0px !important;
    display: flex;
    gap:5px;
    align-items: center;
}
#c_full_width_table .product-options_body .free-shipping-text .text-green{
	color:#f68626;
	font-weight: 600;
}
/* #productDetails .content_box .product-options_body i{
	color:#333333;
} */
#c_full_width_table .product-options_body .filter_section .table th, #c_full_width_table .product-options_body .filter_section .table td {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    /* width: 10%; */
    vertical-align: middle;
}
#c_full_width_table .product-options_body .filter_section .table td a{
    color: #f68626;
    font-size: 16px;
    font-weight: 700;
}
#c_full_width_table .product-options_body .filter_section .table th.c_width_first{
    width:9%;
}
#c_full_width_table .product-options_body .filter_section .table th.c_width_second{
width:9%;
line-height: normal;
}
#c_full_width_table .product-options_body .filter_section .table-bordered td, #c_full_width_table .product-options_body .filter_section .table-bordered th {
    border: 1px solid #fff !important;
}
#c_full_width_table .product-options_body .filter_section .table th {
    font-weight: 700;
}
.product-cart .product-options_header .price_range-div .quantity,
#c_full_width_table .product-options_body .filter_section .quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }
#c_full_width_table .product-options_body .filter_section .quantity{justify-content: center !important;}
  .product-cart .product-options_header .price_range-div  .quantity__minus,  
  .product-cart .product-options_header .price_range-div  .quantity__plus,
  #c_full_width_table .product-options_body .filter_section .quantity__minus, 
  #c_full_width_table .product-options_body .filter_section .quantity__plus {
    display: block;
    width: 20px;
    height: 30px;
    margin: 0;
    background: #f68626;
    text-decoration: none;
    text-align: center;
    line-height: 17px;
    font-size: 14px;
    font-weight: 900;
    border: 1px solid #f68626;
    color: #fff;
}
/* #c_full_width_table .product-options_body .filter_section .quantity__minus {
    border-radius: 3px 0 0 3px;
  }
  #c_full_width_table .product-options_body .filter_section .quantity__plus {
    border-radius: 0 3px 3px 0;
  } */
  .product-cart .product-options_header .price_range-div  .quantity__input, 
  #c_full_width_table .product-options_body .filter_section .quantity__input {
    width: 40px;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    background: #fff;
    color: #000;
    /* line-height: normal; */
    font-size: 12px;
}
.product-cart .product-options_header .price_range-div  .quantity__minus:link,
.product-cart .product-options_header .price_range-div  .quantity__plus:link ,
#c_full_width_table .product-options_body .filter_section .quantity__minus:link,
 #c_full_width_table .product-options_body .filter_section .quantity__plus:link {
    color: #fff;
}
.product-cart .product-options_header .price_range-div .quantity__minus:visited,
.product-cart .product-options_header .price_range-div  .quantity__plus:visited ,
#c_full_width_table .product-options_body .filter_section .quantity__minus:visited,
#c_full_width_table .product-options_body .filter_section .quantity__plus:visited{
    color: #fff;
  }
/* #productDetails .content_box .product-options_body .accordion, .made_for_you .accordian_section .accordion ,.order-details .accordion{
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    position: relative;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #ddd;
}  
#productDetails .content_box .product-options_body .active, #productDetails .content_box .product-options_body .accordion:hover ,.made_for_you .accordian_section .active,.made_for_you .accordian_section .accordion:hover, .order-details .accordion:hover{
	background-color: #ccc;
  }
  
 #productDetails .content_box .product-options_body .accordion:after, .made_for_you .accordian_section .accordion:after,.order-details .accordion:after,.product_description .accordion:after{
    content: "\f107";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
}
.product_description .accordion:after{
   
    top: 8px ;
   
} */
#c_full_width_table .product-options_body.metal_filter .C_jewelry_btn , #productDetails .narrow-content .product-details-narrow .product-options_header .C_jewelry_btn ,.c_light_box_design .C_jewelry_btn,.c_appointment_form_design .C_jewelry_btn{
    /* background-color: #ddd; */
    width: 170px ;
    margin: auto;
    /* display: block; */
}
#c_full_width_table .product-options_body.metal_filter .form-control:hover , #productDetails .narrow-content .product-details-narrow .product-options_header .form-control:hover ,.c_light_box_design .form-control:hover,.c_appointment_form_design .form-control:hover{

border:1px solid #1d2124 !important;

}

.c_light_box_design li label{
    font-size: 12px;
    font-weight:600;
}
#c_full_width_table .product-options_body.metal_filter .C_jewelry_btn a , #productDetails .narrow-content .product-details-narrow .product-options_header .C_jewelry_btn a ,.c_light_box_design .C_jewelry_btn a,.c_appointment_form_design .C_jewelry_btn a{
 color:#212529; 
}
  /* #productDetails .content_box .product-options_body .accordion.active:after,.made_for_you .accordian_section .accordion.active:after ,.order-details .accordion.active:after,
  .product_description .accordion.active:after{
	content: "\f106";
  } */

/* #productDetails .content_box .product-options_body .panel, .made_for_you .accordian_section .panel ,.order-details .panel, .product_description .panel{
    padding: 4px 10px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 13px;
} */
.hand_slider #frame {
    position: relative;
}
.hand_slider #frame .fixed {
    position: absolute;
    top: 0;
    left: 0;
}
.hand_slider #frame .fixed img {
    max-width: 300px;
    width: 100%;
}
.hand_slider #frame input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #333;
    border: 1px solid #333;
    border-radius: 4px;
    outline: none;
    opacity: 1;
    transition: opacity 0.2s;
}

.hand_slider #frame input[type="range"]:hover {
    opacity: 1;
  }

  .hand_slider #frame input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #333;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
  }

  .hand_slider #frame input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #333;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
  }
  .hand_slider #frame .top-pane {
      background-color: #fff;
      height: 10000px;
      width: 10000px;
      opacity: 0.1;
      position: absolute;
      top: -5000px;
      left: -5000px;
    }

    .hand_slider #frame .controllerBar {
      position: absolute;
      bottom: 1px;
      width: 100%;
      height: 24px;
      background-color: #444;
      border-top: 1px solid #fff;
    }

    .hand_slider #frame .opacityZone {
        top: 132px;
        width: 50%;
        display: inline-block;
        height: 16px;
        margin: 0;
        padding: 4px 0;
        text-align: center;
        font-size: 10px;
        color: #888;
        /* position: relative; */
        position: absolute;
        transform: rotate(270deg);
        right: -50px;
    }
    .hand_slider #frame input#opacitySlider {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    /* z-index: 10; */
}
.hand_slider #frame .opacityZone ::before {
    content: "Lighter";
    display: block;
    transform: rotate(90deg);
    top: -16px;
    position: absolute;
    left: -33px;
    font-size: 12px;
    font-size: weight;
    font-weight: 500;
}
.hand_slider #frame .opacityZone ::after {
    content: "Darker";
    display: block;
    transform: rotate(90deg);
    position: absolute;
    font-size: 12px;
    font-size: weight;
    font-weight: 500;
    top: -16px;
    right: -30px;
}
.hand_slider #frame .product_image {
    position: absolute;
    top: 0;
}
.hand_slider #frame .product_image img {
    max-width: 300px;
    width: 100%;
}
  /* .made_for_you .accordian_section .accordian_button_text h5{
margin-bottom:0px;
font-size:18px;

} */
 /* .made_for_you .accordian_section  .accordian_button_text{margin-left:10px;}
 .made_for_you .path_fill svg path{fill:#000;}
 #review_section .reviw_images img.img-fluid {
    width: 100px !important;
    height: 100px !important;
    margin: 0px 5px;
    object-fit: cover;
} */
#review_section .reviw_images .carousol,.seen_you .slider-item{
    overflow: hidden;
 flex: 0 0 80%;
}
#review_section .reviw_images .ratings ,.seen_you .text_box{
    flex: 0 0 20%;
}
.slider-item .img-container {
  position: relative;
 
}

.slider-item .image {
  display: block;
  width: 100%;
  height: auto;
}

.slider-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
    opacity: 0.5;
}

.slider-item .img-container:hover .overlay {
  height: 100%;
}

.slider-item .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.slider-item  .img-container {
    width: 300px;
    height: 300px;
    margin: 0px 2px;
}
 .slider-item  .img-container img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}
 .slider-item  .img-container a{
color:#fff;
text-transform:capitalize;
}
.slick-prev {
    left: 0px;
    z-index: 10;
}
.slick-next {
    right: 0px;
}
.slick-slider {
    overflow: hidden;
}
 .slick-prev:before, .slick-next:before {
 color:#000;
}
.similar-products .owl-stage-outer .card-box {
    height: 100%;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    position: relative;
    white-space: normal;
    min-height: 371px;
}
.similar-products .owl-stage-outer .card-box .box {
    background: #f9f9f9;
    padding: 5px 0px;
  
    margin: auto;
}
.similar-products .owl-stage-outer .card-box .box .dia_btn {
    display: flex;
    justify-content: space-between;
    height: 25px;
    align-items: center;
}

.similar-products .owl-stage-outer .card-box .img-box  img {
   
    border-radius: 4px;
    object-fit: cover;
}
.similar-products .owl-stage-outer .card-box ul li {
    list-style-type: none;
    text-transform: capitalize;
    position: relative;
}
.similar-products .owl-stage-outer .card-box ul li input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.similar-products .owl-stage-outer ul .active_variation img {
    border: 2px dashed #f68626;
    border-radius: 50%;
  
   
}
.similar-products .owl-stage-outer ul img {
    margin: 0px 5px;
    width: 35px;
    height: 35px;
    padding: 3px;
}
.similar-products .owl-stage-outer .card-box ul li .similar_metal_type {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 4px 0px 0px 0px;
    font-size: 12px;
    font-weight: 600;
    color: #585858;
}
#c_full_width_table .product-options_body  .filter_section label.metal_type {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    font-size: 11px;
    font-weight: 700;
    color: #585858;
    margin-bottom: 0px;
}
#c_full_width_table .product-options_body  .filter_section .detail-active-filter img{
   width: 35px;
   height: 35px;
}
/* -----------------new style css end(16-12-23)(Radhika Gour)----------------------------- */
/* -----------------Media Query(Radhika Gour)----------------------------- */
@media(max-width:1199px){
    .product-detail .c_appointment_form_design .c_heading_text,#c_full_width_table .c_heading_text{
        white-space: normal !important;
    }
}
@media(max-width:992px){
    .social_media_images .banner-slider .text.absolute {
        position: relative !important;
        bottom: 0px !important;
    }
    .hand_slider #frame .opacityZone {
        top: 80px;
        right: -25px;
    }
    .product-cart .product-options_header .price_range-div .quantity {

    justify-content:center;
   
  }
}
@media(max-width:767px){
    .social_media_images .product-img-slide .slider-for {width: 100% !important;}
    .social_media_images .product-img-slide .slider-nav {
        width: 100% !important;
        padding-top: 10px;
    }
        .social_media_images .product-img-slide .slider-nav .slick-prev,     .social_media_images .product-img-slide .slider-nav .slick-next {
 
    top: 92% !important;
    
}
    .social_media_images .banner-slider .text p.W-75{width:100% !important;}
    .social_media_images .banner-slider .text p.W-25{display: none;}
    .social_media_images .product-img-slide .slider-nav .thumb-slide img { margin:auto !important;}
    /* #c_full_width_table .container .product-options_body .d-flex{gap:0px !important;} */
    #c_full_width_table .product-options_body.metal_filter .C_jewelry_btn {
        /* background-color: #ddd; */
        width: 150px !important ;
    }
    #c_full_width_table .product-options_body.metal_filter a{
        /* background-color: #ddd; */
        width: 150px !important ;
    }
#review_section .reviw_images .ratings, .seen_you .text_box {
    flex: 0 0 100%;
}
#review_section .reviw_images .carousol, .seen_you .slider-item {
    overflow: hidden;
    flex: 0 0 100%;
}
/* #productDetails .product-cart.content_box {
    margin-top:250px;
} */
.hand_slider #frame .opacityZone {
    top: 110px;
    right: -40px;
}

#special_orders_main_div,.c_appointment_form_design{margin-top:0px !important;}

/* .product-detail .c_appointment_form_design .c_heading_text:after,#c_full_width_table .c_heading_text:after{

    display: block;
    content: '';
    border-bottom: 1px solid #3f3f3f;
    font-weight: 900;
    left: 0;
    right: 0;
    width: 100px;
    line-height: 1px;
    height: 1px;
    position: relative;
    top: 0px;
    font-size: 15px;
    letter-spacing: -1px;
    margin: auto;
    text-align: center;
    padding: 5px 0px;
} */
.product-detail .c_appointment_form_design .c_heading_text,#c_full_width_table .c_heading_text{
/* margin-top:30px; */
margin-bottom:0px;

}
}
@media(max-width:575px){
    .c_appointment_form_design .row .border-top {
        display: none;
    }
.product_description .container .border,.similar-products .container .border,.product-detail .c_appointment_form_design .border,#c_full_width_table .border,#c_full_width_table .border-top,.product-detail .c_appointment_form_design .border-top{
        display:none;
    }
.c_appointment_form_design #appointment_form #submit_btn{width:150px !important;}

#productDetails .narrow-content .content_box{
margin-top:10px;
}
#productDetails .narrow-content .content_box p.normal-statement{
   line-height: normal;
    }
#c_full_width_table .Availability_box .select_box {
    width:100% !important;
}
#c_full_width_table .product-options_body .d-flex{justify-content: center!important;}
/* .made_for_you .text_area,.made_for_you .accordian_section {
padding:10px !important;
} */
#review_section .btn-box .btn {
width:100% !important;
}
.hand_slider #frame .opacityZone {
   transform: none;
}
.hand_slider #frame .opacityZone {
    left: 0;
    right: 0;
    width: 100%;
    top: 200px;
}
.hand_slider #frame .opacityZone ::before {
    transform: none;
    left: 0px;
    top: 5px;
}
.hand_slider #frame .opacityZone ::after {
    transform: none;
    top: 5px;
    right: 0px;
}
}
@media(max-width:515px){
    .hand_slider #frame .opacityZone {
        top: 185px;
    }
}
@media(max-width:483px){
    .hand_slider #frame .opacityZone {
        top: 105px;
    }
}

/* -----------------Media Query End(Radhika Gour)----------------------------- */
/* -----------------time formate start---------------------------------------- */
.ui-timepicker-container {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10000 !important;
}

.ui-timepicker, .ui-timepicker-viewport {
    box-sizing: content-box;
    height: auto;
    display: block;
    margin: 0;
}

.ui-timepicker {
    list-style: none;
    padding: 0 1px;
    text-align: center
}

.ui-timepicker-viewport {
    padding: 0;
    overflow: auto;
    overflow-x: hidden
}

.ui-timepicker-standard {
    font-size: 12px; font-family:sans-serif;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 0 .75px #bbb, 2px 1.5px 3px rgba(0,0,0,.16);
    margin: 0; padding:0;
}

.ui-timepicker-standard a {
  display:block;  
  background:transparent; filter:none; border:none; 
  width:100%;
  text-align: left; 
  border-radius:0;
  font-size: 11.5px;
  padding: 5px 10px; 
  line-height:18px;
  white-space:nowrap;
  text-decoration: none; 
  color:inherit;
}

/*Note: do not delete - breaks arrow keys (wut wut) */
.ui-timepicker-standard .ui-state-hover {
    box-shadow:none; 
    border:none; 
    text-decoration: none;
    background-color: #555; 
    color:#fff !important; 
}

.ui-timepicker-standard .ui-menu-item {
    margin: 0;
    padding: 0
}

.ui-timepicker-hidden {
    display: none
}

.ui-timepicker-no-scrollbar .ui-timepicker {
    border: none
}
/* -----------------time formate end---------------------------------------- */
/* -----------------jewelry modal design start--------------------------------------- */
.modal-dialog.dia_modal {
    max-width: 600px;
    border-radius: 30px;
    width: 100%;
    margin: auto;
    padding: 0px 40px;
    background-color: #fff;
    box-shadow: 3px 3px 50px 37px rgb(60 66 87 / 4%);
    margin-top: 50px;
    border: 1.5px solid #f68626;
}
.modal-content.radius-flat {
    border: none;
    border-radius: 0px !important;
}
.modal-dialog.dia_modal label {
    margin-bottom: .5rem;
    color: #808080;
    font-weight: 600 !important;
    font-size: 15px;
    white-space: nowrap;

}
.modal-dialog  .modal-body .form-group .col-md-3{
    white-space: nowrap;
}
.dia_modal .modal-header h4.modal-title {
    font-weight: 700;
    width: 100%;
    font-size: 16px;
}
/* -----------------jewelry modal design end-------------------------------------- */
/* jewelry alertify js  */
.radius-flat {
    border-radius: 0px !important;
    }
    .alertify .ajs-header {
    margin: -24px !important;
    margin-bottom: 0 !important;
    padding: 8px 24px !important;
    background-color: #f68626 !important;
    color: #fff !important;
    font-size: 16px !important;
    }
    .alertify .ajs-footer {
    padding: 0px !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
    min-height: 39px !important;
    background-color: #f68626 !important;
    }
    .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    
    border: 1px solid #fff !important;
    }
    .alertify .ajs-commands {
    position: absolute !important;
    right: 4px !important;
    margin: -19px 10px 0 0 !important;
    z-index: 2 !important;
    }
    .alertify .ajs-body {
    min-height: 90px !important;
    }
    .alertify-notifier.ajs-top.ajs-right {
    color: #fff;
    }
    .alertify .ajs-commands button.ajs-close {
        background-color: #ffff;
        }
    .alertify .ajs-commands button.ajs-close:focus,.alertify .ajs-commands button.ajs-close:focus-visible{
            outline:1px solid transparent;
            border: 1px solid transparent;
        }
    button.ajs-button.ajs-ok:focus, button.ajs-button.ajs-ok:focus-visible {
            outline:1px solid transparent;
            border: 1px solid transparent;
        }
      /*------------------accordian section  */
      #accordian_section .accordion input {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }
      #accordian_section .accordion {
        background-color: #fff;
        cursor: pointer !important;
        padding: 5px 0px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: 0.4s;
        font-weight: 700;
        color: #585858;
        font-size: 14px;
        position: relative;
        /* cursor:pointer; */
    }
    #accordian_section  .accordion:after {
        content:'\f107';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        font-family: 'fontawesome';
    }
    
    #accordian_section  .active:after {
        content:'\f106';
    }
    
    #accordian_section  .panel {
        /* padding: 0 18px; */
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
       
/* --------social Media Img slider---- */
.social_media_images .banner-slider .text {
    position: absolute;
    bottom: -6px;
    width: 100%;
    z-index: 1;
} 
  .social_media_images .banner-slider .slick-prev:before,
  .social_media_images .banner-slider .slick-next:before {
    color: #585858;
  }
  
  .social_media_images .banner-slider .slick-prev {
    left: 5px;
  }
  
  .social_media_images .banner-slider .slick-next {
    right: 5px;
  }
  
  .social_media_images .banner-slider .text p {
    color: #585858;
    font-size: 18px !important;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin: auto;
  }
  
.social_media_images .banner-slider {
    position: relative;
    padding: 0px 0px 20px 0px;
}
  
  .social_media_images .product-img-slide {
    display: inline-block;
    width: 100%;
    /* margin-top: 10px; */
  }
  
  .social_media_images .product-img-slide .slider-for {
    width: 80%;
    float: right;
    background: #fff;
    height: 100%;
    position: relative;
  }
  
  .social_media_images .product-img-slide .slider-nav {
    width: 20%;
  }
  
  .social_media_images .product-img-slide .slider-nav .thumb-slide {
    margin-bottom: 21px;
    overflow: hidden;
  }
  
  .social_media_images .product-img-slide .slider-nav .thumb-slide:last-child {
    margin-bottom: 0;
  }
  
  .social_media_images .product-img-slide .slider-nav .thumb-slide img {
    width: 116px;
    height: 100px;
    object-fit: cover;
    margin-left: 0px;
    border:1px solid #ddd;
    padding: 5px;
  }
  
  /* .social_media_images .product-img-slide .slider-nav .slick-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  } */
  
  /* .social_media_images .product-img-slide .slider-nav .slick-arrow.slick-next {
    top: auto;
    bottom: 0;
    transform: translateX(-50%) rotate(-90deg);
  } */
  
.social_media_images  .product-img-slide .slick-slide img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /* max-height: 506px; */
    /* object-fit: cover; */
    /* object-fit: contain; */
}
  
  /* ------social Media Img slider------- */
  /* ----on scroll css------------- */
  
.center {
	/* max-width: 1080px; */
	margin: 0 auto;
	position: relative;
}

.center:after { /*CLEARFIX*/
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


  #productDetails .narrow-content  .one {
    position: relative;
    align-items: flex-start;
  }
  #productDetails .narrow-content  .one:after {
    content: "";
    display: block;
    clear: both;
  }
  #productDetails .narrow-content  .right {
  
    position: relative;
  }
  
  #productDetails .narrow-content  .right-child {
    display: block;
  }
  
  #productDetails .narrow-content  .right-child.posFix {
    position: fixed !important;
    top: 70px !important;
    width: calc(24% - 12px) !important;
}
  #productDetails .narrow-content  .right-child.posAbs {
    position: absolute;
    bottom: 0px;
    width: 94%;
    /* top: 0; */
}

  /* ----on scroll css------------- */
  #productDetails .narrow-content .product-details-narrow .product-options_header .filter-data li a{color:#585858 !important;}
  #productDetails .narrow-content .product-details-narrow .product-options_header .filter-data li:nth-child(1), 
  #productDetails .narrow-content .product-details-narrow .product-options_header .filter-data li:nth-child(2), 
  #productDetails .narrow-content .product-details-narrow .product-options_header .filter-data li:nth-child(3) {
    border-right: 1px solid #585858;
}

#productDetails .narrow-content .product-details-narrow .product-options_header .price_range-div label,
#productDetails .narrow-content .product-details-narrow .product-options_header .additional-div p strong{
    font-size: 14px !important;
    font-weight: 700 !important;
    color:#585858 !important;
}
#productDetails .narrow-content .product-details-narrow .product-options_header .price_range-div .product-price

{
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #585858 !important;
}
#productDetails .narrow-content .product-details-narrow .product-options_header .price_range-div a,
#productDetails .narrow-content .product-details-narrow .product-options_header .price_range-div a h4 ,
#productDetails .narrow-content .product-details-narrow .product-options_header .additional-div p span{
    color:#f68626 !important;
    font-weight: 500 !important;
}
/* #productDetails .narrow-content .product-details-narrow .c_light_box_design ul li svg path{
    fill:#585858 !important;
} */
.social_media_images .banner-slider .text .W-25{width:20% ;}
.social_media_images .banner-slider .text .W-75{width:80% ;}

#text_emailmodal .modal-header.bg-site {
    background-color: #f68626;
    color: #fff;
    padding: 10px;
    border-radius: 0px;
}
#text_emailmodal .modal-header.bg-site h4.modal-title {
    font-weight: 700;
    width: 100%;
    font-size: 16px;
}
 #accordian_section .product_details #product_attributes {
    font-weight: 600;
}

#productDetails .narrow-content .right-child.customm {
    /* position: sticky; */
    /* top: 5%; */
    width: 100%;
}
#accordian_section .panel  #product_attributes  li:before{
    content: '\f111';
    font-family: 'FontAwesome';
    color: #585858;
    padding-right: 7px;
    font-size: 8px;
    vertical-align: middle;
}
#accordian_section .panel #product_attributes li{position: relative;}
/* #accordian_section .panel #product_attributes ul{line-height: normal;} */

#productDetails .product-options_body .category {
    background: #ffc067 !important;
    border: 1px solid #ffc067 !important;
    font-size: 12px !important;
    color: #444;
    font-weight: 600;
    border-radius: 20px;
    padding: 0px 5px;
}
.social_media_images .product-img-slide .myThumbsSwiper  img, .social_media_images .product-img-slide .myThumbsSwiper  iframe, .social_media_images .product-img-slide .myThumbsSwiper  video {
    width: 100%;
    height: 100%;
    padding: 5px;
  
    margin: auto;
}
.social_media_images .product-img-slide .myThumbsSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px !important;
}

.social_media_images .product-img-slide .myThumbsSwiper svg path {
    fill: #585855 !important;
    stroke: #585858;
}
.social_media_images .product-img-slide .myThumbsSwiper  :focus, .social_media_images .product-img-slide .myThumbsSwiper  :focus-visible {
    outline: none !important;
    outline-offset: none !important;
}
.social_media_images .product-img-slide .myThumbsSwiper img:focus, .social_media_images .product-img-slide .myThumbsSwiper img:focus-visible {
    outline: none !important;
    outline-offset: none !important;
}


.social_media_images .product-img-slide .myThumbsSwiper  svg {
    width: 60px;
    height: 60px;
    z-index: 1;
    POSITION: absolute;
    TOP: 25%;
    MARGIN: auto;
   LEFT:0;
   RIGHT:0;
}

.social_media_images .product-img-slide .myThumbsSwiper .swiper-slide{
    position: relative;
}
 .product-img-slide .myThumbsSwiper .product-img-box {
           padding-top: 0% !important; 
           text-align: center;
          
     }
@media (max-width: 767px) {
   .product-img-box {
        padding-top: 100%; /* Makes it square on mobile */
    }
   
    #productDetails .grid_wrapper{
        display: none !important;
    }
    .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.slick-dots li button:focus, .slick-dots li button:focus-visible {
outline: none !important;
outline-offset:0px!important;
}
}
@media (max-width: 992px) {
#productDetails .img_section .grid_four_block_Wrapper{
    flex:0 0 100%;
}
.product-img-box {
    padding-top: 100%;
   
}
}
