@import url("bootstrap.min.css");
@import url('slick.css');
@import url('bootstrap-icons.css');
@import url('bootstrap-datepicker.min.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

.input-group-append{ cursor: pointer;}
.text-primary{ color: #871B67 !important;}
body{font-family: 'Nunito', sans-serif; letter-spacing:1px; color: #000000;}
a{ text-decoration: none;}
.btn-primary{font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 0.8rem 2rem; border: 0px solid #063363 !important; border-radius: 0px;}
.btn-secondary{font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 0.5rem 1rem; border: 0px solid #063363 !important; border-radius: 0px;}
.btn-info{font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 0.5rem 1rem; border: 0px solid #0dcaf0 !important; border-radius: 0px;}

header{ position: relative; z-index: 3;}
.navbar-brand{ width: auto; padding: 1rem 0rem;}
.head_search{ width: auto; padding:0rem; align-items: center; position: absolute; left: 50%; transform: translateX(-50%);}
.head_search form{background-color: var(--bs-secondary-bg);}
.head_search .form-control{ min-width:350px; border-radius: 5px 0px 0px 5px; box-shadow: none; outline: none; border: none; line-height: 2;}
.head_search  .btn-primary{ border-radius: 0px 5px 5px 0px;}
.head_top{flex-wrap: wrap; text-align: right; padding-top: 0.3rem; padding-bottom: 0.3rem;}
.contact_detail{ width: 100%;}
.contact_detail a{font-size: 14px; color: #871B67; margin-left:15px; text-decoration: none;}
.contact_detail a i{font-size: 16px; vertical-align: middle; color: #BAA6B1;}
.contact_detail a:hover{ color: #000000;}
.acc_detail{ width: 100%; margin-top: 10px;}
.acc_detail a{margin-left: 20px; text-decoration: none;}
.acc_detail a i{font-size: 25px; vertical-align: middle; color: #871B67;}
.acc_detail .bi-icon { width: 26px; height: 26px; display:inline-block; line-height: 26px; overflow:hidden; vertical-align:middle;}
.acc_detail .bi-icon img {margin: -8px 0 0 -82px;}
.acc_detail .myacc_dropdown {display: inline-block;}
.acc_detail .myacc_dropdown .dropdown-toggle::after{ display: none;}
.acc_detail .myacc_dropdown .dropdown-menu.show{ background-color: #ffffff;}
.acc_detail .myacc_dropdown .dropdown-menu a{ margin-left: 0; font-size: 14px; font-weight: 500;}
.acc_detail .myacc_dropdown .dropdown-menu a i{ font-size:18px; margin-right: 10px;}
.acc_detail .myacc_dropdown .dropdown-menu a:active{ background-color: #871B67;}
.acc_detail .myacc_dropdown .dropdown-menu a:active i{ color: #ffffff;}

.bg-primary{ background-color: #871B67 !important;}
.bg-secondary{ background-color: #063363 !important;}
.btn-primary{ background-color: #871B67 !important; border: 1px solid #871B67 !important;}
.btn-primary:hover{ background-color: #063363 !important; border: 1px solid #063363 !important;}
.btn-secondary{ background-color: #063363 !important; border: 1px solid #063363 !important;}
.btn-secondary:hover{ background-color: #871B67 !important; border: 1px solid #871B67 !important;}
.bg-white{ background-color: #ffffff !important;}
.bg-light{ background-color:rgb(246, 239, 246) !important;}


/* ============ desktop view ============ */
@media all and (min-width:1200px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */
@keyframes fadeIn {
    from {opacity: 0; }
    to {opacity: 1; }
}
.navbar .btn-group{ position: static; display: flex; justify-content: space-between; flex-wrap: wrap;}
.dropdown-menu.show { -webkit-animation: fadeIn 0.3s alternate; animation: fadeIn 0.3s alternate; border: none; background: none;}
.nav-item.dropdown.dropdown-mega { position: static;}
.nav-item.dropdown:last-child .container{ display: flex; justify-content: end;}
.nav-item.dropdown:last-child .container .bg-white{ max-width: 600px;}
.nav-item.dropdown.dropdown-mega .dropdown-menu { width: 100%; top: 46px; left:0%; background-color: transparent; border: none;}
.navbar-toggler { border: none; padding: 0; outline: none; margin-left: -25px;}
.navbar-toggler:focus { box-shadow: none;}
.navbar-toggler .hamburger-toggle { position: relative; width: 60px; height: 60px; z-index: 11; float: right;}
.navbar-toggler .hamburger-toggle .hamburger { position: absolute; transform: translate(-50%, -50%) rotate(0deg); left: 50%; top: 50%; width: 50%; height: 50%; pointer-events: none;}
.navbar-toggler .hamburger-toggle .hamburger span { width: 100%; height:3px; position: absolute; background: #ffffff; border-radius: 2px; z-index: 1; transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out; left: 0px;}
.navbar-toggler .hamburger-toggle .hamburger span:first-child { top: 10%; transform-origin: 50% 50%; transform: translate(0% -50%) !important;}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {top: 50%; transform: translate(0, -50%);}
.navbar-toggler .hamburger-toggle .hamburger span:last-child { left: 0px; top: auto; bottom: 10%; transform-origin: 50% 50%;}
.navbar-toggler .hamburger-toggle .hamburger.active span {position: absolute; margin: 0;}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {top: 45%; transform: rotate(45deg);}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {left: 50%; width: 0px;}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {top: 45%; transform: rotate(-45deg);}
.navbar .dropdown-toggle::after{ color: #ffffff; font-size: 18px; margin-left: -10px;}
.navbar .dropdown-toggle-split{ padding-left: 0; padding-right: 0;}
.navbar .dropdown-menu h5{ font-size: 16px; font-weight: 700; color: #000000;}
.navbar .dropdown-menu ul{ margin: 0; padding: 0; list-style: none;}
.navbar .dropdown-menu ul li{ margin:5px 0; padding:0; list-style: none;}
.navbar .dropdown-menu ul li a{ text-decoration: none; font-size: 14px; color: #000000;}
.navbar .dropdown-menu ul li a:hover{ color: #871B67;}
.nav-link{ color: #ffffff; font-size: 14px; text-transform: uppercase; padding-left:1rem !important; padding-right:1rem !important; position: relative;}
.nav-item:first-child .nav-link{ padding-left:0rem !important;}
.nav-link:focus, .nav-link:hover{color: #ffffff;}
.nav-link:focus::before, .nav-link:hover::before, .nav-link.active::before{ content: ""; position: absolute; bottom:-8px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #ffffff;}

.hero_banner .carousel-indicators{ margin:0 auto;}
.hero_banner .carousel-indicators [data-bs-target]{ width: 33.3%; height: auto; text-indent: inherit; border: none; margin: 0 1px 0 0px; opacity: 1; background-color: #871B67; font-size: 22px; color: #ffffff; text-transform: uppercase; padding: 10px 0px; position: relative; font-family: 'Nunito', sans-serif; letter-spacing:1px;}
.hero_banner .carousel-indicators .active{ background-color: #063363;}
.hero_banner .carousel-indicators .active::after{ content: ""; position: absolute; top:-10px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #063363;}

.section_title { background:url(../images/title_bg.webp) no-repeat center bottom; padding-bottom:30px;}
.section_title h1{font-weight:700; color:#871B67; font-size: 1.5rem;}
.section_title h6{ font-size:14px; font-weight:700; color:#871B67; padding:10px 100px; line-height:20px;}
.section_title p{color:#871B67;}

.advantages{ margin:2rem 0;}
.advantages .advantages_wraper{ padding:2rem 0; background-color:rgb(246, 239, 246);}
.icon_box{ width: 100%; position: relative; display: flex; justify-content:center; align-items: center; transition: all linear .3s;}
.icon_box .icon{ width:70px; margin-right: 15px;}
.icon_box .icon img{ max-width: 100%;}
.icon_box .detail{ font-size:15px; color: #063363; font-weight:700; width: calc(100% - 70px);}

.solitaire_main{ padding: 3rem 0;} 
.solitaire_main .section_title{ background: none; padding-bottom: 0;}
.solitaire_main .section_title p{ margin-bottom: 0;}
.solitaires_wraper{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.solitaires_wraper .solitaire_icon{ width:3rem; max-width: 100%; display: inline-block; }
.solitaires_wraper .box { width: 10%;}
.solitaires_wraper .box a{display:block; padding:0px; transition: all linear 0.3s; position: relative; border: 1px solid transparent;}
.solitaires_wraper .box{ padding: 20px 0px; text-align: center;}
.solitaires_wraper .box span{ font-size:14px; text-transform: uppercase; font-weight: 600; color: #871B67; display: block; margin-top: 20px;}
.solitaires_wraper .slick-arrow{ display: inline-block; width: 2rem; height: 2rem; background-repeat: no-repeat; background-position: 50%; background-size: 100% 100%; position: absolute; top: 50%; transform: translateY(-50%); font-size: 0; border: none; outline: none; background-color: transparent;}
.solitaires_wraper .slick-prev{ left:-1.3rem; background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}
.solitaires_wraper .slick-next{ right:-1.5rem; background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}

.home_category { padding:0rem 0 3rem 0;} 
.home_category .section_title{ background: none;}
.home_category .category_box .category_thumb{ display: flex; align-items: center; position: relative; overflow: hidden;}
.home_category .category_box .category_thumb img{ width: 100%; display: block;}
.home_category .category_box .category_title{ padding:10px 20px;}
.home_category .category_box .category_title a{font-size:15px; color: #871B67; font-weight: 700; text-transform: uppercase;}
.home_category .category_box .category_list{ width: 100%; padding:0px; transition: all ease-in-out 0.5s;}
.home_category .category_box .category_list ul{ margin: 0; padding:0px;}
.home_category .category_box .category_list ul li{ margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #e5e5e5; line-height: 35px;}
.home_category .category_box .category_list ul li a{ display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: #424242; font-weight: 600; padding: 0px 20px;}
.home_category .category_box .category_list ul li a:hover{ background-color:rgba(135,27,103,.10);}
.home_category .category_box .category_list ul li a .bi{ font-size: 22px;}

.home_banner_list img{ max-width: 100%; display: block; height: auto;}
.home_offers { padding-top:0rem;}
.home_offers img{ max-width: 100%; display: block; margin-bottom:1.5rem; height: auto;}

.tj_wrapper{padding:1rem 0;}
.tj_wrapper .testi_wrapper{ padding:1.5rem 0rem;}
.tj_wrapper .join_wrapper{ background-color:rgb(246, 239, 246); padding:1.5rem; min-height: 320px;}
.tj_wrapper h1{font-size:22px; color: #063363; font-weight: 700;}
.tj_wrapper .join_wrapper h2{font-size:18px; color: #063363; font-weight: 700;}
.tj_wrapper .testimonial_slide .box{ padding:50px 0px 20px 0px; position: relative; font-size: 18px;}
.tj_wrapper .testimonial_slide .box .quote{ position: absolute; left:-5px; top:10px; font-size:30px; color: #063363;}
.tj_wrapper .testimonial_slide .box h2{font-size:18px; color: #871B67; font-weight: 700;}
.tj_wrapper .testimonial_slide .slick-dots{ margin: 0; padding: 0; text-align: center;}
.tj_wrapper .testimonial_slide .slick-dots li{ display: inline-block; margin: 0 5px;}
.tj_wrapper .testimonial_slide .slick-dots li button{ border: none; width: 12px; height: 12px; background-color:#9a9a9a; border-radius: 100%; font-size: 0; text-indent: -9999px;}
.tj_wrapper .testimonial_slide .slick-dots li:hover button, .tj_wrapper .testimonial_slide .slick-dots li.slick-active button{background-color:#871B67;}
.tj_wrapper .join_wrapper .form-control{ font-size: 1rem; padding:0.8rem 1.5rem;}
.tj_wrapper .join_wrapper .btn{ font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding:0.8rem 2rem; background:#871B67 !important; border: 0px solid #063363 !important; border-radius:0px;}
.tj_wrapper .join_wrapper .btn:hover{background: #063363 !important;}
.tj_wrapper .testi_wrapper .btn-link{color: #871B67; font-weight: 700; font-size: 15px; text-transform: uppercase;}
.tj_wrapper .testi_wrapper .btn-link .bi{ font-size: 13px; vertical-align: bottom;}

.testimonial_slide .testimonial_wrapper {width: 100%; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.testimonial_slide .testimonial_wrapper .testi_text { width: calc(100% - 120px);}
.testimonial_slide .testimonial_wrapper .testi_thumb { width: 100px; border: 1px solid #dee2e6; }
.testimonial_slide .testimonial_wrapper .testi_thumb img {width: 100%; display: block;}

.home_brand{padding:1rem 0rem;}
.home_brand img{ max-width: 100%;}
.home_brand .btn-link{ font-weight:700; font-family: 'Nunito', sans-serif; text-transform: uppercase; letter-spacing: 1px; color: #871B67; font-size: 15px;}
.home_brand .btn-link .bi{ font-size: 13px; vertical-align: bottom;}
.home_brand .btn-link:hover{color: #000000; }

footer {width: 100%; display: flex; flex-wrap: wrap;}
footer .footer_top {width: 100%; background-color: rgb(246, 239, 246); padding: 3rem 0rem;}
footer h2{font-size:20px; color: #871B67; font-weight: 700; margin-bottom: 1rem;}
footer .footer_top ul{ margin: 0; padding: 0;}
footer .footer_top ul li{ margin: 0; padding: 0; list-style: none;}
footer .footer_top ul li a{ font-size: 14px; color: #424242; line-height: 30px; text-decoration: none; letter-spacing: 0;}
footer .footer_top ul li a:hover{color: #871B67;}
footer .ft-categories{ width:17%;}
footer .ft-about{ width: 14%;}
footer .ft-service{ width:27%;}
footer .ft-learning{ width:27%;}
footer .ft-other{ width:15%;}
footer .ft-strip{ background-color: #ffffff; border-radius: 5px; padding: 1rem; margin:2rem 0 0rem 0;}
footer .ft-strip h2{ margin: 0; display: inline-block; vertical-align: middle;}
footer .ft-strip ul{ margin: 0; padding: 0; display: inline-block; vertical-align: middle;}
footer .ft-strip ul li a{ line-height: 26px;}
footer .ft-strip ul li{ width: 26px; height: 26px; float: left; overflow: hidden; margin: 0px 5px; padding: 0; list-style: none; }
footer .ft-strip ul li.fb-icon img{ margin: -9px 0 0 -10px;}
footer .ft-strip ul li.tw-icon img{ margin:-8px 0 0 -46px;}
footer .ft-strip ul li.bl-icon img{ margin: -8px 0 0 -82px;}
footer .ft-strip ul li.pin-icon img{ margin:-8px 0 0 -118px;}
footer .ft-strip ul li.y-icon img{ margin:-9px 0 0 -154px;}
footer .ft-strip ul li.insta-icon img{ margin:-9px 0 0 -190px;}
footer .ft-strip .card-prt ul li {width: 50px; height: 32px;}
footer .ft-strip ul li.nb{width: 75px;}
footer .ft-strip ul li.mm{width:82px;}
footer .ft-strip ul li.pb{width:92px;}
footer .ft-strip ul li.gyftr {width: 92px;}
footer .ft-strip .card-prt { margin: 0; padding: 0; display: inline-block; vertical-align: middle;}
footer .ft-strip .card-prt ul li.visa img{ margin:-58px 0 0 -10px;}
footer .ft-strip .card-prt ul li.ae img{ margin:-58px 0 0 -70px;}
footer .ft-strip .card-prt ul li.pay-pal img{ margin:-57px 0 0 -129px;}
footer .ft-strip .card-prt ul li.nb img{ margin:-57px 0 0 -189px;}
footer .ft-strip .card-prt ul li.mc img{ margin:-57px 0 0 -274px;}
footer .ft-strip .card-prt ul li.mm img{ margin:-57px 0 0 -424px;}
footer .ft-strip .card-prt ul li.pb img{ margin:-57px 0 0 -515px;}
footer .ft-strip .card-prt ul li.gyftr img {margin: -57px 0 0 -332px;}
footer .footer_bottom{ width:100%; padding:3rem 0 1rem 0;}
footer .footer_bottom h3{font-size:18px; color: #063363; font-weight: 700; margin-bottom: 1rem;}
footer .footer_bottom p{font-size: 14px; color: #424242; line-height:20px;}
footer .footer_bottom p a{color: #871B67; text-decoration: underline;}
footer .footer_bottom p a:hover{ text-decoration: none;}
footer .footer_bottom .extra_links{color: #424242; }
footer .footer_bottom .extra_links a{ display: inline-block; color: #424242; text-decoration: none; margin: 0px 0.4rem;}
footer .footer_bottom .extra_links a:hover{color: #871B67;}
footer .footer_bottom ul { margin: 0; padding: 0;}
footer .footer_bottom ul li{ height: 60px; overflow: hidden; margin: 0px 5px; padding: 0; list-style: none; display: inline-block;}
footer .footer_bottom ul li.ftrpaypal{width: 60px;}
footer .footer_bottom ul li.ftrpaypal img{ margin: -105px 0 0 -8px;}
footer .footer_bottom ul li.ftrverisign{width:91px;}
footer .footer_bottom ul li.ftrverisign img{ margin: -105px 0 0 -89px;}
footer .footer_bottom .bdr-botttom{ border-bottom: 1px solid #d7d7d7; margin-bottom: 1.5rem;}
footer .popular_search { margin-bottom:30px;}
footer .popular_search a{ display: inline-block; font-size: 14px; color: #424242; line-height:20px; text-decoration: none; letter-spacing: 0; position: relative;}
footer .popular_search a:hover{color: #871B67;}
footer .popular_search a::after{ content: "|"; font-size: 14px; color: #424242; line-height:20px; margin: 0px 5px 0px 8px;}
footer .popular_search a:last-child::after{ display: none;}

.secondary_nav .navbar{ border-bottom: 2px solid #e5e5e5; padding: 0;}
/*.secondary_nav .nav-item { padding:0 3.3rem;}*/
.secondary_nav .nav-item .nav-link{ color: #871B67; text-transform: capitalize; font-weight: 600; font-size: 15px;}
.secondary_nav .nav-item .nav-link:hover, .secondary_nav .nav-item .nav-link.active{ background-color: #871B67; color: #ffffff;}
.secondary_nav .nav-item:first-child .nav-link{ padding-left: 1rem !important;}
.secondary_nav .nav-item .nav-link:focus::before, .secondary_nav .nav-item .nav-link:hover::before, .secondary_nav .nav-item .nav-link.active::before{bottom: -3px;}


/* Diamond Rings Page Class Start */
.inner_breadcrumb{ border-bottom:1px solid #e5e5e5; padding:20px 0px;}
.inner_breadcrumb .breadcrumb{ margin-bottom:0px;}
.inner_breadcrumb .breadcrumb-item a{ color:#871B67;}
.inner_breadcrumb .breadcrumb-item a:hover{color:#000000;}
.inner_breadcrumb .breadcrumb-item.active{ color:#000000;}

/* Left Sidebar Start */
.left_sidebar{ width:100%; background-color: rgb(246, 239, 246); padding:0 0.8rem 1rem 0.8rem;}
.left_sidebar h2{ font-size:1.3rem; font-weight:700; color:#063363; text-align:center; padding:1rem 0rem 0rem 0rem;}
.filter_button{ display: none;}
.left_sidebar.collapse:not(.show){ display: block;}
.left_sidebar .accordion{--bs-accordion-border-width:0px; --bs-accordion-border-radius:none; --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23871b67'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); 
}
.left_sidebar .accordion-header {margin-bottom:0; border-bottom: 1px solid #e5e5e5; padding-top:0px;}
.left_sidebar .accordion-button{padding:1rem; font-weight:700; color: #000000;}
.left_sidebar .accordion-item:first-of-type .accordion-button{border-top-left-radius:none; border-top-right-radius:none;}
.left_sidebar .accordion-button:not(.collapsed){ background-color:transparent; font-weight:700; color: #000000;}
.left_sidebar .accordion-button:focus{ box-shadow:none;}
.left_sidebar .accordion-body{padding:1rem;}
.left_sidebar .accordion-body .form-check label{ font-size:14px;}


/* Price Range */
.left_sidebar .price_range{ width:100%; display:inline-block;}
.shape_slider { width:100%;}
.shape_price_slide { width:100%;}
/* End of Slider Stylesheet */

.ring_detail_main { width:100%; /*float:left;*/ margin:10px 0; padding:0px; }
.ring_detail_main ul.ringd_menu { width:100%; float:left; margin:0px 0; padding:0 10px; list-style:none; border-bottom:1px solid #623c6f; }
.ring_detail_main ul.ringd_menu li { float:left; margin:0px 0 -1px 7px; padding:0px; border:1px solid #623c6f; border-width:1px 1px 0px 1px;  border-radius:10px 10px 0 0; }
.ring_detail_main ul.ringd_menu li img { float:left; margin:5px 6px;}
.ring_detail_main ul.ringd_menu li a { display:block; margin:0px 0; padding:0 10px; font-size:14px; line-height:42px; text-decoration:none; border-bottom:1px solid #623c6f; border-radius:10px 10px 0 0; color:#c5933a; }
.ring_detail_main ul.ringd_menu li a:hover, .ring_detail_main ul.ringd_menu li a.act_d { color:#61366c; background:#f2f2f2; border-bottom:1px solid #f2f2f2;}

.select_your_setting_top { width:100%; float:left; margin:0 0 8px; padding:10px;}

.complete_ring_left { width:775px; float:left; margin:0px; padding:0px;}
.sel_ring_right { width:50%; float:right; margin:0px; padding:0px; }
.ring_chart { width:49%; float:left; margin:5px 0 0; padding:0px;  }
.ring_chart table { margin:10px 0;}
.complete_ring_right { width:209px; float:right; margin:0px; padding:0px; }

.sel_ring_size { width:50%; float:left; margin:0px; padding:0px; }
.sel_ring_size #ContentPlaceHolder1_ddlSelectRingSize { width:100%;}
.line_h18 { line-height:18px !important;}
 
.price_scal { float:left; margin:0 5% 0 0; padding:0px; } 
.price_scal strong { line-height:22px; }
.price_scal img { margin:0 28px 0 5px;}
.right_test { width:100%; float:left; margin:0 0 15px; padding:0px; }
.result_item { width:100%; float:left; margin:0 0 5px; padding:0px; font-size:18px; color:#000; }
.ring_short_top { width:100%; float:left; margin:0px; padding:8px; background:#663872; font-weight:bold; color:#fff; line-height:16px; }
.ring_short_top strong { float:left; margin:0 20px 0 0; padding-top:2px; }
.ring_short_top select { float:left; margin:0 20px 0 0; }

.shape_accordian { width:20%; float:right; margin:0px; padding:0 0px; }

.shape_price_slide .txt11_black { width:100%; float:left; padding-bottom:6px;}
.shape_price_slide .cantrol_line_home { width:100%; float:left; margin:0px; padding:0px; }
.shape_price_slide .cantrol_line_home div { width:100%;}
.shape_price_slide .cantrol_line_home .sliderResults{ width:100%;}
.shape_price_slide_mid { float:none; margin:0 auto;}
/* Price Range */

.left_sidebar .fliter_sidebar {margin:0px; padding:0.8rem 0rem;}
.left_sidebar .fliter_sidebar .selected_filter{ display: block; margin-bottom: 8px;;}
.left_sidebar .fliter_sidebar .selected_filter .selected_title{ display: block; font-size: 15px; color:#871B67; font-weight: 700;}
.left_sidebar .fliter_sidebar .selected_filter .selected_title a{ float: right; text-align: right; font-size: 12px; color:#000000; font-weight:700; text-decoration: underline;}
.left_sidebar .fliter_sidebar .selected_filter .selected_title a:hover{ text-decoration: none;}
.left_sidebar .fliter_sidebar .selected_filter ul{ display: block; margin: 0; padding: 0;}
.left_sidebar .fliter_sidebar .selected_filter ul li{ display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0px; margin: 0; padding: 0px;}
.left_sidebar .fliter_sidebar .selected_filter ul li a{ color: #FF0000; font-size: 16px; vertical-align: middle;}
.left_sidebar .fliter_sidebar #collapseOne{ height:inherit;}
.left_sidebar .fliter_sidebar .collapse{border-bottom:1px solid #e5e5e5;}
.left_sidebar .fliter_sidebar .card{--bs-card-border-width: 0px; border-radius:0px; padding:0.5rem 0px;}
.left_sidebar .fliter_sidebar .form-check-input:checked{background-color:#871B67; border-color:#9e4283}
.left_sidebar .fliter_sidebar .form-check-input:focus{border-color:#871B67; box-shadow:0 0 0 0rem rgba(13,110,253,.25)}
.rings_price_list {background-color: rgb(246, 239, 246); padding: 0 0.8rem 1rem 0.8rem;}
.rings_price_list h2{ font-size:1.3rem; font-weight:700; color:#063363; text-align:center; padding:1rem 0rem 0rem 0rem;}
.rings_price_list ul{ background:#ffffff; margin:0px; padding:0.8rem 1rem;}
.rings_price_list ul li{list-style:none; border-bottom:1px solid #e5e5e5; margin:0px; padding:5px 0px;}
.rings_price_list ul li:last-child{ border-bottom:0px;}
.rings_price_list ul li a{ display: flex; justify-content: space-between; align-items: center; font-size:14px; font-weight:500; color:#000000; line-height:20px; margin:0px; padding:0px;}
.rings_price_list ul li a:hover{color:#871B67;}
.rings_price_list ul li span.text-end{ min-width: 104px;  text-align: right;}

/* Left Sidebar End */

.categories_main h2 {font-weight: 700; color:#063363; font-size:1.3rem;}
.categories_main .categories_thumb img{width:100%; display:block;}
.categories_main ul.product_sub_list{ margin:0px; padding:0px;}
.categories_main ul.product_sub_list li{ width:auto; display:inline-block; line-height:24px; margin:0px; padding:0px;}
.categories_main ul.product_sub_list li a {font-size: 14px;color: #ffffff;font-weight: 600;margin: 5px 0px 0px 0px;padding: 5px 10px;width: 270px;background-color: #063363;display: block;text-align: center;border-radius: 3px;}
.categories_main ul.product_sub_list li a:hover {background-color: #871B67;}
.categories_main ul.product_sub_list li a .bi{ font-size:18px; vertical-align:middle; display:none;}

.product_box{border:2px solid rgb(255, 255, 255); padding:0.5rem;}
.product_box:hover{border:2px solid rgb(246, 239, 246);}
.product_box .product_title{ min-height:44px; overflow:hidden; margin:0px;}
.product_box .product_title a{ display:inline-block; font-size:16px; font-weight:700; color:#063363; line-height:20px;}
.product_box .product_title a:hover{color:#000000;}
.product_box .product_price{font-size:14px; margin-bottom:0.3rem;}
.product_box .product_price .bi{ vertical-align: middle;}
.product_box a.more_link{font-size:16px; font-weight:700; color:#871B67;}
.product_box a.more_link:hover{color:#000000;}
.product_box a.more_link .bi{ font-size:18px; vertical-align:middle;}

.current_favourites .favourites-thumb{border:2px solid rgb(246, 239, 246);}
.current_favourites .price-item{font-size:16px; font-weight:700; color:#063363; padding:1rem 0px;}
.current_favourites a.cart-btn{ display: inline-block; font-size:14px; font-weight:600; color:#ffffff; text-transform: uppercase; letter-spacing: 1px; padding:0.8rem 1.2rem; background:#871B67 !important; border: 0px solid #063363 !important;}
.current_favourites a.cart-btn:hover{background:#063363 !important;}
.current_favourites a.cart-btn .bi{ font-size: 18px;}
.current_favourites h2{font-weight:700; color:#063363; font-size:1.3rem;}
.current_favourites p a{font-size:16px; font-weight:700; color:#871B67;}
.current_favourites p a:hover{color:#000000;}
.current_favourites a.view_link{font-size:16px; font-weight:700; color:#871B67;}
.current_favourites a.view_link:hover{color:#000000;}
.current_favourites ul{ padding:0px;}
.current_favourites ul li{ width:49%; display:inline-block; font-size:14px; color:#424242; font-weight:600;  line-height:24px; margin:0px; padding:0px;} 
.current_favourites .bottom_content p, .current_favourites .bottom_content p a{font-size:14px;}
/* Diamond Rings Page Class End */


/* Search Result Page Class Start */
.showing_list p{font-size:14px; margin-bottom:0rem; margin-top:0.5rem;}
.pagination_list .page-link{ color:#000000;}
.pagination_list .page-link:hover{background-color:rgb(246, 239, 246);}
.pagination_list .page-link:focus{ box-shadow:none;}
.pagination_list .active>.page-link, .page-link.active{background-color:#871B67; border:1px solid #871B67; color:#ffffff;}
/* Search Result Page Class End */

/* Product Detail Page Class Start */
.product_detail .slick-track{ display: flex; justify-content: center; align-items: center; text-align: center;}
.slider-content { border: 1px solid #e5e5e5;}
.slider-content img{ max-width:100%; height:auto; display:inline-block !important;}
.slider-thumb{ padding:0px 25px; margin-top:5px;}
.slider-thumb .slick-slide{ width:96px; height:96px; margin-left:5px; position:relative;}
.slider-thumb .slick-slide::before{ content:""; width:100%; height:100%; position:absolute; background:rgba(0,0,0,0.1); left:0; top:0;}
.slider-thumb .slick-slide.slick-current::before{ display:none;}
.slider-thumb .slick-slide img{ width:100%; height:100%; display:block;}
.slider-thumb .slick-arrow{ width:12px; height:21px; position:absolute; top:50%; transform:translateY(-50%); font-size:0; border:none;}
.slider-thumb .slick-prev{ background:url(../images/prev_arrow.png) no-repeat left top; left:5px;}
.slider-thumb .slick-next{ background:url(../images/next_arrow.png) no-repeat left top; right:5px;}

.product_detail .detail_wrapper h1{font-size: 1.5rem; font-weight: 700; color:#063363;}
.product_detail .detail_wrapper p a{font-size: 16px; font-weight: 700; color: #871B67;}
.product_detail .detail_wrapper p a:hover{ color: #000000;}
.product_detail .detail_wrapper .product_price{ font-size: 1.5rem; color: #871B67; font-weight: 700; border-top: 1px solid #e5e5e5; padding-top: 10px;}
.product_detail .detail_wrapper .product_price .bi{ vertical-align: middle;}
.product_detail .detail_wrapper .offer_price{ font-size: 1.5rem; color: #777; font-weight: 700; padding-bottom: 10px; text-decoration: line-through;}
.product_detail .detail_wrapper .offer_price .bi{ vertical-align: middle;}
.product_detail .detail_wrapper .shipping_info ul{ margin: 0; padding: 0;}
.product_detail .detail_wrapper .shipping_info ul li{ margin: 0; padding: 0; list-style: disc; list-style-position: inside; font-size: 14px;}
.product_detail .detail_wrapper .size_guide { padding: 10px 10px 0px 10px;}
.product_detail .detail_wrapper .size_guide .btn-link { font-size: 16px; color: #871B67; font-weight: 700; padding: 0;}
.product_detail .detail_wrapper .size_guide .btn-link img{max-width: 30px; display: inline-block; margin-right: 5px;}
.product_detail .modal-dialog {max-width: 600px;}
.product_detail .modal-dialog .modal-body { padding: 20px;}
.product_detail .modal-dialog .modal-body img {max-width: 100%;}
.product_detail .modal-dialog .btn-close { position: absolute; right: 5px; top: 5px; width: 0.5em; height: 0.5em;}
.product_detail .detail_wrapper .advantages{ display: flex; justify-content: space-between; align-items: center; margin: 1rem 0;}
.product_detail .detail_wrapper .advantages ul{ margin: 0; padding: 0; }
.product_detail .detail_wrapper .advantages li{ margin:5px 0px; padding: 0; list-style: none; font-size: 15px; color: #871B67; font-weight: 600;}
.product_detail .detail_wrapper .money_back img{ max-width:140px;}
.product_detail .detail_wrapper .cart_point{display: flex; justify-content: space-between; align-items:center;}
.product_detail .detail_wrapper .cart_point .addtocart p{ margin: 0;}
.product_detail .detail_wrapper .cart_point .addtocart .btn-primary{font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding:0.7rem 2.3rem; background: #871B67 !important; border: 0px solid #063363 !important; border-radius: 0px; font-size: 1.1rem; margin-bottom: 0.5rem; margin-top: 0.5rem;}
.product_detail .detail_wrapper .cart_point .addtocart .btn-primary .bi{font-size: 1.4rem;}
.product_detail .detail_wrapper .cart_point .addtocart .btn-primary:hover{background: #063363 !important;}
.product_detail .detail_wrapper .cart_point .addtocart h3{ display: inline-block; color: #dc3545; font-size: 1.2rem;}
.product_detail .detail_wrapper .cart_point .addtocart .Added_cart_alert{font-size: 1rem; color: #000000;}
.product_detail .detail_wrapper .cart_point .addtocart .Added_cart_alert .btn{ padding: 0; font-size: 1rem; color: #871B67;}
.product_detail .detail_wrapper .cart_point .reward_point{ background-color:rgb(246, 239, 246); padding:20px 10px 20px 30px; position: relative;}
.product_detail .detail_wrapper .cart_point .reward_point::before{ content: ""; width: 0; height: 0; border-top:15px solid transparent; border-bottom:15px solid transparent; border-left:15px solid #ffffff; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.product_detail .detail_wrapper .cart_point .reward_point h2{ font-size: 1rem; font-weight: 700; color: #000000;}
.product_detail .detail_wrapper .cart_point .reward_point ul{ width: 100%; margin: 0; padding: 0; display: flex; justify-content: center;}
.product_detail .detail_wrapper .cart_point .reward_point ul li{ width:auto; margin: 0px 3px; padding: 0; list-style: none;}
.product_detail .detail_wrapper .bottom_wrapper{display: flex; justify-content:flex-start; align-items: stretch; margin-top:20px;}
.product_detail .detail_wrapper .bottom_wrapper .links{ display: flex; flex-wrap: wrap;}
.product_detail .detail_wrapper .bottom_wrapper .links a.btn-link{ font-size:15px; text-decoration: none; color: #000000; font-weight: 500; border-radius: 0; border-right: 1px solid #ccc; padding-left: 1rem; padding-right: 1rem; background-color: #e5e5e5;}
.product_detail .detail_wrapper .bottom_wrapper .links a.btn-link .bi{ vertical-align: middle; font-size: 16px;}
.product_detail .detail_wrapper .bottom_wrapper .links a.btn-link:hover{background-color:#871B67; color: #ffffff;}
.product_detail .detail_wrapper .bottom_wrapper .links .added_wishlist{font-size: 1rem; color: #000000; margin-top: 0.5rem; width: 100%;}
.product_detail .detail_wrapper .bottom_wrapper .links .added_wishlist .btn{ background-color: transparent; padding: 0; border: none; font-size: 1rem; color:#871B67; text-decoration: underline; font-weight: 700;}
.product_detail .detail_wrapper .bottom_wrapper .links .added_wishlist .btn:hover{ background-color: transparent; color:#000000;}

.product_detail .detail_wrapper .bottom_wrapper .share_product .btn-secondary{ background-color: #e5e5e5 !important; border: none !important; border-radius: 0; font-size:15px; color: #000000; font-weight: 500; padding-left: 1rem; padding-right: 1rem; height: 38px; text-transform: capitalize; letter-spacing: 0;}
.product_detail .detail_wrapper .bottom_wrapper .share_product .btn-secondary .bi{ vertical-align: middle; font-size: 16px; margin-right: 5px;}
.product_detail .detail_wrapper .bottom_wrapper .share_product .dropdown-menu{ width: 100%; border: 1px solid #e5e5e5; border-top: none; background-color: #ffffff; text-align: center; border-radius: 0; top:-1px !important;}
.product_detail .detail_wrapper .bottom_wrapper .share_product .dropdown-menu li{ width: 26px; height: 26px; overflow: hidden; margin:5px 5px 0px 5px; padding: 0; list-style: none; display: inline-block;}
.product_detail .detail_wrapper .bottom_wrapper .share_product .dropdown-menu li.fb-icon img{ margin: -9px 0 0 -10px;}
.product_detail .detail_wrapper .bottom_wrapper .share_product .dropdown-menu li.tw-icon img{ margin:-8px 0 0 -46px;}
.product_detail .detail_wrapper .bottom_wrapper .share_product .dropdown-menu li.y-icon img{ margin:-9px 0 0 -154px;}
.product_detail .detail_wrapper .bottom_wrapper .share_product .dropdown-menu li .dropdown-item{ padding: 0;}
.product_detail .select_pro_size{ align-items: center;}
.product_detail .select_pro_size .form-label{ margin: 0; font-size: 1rem; font-weight: 600; color: #000000;}
.product_detail .select_pro_size .form-select{ border-radius: 0; padding: .75rem 2.25rem .75rem .75rem;}
.product_detail .select_pro_size .form-select:focus{ box-shadow: none; border-color: #871B67;}
.product_detail .review_main{background-color:rgb(246, 239, 246); padding: 20px;}
.product_detail .review_main h3{ font-size:1.3rem; font-weight: 700; color: #063363; text-align: center;}
.product_detail .review_main ul{ margin: 0; padding: 0;}
.product_detail .review_main ul li{ margin:0; padding:10px 0px; list-style: none; border-top:2px solid #e5e5e5;}
.product_detail .review_main ul li .product_review_wrapper {width: 100%; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.product_detail .review_main ul li .product_review_wrapper .pro_review_text {width: calc(100% - 90px);}
.product_detail .review_main ul li .product_review_wrapper .product_review_thumb {width: 80px;	border: 1px solid #dee2e6;}
.product_detail .review_main ul li .product_review_wrapper .product_review_thumb img {width: 100%; display: block;}
.product_detail .review_main ul li p {margin-bottom: 0.5rem; font-size: 15px; color: #000000; line-height: 18px;font-style: italic;}
.product_detail .review_main ul li span{ display: inline-block; margin-left: 0px; font-style: normal; color: #871B67;}
.product_detail .review_main ul li strong{font-style: normal; color: #871B67;}
.product_detail .accordion p{ font-size: 14px;}
.product_detail .accordion .product_moredetail ul{ margin: 0px 0px 1rem 0px; padding: 0;}
.product_detail .accordion .product_moredetail ul li{ margin: 0; padding: 0; list-style: disc; list-style-position: inside; font-size: 15px;}
.product_detail .accordion-button{ font-size: 1.1rem; font-weight: 500; letter-spacing: 1px;}
.product_detail .accordion-button:focus{ box-shadow: none;}
.product_detail .accordion-button:not(.collapsed){ background-color: rgb(246, 239, 246); color: #871B67;}
.product_detail .accordion{--bs-accordion-border-color:#e5e5e5; --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23871B67'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
.product_detail .accordion-item:first-of-type, .product_detail .accordion-item:last-of-type, .product_detail .accordion-item:first-of-type .accordion-button{ border-radius: 0;}
.product_detail .specification_wrapper{ display: flex; justify-content: space-between;}
.product_detail .specification_wrapper .specification_box{ width:100%;}
.product_detail .specification_wrapper .specification_box .specification_row{width:100%; margin-bottom:0.5rem; font-size: 14px; color: #000000; border-bottom: 1px solid #e5e5e5; padding-bottom: 0.8rem;}
.product_detail .specification_wrapper .specification_box .single_row {display:flex;justify-content:flex-start;align-items:flex-start;}
.product_detail .specification_wrapper .specification_box .single_row .row_box {width: 25%;	padding-right: 0.5rem;}
.product_detail .specification_wrapper .specification_box h3 {font-size: 1.2rem;color: #871B67;	font-weight: 700;}
.product_detail .specification_wrapper .specification_box h4{ font-size:1rem; color: #063363; font-weight:700; margin-bottom: 0; padding-top: 0.8rem;}
.product_detail .specification_wrapper .specification_box ul{ margin: 0; padding:0px 0px 0px 10px;}
.product_detail .specification_wrapper .specification_box ul li{ margin: 0; padding:5px 0px; list-style: none; font-size: 14px; color: #000000;}
.product_detail .specification_wrapper .specification_box ul li label{ font-weight:700; margin: 0;}
.product_detail .specification_wrapper .specification_box .specification_row:last-child{ border-bottom: 0;}
.product_detail .specification_wrapper .specification_box .specification_row table { border-collapse: collapse; margin: 0; padding: 0; width: 100%; table-layout: fixed; border: none;}
.product_detail .specification_wrapper .specification_box .specification_row table th, .product_detail .specification_wrapper .specification_box .specification_row table td {padding: .625em;text-align: left; font-size: 14px; color: #000000;}
.product_detail .specification_wrapper .specification_box .specification_row table th {font-size:14px; font-weight: 700; border-bottom: 1px solid #e5e5e5;}

.aplus-module-wrapper{ position: relative; margin-top:2rem;}
.aplus-module-wrapper .apm-hovermodule-slides{ width: 100%; justify-content: space-between; align-items: start;}
.aplus-module-wrapper .apm-hovermodule-slides h4{ font-size:1rem; color: #871B67; font-weight:700;}
.aplus-module-wrapper .apm-hovermodule-slides .apm-image{ width: 32%;}
.aplus-module-wrapper .apm-hovermodule-slides .apm-image h4{ margin-top: 0.6rem; text-align: center;}
.aplus-module-wrapper .apm-hovermodule-slides .apm-detail{ width:65%;}
.aplus-module-wrapper .current {display: flex;}
.aplus-module-wrapper .incurrent {display: none;}
.aplus-module-wrapper .apm-slidecontrol{ width: 100%; display: flex; justify-content:center;}
.aplus-module-wrapper .apm-slidecontrol .apm-smallimage{ width: 100px; text-align: center; cursor: pointer; margin: 10px 1%;}
.aplus-module-wrapper .apm-slidecontrol .apm-smallimage img{ width: 100%; border: 1px solid #e5e5e5; padding: 3px;}
.aplus-module-wrapper .apm-slidecontrol .apm-smallimage span{ font-size: 12px; font-weight: 700; display: block; line-height: 16px; padding-top: 5px;}
.aplus-module-wrapper .thumb-active { opacity: 1;}
.aplus-module-wrapper .thumb-inactive {opacity: 0.3;}
.aplus-module-wrapper{ position: relative; margin-top:2rem;}
.aplus-module-wrapper .second-hovermodule-slides{ width: 100%; justify-content: space-between; align-items: start;}
.aplus-module-wrapper .second-hovermodule-slides h4{ font-size:1rem; color: #871B67; font-weight:700;}
.aplus-module-wrapper .second-hovermodule-slides .apm-image{ width: 32%;}
.aplus-module-wrapper .second-hovermodule-slides .apm-image h4{ margin-top: 0.6rem; text-align: center;}
.aplus-module-wrapper .second-hovermodule-slides .apm-detail{ width:65%;}
.aplus-module-wrapper .current-second {display: flex;}
.aplus-module-wrapper .incurrent-second {display: none;}
.aplus-module-wrapper .apm-slidecontrol{ width: 100%; display: flex; justify-content:center;}
.aplus-module-wrapper .apm-slidecontrol .second-smallimage{ width: 100px; text-align: center; cursor: pointer; margin: 10px 1%;}
.aplus-module-wrapper .apm-slidecontrol .second-smallimage img{ width: 100%; border: 1px solid #e5e5e5; padding: 3px;}
.aplus-module-wrapper .apm-slidecontrol .second-smallimage span{ font-size: 12px; font-weight: 700; display: block; line-height: 16px; padding-top: 5px;}
.aplus-module-wrapper .thumb-active-second{ opacity: 1;}
.aplus-module-wrapper .thumb-inactive-second {opacity: 0.3;}

.product_detail .apm-sidemodule{width: 100%; display: -ms-grid; display: grid; -ms-grid-columns:2fr 1fr; grid-template-columns:2fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 1rem 0;}
.product_detail .apm-sidemodule h5{ font-size:1rem; color: #871B67; font-weight:700;}
.product_detail .apm-sidemodule .sidemodule_thumb{-webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -ms-grid-column: 2;}
.product_detail .apm-sidemodule ul{ margin: 0; padding: 0;}
.product_detail .apm-sidemodule ul li{ margin:0; padding:0px; list-style:disc; list-style-position: inside; font-size: 14px; color: #000000;}

.similar_products {background-color:rgb(246, 239, 246); padding:20px 40px; margin-bottom: 20px;}
.similar_products h3{ font-size:1.3rem; font-weight: 700; color: #063363; text-align: center;}
.similar_products .similar_slider{ background-color: #ffffff; padding:20px 0;}
.similar_products .similar_slider .product_price{font-size:16px;}
.similar_products .similar_slider .product_price .bi{ vertical-align: middle;}
.similar_products .similar_slider .slick-arrow { width: 12px; height: 21px; position: absolute; top: 50%; transform: translateY(-50%); font-size: 0; border: none; z-index: 1;}
.similar_products .similar_slider .slick-next { background: url(../images/next_arrow.png) no-repeat left top; right: -20px; }
.similar_products .similar_slider .slick-prev { background: url(../images/prev_arrow.png) no-repeat left top; left: -20px; }

.login_main h2{font-size:1.5rem; font-weight: 700; color: #063363;}
.login_main h3{font-size:1.2rem; font-weight: 700; color: #871B67;}
.login_main h3 .bi{font-size:2rem; display: inline-block; vertical-align: middle; margin-right:0.5rem;}
.login_main h3 svg{ width:35px; display: inline-block; vertical-align: middle; margin-right:0.5rem;}
.login_main h4{font-size:1.2rem; font-weight: 700; color: #000;}
.login_form{ border-bottom: 1px solid #e5e5e5;}
.login_form.no-bdr{ border-bottom: none;}
.login_form a{font-size:1rem; color: #871B67; font-weight:600; text-decoration: none;}
.login_form a .bi{ display: inline-block; vertical-align: middle; margin-left: 10px;}
.login_form .form-check-input:focus{ box-shadow: none; border-color: #871B67;}
.login_form .form-check-input:checked{ background-color: #871B67; border-color: #9e4283;}
.login_main .benefits{ width: 100%; margin: 0; padding: 0;}
.login_main .benefits li{ width: 100%; display: flex; justify-content:flex-start; align-items: center; list-style: none; margin-bottom: 1.5rem;}
.login_main .benefits li .bi{ font-size: 26px; vertical-align: middle; display: inline-block; margin-right: 20px;}
.login_main .benefits li .detail{ font-size: 15px; font-weight: 500; color: #000000; line-height:20px;}
.login_main .login_social { display: inline-block; vertical-align: middle; margin: 0; padding: 0;}
.login_main .login_social span { width: 26px; height: 26px; float: left; overflow: hidden; margin: 0px 5px; padding: 0; list-style: none;}
.login_main .login_social span.fb-icon img {margin: -9px 0 0 -10px;}
.login_main .login_social span.tw-icon img {margin: -8px 0 0 -46px;}
.login_main .login_social span.gp-icon img {margin: -8px 0 0 -226px;}
.login_main .error{ font-size: 1rem; color: red; font-weight: 400; display: block;}

.form-floating>label span{ color: red;}
.form-floating>.form-control{ border-radius: 0px; padding:0.75rem;}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select{ height: calc(3.4rem + calc(var(--bs-border-width) * 2)); border-radius: 0px;}
.form-floating>textarea.form-control{ height: calc(5rem + calc(var(--bs-border-width) * 2)); border-radius: 0px;}
.form-floating>label{ padding:0.75rem;}
.form-control:focus{ box-shadow: none; border-color: #871B67;}
.form-check-input:checked{background-color: #871B67; border-color: #871B67;}
.form-check-input:focus{border-color: #871B67; box-shadow: 0 0 0 0.25rem rgb(246, 239, 246);}
.form-select{ padding: .75rem 2.25rem .75rem .75rem; border-radius: 0px;}
.form-select:focus {box-shadow: none; border-color: #871B67;}

.account_main h2{font-size:1.5rem; font-weight: 700; color: #063363;}
.account_main .nav{ background-color:rgb(246, 239, 246); flex-wrap: wrap; padding:0px 0px 1rem 0px;}
.account_main .nav .nav-item{ width: 100%; margin:0px 0px 1px 0px;}
.account_main .nav .nav-link{ display: flex; align-items: center; justify-content: space-between; color: #000000; text-transform: capitalize; font-weight:600; font-size: 15px; padding-top:0.8rem; padding-bottom:0.8rem;}
.account_main .nav .nav-link .bi{ font-size:20px; color: #871B67; margin-right: 10px; vertical-align: middle;}
.account_main .nav-item:first-child .nav-link{ padding-left: 1rem !important;}
.account_main .nav-link:focus::before, .account_main .nav-link:hover::before, .account_main .nav-link.active::before{ display: none;}
.account_main .nav-link.active, .account_main .nav-link:hover{ background-color: #871B67; color: #ffffff;}
.account_main .nav-link.active .bi, .account_main .nav-link:hover .bi{color: #ffffff;}
.account_main .nav-link .bi-chevron-right{ font-size: 16px !important; margin-right: 0 !important;}
.account_main .nav-link span{ width: 100%;}
.account_detail h2{ margin-bottom: 1.5rem;}
.account_detail h3{font-size:1.2rem; font-weight: 700; color: #000000; border-bottom: 1px solid #e5e5e5; padding-bottom: 0.5rem; margin-bottom:1rem;}
.account_detail .form-label{ font-size: 1rem; font-weight: 600; color: #000000; margin-bottom: 0; display: block;}
.account_detail .form-check{ display: inline-block; margin-right: 10px;}
.account_detail .form-label span{color: red;}
.account_detail .form-control{ border-radius: 0; padding: .75rem .75rem;}
.account_detail .req_msg{display: block; color: red; font-size: 14px; text-align: right; margin-bottom: 0.5rem; font-weight: 700;}
.account_detail .input-group-text{border-radius: 0; padding: .75rem .75rem; color: #871B67;}
.account_detail .btn-secondory{font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 0.8rem 2rem; border: 1px solid #063363  !important; border-radius: 0px; background-color: #063363; color: #ffffff; margin-left: 10px;}
.account_detail .btn-secondory:hover{background-color: #871B67; border: 1px solid #871B67  !important;}
.account_detail .remove{ color: red;}
.account_detail .remove:hover{ color: red; text-decoration: none;}
.account_detail small{ margin-right: 15px;}
/*.account_detail .form-select{ width: auto; display: inline-block; padding: .375rem 2.25rem .375rem .75rem;}*/
.my_orders .card{ border-radius: 0px;}
.my_orders .card .card-header{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; background-color: rgb(246, 239, 246);}
.my_orders .card .card-header .OD_col label{ display: block; font-size: 0.8rem; color: #000000; font-weight: 700;}
.my_orders .card .card-header .OD_col span{ display: block; font-size: 0.8rem; color: #000000; font-weight:400;}
.my_orders .card .cart_table{ display: flex; justify-content: flex-start; align-items: center; border-bottom: 1px solid #e5e5e5; padding:10px 0;}
.my_orders .card .cart_table .cell{ border-bottom: none; padding-top: 0; padding-bottom: 0;}
.my_orders .card .cart_table .cell:last-child{ text-align: left;}
.my_orders .card .cart_table:last-child{ border-bottom: none; padding-bottom: 0;}
.my_orders .card .cart_table .pro_name{ width: auto;}
.my_orders .card .product_action .btn{ padding: 0.4rem 1rem; display: inline-block; color: #ffffff; margin: 0px 5px; font-size: 13px;}
.my_orders .card .card-footer a{ color: #871B67; font-weight: 600; font-size: 15px;}

.my_whishlist .cart_table{ display: flex; justify-content: flex-start; align-items: center; border: 1px solid #e5e5e5; padding:10px 0; margin-bottom: 1rem;}
.my_whishlist .cart_table .cell{ border-bottom: none; padding-top: 0; padding-bottom: 0;}
.my_whishlist .cart_table .cell:last-child{ text-align: left;}
.my_whishlist .product_action .btn{ padding: 0.4rem 1rem; display: inline-block; color: #871B67; margin: 0px 5px; font-size: 13px;}
.my_whishlist .product_action .btn-primary{ color: #ffffff;}

.total_points .card {border-radius: 0px; border-color: #e5e5e5;}
.total_points .card .card-header{background-color: rgb(246, 239, 246); border-color: #e5e5e5;}
.total_points .card .card-header:first-child{border-radius: 0px;}
.total_points .card span{ width: 50px; height: 50px; margin:0rem 0.5rem 0rem 0rem; padding: 0; display: inline-block; background-color: rgb(246, 239, 246); text-align: center; line-height: 50px; border-radius: 100%; box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb),.15)!important;}
.total_points .card img{ margin: 0; padding: 0; list-style: none; display: inline-block;}
.total_points .card .table{ font-size: 14px; white-space: nowrap;}
.total_points .card .table th{ color:#871B67;}

.datepicker{ width:280px; border-radius: 0;}
.datepicker table{ width: 100%;}
.datepicker td, .datepicker th{ width: 35px;}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover{background: #871B67 !important; border-radius: 0;}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover{border-radius: 0; background-color:rgb(246, 239, 246);}

/* Cart Page Class Start */
.cart_main h2{font-weight: 700; color:#063363; font-size:1.3rem;}
.cart_main .cart_title{ font-size: 18px; font-weight: 700; border-bottom: 1px solid #e5e5e5; padding-bottom: 0.6rem;}
.cart_main .shopping_btn{ margin-top: 1rem; display: flex; justify-content: space-between; align-items: center;}
.cart_main .shopping_btn .btn{font-size: 14px; padding:0.5rem 1.2rem;}
.cart_main .shopping_btn p{ font-size: 14px; font-weight: 700; margin-bottom: 0;}
.cart_main .shopping_btn p a{ color: #871B67;}
.cart_main .shopping_btn p a:hover{ color: #000000;}
.cart_main .shopping_btn .btn{ width: 100%; display:block; padding:0.8rem 2rem; font-size: 1rem;}

.table { width: 100%; margin:0px; display: table; }
.table picture{ padding: 0px;}
.table h3{font-size: 1.2rem; color: #063363; font-weight: 700; text-align: center; margin-bottom:4px;} 
.cart_table {display: table-row; font-size: 14px; font-weight: 600;}
.cart_table a{display: block; font-size: 14px; color: #000000; font-weight: 700; margin: 0; padding: 0;}
.cart_table a:hover{color:#871B67;}
/*.cart_table:nth-of-type(odd) {background: #e9e9e9; }*/
.cart_table.header {font-weight: 700; color: #000000; background-color: rgb(246, 239, 246);}
.cart_table.header .bi{ padding: 0;}
.cart_table.header .cell{ white-space: nowrap;}
.cart_table.header .cell:last-child{ text-align: right;}
.cart_table .cell:last-child{ text-align: right; position: relative;}
 .cart_table .cell {padding: 10px; display: table-cell; vertical-align: middle; border-bottom: 1px solid #e5e5e5;}  
.cart_table .cell .bi{ padding: 0; vertical-align: middle;}
.cart_table .cell .bi-x-circle{ color: #000000; font-size: 14px;}
.cart_table .cell img{ max-width: 70px; border: 1px solid #e5e5e5; padding: 0;}  
.cart_table .cell.size_select{ width: 22%; }
.cart_table .cell.size_select .form-select{ width: 100%; font-size: 13px; border-radius: 0;  border: 1px solid #e5e5e5; padding: 0.3rem;}  
.cart_table .cell .form-control{ max-width: 50px; font-size: 14px; border-radius: 0; border-left: 0; border-right: 0; padding: 0.3rem; line-height: normal; text-align: center;}
.cart_table .cell .form-control:focus, .cart_table .cell.size_select .form-select:focus{box-shadow: none; border-color: #871B67;}
.cart_table .cell .quantity_product{ display: flex;}
.cart_table .cell .quantity_product div{cursor:pointer;}
.cart_table .cell .quantity_product .minus, .plus{width:40px; /*height:30px;*/ background:#f2f2f2; padding:4px; border:1px solid #ddd; display: inline-block; vertical-align: middle; text-align: center;}
.cart_table .cell .quantity_product .minus:hover, .plus:hover{background:#871B67; color: #ffffff;}
.cart_table .cell span{ display: block; font-size: 12px; padding: 0;}  
.cart_table .cell label{font-size: 14px; font-weight: 700; padding: 0 6px 0 0;}
.cart_table .cell small{ padding: 0;}
.cart_table .cell a.remove_product{ color: #871B67; text-decoration: underline; position: absolute; right: 10px; bottom: 6px;}
.cart_table .cell a.remove_product:hover{ text-decoration: none;}
.cart_table .pro_name{ width: 50%;}
.cart_table .pro_price{width: 12%;}
.cart_table .pro_price_final{width: 23%;}

.empty_cart{ padding: 2rem 2rem 2rem 0rem;}
.empty_cart h3{ text-align: left; margin-bottom: 1rem; color: #dc3545;}

.gold_reward_point{margin-bottom: 1rem; background-color: rgb(246, 239, 246); padding: 20px 10px 20px 10px; display: flex; justify-content: space-between; align-items: center;}
.gold_reward_point h2{text-align: center;}
.gold_reward_point .gold_coin{ position: relative;}
.gold_reward_point .gold_coin ul {width: 100%; margin: 0; padding: 0; display: flex; justify-content: center;}
.gold_reward_point .gold_coin ul li {width: auto; margin: 0px 3px; padding: 0; list-style: none;}
.shipping_address{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.shipping_address p{ font-size: 14px;}
.shipping_address .box{border:1px solid #e5e5e5; padding:1rem 1rem 0rem 1rem; margin-bottom: 1rem; width: 48%;}
.shipping_address .btn-link{color: #871B67; text-decoration:underline; padding: 0;}

.chckout_main .shopping_options{border: 2px solid #e5e5e5; padding:1rem; margin-bottom: 1rem;}
.chckout_main .shopping_options .options_payment .options_row{ display: flex; justify-content: space-between; align-items: center; margin:0.5rem 0rem;}
.chckout_main .options_payment .form-check-input:checked{background-color:#871B67; border-color:#871B67}
.chckout_main .options_payment .form-check-input:focus {border-color:#871B67; box-shadow:0 0 0 .25rem rgb(246, 239, 246)}
.chckout_main .options_payment .form-check-label{ font-weight: 700;}
.chckout_main .options_payment .shipping_price{ font-size: 15px; font-weight: 700;}
.chckout_main .options_payment .price_shipping span{ width: calc(100% - 40%); float: left; font-size: 14px; font-weight: 600; text-align: left;}
.chckout_main .options_payment .taxes_bills{ width: 100%; display: block;}
.chckout_main .options_payment .taxes_bills p{ font-size: 12px; color: #000000; font-weight: 600; margin-bottom: 0;}
.chckout_main .options_payment .taxes_bills p a{ font-size: 13px; color: #871B67;}
.chckout_main .checkout_sidebar{ margin-top: 2rem;}

.cart_main .summary_box{ padding: 1rem;}
.cart_main .summary_box ul.cart_item_total{ margin: 0px; padding: 0rem;}
.cart_main .summary_box ul.cart_item_total li{ font-size:16px; font-weight: 700; list-style: none; text-align: right; margin: 0px; padding: 0.8rem 0px;}
.cart_main .summary_box ul.cart_item_total li:first-child{border-bottom: 1px solid #e5e5e5; font-weight: 600;}
.cart_main .summary_box ul.cart_item_total li span{ width: calc(100% - 40%); float: left; text-align: left;}

.you_also_like { margin: 1rem 0 2rem 0;}
.you_also_like h1{font-weight:700; color:#871B67; font-size: 1.5rem;}
.you_also_like .also_like_detail .pro_title{display: inline-block; min-height: 44px; overflow: hidden;}
.you_also_like .also_like_detail .pro_title a{display: inline-block; font-size: 16px; font-weight: 700; color: #063363; line-height: 20px;}
.you_also_like .also_like_detail .pro_title a:hover{color:#000000;}
.you_also_like .also_like_detail .product_price{ font-size: 14px; font-weight: 600;}
.you_also_like .also_like_slider .slick-slide img{ display: inline-block;}
.you_also_like .also_like_slider .slick-arrow {width: 12px; height: 21px; position: absolute; top: 50%; transform: translateY(-50%); 
  font-size: 0; border: none; z-index: 1;}
.you_also_like .also_like_slider .slick-prev {background: url(../images/prev_arrow.png) no-repeat left top; left: 0px;}  
.you_also_like .also_like_slider .slick-next {background: url(../images/next_arrow.png) no-repeat left top; right: 0px;}
/* Cart Page Class End */

/* Checkout Page Class Start */
.chckout_main h2{font-weight: 700; color:#063363; font-size:1.3rem;}
.chckout_main .user_login p{font-size: 14px; color: #000000; font-weight: 600; line-height: 18px; position: relative; padding-left: 2.4rem; margin-bottom: 0.4rem;}
.chckout_main .user_login p a{color: #871B67; text-decoration: underline;}
.chckout_main .user_login p a:hover{color: #000000; text-decoration: none;}
.chckout_main .user_login p .bi{ font-size: 30px; vertical-align: middle; position: absolute; left: 0; padding-right: 0.4rem;}
.chckout_main .user_login .or_sep p{ padding: 0;}
.chckout_main .user_login .login_social{display: inline-block; vertical-align: middle; margin: 0; padding: 0;}
.chckout_main .user_login .login_social span{ width: 26px; height: 26px; float: left; overflow: hidden; margin: 0px 5px; padding: 0; list-style:none;}
.chckout_main .user_login .login_social span.fb-icon img {margin:-9px 0 0 -10px;}
.chckout_main .user_login .login_social span.tw-icon img {margin: -8px 0 0 -46px;}
.chckout_main .user_login .login_social span.gp-icon img {margin: -8px 0 0 -226px;}
.chckout_main .billing_address .req_msg {display: block; color: red; font-size: 14px; text-align: right; margin-bottom: 0.5rem;}
.chckout_main .billing_address.hide{ display: none;}
.chckout_main .shipping_chekbox .form-check-input:checked{background-color:#871B67; border-color:#9e4283}
.chckout_main .shipping_chekbox .form-check-input:focus{border-color:#871B67; box-shadow:0 0 0 0rem rgba(13,110,253,.25)}
.chckout_main .shipping_chekbox .form-check-label {font-size: 15px; color: #000000; font-weight: 600;}
.chckout_main .table {width: 100%; margin: 0px; display: table;}
.chckout_main .oder_preview{ margin-bottom: 1rem;}
.chckout_main .oder_preview .amount_shipping{ width: 100%; display:flex ; justify-content: space-between; text-align: right; padding: 0.5rem;}
.chckout_main .oder_preview .amount_shipping ul{ width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0px; padding: 0px;}
.chckout_main .oder_preview .amount_shipping ul li{ width: 100%; display: inline-block; list-style: none; font-size: 15px; font-weight: 700; margin: 0px; padding: 0px;}
.chckout_main .oder_preview .amount_shipping ul li.free_shipping{ font-size: 13px; color: #871B67;}
.chckout_main .oder_preview .amount_shipping ul li span{ width:calc(100% - 140px); float: left; padding-right: 10px;}
.chckout_main .oder_preview .checkout_total{width: 100%; background-color: rgb(246, 239, 246); display:flex ; justify-content: space-between; text-align: right; padding: 0.5rem;}
.chckout_main .oder_preview .checkout_total ul{ width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0px; padding: 0px;}
.chckout_main .oder_preview .checkout_total ul li{ width: 100%; display: inline-block; list-style: none; font-size: 16px; font-weight: 700; margin: 0px; padding: 0px;}
.chckout_main .oder_preview .checkout_total ul li span{ width:calc(100% - 140px); float: left; padding-right: 10px;}
.chckout_main .reward_point{border: 2px solid #e5e5e5; padding:1rem; margin-bottom: 1rem;}
.chckout_main .reward_point p{font-size: 14px; color: #000000; margin-bottom: 0.5rem;}
.chckout_main .reward_point img{ display: inline-block; vertical-align: middle; width: 30px;}
.chckout_main .reward_point .btn{font-size: 1rem; padding: 0; color: #871B67; text-decoration: underline;}
.chckout_main .promotion_voucher{background-color: rgb(246, 239, 246); padding:1rem; margin-bottom: 1rem;}
.chckout_main .promotion_voucher .promotion_detail p{font-size: 14px; color: #000000; margin-bottom: 0.5rem;}
.chckout_main .promotion_voucher .promotion_detail .form-control{ border-radius: 0px;}
.chckout_main .promotion_voucher .promotion_detail .form-control:focus { border-color: #871B67;  box-shadow:none;}
.chckout_main .promotion_voucher .promotion_detail .btn{ width:auto; font-size: 14px; padding:0.48rem 1rem;}
.chckout_main .promotion_voucher .promotion_detail .btn-link{ color: #dc3545; text-decoration: none; padding-left: 0; padding-right: 0;}
.chckout_main .promotion_voucher .promotion_detail .voucher_error{color: #dc3545; font-size: 14px;}
.chckout_main .payment_modes{padding:1rem; margin-bottom: 1rem;}
.chckout_main .payment_modes .payment_modes_list{margin: 0px; padding: 0rem;}
.chckout_main .payment_modes .payment_modes_list .form-check-input:checked {background-color: #871B67; border-color: #871B67;}
.chckout_main .payment_modes .payment_modes_list .form-check-input:focus {border-color: #871B67; box-shadow: 0 0 0 0.25rem rgb(246 239 246);}
.chckout_main .payment_modes .payment_modes_list .form-check-label{ font-weight: 600; font-size: 14px;}
.chckout_main .payment_modes .payment_modes_list .ccard_option {margin:20px 0px;}
.chckout_main .payment_modes .payment_modes_list .ccard_option img {max-width:50px; display:inline-block; box-shadow: 0px 0px 5px rgb(0 0 0 / 30%); position: relative; margin-left:15px;}
.chckout_main .payment_modes .payment_modes_list .rdqwikcilver_option {margin-top: 10px;}
.chckout_main .payment_modes .payment_modes_list .rdqwikcilver_option .col-form-label{ font-size: 14px;}
.chckout_main .payment_modes .payment_modes_list .rdqwikcilver_option .form-control{border-radius: 0px;}
.chckout_main .payment_modes .payment_modes_list .rdqwikcilver_option .form-control:focus { border-color: #871B67;  box-shadow:none;}
.chckout_main .payment_modes .payment_modes_list p{font-size: 14px; color: #000000; line-height: 24px; margin-bottom: 0.8rem; margin-top: 0.8rem;}
.chckout_main .payment_modes .payment_modes_list p a{color: #871B67; font-weight: 600;}
.chckout_main .payment_modes .payment_modes_list p a:hover{color: #000000;}
/*.chckout_main .payment_modes .payment_modes_list .form-check-input:checked{background-color:#871B67; border-color:#9e4283}
.chckout_main .payment_modes .payment_modes_list .form-check-input:focus{border-color:#871B67; box-shadow:0 0 0 0rem rgba(13,110,253,.25)}*/
.chckout_main .payment_modes .payment_modes_list .btn{padding: 0.6rem 2rem;}
.chckout_main .payment_modes .payment_modes_list [type="radio"]:checked,
.chckout_main .payment_modes .payment_modes_list [type="radio"]:not(:checked) { position: absolute; left: -9999px;}
.chckout_main .payment_modes .payment_modes_list [type="radio"]:checked + label,
.chckout_main .payment_modes .payment_modes_list [type="radio"]:not(:checked) + label{position: relative; padding-left:35px; padding-top: 10px; padding-bottom: 10px; cursor: pointer; line-height: 20px; display: block; color: #000000 !important;}
.chckout_main .payment_modes .payment_modes_list [type="radio"]:checked + label:before,
.chckout_main .payment_modes .payment_modes_list [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width:100%; height:100%; border-radius:5px;}
.chckout_main .payment_modes .payment_modes_list [type="radio"]:checked + label:after,
.chckout_main .payment_modes .payment_modes_list [type="radio"]:not(:checked) + label:after { content: ''; width: 12px; height: 12px; position: absolute; top:14px; left:10px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
.chckout_main .payment_modes .payment_modes_list [type="radio"]:not(:checked) + label:after {opacity: 0.3; background: #871B67;}
.chckout_main .payment_modes .payment_modes_list [type="radio"]:checked + label:after { opacity: 1; background: #ffffff;}
.chckout_main .payment_modes .payment_modes_list [type="radio"]:not(:checked) + label:before { border: 1px solid #dee2e6;}
.chckout_main .payment_modes .payment_modes_list [type="radio"]:checked + label:before { border: 1px solid #871B67; background-color: #871B67;}
.chckout_main .payment_modes .payment_modes_list [type="radio"]:checked + label span{ color: #ffffff; position: relative; z-index: 1;}
.chckout_main .payment_modes .payment_modes_list .form-check{ padding-left: 0; margin-bottom:0.525rem;}
.chckout_main .payment_modes .payment_modes_list .form-check .form-check-input{ margin-left: 0; margin-right: 8px;}
.chckout_main .diamond_club_member{background-color: rgb(6, 51, 99); padding: 1rem; text-align: center;}
.chckout_main .diamond_club_member .form-check .form-check-input{ float: none; display: inline-block; background-color: #ffffff; border-color: #871B67;}
.chckout_main .diamond_club_member .form-check .form-check-input:focus {background-color: #871B67; border-color: #871B67; box-shadow: 0 0 0 0.25rem rgb(246 239 246);}
.chckout_main .diamond_club_member .form-check .form-check-label{ color: #ffffff;}
.chckout_main .form-check .for_rewards {display:flex !important;justify-content:flex-start;flex-wrap:wrap;align-items:center;}
.chckout_main .form-check .for_rewards .title, .chckout_main .form-check .for_rewards .balance {width:auto;}
.chckout_main .form-check .for_rewards .balance {font-size: 14px;font-weight: 700;color: #ffffff;background-color: #871B67;	border-radius: 3px;	padding:3px 8px;	margin-left: 10px;}
.chckout_main .form-check .for_rewards .get_upto {width: 100%;font-size: 13px;font-weight: 400;	color: #063363;	margin-top:5px;}
.thankyou_main h2 {	font-weight: 700;color: #063363;font-size: 1.3rem;}
.thankyou_main p.text-success{ font-weight: 700;}
.thankyou_main ul.order_number { width: 100%; display: block; margin: 0px 0px 1rem 0px; padding: 0px;}
.thankyou_main ul.order_number li{ display: inline-block; list-style: none; font-size: 18px; font-weight: 700; margin: 0px 2rem 0px 0rem; padding: 0px;}
.thankyou_main ul.order_number li:last-child{ margin-right: 0;}
.thankyou_main ul.order_number li span{ padding-left: 1rem; font-weight: 600; font-size: 16px;}
.thankyou_main .order_product .table {width: 100%; margin: 0px; display: table;}
.thankyou_main .order_product .cart_total{ display: block; margin-top: 0.5rem;}
.thankyou_main .order_product .cart_total ul {display: block; margin: 0px; padding: 0px;}
.thankyou_main .order_product .cart_total ul li { width: 100%; display: inline-block; text-align: right; list-style: none; font-size: 16px; font-weight: 700; margin: 0px; padding: 0px;}
.thankyou_main .order_product .cart_total ul li span {width: calc(100% - 140px); float: left; font-weight: 400; padding-right: 10px;}
.thankyou_main .information_address h3{background-color: rgb(246, 239, 246); font-weight: 700; color:#000000; font-size:1.2rem; padding:0.6rem 1rem; margin-bottom: 0;}
.thankyou_main .information_address ul{ display: block; margin: 0px; padding:1rem; border: 1px solid #e5e5e5; border-top: none;}
.thankyou_main .information_address ul li{ display: block; list-style: none; font-size: 16px; font-weight: 400; margin: 0px; padding: 2px 0rem;}
.thankyou_main .information_address ul li span{ width: calc(100% - 50%); display: inline-block; font-weight: 700; vertical-align: top;}
.thankyou_main .safe_shopping{width: 100%; background-color: rgb(246, 239, 246); position: relative; display: flex; justify-content: center; align-items: center; transition: all linear .3s; padding:1rem 0.8rem;}
.thankyou_main .safe_shopping .icon{ width: 60px; margin-right: 15px;}
.thankyou_main .safe_shopping .icon img {max-width: 100%;}
.thankyou_main .safe_shopping .sate_detail{ width: calc(100% - 60px);  }
.thankyou_main .safe_shopping h4{font-size: 18px; font-weight: 700; color: #063363; margin-bottom: 0;}
.thankyou_main .safe_shopping p{ font-size: 14px; font-weight: 600; line-height: 18px; margin-bottom: 0.4rem;}

.thankyou_main .other_thank_box{border: 1px solid #dee2e6; border-radius: 5px; padding: 20px;}
/* Thank You Page Class End */

.bridal_wrapper{ padding:2rem 2rem 5rem 2rem; position: relative;}
.bridal_wrapper h2{font-weight: 700; color:#ffffff; font-size:1.2rem;}
.bridal_wrapper p{font-size: 14px; color: #ffffff; line-height: 24px; margin-bottom: 0.8rem; margin-top: 0.8rem; text-align: justify;}
.bridal_wrapper .wrapper_bg{ width: 100%; position: absolute; left: 0; top: 0; z-index: 0;}
.bridal_wrapper .wrapper_bg img{ width: 100%; display: block;}
.bridal_wrapper .bridal_pro_wrapper{ padding-top:20rem;}
.bridal_wrapper .bridal_pro_wrapper .bridal_pro_inner{background-color: rgb(135, 27, 103, 0.4); padding:1.2rem 1.2rem 1rem 1.2rem; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start;}
.bridal_wrapper .bridal_pro_wrapper .bridal_pro_inner .box{ width:18%; text-align: center; opacity: 0.8;}
.bridal_wrapper .bridal_pro_wrapper .bridal_pro_inner .box img{ display: block;}
.bridal_wrapper .bridal_pro_wrapper .bridal_pro_inner .box span{font-size: 18px; font-weight: 700; color: #ffffff;}
.bridal_wrapper .bridal_pro_wrapper .bridal_pro_inner .box:hover{ opacity: 1;}
.bridal_list .prodcut_thumb{ border: 1px solid #e5e5e5; position: relative;}
.bridal_list .prodcut_thumb img{ max-width: 100%; display: block;}
.bridal_list .prodcut_thumb .overlay_detail{ width: 100%; height: 100%; background-color: rgb(235, 195, 180, 0.8); position: absolute; left: 0; top: 0; justify-content: center; align-items: center; padding: 3rem; text-align: center; display: none;}
.bridal_list .prodcut_thumb .overlay_detail .product_title{display: inline-block; font-size: 16px; font-weight: 700; color: #063363; line-height: 20px;}
.bridal_list .prodcut_thumb .overlay_detail .product_price{font-size: 16px; margin:0.5rem 0; color: #000000;}
.bridal_list .prodcut_thumb .overlay_detail .more_link{font-size: 16px; font-weight: 700; color: #871B67; border-bottom: 1px solid #871B67;}
.bridal_list .prodcut_thumb .overlay_detail .more_link .bi{font-size: 18px; vertical-align: middle;}
.bridal_list .prodcut_thumb .overlay_detail .more_link:hover{ border-bottom: 0px solid transparent;}
.bridal_list .prodcut_thumb:hover .overlay_detail{ display: flex;}
.bridal_detail .zoom { display:inline-block; position: relative;}
.bridal_detail .zoom:after { content:''; display:block; width:33px; height:33px; position:absolute; top:0; right:0; background:none;}
.bridal_detail .zoom img {display: block;}
.bridal_detail .zoom img::selection { background-color: transparent; }
.bridal_detail .detail_wrapper h1{font-size: 1.5rem; font-weight: 700; color:#063363;}
.bridal_detail .detail_wrapper p a{font-size: 16px; font-weight: 700; color: #871B67;}
.bridal_detail .detail_wrapper p a:hover{ color: #000000;}
.bridal_detail .detail_wrapper .product_price{ font-size: 1.5rem; color: #871B67; font-weight: 700; border-top: 1px solid #e5e5e5; padding-top: 10px;}
.bridal_detail .detail_wrapper .product_price .bi{ vertical-align: middle;}
.bridal_detail .detail_wrapper .advantages{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 1rem 0; border-top: 1px solid #e5e5e5; padding-top: 10px;}
.bridal_detail .detail_wrapper .advantages ul{ margin: 0; padding: 0; width: 100%;}
.bridal_detail .detail_wrapper .advantages li{ margin:0px 0px; padding: 0; list-style: none; font-size: 15px; color: #871B67; font-weight: 600;}
.bridal_detail .detail_wrapper .money_back img{ max-width:140px;}
.bridal_detail .detail_wrapper .cart_point{display: flex; justify-content: space-between; align-items: stretch;}
.bridal_detail .detail_wrapper .cart_point .addtocart p{ margin: 0;}
.bridal_detail .detail_wrapper .cart_point .addtocart .btn-primary{font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding:0.7rem 2.3rem; background: #871B67 !important; border: 0px solid #063363 !important; border-radius: 0px; font-size: 1.1rem; margin-bottom: 0.5rem; margin-top: 0.5rem;}
.bridal_detail .detail_wrapper .cart_point .addtocart .btn-primary .bi{font-size: 1.4rem;}
.bridal_detail .detail_wrapper .cart_point .addtocart .btn-primary:hover{background: #063363 !important;}
.bridal_detail .detail_wrapper .cart_point .reward_point{ background-color:rgb(246, 239, 246); padding:20px 10px 20px 30px; position: relative;}
.bridal_detail .detail_wrapper .cart_point .reward_point::before{ content: ""; width: 0; height: 0; border-top:15px solid transparent; border-bottom:15px solid transparent; border-left:15px solid #ffffff; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.bridal_detail .detail_wrapper .cart_point .reward_point h2{ font-size: 1rem; font-weight: 700; color: #000000;}
.bridal_detail .detail_wrapper .cart_point .reward_point ul{ width: 100%; margin: 0; padding: 0; display: flex; justify-content: center;}
.bridal_detail .detail_wrapper .cart_point .reward_point ul li{ width:auto; margin: 0px 3px; padding: 0; list-style: none;}
.bridal_detail .detail_wrapper .bottom_wrapper{display: flex; justify-content: space-between; align-items: stretch; margin-top:20px;}
.bridal_detail .detail_wrapper .bottom_wrapper .links{ background-color: #e5e5e5; display: flex;}
.bridal_detail .detail_wrapper .bottom_wrapper .links a.btn-link{ font-size:15px; text-decoration: none; color: #000000; font-weight: 500; border-radius: 0; border-right: 1px solid #ccc; padding-left: 1rem; padding-right: 1rem;}
.bridal_detail .detail_wrapper .bottom_wrapper .links a.btn-link .bi{ vertical-align: middle; font-size: 16px;}
.bridal_detail .detail_wrapper .bottom_wrapper .links a.btn-link:hover{background-color:#871B67; color: #ffffff;}
.bridal_detail .detail_wrapper .bottom_wrapper .share_product .btn-secondary{ background-color: #e5e5e5; border: none; border-radius: 0; font-size:15px; color: #000000; font-weight: 500; padding-left: 1rem; padding-right: 1rem; height: 38px;}
.bridal_detail .detail_wrapper .bottom_wrapper .share_product .btn-secondary .bi{ vertical-align: middle; font-size: 16px; margin-right: 5px;}
.bridal_detail .detail_wrapper .bottom_wrapper .share_product .dropdown-menu{ width: 100%; border: 1px solid #e5e5e5; border-top: none; background-color: #ffffff; text-align: center; border-radius: 0; top:-1px !important;}
.bridal_detail .detail_wrapper .bottom_wrapper .share_product .dropdown-menu li{ width: 26px; height: 26px; overflow: hidden; margin:5px 5px 0px 5px; padding: 0; list-style: none; display: inline-block;}
.bridal_detail .detail_wrapper .bottom_wrapper .share_product .dropdown-menu li.fb-icon img{ margin: -9px 0 0 -10px;}
.bridal_detail .detail_wrapper .bottom_wrapper .share_product .dropdown-menu li.tw-icon img{ margin:-8px 0 0 -46px;}
.bridal_detail .detail_wrapper .bottom_wrapper .share_product .dropdown-menu li.y-icon img{ margin:-9px 0 0 -154px;}
.bridal_detail .detail_wrapper .bottom_wrapper .share_product .dropdown-menu li .dropdown-item{ padding: 0;}
.bridal_detail .slick-track{ display: flex; justify-content: center; align-items: center; text-align: center;}
.bridal_detail .moretext{display: none;}

.partner_main h2{font-size:1.5rem; font-weight: 700; color: #063363;}
.partner_main .partner_list{ display: flex;}
.partner_main .bdr_1{display: flex; align-items: center; justify-content: center; border: 1px solid #e5e5e5; margin-bottom: -1px; margin-left: -1px; /*padding-top: 1rem; padding-bottom: 1rem;*/}
.partner_main img{ max-width:200px;}

.package_main h2{font-size:1.5rem; font-weight: 700; color: #063363;}
.package_main img{ border: 1px solid #e5e5e5; margin-bottom: 1rem;}




/* Zodiac Page Start */
.zodiac_main h2 {font-weight: 700; color:#063363; font-size:1.3rem;}
.zodiac_list ul{ background:#ffffff; margin:0px; padding:0.8rem 1rem;}
.zodiac_list ul li{list-style:none; border-bottom:1px solid #e5e5e5; margin:0px 0px 8px 0px; padding:0px 0px 8px 0px;}
.zodiac_list ul li:last-child{ border-bottom:0px;}
.zodiac_list ul li img{ max-width: 36px; display: inline-block; margin-right: 0.5rem;}
.zodiac_list ul li a{ font-size:14px; font-weight:600; color:#000000; margin:0px; padding:0px;}
.zodiac_list ul li a:hover{color:#871B67;}
.zodiac_main .select_gemstones .gemstone_box{text-align: center; height: 100%; position: relative; border: 1px solid #e5e5e5; background-color: rgb(255, 255, 255); padding: 0.5rem;}
.zodiac_main .select_gemstones .gemstone_box:hover{border: 1px solid #871B67;}
.zodiac_main .form-check{padding-left: 0em;  margin-bottom: 0rem;}
.zodiac_main .form-check .form-check-input{ width: 100%; float: none; display: inline-block; background-color: rgb(255, 255, 255); border: 1px solid #e5e5e5; position: absolute; left: 0; height: 100%; z-index: 0; margin: 0em;}
.zodiac_main .form-check .form-check-input[type=radio] {border-radius: 0%;}
.zodiac_main .form-check .form-check-input:checked{border: 1px solid #871B67; background-color:none;}
.zodiac_main .form-check .form-check-input:focus{border: 1px solid #871B67; box-shadow:none;}
.zodiac_main .form-check .form-check-input:active, .zodiac_main .form-check .form-check-input:hover {filter: brightness(100%); border: 1px solid #871B67;}
.zodiac_main .form-check .form-check-label{ width: 100%; position: relative; z-index: 1; cursor: pointer; padding: 0.5rem;}
.zodiac_main .select_box{ width: 100%; position: relative; display: flex; justify-content: center; align-items: center; text-align: left; transition: all linear .3s;}
.zodiac_main .stone_icon {width:62px; margin-right: 6px;}
.zodiac_main .stone_icon img{ max-width:100%;}
.zodiac_main .check_radio_box{ width: calc(100% - 62px);}
.zodiac_main .check_radio_box span.title_name{ display: block; font-size:16px; font-weight:700; color:#871B67;}
.zodiac_main .check_radio_box span.stone_name{ display: block; font-size:14px; font-weight:400; color: #000000;}
.zodiac_main .select_gemstones .gemstones_banner{ width: 100%; display: block; margin-top: 2rem;}

.select_gemstones{ width:100%; display:inline-block; position:relative; }
.select_gemstones .row{ position:relative;}
.select_gemstones .box{justify-content:flex-end; align-items:center;}
.select_gemstones .box .science_guide_box{position:absolute; left:0px; text-align:left; display:flex; flex-wrap:wrap;}
.select_gemstones .science_guide_box{text-align:left; display:flex; flex-wrap:wrap;}
.select_gemstones .science_guide_thumb{ width:100%; display:inline-block; text-align:center; position:relative; z-index:2; margin:0px; padding:0px;}
.select_gemstones .yantra-bio-part{ width:100%; display:flex; flex-wrap:wrap; justify-content:flex-start; align-content:center; position:relative; margin:0px auto; padding:0px;}
.select_gemstones .yantra-bio-part .btn-primary{ padding:0.6rem 1rem;}

.table-light-pink{--bs-table-bg: rgb(246, 239, 246);}
.stone_detail h3 {font-weight: 700; color:#063363; font-size:1.1rem; margin-bottom: 0;}
.stone_detail ul.traditional_part{width: 100%; display: block; margin: 0px 0px 10px 0px; padding: 0;}
.stone_detail ul.traditional_part li{ width: 32%; display: inline-block; font-size: 16px; font-weight: 400; vertical-align: top; white-space: nowrap; margin: 0px; padding: 2px 0rem;}
.stone_detail ul.traditional_part li .bi{ display: inline-block; padding-right: 0.5rem;}
.stone_collection h2 {font-weight: 700; color:#063363; font-size:1.3rem; text-align: left;}

.browse_categories h2 {font-weight: 700; color:#063363; font-size:1.3rem; text-align: left;}
.browse_categories h2 .bi{ vertical-align: middle;}
.browse_categories h2 .btn-link{ font-size: 16px; color: #000000; font-weight: 700; text-decoration: none;}
.browse_categories h2 .btn-link:hover{ color: #871B67;}
.browse_categories h3 {font-weight: 700; color:#063363; font-size:1.1rem; text-align: left;}
.browse_categories h3 span.red{ background-color: rgb(255, 0, 0); color: #000000; padding: 2px 5px;}
.browse_categories ul{ width: 100%; display: block; margin: 0; padding: 0;}
.browse_categories ul li{ width: 100%; display: block; font-size: 14px; font-weight: 400; margin: 0px; padding: 2px 0.6rem;}
.browse_categories ul.stone_view{ width: 100%; display: block; margin: 0; padding: 0;}
.browse_categories ul.stone_view li{ width: 100%; display: block; font-size: 14px; font-weight: 400; margin: 0px; padding: 2px 0.6rem;}
.browse_categories ul.stone_view li label{ width: calc(100% - 88%); display: inline-block; font-size: 16px; font-weight: 700; padding-right: 10px;}
.browse_categories ul.stone_view li label span{float: right; font-weight: normal; text-align: right;}

.bottom_link{  width: 100%; float: left; margin: 30px 0px 0px 0px; padding: 0px;}
.bottom_link ul{ width: 100%; float: left; text-align: center; vertical-align: middle; margin: 0px; padding: 0px;}
.bottom_link ul li{ width: auto; display: inline-block; text-align: center; vertical-align: middle; list-style: none; line-height: 20px; margin: 0px; padding: 0px 12px;}
.bottom_link ul li a{font-size: 16px; font-weight: 600; color: #000000;}
.bottom_link ul li a:hover{color: #871B67;}

.zodiac_sub_page h2 {font-weight: 700; color:#063363; font-size:1.3rem;}
.zodiac_sub_page h3 {font-weight: 700; color:#063363; font-size:1.1rem;}
.zodiac_sub_page .sub_description p{ font-size: 1rem; color: #000000;}
.zodiac_sub_page .sub_description p a{ font-size: 1rem; color: #871B67; text-decoration: underline;}
.zodiac_sub_page .sub_description p a:hover{ text-decoration: none;}
.zodiac_sub_page .sub_description ul{ display: block; margin: 0px; padding: 0px 0px 0px 20px;}
.zodiac_sub_page .sub_description ul li{list-style: disc; font-size: 16px; color: #000000; margin: 0px; padding:0px 0px 16px 0px;}
.zodiac_sub_page .sub_description ul li a{font-size: 16px; color: #871B67; text-decoration: underline;}
.zodiac_sub_page .sub_description ul li a:hover{text-decoration: none;}
.zodiac_sub_page .gemstones_banner{ width: 100%; display: block; margin-bottom: 12px;}
.zodiac_sub_page .best_selling .categories_pic{ width: 100%; display: block; border: 1px solid #e5e5e5; padding: 1rem;}
.zodiac_sub_page .best_selling .categorie_title{display: block; text-align: center; margin-top: 6px;}
.zodiac_sub_page .best_selling .categorie_title a{display: inline-block; font-size: 14px; color:#871B67; font-weight: 700;}
.zodiac_sub_page .best_selling .categorie_title a:hover{color:#000000;}
/* Zodiac Page End */

.static_main h2{font-size:1.5rem; font-weight: 700; color: #063363;}
.static_main h3{font-size:1.2rem; font-weight:600; color: #871B67;}
.static_main h3 a{font-size:1.2rem; font-weight:600; color: #871B67;}
.static_main .anchor_links{ margin:0rem 0rem 1rem 0rem; padding: 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.static_main .anchor_links li{ width: 33.3%; margin: 5px 0px; padding: 0; list-style: decimal; list-style-position: inside;}
.static_main .anchor_links li a{font-size:1rem; font-weight:400; color: #871B67;}
.static_main p a{font-size:1rem; font-weight:500; color: #871B67; text-decoration: underline;}
.static_main p a:hover{ text-decoration: none;}
.static_main img{ max-width: 100%;}
.static_main .dot-list li a{font-size:1rem; font-weight:600; color: #871B67; text-decoration: underline;}
.static_main .dot-list li a:hover{ text-decoration: none;}
.static_main .janma_nakshatra_table tr td a{font-size:1rem; font-weight:400; color: #871B67; text-decoration: none;}
.static_main .janma_nakshatra_table tr td a:hover{ text-decoration: underline;}
.static_main ul.pearls-list{display: block; margin: 0px; padding: 0px 0px 0px 20px;}
.static_main ul.pearls-list li{list-style: disc; font-size: 16px; color: #000000; margin: 0px; padding: 0px 0px 16px 0px;}

.change_address h2{font-weight: 700; color:#063363; font-size:1.3rem;}
.change_address [type="radio"]:checked,
.change_address [type="radio"]:not(:checked) { position: absolute; left: -9999px;}
.change_address [type="radio"]:checked + label,
.change_address [type="radio"]:not(:checked) + label{position: relative; padding-left:35px; padding-top: 10px; padding-bottom: 10px; cursor: pointer; line-height: 20px; display: block; color: #000000 !important;}
.change_address [type="radio"]:checked + label:before,
.change_address [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width:100%; height:100%; border-radius:5px; background: #fff;}
.change_address [type="radio"]:checked + label:after,
.change_address [type="radio"]:not(:checked) + label:after { content: ''; width: 12px; height: 12px; position: absolute; top: 15px; left:10px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
.change_address [type="radio"]:not(:checked) + label:after {opacity: 0.3; background: #871B67;}
.change_address [type="radio"]:checked + label:after { opacity: 1; background: #ffffff;}
.change_address [type="radio"]:not(:checked) + label:before { border: 1px solid #dee2e6;}
.change_address [type="radio"]:checked + label:before { border: 1px solid #871B67; background-color: #871B67;}
.change_address p{ font-size: 14px; font-weight: 400;}
.change_address .address_row{ position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; padding-right: 15px;}
.change_address [type="radio"]:checked + label span{ color: #ffffff; position: relative; z-index: 1;}
.change_address [type="radio"]:not(:checked) + label .remove_address{  color: red; font-size: 1rem;}
.change_address [type="radio"]:checked + label .remove_address{color: #ffffff;}

.order_summary{border: 1px solid #dee2e6; border-radius: 5px; padding: 20px;}
.order_summary ul{ margin: 0; padding: 0;}
.order_summary ul li{ margin:0px 0px 10px 0px; padding:0px 0px 10px 0px; list-style: none; border-bottom: 1px solid #dee2e6; display: flex; justify-content: space-between; align-items: center;}
.order_summary ul li label{ font-size: 14px; color: #000000; font-weight: 700;}
.order_summary ul li span{ font-size: 14px; color: #000000; font-weight: 400;}
.order_summary ul li label.pink-font, .order_summary ul li span.pink-font{ color: #063363; font-size: 15px; font-weight: 800; text-decoration: underline;}
.order_summary ul li:last-child{ border: none; margin-bottom: 0; padding-bottom: 0;}
.order_summary ul li:last-child label, .order_summary ul li:last-child span{ font-size: 16px; font-weight: 700; color: #871B67;}


/* Sitemap Page Class */
.site-map ul{ width: 100%; display: block; margin: 0px 0px 1rem 0px; padding: 0px;}
.site-map ul li{ width: 100%; display: block; list-style: none; margin: 0px; padding: 0px;}
.site-map ul li a{ font-size: 15px; color: #000000; font-weight: 500; text-decoration: none; margin: 0px; padding: 0px;}
.site-map ul li a:hover{ color: #871B67;}

.category_main h2{font-size:1.5rem; font-weight: 700; color: #063363;}
.category_main img{ width: 100%; display: block;}
.category_main .btn-link{ padding: 0; color: #871B67; font-weight: 700;}
.category_main .btn-link:hover{ text-decoration: none;}


/* Testimonials Page Class */
.testimonial_main h2{font-size:1.5rem; font-weight: 700; color: #063363;}
.testimonial_main .testimonial_box{ width: 100%; display: block; border-radius: 14px 0px 14px 0px; border: 1px solid #dee2e6; padding: 1.5rem 1.5rem 2.5rem 1.5rem; position: relative; margin-bottom: 1.5rem;}
.testimonial_main .testimonial_box h3{font-size:1.2rem; font-weight:600; color: #871B67; position: relative;}
.testimonial_main .testimonial_box h3::before{ width: 32px; content: ''; position: absolute; left: 20px; bottom: 0; height: 1px; background-color: #871B67;}
.testimonial_main .testimonial_box h3 .bi-quote{ display: inline-block; font-size: 16px;}
.testimonial_main .testimonial_box p{font-size:1rem; font-weight:500; color: #000000;}
.testimonial_main .testimonial_box .client_name{font-size:1rem; font-weight:600; color: #000000; position: absolute; bottom: 24px;}
.testimonial_main .testimonial_box .client_name span{color: #063363; font-weight: 700;}
.testimonial_main .testimonial_box .quote_icon{ position: absolute; left: 20px; bottom: -1px;}
.testimonial_main .testimonial_wrapper {width: 100%; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.testimonial_main .testimonial_wrapper .testi_text {width: calc(100% - 120px);}
.testimonial_main .testimonial_wrapper .testi_thumb {width: 100px; border: 1px solid #dee2e6;}
.testimonial_main .testimonial_wrapper .testi_thumb img {width: 100%; display: block;}

.testimonial_fild .testimonial_login p{font-size:0.9rem; font-weight:400; color: #000000; text-align: center; margin-bottom: 0.4rem;}
.testimonial_fild .testimonial_login p a{font-size:0.9rem; font-weight:400; color: #871B67; text-decoration: underline;}
.testimonial_fild .testimonial_login p a:hover{text-decoration: none;}
.testimonial_fild .testimonial_login p span{ font-size: 1.2rem; font-weight:600; color: #063363;}
.testimonial_fild .comment_box{ background: rgb(246, 239, 246); padding: 1rem;}
.testimonial_fild .comment_box .form-control {border-radius: 0; padding: 0.75rem 0.75rem;}
.testimonial_fild .comment_box .form-label {font-size: 1rem; font-weight: 600; color: #000000; margin-bottom: 0; display: block;}
.testimonial_fild .comment_box h4{font-size:1.4rem; font-weight:600; color: #063363; position: relative;}
.accordion-item .tooltip-main {	opacity: 1;	position: absolute;}
.accordion-item .slider.slider-horizontal {	width: 100%;}
.accordion-item .tooltip .arrow {	position: absolute;	display: block;	width: 0.8rem;	height: 0.4rem;	left: 0 !important;}
.accordion-item .tooltip .arrow::before {	position: absolute;	content: "";	border-color: transparent;	border-style: solid;	bottom: -28px;	border-width: 0.4rem 0.4rem 0;	border-top-color: #000;}


.payment_page .payment_box{background-color: rgb(246, 239, 246); padding:1rem;}
.payment_page h2 {font-weight: 700; color: #063363; font-size: 1.3rem;}
.payment_page h2 span{ font-size: 0.8rem; color: #000000; display: block; padding-top: 0.4rem;}
.payment_page p {font-size: 16px; font-weight: 400;}
.payment_page p span{font-size: 16px; font-weight: 700; color: #871B67; white-space:nowrap;}
.payment_link{ margin-top: 1rem;}
.payment_link a.payment_method{font-size: 16px; font-weight: 600; color: #871B67; line-height: 22px; text-decoration: none; padding:0;}
.payment_link a.payment_method:hover{color: #000000;}

.payment_page .payment_link a.btn-primary{font-size: 16px; font-weight: 700; color: #ffffff; text-decoration: none; padding:0.66rem 1.3rem;}
.payment_page .payment_link a.btn-primary:hover{background-color:#063363 !important; }

.payment_page .upi_box p{font-size: 13px; font-weight: 700; margin: 4px 0px 0px 0px;}
.payment_page .upi_qrcode{ background-color: #ffffff; padding: 0.5rem;}
.payment_page .upi_bank span{ width: 36px; display: inline-block; margin: 10px 2px 0px 2px; padding: 0px;}
.payment_page .upi_bank span img{ max-width: 100%; height: auto; display: block; border: 1px solid #ccc; border-radius: 100%;}

.chckout_main .paygyftr_box{border: 2px solid #e5e5e5; padding:1rem; margin-bottom: 1rem;}
.chckout_main .paygyftr_box .paygift_mobile_fild p{font-size: 15px; color: #000000; font-weight: 600; margin-bottom: 0.5rem;}
.chckout_main .paygyftr_box .paygift_mobile_fild .form-control {border-radius: 0px; padding: .475rem .75rem;}
.chckout_main .paygyftr_box .paygift_mobile_fild .btn-secondary{ width: 100%; padding: 0.5rem 0.6rem;}

.chckout_main .paygyftr_box .gift_wallet_box{background-color: rgb(246, 239, 246); padding: 1rem; margin-bottom: 1rem; margin-top: 1rem;}
.chckout_main .paygyftr_box .gift_wallet_box p{font-size: 18px; font-weight: 600; text-align: center; margin: 0px; padding: 0px;}
.chckout_main .paygyftr_box .gift_wallet_box p span{ display: block; font-size: 22px; font-weight: 800; color: #871B67;}
.chckout_main .paygyftr_box .otp_link { display: block; text-align: center;}
.chckout_main .paygyftr_box .otp_link a{ font-size: 16px; color: #871B67; font-weight: 700; text-decoration: underline;}
.chckout_main .paygyftr_box .otp_link a:hover{color: #000000; text-decoration: none;}
.chckout_main .paygyftr_box .paygift_otp{ margin-top: 1rem;}
.chckout_main .paygyftr_box .paygift_otp p{font-size: 15px; color: #000000; font-weight: 600; margin-bottom: 0.5rem;}
.chckout_main .paygyftr_box .paygift_otp .form-control {border-radius: 0px; padding: .475rem .75rem;}
.chckout_main .paygyftr_box .paygift_otp .btn-primary, .chckout_main .paygyftr_box .paygift_otp .btn-secondary{ padding: 0.5rem 1rem;}
.chckout_main .paygyftr_box .paygift_otp .btn-info{color: #ffffff;}
.chckout_main .paygyftr_box .paygift_otp .or_sepret{ display: block; text-align: center; position: relative;}
.chckout_main .paygyftr_box .paygift_otp .or_sepret span{ background-color: #ffffff; padding: 0.3rem 0.7rem; position: relative; z-index: 1; margin-bottom: 0.5rem; display: inline-block;}
.chckout_main .paygyftr_box .paygift_otp .or_sepret::before{content: ''; width: 100%; position: absolute; border-top: 1px solid #e5e5e5; left: 0px; top: 18px; z-index: 0;}


.paygift_voucher_lists h2 {font-weight: 700; color: #063363; font-size: 1.3rem; text-align: center;}
.paygift_voucher_lists .voucher_box{background-color: rgb(246, 239, 246); border: 1px solid rgb(246, 239, 246); padding: 1rem; text-align: center; margin-top: 1rem;}
.paygift_voucher_lists .voucher_box:hover{ border: 1px solid rgb(135, 27, 103);}
.paygift_voucher_lists .voucher_box label{font-weight: 700; color: #000000; font-size: 0.9rem;}
.paygift_voucher_lists .voucher_box .voucher_price{ font-size: 1.3rem; color: #871B67; font-weight: 700; padding-top: 0.8rem;}
.paygift_voucher_lists .voucher_box .expiry_date{ font-size: 0.9rem; color: #063363; font-weight: 700; padding-top: 0.6rem;}
.paygift_voucher_lists .voucher_box span{ font-size: 18px; color: #063363; font-weight: 700; padding-top: 0.6rem; display: inline-block;}
.paygift_voucher_lists .voucher_box .add_btn .btn-secondary{ width: 100%; display: inline-block; padding: 0.3rem 1rem; margin-top: 0.6rem;}



/* Ring Design CSS Start */
.page-title h1 {color: #652c74;}
.page-title h3 {	font-size: 1.2rem;	color: #652c74;}
.steps-bg{background: #ffffff !important; background: -moz-linear-gradient(top, #ffffff 0%, #f5ead8 100%) !important; background: -webkit-linear-gradient(top, #ffffff 0%,#f5ead8 100%) !important; background: linear-gradient(to bottom, #ffffff 0%,#f5ead8 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5ead8',GradientType=0 ) !important;}
.steps-slat .step_thumb{ padding:0px 0px 30px 0px;}
.steps-slat .step_thumb img{ max-width: 100%;}
.steps-slat .step_detail a{ font-size: 15px; color: #652c74; text-transform: uppercase; font-weight:700; margin-bottom:0.5rem; display: block;}
.steps-slat .step_detail a:hover{ color: #000000; text-decoration: underline;}
.steps-slat .step_detail p{ font-size: 14px; color: #000000; line-height: 18px;}
.need-help p, .need-help a.btn-link{ font-size: 16px; color: #000000; text-decoration: none;}
.need-help a.btn-link:hover{color: #652c74; text-decoration: underline;}
.rings_purchased { padding-bottom: 1rem;}
.rings_purchased h3{color: #652c74; margin-bottom: 20px;}
.rings_purchased ul{ margin:0px 0px 20px 0px; padding: 0; display: flex; justify-content: flex-start; align-items: center;}
.rings_purchased ul li{ width: 16.66%; border:1px solid #d8cddc; list-style: none; text-align: center; margin-left: -1px; transition: all linear 0.5s;}
.rings_purchased ul li:hover{ box-shadow: 0px 2px 0px #652c74;}
.rings_purchased ul li .ring_img{ height: 130px; display: flex; justify-content: center; align-items: center; margin-bottom: 20px;}
.rings_purchased ul li img{ max-width: 110px; display: inline-block;}
.rings_purchased ul li a{ font-size: 14px; color: #652c74; text-decoration: none; font-weight: 700;}
.rings_purchased p{ font-size: 13px; color: #000000; line-height: 18px;}
.we_offer ul{ margin:0px 0px 0px 0px; padding:0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; background-color: #f5ead8;}
.we_offer ul li{ width: 33.33%; list-style: none; padding: 20px 30px; position: relative;}
.we_offer ul li::after{ content: ""; width:1px; height: 100%; position: absolute; right: 0; top: 0; background: rgb(245,234,216); background: linear-gradient(0deg, rgba(245,234,216,1) 0%, rgba(204,204,204,1) 50%, rgba(245,234,216,1) 100%);}
.we_offer ul li:last-child::after{ display: none;}

.breadcrumb_main{background-color: var(--bs-secondary-bg); padding: 10px 0px;}
.breadcrumb_main .breadcrumb{ margin: 0; line-height: 24px;}
.breadcrumb_main .breadcrumb a{ color: #652c74; text-decoration: none;}
.breadcrumb_main .breadcrumb .breadcrumb-item.active{font-size: 14px; color: #000000;}
.breadcrumb_main .breadcrumb .breadcrumb-item+.breadcrumb-item::before{ font-size: 16px;}

.filter_main, .filter_head{ background-color: #f5ead8; padding:20px 30px;}
.filter_main h4{ font-size: 16px; color: #652c74; font-weight: 700;}
.filter_head .type-filter-title{ width: 100%;}
.filter_head .type-filter-title ul{ width: 100%; display: flex; justify-content: center; align-items: center; padding: 0;}
.filter_head .type-filter-title ul li{ width: auto; list-style: none; background-color: #ffffff; margin-left: 1px;}
.filter_head .type-filter-title ul li a{ font-size: 16px; padding: 10px 25px; color: #000000; text-decoration: none; display: block;}
.filter_head .type-filter-title ul li:first-child{ border-radius: 21px 0px 0px 21px;}
.filter_head .type-filter-title ul li:last-child{ border-radius:0px 21px 21px 0px;}
.filter_head .type-filter-title ul li.active, .filter_head .type-filter-title ul li:hover{background: #48284f; background: -moz-linear-gradient(top, #48284f 0%, #663970 100%); background: -webkit-linear-gradient(top, #48284f 0%,#663970 100%); background: linear-gradient(to bottom, #48284f 0%,#663970 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48284f', endColorstr='#663970',GradientType=0 );}
.filter_head .type-filter-title ul li.active a, .filter_head .type-filter-title ul li:hover a{ color: #ffffff;}

.filter_main .btn-link, .filter_head .btn-link{ color: #000000; font-size: 14px; font-weight: 700; padding-bottom: 0;}
.filter_main .btn-link:hover, .filter_head .btn-link:hover{text-decoration: none; color: #652c74;}

.shape-filter-title{ width: 100%;}
.shape-filter-title ul{ width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; padding: 0;}
.shape-filter-title ul li{ padding: 20px; list-style: none; text-align: center;}
.shape-filter-title ul li span{ width: 100%; font-size: 14px; color: #652c74; display: block; font-weight: 700; margin-bottom:5px;}
.styled-checkbox {position: absolute; opacity: 0;}
.styled-checkbox + label { position: relative; cursor: pointer; padding: 0; }
.styled-checkbox + label svg{ width:3rem; fill: rgba(0,0,0,.50);}
.styled-checkbox:checked + label svg{ fill: rgba(0,0,0,1);}

.styled-checkbox + label object svg{ width:3rem; fill:red;}

.visible_filter_main{ width: 100%; display: flex; justify-content:flex-start; align-items: flex-start; flex-wrap: wrap;}
.visible_filter_main .filter-container{ width: 33.3%; padding: 0px 20px;}
.hidden_filter_main{width: 100%; display: flex; justify-content:flex-start; align-items: flex-start; flex-wrap: wrap;}
.hidden_filter_main .filter-container{ width: 33.3%; padding: 0px 20px;}

.result_main .table th{ background-color: #652c74; font-size: 13px; color: #ffffff;}
.result_main .table td{ font-size:13px; color: #000000 !important; vertical-align: middle; font-weight: 500;}
.result_main .table img{ width:30px; display: inline-block; vertical-align: middle; margin-right: 10px;}
.result_main .table caption{ font-weight: 700; color: #000000;}

.result_main h3{ font-weight: 700; color: #000000; font-size: 1rem;}
.result_main .table_header{ width: 100%; display: flex; justify-content: space-between; font-size: 13px; color: #ffffff; background: #48284f; background: -moz-linear-gradient(top, #48284f 0%, #663970 100%); background: -webkit-linear-gradient(top, #48284f 0%,#663970 100%); background: linear-gradient(to bottom, #48284f 0%,#663970 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48284f', endColorstr='#663970',GradientType=0 );}
.result_main .table_col{ width: 8%; padding:8px 10px;}
.result_main .table_col2{ width:12%; padding:8px 10px;}
.result_main .table_row{ width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; font-size:13px; color: #000000 !important; vertical-align: middle; font-weight: 500; align-items: center;}
.result_main .table_row:nth-of-type(odd){background-color: #f4f4f4;}
.result_main .btn-outline-primary{ padding-top: 0.15rem; padding-bottom: 0.15rem; border-color: #652c74; color: #652c74; font-size: 13px; font-weight: 700;}
.result_main .table_col .btn-link{ padding: 0; color: #652c74;}
.result_main .table_col .btn-link:hover{ text-decoration: none;}
.result_main .btn-outline-primary:hover{background-color: #652c74; color: #ffffff;}
.result_main .view_btn.active .btn-outline-primary{background-color: #652c74; color: #ffffff;}
.result_main input[type=checkbox] {position: relative; border: 2px solid #000; border-radius: 2px; background: none; cursor: pointer; line-height: 0; margin: 0 .6em 0 0; outline: 0; padding: 0 !important; vertical-align: text-top; height: 20px; width: 20px; -webkit-appearance: none; opacity: .5; }
.result_main input[type=checkbox]:hover {opacity: 1;}
.result_main input[type=checkbox]:checked { background-color: #652c74; border: 2px solid #652c74; opacity: 1; }
.result_main input[type=checkbox]:before { content: ''; position: absolute; right: 50%; top: 50%; width: 4px; height: 10px; border: solid #FFF; border-width: 0 2px 2px 0; margin: -1px -1px 0 -1px; transform: rotate(45deg) translate(-50%, -50%); z-index: 2;}
.result_main .page-link{color: #652c74;}
.result_main .active>.page-link, .result_main .page-link.active{ color: #ffffff; background-color: #652c74; border-color: #652c74;}

.result_main .diamond_details{ background-color:#f5ead8; padding:20px; border-top:1px solid #dee2e6; width: 100%; display: none;}

.result_main .diamond_details h4{font-size: 1rem; padding:0px; color: #652c74; margin: 0; font-weight: 700;}
.result_main .diamond_details ul{ width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; margin:1rem 0px; padding: 0; border-left:1px solid #ccc; border-bottom:1px solid #ccc;}
.result_main .diamond_details ul li{ width: 50%; font-size: 14px; color: #000000; list-style: none; border:1px solid #ccc; padding: 10px; border-left: none; border-bottom: none;}
.result_main .diamond_details ul li label{ font-weight: 700;}
.result_main .diamond_details ul li span{ font-weight: 400;}
.result_main .diamond_details .btn-outline-primary{ padding:0.5rem 1rem; border-radius: 0; text-transform: uppercase;}

.your_selected_ring h2{background: #48284f; background: -moz-linear-gradient(top, #48284f 0%, #663970 100%); background: -webkit-linear-gradient(top, #48284f 0%,#663970 100%); background: linear-gradient(to bottom, #48284f 0%,#663970 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48284f', endColorstr='#663970',GradientType=0 ); font-size: 1.3rem; padding:10px; color: #ffffff; margin: 0;}
.your_selected_ring .outer{ border:1px solid #dee2e6; border-top: 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.your_selected_ring .outer .collum{ width: 33.3%; border-right:1px solid #dee2e6; padding: 20px;}
.your_selected_ring .outer .collum:last-child{border-right:0px solid #dee2e6;}
.your_selected_ring .outer .collum h3{ font-size: 1rem; color: #652c74; font-weight: 700;}
.your_selected_ring .outer .collum .product_desc{ display: flex; justify-content: flex-start;}
.your_selected_ring .outer .collum .product_desc .box_thumb{ width: 20%; margin-right: 10px;}
.your_selected_ring .outer .collum .product_desc .box_thumb img{ max-width: 100%; display: block;}
.your_selected_ring .outer .collum .product_desc .product_detail{ width: auto;}
.your_selected_ring .outer .collum .product_desc .product_detail .pro_title{ font-weight: 700; font-size: 0.9rem; color: #000000;}
.your_selected_ring .outer .collum .product_desc .product_detail .pro_var{ font-weight:400; font-size: 0.9rem; color: #000000;}
.your_selected_ring .outer .collum .product_desc .product_detail .pro_price{ font-weight:700; font-size: 0.9rem; color: #000000;}
.your_selected_ring .outer .collum .product_desc .view_change a{ font-weight:700; font-size: 0.9rem; color: #652c74; text-decoration: underline; margin-top: 10px; display: inline-block;}
.your_selected_ring .outer .collum .product_desc .view_change a:hover{ text-decoration: none;}

.compare_main h3{font-size: 1.3rem; padding:0px; color: #652c74;}
.compare_main .table_main{ width: 100%; min-width: 1000px; display: flex; justify-content:flex-start; flex-wrap: wrap;}
.compare_main .table_header{ width: 100%; display: flex; justify-content:center; font-size: 13px; color: #000000; padding:10px; border-bottom:1px solid #dee2e6; min-height: 52px;}
.compare_main .table_col{ width:20%; border:1px solid #dee2e6; border-bottom: 0px; margin-right:-1px ;}
.compare_main .table_row{ width: 100%; min-height: 33px; font-size:13px; color: #000000 !important; vertical-align: middle; font-weight: 500; align-items: center; padding:5px 10px; border-bottom:1px solid #dee2e6;}
.compare_main .table_row:nth-of-type(even){background-color: #f4f4f4;}
.compare_main .min_height{ min-height: 42px;}
.compare_main .btn-secondary{padding:0.25rem 0.5rem; border-radius: 0; text-transform: none;}
.compare_main .compare_img { min-height: 72px; border-bottom: 0px;}
.compare_main .pro_price{min-height:33px; display: flex; justify-content: space-between;}
.compare_main .pro_price .btn-link{ padding: 0; font-size: 13px; color: #dc3545; text-decoration: underline;}
.compare_main .pro_price .btn-link:hover{text-decoration: none;}
.compare_main .compare_img img{ display: inline-block;}
.compare_main .table_row span{ font-weight:700; font-size: 0.9rem; color: #000000;}

.howto_choose h3{font-size: 1.3rem; padding:0px; color: #652c74;}
.howto_choose .read_more{overflow: hidden; transition: all ease-in-out 0.3s;}
.howto_choose .btn-link{font-size:0.9rem; color: #652c74; text-decoration: underline; padding: 0; font-weight: 700;}
.howto_choose .btn-link:hover{ text-decoration: none;}

.testimonials_inner h3{background: #48284f; background: -moz-linear-gradient(top, #48284f 0%, #663970 100%); background: -webkit-linear-gradient(top, #48284f 0%,#663970 100%); background: linear-gradient(to bottom, #48284f 0%,#663970 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48284f', endColorstr='#663970',GradientType=0 ); font-size: 1.3rem; padding:10px; color: #ffffff; margin: 0;}
.testimonials_inner .outer{ width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.testimonials_inner .outer .collum{ width: 32%; background-color: #f4f4f4; padding: 20px;}
.testimonials_inner .outer .collum .quote{ width: 100%; display: block; margin-bottom: 1rem;}
.testimonials_inner .outer .collum .quote img{ width:45px; display: block;}
.testimonials_inner .outer .collum h4{font-size: 1rem; padding:0px; color: #000000; font-weight: 700;}
.testimonials_inner .outer .collum p{ font-size: 14px; color: #000000; font-weight: 500;}
.testimonials_inner .outer .collum h5{font-size: 1rem; padding:0px; color: #652c74; font-weight: 700;}

.visible_filter_main .merge_col{ width: 66.6%;}
.visible_filter_main input[type=checkbox] {position: relative; border: 2px solid #000; border-radius: 2px; background: none; cursor: pointer; line-height: 0; margin:0; outline: 0; padding: 0 !important; vertical-align: text-top; height: 20px; width: 20px; -webkit-appearance: none; opacity: .5; }
.visible_filter_main input[type=checkbox]:hover {opacity: 1;}
.visible_filter_main input[type=checkbox]:checked { background-color: #652c74; border: 2px solid #652c74; opacity: 1; }
.visible_filter_main input[type=checkbox]:before { content: ''; position: absolute; right: 50%; top: 50%; width: 4px; height: 10px; border: solid #f5ead8; border-width: 0 2px 2px 0; margin: -1px -1px 0 -1px; transform: rotate(45deg) translate(-50%, -50%); z-index: 2;}
.visible_filter_main ul{ width: 100%; display: flex; justify-content: space-between; margin: 0; padding: 0;}
.visible_filter_main ul li{ width:33.3%; margin: 0; padding: 0; list-style: none; font-size: 14px;}
.visible_filter_main ul li img{ margin-left: -20px;}

.setting_reslut h3{ font-weight: 700; color: #000000; font-size: 1rem;}
.setting_reslut h5{ font-size:0.9rem; color: #000000; font-weight: 700; width: 100%; text-align: center; min-height: 35px;}
.setting_reslut .results_action{ width: 100%; display: flex; justify-content: space-between; align-items: center;}
.setting_reslut .results_action select{ padding:0.5rem; border: 1px solid #dee2e6; border-radius: 0; outline: none; font-size: 14px; color: #000000; font-weight: 500;}
.setting_reslut .results_action span{ margin-right: 10px;}
.setting_reslut .results_action label{font-size: 14px; color: #000000; font-weight: 700;}
.setting_reslut .product_box{ position: relative;}
.setting_reslut .product_thumb{ text-align: center;}
.setting_reslut .product_thumb img{ max-width: 100%; display: inline-block;}
.setting_reslut .product_detail { display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: 10px 0px 0px 0px;}
.setting_reslut .product_detail .pro_price{font-size:0.9rem; color: #652c74; font-weight: 700;}
.setting_reslut .flip-container:hover .flip-contain, .setting_reslut .flip-container.hover .flip-contain { transform: rotateY(180deg);}
.setting_reslut .front, .setting_reslut .back { backface-visibility: hidden; position: absolute; top: 0; left: 0;}
.setting_reslut .front { z-index: 2; transform: rotateY(0deg); position: relative;}
.setting_reslut .back { transform: rotateY(180deg); background:#f5ead8; width:100%; color: #000000; padding: 15px; height: 100%;}
.setting_reslut .back h5 { color: #000000; text-align: left;}
.setting_reslut .back h6 { color: #000000; font-size:0.8rem;}
.setting_reslut .back p {font-size: 12px;}
.setting_reslut .back ul{ margin:0px 0px 1rem 0px; padding: 0;}
.setting_reslut .back ul li{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; border: 1px solid #cccccc; border-bottom: 0px;}
.setting_reslut .back ul li label{ width: 50%; font-size: 13px; color: #000000; font-weight: 700; padding: 5px;}
.setting_reslut .back ul li span{ width: 50%; font-size: 13px; color: #000000; font-weight: 400; border-left: 1px solid #cccccc; padding: 5px;}
.setting_reslut .back ul li:last-child label, .setting_reslut .back ul li:last-child span{border-bottom: 1px solid #cccccc;}
.setting_reslut .flip-container { display: block; width: 100%; margin-bottom: 1rem;}
.setting_reslut .flip-contain { position: relative; transition: .5s; transform-style: preserve-3d; transform: perspective(400px);}

.filter_footer{ width: 100%; display: flex; justify-content: space-between; align-items: center;}
.filter_footer .bi{ font-size: 1.2rem; vertical-align: middle;}

.ring_detail_main h2{font-weight:500; color: #652c74; font-size: 1.5rem;}
.ring_detail_main .your_selected_ring h2{ color: #ffffff;}
.ring_detail_main strong{ font-size: 1rem; font-weight: 700; color: #000000;}
.ring_detail_main p{ font-size: 0.9rem; font-weight: 400; color: #000000;}
.color_set{ width: 100%; display: inline-block; justify-content: space-between; align-items: center; text-align: center;}
.color_set input[type=radio] {position: relative; border: 2px solid #000; border-radius:10px; background: none; cursor: pointer; line-height: 0; margin:0; outline: 0; padding: 0 !important; vertical-align: text-top; height: 20px; width: 20px; -webkit-appearance: none; opacity: .5; }
.color_set input[type=radio]:hover {opacity: 1;}
.color_set input[type=radio]:checked { background-color: #652c74; border: 2px solid #652c74; opacity: 1; }
.color_set input[type=radio]:before { content: ''; position: absolute; right: 50%; top: 50%; width: 4px; height: 10px; border: solid #f5ead8; border-width: 0 2px 2px 0; margin: -1px -1px 0 -1px; transform: rotate(45deg) translate(-50%, -50%); z-index: 2;}
.color_set span{ width:33.3%; margin: 0; padding: 0; list-style: none; font-size: 14px;}
.color_set span img{ margin-left: -20px;}

.ring_detail_main .ring_desc .btn-link{ padding-left: 0; padding-right: 0; color: #652c74;}
.ring_detail_main .ring_desc .pro_price{ display: flex; justify-content: flex-start; align-items: center; font-weight:700; font-size: 1.2rem; margin-bottom: 1rem;}
.ring_detail_main .ring_desc .pro_price label{ color: #000000;}
.ring_detail_main .ring_desc .pro_price span{color: #652c74;}
.ring_detail_main .ring_desc .add_wish{ font-size: 1.5rem; margin-left: 10px; vertical-align: middle;}
.banner-slider img {max-width: 100%;}
.banner-slider .slider.slider-for { max-width: 80%; margin-left: 2%;}
.banner-slider .slider.slider-nav {max-width: 18%;}
.banner-slider .slider.slider-for, .banner-slider .slider.slider-nav { width: 100%; float:right;}
.banner-slider .slider.slider-nav {padding: 20px 0 0;}
.ring_detail_main .slider-banner-image img, .ring_detail_main .slider-nav .slick-slide.thumbnail-image .thumbImg img { height:auto; width:100%;}
.ring_detail_main .slick-vertical .slick-slide:active, .ring_detail_main .slick-vertical .slick-slide:focus, .ring_detail_main .slick-arrow:hover, .ring_detail_main .slick-arrow:focus { border: 0; outline: 0;}
.ring_detail_main .slider-nav .slick-slide { text-align: center; position: relative;}
.ring_detail_main .slider-nav .slick-slide::after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #652c74; opacity: 0.2;}
.ring_detail_main .slider-nav .slick-slide.slick-current::after{ opacity: 0;}
.ring_detail_main .slick-arrow { width: 100%; background-color: transparent; border: 0; background-position: center; background-repeat: no-repeat; font-size: 0; height: 18px; position: absolute; left: 0; right: 0; z-index: 99;}
.ring_detail_main .slick-prev {top:0px;}
.ring_detail_main .slick-next { bottom:0px; background-color: #fff;}
.ring_detail_main .slick-prev.slick-arrow {background-image: url(../images/black-up-arrow.webp);}
.ring_detail_main .slick-next.slick-arrow {background-image: url(../images/black-down-arrow.webp);}
.ring_desc .contact_box{ background-color:#f5ead8; padding: 1rem; text-align: center;}
.ring_desc .contact_box .icon{ width: 100%; display: flex; justify-content: center; margin-bottom: 1rem;}
.ring_desc .contact_box .icon span{ margin: 0 1rem;}
.ring_desc .contact_box .icon span a{font-size: 14px; color: #652c74;}
.ring_desc .contact_box .icon span .bi{ font-size:2rem; color: #652c74; vertical-align:middle;}
.ring_desc .contact_box h3{font-weight:700; color: #652c74; font-size: 1.3rem;}
.ring_desc .contact_box h4{font-weight:700; color: #652c74; font-size: 1rem;}
.ring_desc .contact_box .phone{ width: 100%; display: flex; justify-content:center; align-items: center; padding:0.5rem 0; position: relative;}
.ring_desc .contact_box .phone::after{ content: ""; width: 70%; height: 1px; position: absolute; bottom: 0; background-color: #000000;}
.ring_desc .contact_box .phone a{font-size: 14px; color: #000000; font-weight: 700; margin: 0 1rem;}
.ring_desc .contact_box .phone a .bi{ font-size: 1.2rem; vertical-align: middle;}
.ring_desc .contact_box .email{ width: 100%; display: flex; justify-content:center; align-items: center; padding:0.5rem 0; position: relative;}
.ring_desc .contact_box .email a{font-size: 16px; color: #000000; font-weight: 700; margin: 0 1rem;}
.ring_desc .contact_box .email a .bi{ font-size: 1.2rem; vertical-align: middle;}
.ring_desc .contact_box .phone a:hover, .ring_desc .contact_box .email a:hover{color: #652c74;}
.ring_detail_main .setting_info ul{ margin: 0; padding: 0;}
.ring_detail_main .setting_info ul li{ display: flex; justify-content: space-between; align-items: center; list-style: none; font-size: 14px; border: 1px solid #dee2e6; border-bottom: 0;}
.ring_detail_main .setting_info ul li:last-child{border-bottom: 1px solid #dee2e6;}
.ring_detail_main .setting_info ul li label{ font-weight: 700; padding:5px 10px; width: 50%;}
.ring_detail_main .setting_info ul li span{ font-weight: 500; padding:5px 10px; border-left: 1px solid #dee2e6; width: 50%;}
.ring_desc .form-floating>label{ font-weight: 500; color:#652c74;}
.ring_desc .form-select{ border-color:#652c74; font-weight: 700; border-radius: 0;}
.ring_desc .form-select:focus{ box-shadow: 0 0 0 0.25rem rgba(101,44,116,.25);}
.ring_detail_main .your_ring_thumb img, .ring_detail_main .your_ring_thumb_sm img{ width: 100%; display: block;}
.ring_detail_main .your_ring_thumb,
.ring_detail_main .your_ring_thumb_sm{ float: right;}
.ring_detail_main .your_ring_thumb{ width:80%; margin-left: 2%;}
.ring_detail_main .your_ring_thumb_sm{ width:18%;}
.ring_detail_main .your_ring_thumb_sm span{ margin-bottom: 5px; display: block;}

.ring_detail_main .setting_info h2{ display: flex; justify-content: space-between; align-items: center;}
.ring_detail_main .setting_info .btn-link{font-weight:700; color: #652c74; font-size: 1rem;}
.ring_detail_main .setting_info .btn-link:hover{ text-decoration: none;}


.ring_detail_main .slider-banner-image { position: relative;}
.ring_detail_main .slider-banner-image .diamond_table{ width:100%; position: absolute; left:0%; top:60px; display: flex; justify-content: center; background: url(../images/diamond_table_img.webp) no-repeat center bottom; padding-bottom: 10px;}
.ring_detail_main .slider-banner-image .diamond_table span{ width: auto; font-size: 14px; color: #000000; font-weight: 700;}

.ring_detail_main .slider-banner-image .diamond_depth{ width:auto; height: 100%; position: absolute; right:20px; bottom:0px; display: flex; justify-content: center; background: url(../images/diamond_depth_img.webp) no-repeat center center; align-items: center; padding-top: 60%;}
.ring_detail_main .slider-banner-image .diamond_depth span{ width: auto; font-size: 14px; color: #000000; font-weight: 700;}

.ring_detail_main .diamond_info ul{ margin: 0; padding: 0; display: flex; justify-content: flex-start; flex-wrap: wrap; border-top: 1px solid #dee2e6;}
.ring_detail_main .diamond_info ul li{ display: flex; justify-content: space-between; align-items: center; list-style: none; font-size: 13px; border: 1px solid #dee2e6; border-top: 0; width: 50%;}
.ring_detail_main .diamond_info ul li a{ font-size:13px; font-weight:700; color: #652c74;}
.ring_detail_main .diamond_info ul li a:hover{ color: #000000;}
.ring_detail_main .diamond_info ul li:nth-child(2n){ border-left: 0px;}
.ring_detail_main .diamond_info ul li:last-child{border-bottom: 1px solid #dee2e6;}
.ring_detail_main .diamond_info ul li label{ font-weight: 700; padding:5px 10px; width: 50%;}
.ring_detail_main .diamond_info ul li span{ font-weight: 500; padding:5px 10px; border-left: 1px solid #dee2e6; width: 50%;}

.ring_detail_main .diamond_spec .spec_box{ background-color: #f5ead8; padding: 1rem;}
.ring_detail_main .diamond_spec .spec_box h5{ font-size: 1rem; font-weight:700; color: #652c74;}
.ring_detail_main .diamond_spec .spec_box h5 a{ font-size: 1rem; font-weight:700; color: #652c74;}
.ring_detail_main .diamond_spec .spec_box h5 a:hover{ color: #000000;}
.ring_detail_main .diamond_spec .spec_box .spec_outer{ background-color: #ffffff; padding: 3px; margin-bottom: 0.5rem;}
.ring_detail_main .diamond_spec .spec_box .spec_outer ul{ margin: 0; padding: 0; display: flex; justify-content:space-between; align-items: center;}
.ring_detail_main .diamond_spec .spec_box .spec_outer ul li{ width: auto; margin:0 0.5rem; padding: 0; list-style: none;}
.ring_detail_main .diamond_spec .spec_box .spec_outer ul li span{font-size: 13px; color: grey; font-weight: 500;}
.ring_detail_main .diamond_spec .spec_box .spec_outer ul li span.active{ font-weight: 700; color: #652c74;}
.ring_detail_main .diamond_spec .spec_box p{ font-size: 13px; color: #000000; font-weight: 500; margin: 0; line-height: 16px;}

.size_cert { padding-bottom:1.5rem;}
.size_cert h2{font-weight:500; color: #652c74; font-size: 1.5rem;}
.size_cert h3{font-weight:500; color: #652c74; font-size: 1rem;}
.size_cert .read_diamond_certi{ width: 100%; float: left;}
.size_cert .read_diamond_certi .view_report{ float: right; margin-left: 15px; text-align: center;}
.size_cert .read_diamond_certi .btn{ padding:0; font-size: 14px; color: #652c74; font-weight: 600;}
.size_cert .read_diamond_certi .btn:hover{ text-decoration: none;}
.size_cert .read_diamond_certi .view_report .btn{ display:inherit; font-size: 13px;}
.size_cert .chart_size{ width: 100%; float: left; border-top: 1px solid #dee2e6; margin-top: 1rem; padding-top: 1rem;}
.size_cert .chart_size .download_chart{ float:left; margin-right: 15px; text-align: center;}
.size_cert .chart_size .download_chart .btn{ display:inherit; padding:0; font-size: 13px; color: #652c74; font-weight: 600;}
.size_cert .chart_size .download_chart .btn:hover{ text-decoration: none;}
.modal-dialog{ max-width: 700px;}
.modal-title{font-weight:500; color: #652c74; font-size: 1.5rem;}
.modal-title h2{font-weight:500; color: #652c74; font-size: 1rem;}
.modal-dialog .alphabets{ width: 100%; display: flex; justify-content: space-between; align-items: center; font-size: 1rem; font-weight:700; color: #652c74; vertical-align: middle; margin-bottom: 1rem;}
.modal-dialog .alphabets a{font-size: 1rem; font-weight:700; color: #652c74; line-height: 22px;}
.modal-dialog p{ font-size: 14px; color: #000000;}
.modal-dialog ul.table_detail{ margin: 0; padding: 0; display: flex; justify-content: flex-start; flex-wrap: wrap; border-top: 1px solid #dee2e6;}
.modal-dialog ul.table_detail li{ display: flex; justify-content: space-between; align-items: center; list-style: none; font-size: 13px; border: 1px solid #dee2e6; border-top: 0; width: 50%;}
.modal-dialog ul.table_detail li:nth-child(2n){ border-left: 0px;}
.modal-dialog ul.table_detail li:last-child{border-bottom: 1px solid #dee2e6;}
.modal-dialog ul.table_detail li label{ font-weight: 700; padding:5px 10px; width:40%;}
.modal-dialog ul.table_detail li span{ font-weight: 500; padding:5px 10px; border-left: 1px solid #dee2e6; width:60%;}
.modal-dialog .pop_spec_outer{ background-color:#f5ead8; padding: 3px; margin-bottom: 0.5rem; margin: 0; padding: 0; display: flex; justify-content:space-between; align-items: center;}
.modal-dialog .pop_spec_outer span{ width: auto !important; margin:0 0.5rem; padding: 0; list-style: none; border-left: 0 !important;}
.modal-dialog [type="radio"]:checked, .modal-dialog [type="radio"]:not(:checked) { position: absolute; left: -9999px;}
.modal-dialog [type="radio"]:checked + label, .modal-dialog [type="radio"]:not(:checked) + label{position: relative; cursor: pointer; font-size: 13px; color: grey; font-weight: 500; width: auto; padding: 0;}
.modal-dialog [type="radio"]:checked + label{font-weight: 700; color: #652c74;}
.modal-dialog .cutsdesc{font-size: 14px; color: #000000; margin:1rem 0;}
.modal-dialog .cutsdesc label{ font-weight: 700 !important; width: auto !important; padding: 0 !important;}
.password_reset .reset_box{  background-color: rgb(246, 239, 246); padding: 20px; text-align: center;}
.password_reset .reset_box .bi-check2-circle{ display: block; font-size: 50px;}
.password_reset .reset_box h2{ font-size: 1.5rem;}
.password_reset .reset_box p{font-size: 16px; color: #000000; font-weight: 600; text-align: center;}
.password_reset .reset_box p a{font-size: 16px; color: #871B67; font-weight: 600; text-decoration: underline;}
.password_reset .reset_box p a:hover{text-decoration: none;}
.password_reset .reset_box .btn-primary{ padding: 0.6rem 2rem;}
.diamond-ring-slider img { max-width: 100%;}
.diamond-ring-slider .slider-nav { padding: 0 15px;}
.diamond-ring-slider .slider-nav .slick-slide { margin: 0 2px;}
.diamond-ring-slider .slider-nav .slick-arrow { background-color: transparent; border: 0; background-position: center; background-repeat: no-repeat;font-size: 0; height: 18px; position: absolute; z-index: 99;    top: 50%; width: 21px; height: 12px;}
.diamond-ring-slider .slider-nav .slick-prev { left: -5px; transform: translateY(-50%) rotate(-90deg);}
.diamond-ring-slider .slider-nav .slick-next {  right: -5px;  transform: translateY(-50%) rotate(-90deg);}
.diamond-ring-slider .slider-nav .slick-prev.slick-arrow {	background-image: url(../images/black-up-arrow.webp);}
.diamond-ring-slider .slider-nav .slick-next.slick-arrow {	background-image: url(../images/black-down-arrow.webp);}
.diamond-ring-slider .slider-nav .slick-slide .thumbImg { position: relative;}
.diamond-ring-slider .slider-nav .slick-slide .thumbImg::after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #652c74;	opacity: 0.2;}
.diamond-ring-slider .slider-nav .slick-slide.slick-current .thumbImg::after {	opacity: 0;}
.diamond-ring-filter .filter-container { width: 100%;}
.result_main .reset-link {	color: #652c74;	font-weight: 700;	font-size: 1rem;	padding: 0;	margin-bottom: .5rem;}
.result_main .reset-link:hover { color: #000000;	text-decoration: none;}.ring_static_inner h3 {	background: #48284f;	background: -moz-linear-gradient(top, #48284f 0%, #663970 100%);	background: -webkit-linear-gradient(top, #48284f 0%,#663970 100%);	background: linear-gradient(to bottom, #48284f 0%,#663970 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48284f', endColorstr='#663970',GradientType=0 );	font-size: 1.3rem;	padding: 10px;	color: #ffffff;	margin: 0;}
.ring_static_inner h3 a {display: block;font-size: 14px;padding: 0px;margin-top: 5px;color: #ffffff;}
.ring_static_inner h3 a:hover {	color: #f5ead8;	text-decoration: underline;}
.ring_static_inner .outer {width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;border: 1px solid #dee2e6;padding: 2rem;}
.ring_static_inner .outer p {	font-size: 14px;	color: #000000;	font-weight: 500;}
.ring_static_inner .outer ul {	margin: 0;	padding: 0;}
.ring_static_inner .outer ul li {margin: 0px 0px 10px 0px;padding: 0;list-style: disc;list-style-position: inside;font-size: 14px;color: #000000;font-weight: 500;}
.ring_static_inner .clr_primary {	color: #871B67 !important;}
.ring_static_inner h5 {width: 100%;display: block;font-size: 1.2rem;padding: 0px;color: #000000;font-weight: 700;}
.ring_static_inner h5 .bi {display: inline-block;padding-right: 6px;font-size: 18px;color: #871B67;}
.ring_static_inner h6 {width: 100%;display: block;font-size: 1rem;padding: 0px;color: #000000;font-weight: 700;}
.ring_static_inner h6 a {font-size: 14px;color: #871B67;font-weight: 700;text-decoration: underline;}
.ring_static_inner h6 a:hover {	text-decoration: none;}
.ring_static_footer { background: #48284f;	padding: 10px;}
.ring_static_footer p {font-size: 14px;color: #f5ead8;font-weight: 500;}
.ring_static_footer h2 {font-size: 1.5rem;	padding: 10px 0px 0px 0px;	color: #f5ead8;	font-style: italic;	font-weight: 700;}
.diamond_education_box .box {border: 1px solid #e5e5e5;	padding: 1rem;}
.diamond_education_box .box h3 {display: block;	font-size: 20px; color: #063363; font-weight: 700;	padding: 12px 0px 0px 0px;	margin-top: 1rem;	border-top: 1px solid #e5e5e5;}
.diamond_education_box .box p {	font-size: 14px;	color: #000000;	font-weight: 500;	margin: 0px;	padding: 0px;}
.diamond_education_box .box p a {font-weight: 700;font-size: 0.9rem;color: #652c74;text-decoration: underline;display: block;}
.diamond_education_box .box p a:hover {	text-decoration: none;}
.learning-center-detail h3 {background: #48284f;background: -moz-linear-gradient(top, #48284f 0%, #663970 100%);background: -webkit-linear-gradient(top, #48284f 0%,#663970 100%);background: linear-gradient(to bottom, #48284f 0%,#663970 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48284f', endColorstr='#663970',GradientType=0 );font-size: 1.3rem;padding: 10px;color: #ffffff;margin: 0;}
.learning-center-detail .outer {width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;border: 1px solid #dee2e6;padding: 2rem;}
.learning-center-detail .outer p {font-size: 14px;color: #000000;font-weight: 500;}
.learning-center-detail .outer ul {margin: 0;padding: 0;}
.learning-center-detail .outer ul li {margin: 0px 0px 10px 0px;padding: 0;list-style: disc;list-style-position: inside;font-size: 14px;color: #000000;font-weight: 500;}
.learning-center-detail h5 {	width: 100%;	display: block;	font-size: 1.2rem;	padding: 0px;	color: #000000;	font-weight: 700;	margin-top: 1rem;}
.diamond_education_list {width: 24%; float: left; margin: 1.5rem 0px;padding: 0px;}
.diamond_education_list .nav {background-color: rgb(246, 239, 246);flex-wrap: wrap;padding: 0px 0px 1rem 0px;}
.diamond_education_list .nav .nav-item {width: 100%;margin: 0px 0px 1px 0px;}
.diamond_education_list .nav .nav-link {display: flex;align-items: center;justify-content: space-between;color: #000000;text-transform: capitalize;font-weight: 600;font-size: 15px;padding-top: 0.8rem;padding-bottom: 0.8rem;padding-left: 1rem !important;}
.diamond_education_list .nav .nav-link .bi {	font-size: 16px;	color: #871B67;	margin-right: 10px;	vertical-align: middle;}
.diamond_education_list .nav-link:focus::before, .diamond_education_list .nav-link:hover::before, .diamond_education_list .nav-link.active::before {	display: none;}
.diamond_education_list .nav-link.active, .diamond_education_list .nav-link:hover {	background-color: #871B67;	color: #ffffff;}
.diamond_education_list .nav-link.active .bi, .diamond_education_list .nav-link:hover .bi {	color: #ffffff;}
.diamond_education_list .nav-link span {width: 100%;}
.learning_details_part {width: 74%;float: right;margin: 1.5rem 0px;padding: 0px;}
.faq_main {background-color: rgb(246, 239, 246);}
.faq_main h2 {font-size: 20px;color: #871B67;font-weight: 700;margin-bottom: 1rem;text-align: center;}
.faq_main .accordion h2 {margin: 0;}
.faq_main .accordion-button {font-weight: 700;}
.faq_main .accordion-button:focus {border: none;box-shadow: none;}
.faq_main .accordion-button:not(.collapsed) {background-color: rgba(135,27,103,0.2);color: #871B67;}
.blog_main h2 {font-size: 20px;color: #871B67;font-weight: 700;margin-bottom: 1rem;text-align: center;}
.blog_main .box {padding: 1rem;}
.blog_main .blog_image {width: 100%;}
.blog_main .blog_detail {width: 100%;margin-top: 1rem;}
.blog_main .blog_detail a {display: inline-block;font-size: 16px;font-weight: 700;color: #063363;line-height: 20px;}
.blog_main .blog_detail a:hover {color: #871B67;}
.blog_main .slick-arrow {width: 12px;height: 21px;position: absolute;top: 50%;transform: translateY(-50%);font-size: 0;border: none;}
.blog_main .slick-prev {background: url(../images/prev_arrow.png) no-repeat left top;left: -5px;}
.blog_main .slick-next {background: url(../images/next_arrow.png) no-repeat left top;right: -5px;}
.testimoni_main {background-color: rgb(246, 239, 246);}
.testimoni_main h2 {font-size: 20px;color: #871B67;font-weight: 700;margin-bottom: 1rem;text-align: center;}
.testimoni_main .box .testi_box {width: calc(100% - 2rem);margin: 0 1rem;background-color: #ffffff;padding: 2rem 2rem;text-align: center;}
.testimoni_main .quotes {width: 100%;text-align: center;margin-bottom: 1rem;position: relative;}
.testimoni_main .quotes::before {content: "";width: 100%;height: 1px;background-color: rgb(0, 0, 0, 0.1);position: absolute;left: 0;top: 50%;z-index: 0;}
.testimoni_main .quotes span {width: 45px;height: 45px;display: inline-block;line-height: 42px;background-color: #871B67;border-radius: 100%;position: relative;}
.testimoni_main .quotes .bi {display: inline-block;font-size: 25px;color: #ffffff;transform: rotate(180deg);}
.testimoni_main em {width: 100%;display: block;font-size: 16px;color: #424242;font-weight: 500;margin-bottom: 1rem;min-height: 150px;line-height: 1.3rem;}
.testimoni_main h4 {font-size: 18px;color: #063363;font-weight: 700;}
.testimoni_main .slick-arrow {width: 12px;height: 21px;position: absolute;top: 50%;transform: translateY(-50%);font-size: 0;border: none;}
.testimoni_main .slick-prev {background: url(../images/prev_arrow.png) no-repeat left top;left: -5px;}
.testimoni_main .slick-next {background: url(../images/next_arrow.png) no-repeat left top;right: -5px;}
.youtube_video iframe {max-width: 850px;width: 100%;height: 450px;display: inline-block;}
.subcategories_text {border-top:1px solid rgba(0,0,0,0.1); padding-top:1rem; margin-top:1rem;}
.subcategories_text p {	font-size: 0.8rem;}
.subcategories_text h2 { font-size: 20px; color: #871B67; font-weight: 700; margin-bottom: 1rem;}
.special_anchor_link .navbar {padding: 0;}
.special_anchor_link .nav-item .nav-link {color: #871B67;text-transform: capitalize;font-weight: 600;font-size: 15px;}
.special_anchor_link .nav-item .nav-link:hover, .special_anchor_link .nav-item .nav-link.active {background-color: #871B67;	color: #ffffff;}
.special_anchor_link .nav-item:first-child .nav-link {padding-left: 1rem !important;}
.special_anchor_link .nav-item .nav-link:focus::before, .special_anchor_link .nav-item .nav-link:hover::before, .special_anchor_link .nav-item .nav-link.active::before {	bottom: -2px;}
.special_wrapper {	background: url(../images/special_landing-bg.webp) repeat left top;}
.special_wrapper .special_product_pic {	width: 100%;display: inline-block;}
.special_wrapper .special_detail h1 {font-size: 1.5rem;font-weight: 700;color: #063363;}
.special_wrapper .special_detail .product_price_box {display: flex;	justify-content: space-between;	align-items: center;border-top: 1px solid #e5e5e5;	padding-top: 26px;}
.special_wrapper .special_detail .product_price_list {padding-top: 10px;}
.special_wrapper .special_detail .product_price_list ul {width: 100%;margin: 0px;padding: 0px;}
.special_wrapper .special_detail .product_price_list ul li {width: 100%;list-style: none;margin: 0px;padding: 0px;}
.special_wrapper .special_detail .product_price_list ul li.discount_price {	font-size: 1rem;color: #777;font-weight: 700;text-decoration: line-through;}
.special_wrapper .special_detail .product_price_list ul li.current_price {	font-size: 1.5rem;color: #871B67;font-weight: 700;}
.special_wrapper .special_detail .product_price_list ul li.save_price {	font-size: 1rem;color: #777;font-weight: 700;}
.special_wrapper .special_detail .product_price_list .btn-primary {	font-weight: 600;text-transform: uppercase;	letter-spacing: 1px;padding: 0.8rem 1.8rem;	background: #871B67 !important;	border: 0px solid #063363 !important;	border-radius: 0px;	font-size: 1.1rem;	margin-top: 0.8rem;}
.special_wrapper .special_detail .product_price_list .btn-primary:hover {background: #063363 !important;}
.special_wrapper .special_detail .product_price_box .reward_point {	background-color: rgb(246, 239, 246);	padding: 20px 10px 20px 30px;	position: relative;}
.special_wrapper .special_detail .product_price_box .reward_point::before {content: "";width: 0;height: 0;border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 15px solid #f7f7f7;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.special_wrapper .special_detail .product_price_box .reward_point h2 {font-size: 1rem;font-weight: 700;color: #000000;}
.special_wrapper .special_detail .product_price_box .reward_point ul {width: 100%;margin: 0;padding: 0;display: flex;justify-content: center;}
.special_wrapper .special_detail .product_price_box .reward_point ul li {width: auto;margin: 0px 3px;padding: 0;list-style: none;}
.special_wrapper .special_detail .bottom_wrapper {display: flex;justify-content: space-between;align-items: stretch;margin-top: 20px;}
.special_wrapper .special_detail .bottom_wrapper .links {display: flex;	flex-wrap: wrap;}
.special_wrapper .special_detail .bottom_wrapper .links a.btn-link {font-size: 15px;text-decoration: none;color: #000000;font-weight: 500;	border-radius: 0;border-right: 1px solid #ccc;padding-left: 0.8rem;	padding-right: 0.8rem;	background-color: #e5e5e5;}
.special_wrapper .special_detail .bottom_wrapper .links a.btn-link .bi {vertical-align: middle;	font-size: 16px;}
.special_wrapper .special_detail .bottom_wrapper .links a.btn-link:hover {	background-color: #871B67;	color: #ffffff;}
.special_wrapper .special_detail .bottom_wrapper .links .added_wishlist {font-size: 1rem;color: #000000;margin-top: 0.5rem;width: 100%;}
.special_wrapper .special_detail .bottom_wrapper .links .added_wishlist .btn {background-color: transparent;padding: 0;	border: none;font-size: 1rem;	color: #871B67;	text-decoration: underline;	font-weight: 700;}
.special_wrapper .special_detail .bottom_wrapper .links .added_wishlist .btn:hover {background-color: transparent;color: #000000;}
.special_wrapper .special_detail .bottom_wrapper .share_product .btn-secondary {background-color: #e5e5e5 !important;border: none !important;border-radius: 0;font-size: 15px;color: #000000;	font-weight: 500;	padding-left: 1rem;	padding-right: 1rem;height: 38px;text-transform: capitalize;letter-spacing: 0;}
.special_wrapper .special_detail .bottom_wrapper .share_product .btn-secondary .bi {vertical-align: middle;	font-size: 16px;margin-right: 5px;}
.special_wrapper .special_detail .bottom_wrapper .share_product .dropdown-menu {width: 100%;border: 1px solid #e5e5e5;border-top: none;	background-color: #ffffff;text-align: center;border-radius: 0;top: -1px !important;}
.special_wrapper .special_detail .bottom_wrapper .share_product .dropdown-menu li {width: 26px;height: 26px;overflow: hidden;margin: 5px 3px 0px 3px;padding: 0;list-style: none;display: inline-block;}
.special_wrapper .special_detail .bottom_wrapper .share_product .dropdown-menu li.fb-icon img {margin: -9px 0 0 -10px;}
.special_wrapper .special_detail .bottom_wrapper .share_product .dropdown-menu li.tw-icon img {margin: -8px 0 0 -190px;}
.special_wrapper .special_detail .bottom_wrapper .share_product .dropdown-menu li.bl-icon img {margin: -8px 0 0 -82px;}
.special_wrapper .special_detail .bottom_wrapper .share_product .dropdown-menu li.y-icon img {margin: -9px 0 0 -154px;}
.special_wrapper .special_detail .bottom_wrapper .share_product .dropdown-menu li .dropdown-item {padding: 0;}
.specification_main {width: 100%;position: relative;}
.specification_main h2 {font-weight: 700;color: #063363;font-size: 1.5rem;padding-bottom: 30px;}
.specification_main h3 {font-size: 1.2rem;color: #871B67;font-weight: 700;margin-bottom: 1.3rem;}
.specification_main .specification_detail {	background-color: rgb(246, 239, 246);padding: 20px 10px 20px 30px;position: relative;margin: 0;}
.specification_main .specification_detail p {font-size: 14px;}
.specification_main .specification_detail p a {font-size: 16px;color: #063363;font-weight: 700;	margin-top: 1rem;display: inline-block;}
.specification_main .specification_detail p a:hover {color: #871B67;}
.specification_main .specification_detail ul {width: 100%;margin: 0;padding: 0;}
.specification_main .specification_detail ul li {width: 100%;list-style: disc inside;font-size: 15px;color: #000000;font-weight: 600;	margin: 0;	padding: 0;}
.specification_main .specification_detail ul li .bi {font-size: 20px;}
.product_close_main {width: 100%;position: relative;}
.product_close_main h2 {font-size: 1.5rem;font-weight: 700;	color: #063363;	padding-bottom: 30px;}
.product_close_main .aplus-module-wrapper {width: 100%;	display: flex;position: relative;margin-top: 0px;}
.product_close_main .aplus-module-wrapper .apm-hovermodule-slides {	width: 100%;justify-content: space-between;	align-items: start;	}
.product_close_main .aplus-module-wrapper .second-hovermodule-slides {width: 48%;justify-content: space-between;align-items: start;}
.product_close_main .aplus-module-wrapper .second-hovermodule-slides .apm-image {width: 100%;}
.product_close_main .aplus-module-wrapper .apm-slidecontrol {width: 48%;display: flex;justify-content: center;align-content: center;	flex-wrap: wrap;}
.product_close_main .aplus-module-wrapper .apm-slidecontrol .second-smallimage {width: 144px;text-align: center;cursor: pointer;margin: 0px 2% 20px 2%;}
.product_close_main .aplus-module-wrapper .thumb-inactive-second {opacity: 1;}
.product_close_main .aplus-module-wrapper .apm-slidecontrol .second-smallimage img {border: 0px;padding: 0px;}
.about_product_wrapper h2 {	font-size: 1.5rem;font-weight: 700;color: #063363;padding-bottom: 30px;}
.about_product_wrapper h3 {	font-size: 1.2rem;color: #871B67;font-weight: 700;margin-bottom: 1rem;}
.about_product_wrapper .about_video_box {width: 100%;margin: 0px;padding: 0px;position: relative;}
.about_product_wrapper .about_video_box iframe {width: 100%;height: 300px;}
.testimonials_special h2 {font-size: 1.5rem;font-weight: 700;color: #063363;padding-bottom: 30px;}
.testimonials_special .testimonial_box {width: 100%;display: block;	border-radius: 14px 0px 14px 0px;border: 1px solid #dee2e6;	padding: 1.5rem 1.5rem 2.5rem 1.5rem;	position: relative;	margin-bottom: 1.5rem;}
.testimonials_special .testimonial_box h3 {	font-size: 1.2rem;font-weight: 600;color: #871B67;position: relative;}
.testimonials_special .testimonial_box p {font-size: 1rem;font-weight: 500;	color: #000000;}
.testimonials_special .testimonial_box .client_name {font-size: 1rem;font-weight: 600;color: #000000;position: absolute;bottom: 24px;}
.testimonials_special .testimonial_box .client_name span {color: #063363;font-weight: 700;}
.testimonials_special .testimonial_box .quote_icon {position: absolute;left: 20px;bottom: -1px;}
.testimonials_special .testimonial_wrapper {width: 100%;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.testimonials_special .testimonial_wrapper .testi_text {width: calc(100% - 120px);}
.testimonials_special .testimonial_wrapper .testi_thumb {width: 100px;border: 1px solid #dee2e6;}
.testimonials_special .testimonial_wrapper .testi_thumb img {width: 100%;display: block;}
.reasons_shop_wrapper {	width: 100%;position: relative;}
.reasons_shop_wrapper h2 {font-size: 1.5rem;font-weight: 700;color: #063363;padding-bottom: 30px;}
.reasons_shop_wrapper .reasons_list {background-color: rgb(246, 239, 246);padding: 20px 10px 20px 30px;position: relative;margin: 0;}
.reasons_shop_wrapper .reasons_list ul {width: 100%;margin: 0px;padding: 0px;}
.reasons_shop_wrapper .reasons_list ul li {	width: 100%;list-style: none;position: relative;margin: 0px 0px 10px 0px;padding: 0px 0px 0px 20px;}
.reasons_shop_wrapper .reasons_list ul li .bi {	font-size: 10px;display: inline-block;	position: absolute;	left: 0;top: 4px;}
.reasons_shop_wrapper .shop_detail .icon_box {width: 100%;position: relative;display: flex;justify-content: center;align-items: center;transition: all linear .3s;padding-bottom: 1rem;}
.reasons_shop_wrapper .shop_detail .icon_box .icon {width: 70px;height: 66px;display: flex;justify-content: center;align-items: center;margin-right: 15px;}
.reasons_shop_wrapper .shop_detail .icon_box .icon img {width: 100%;}
.reasons_shop_wrapper .shop_detail .icon_box .detail {width: calc(100% - 70px);font-size: 15px;color: #063363;font-weight: 700;}
.partner_banner {width: 100%;position: relative;}
.partner_banner img {width: 100%;}
.diamond_club .diamond_form {background-color: rgb(246, 239, 246);border-radius: 0px 0px 8px 8px;padding: 1.5rem 2rem 1.5rem 2rem;}
.diamond_club .diamond_form h1 {font-size: 1.5rem;font-weight: 700;	color: #063363;	text-align: center;	}
.diamond_club .diamond_form .form-floating > .form-control {height: calc(3.2rem + calc(var(--bs-border-width) * 2));}
.diamond_club .diamond_form .btn-primary {width: 100%;}
.dear_members h2 {font-size: 1.2rem;font-weight: 600;color: #871B67;}
.dear_members p a {	font-size: 1rem;font-weight: 500;color: #871B67;text-decoration: underline;}
.dear_members p a:hover {text-decoration: none;}
.fine_jewellery_main h1 {font-size: 2.5rem;	font-weight: 600;	color: #063363;	text-align: center;}
.fine_jewellery_main .product_box .product_title {	min-height: inherit;}
.fine_jewellery_main .product_box, .fine_jewellery_main .product_box:hover {border: 0px;}
.fine_jewellery_main .product_box .product_code {font-weight: 600;font-size: 13px;color: #871B67;text-decoration: underline;}
.fine_jewellery_main .product_box .product_list {width: 100%;position: relative;margin: 10px 0px 6px 0px;}
.fine_jewellery_main .product_box .product_list ul {width: 100%;position: relative;margin: 0;padding: 0px;}
.fine_jewellery_main .product_box .product_list ul li {width: 100%;position: relative;list-style: none;font-size: 14px;color: #424242;margin: 0;padding: 0px;}
.fine_jewellery_main .product_box .product_price span {	display: block;	font-weight: 600;}
.fine_jewellery_main .product_box .product_price .offer_price {	color: #FB4F48;}
.fine_jewellery_main .product_box .product_price .save_price {color: #871B67;}
.fine_jewellery_main .product_box .btn-primary {font-size: 13px;padding: 0.6rem 1rem;}
.fine_jewellery_main .product_box .btn-primary .bi {padding-right: 4px;}
.service_list .facebook_btn {width: 100%;text-align: right;	margin-bottom: 1rem;}
.service_list .pro_service_box {background-color: rgb(246, 239, 246);padding: 20px;position: relative;margin: 0}
.service_list .pro_service_box ul {width: 100%;display: flex;flex-wrap: wrap;margin: 0;padding: 0;}
.service_list .pro_service_box ul li {width: 100%;list-style: none;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;font-size: 14px;position: relative;margin: 0px 0px 20px 0px;padding: 0px 0px 0px 40px;}
.service_list .pro_service_box ul li:last-child {margin-bottom: 0px;}
.service_list .pro_service_box ul li .bi {width: 32px;height: 32px;font-size: 16px;color: #fff;display: flex;justify-content: center;align-items: center;background: #063363;border-radius: 0px 5px 0px 5px;position: absolute;left: 0;}