@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Poppins", sans-serif;
	background-image: linear-gradient(to right, #0d4230, #002009);
	font-weight: 400;
	font-size: 100%;
	color: #000;
	height: 100%;
}
#bb-bookblock{
	/* perspective: 800px !important; */
	height: 705px;
}
.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {width: 1200px; margin:0 auto;}
.bb-custom-wrapper{display: flex;align-items: center; padding-top: 40px; position:relative;}
.js .bb-item {
    /* background: #434343; */
	width: 1200px;
	left: 50%;
    transform: translateX(-50%);
}
.top-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%; padding: 20px; position: fixed; width: 100%; z-index:999;}
.logo {width: 50%;}
.logo img{ max-height:80px;}
.top-mini-cart img {max-height: 40px; cursor: pointer;}
.catalog-banner {width: 100%; border-radius: 40px 0 40px 0;}
.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
.jspTrack , .jspDrag {display: none !important;}
.jspContainer:hover .jspVerticalBar {opacity: 1;display: none !important;}
.slideRight {
	left: 240px;
}

.no-js .container {
	padding-left: 240px;
}

.menu-panel {
	background: #f1103a;
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.js .menu-panel {
	position: absolute;
	left: -240px;
}

.menu-panel h3 {
	font-size: 1.8em;
	padding: 20px;
	font-weight: 300;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
} 

.menu-toc {
	list-style: none;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	line-height: 3.5;
	padding: 0 20px;
	cursor: pointer;
	background: #f1103a;
	border-bottom: 1px solid #dd1338;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: #dd1338;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
} 

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	bottom: 40px;
	right: 90px;
	position: absolute;
	z-index: 99;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: transparent;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}
#bb-nav-next img , #bb-nav-prev img{ max-height:35px;}
.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	background: transparent;
}

/* .bb-custom-wrapper nav span:last-child {
	left: 40px;
} */
.bb-custom-wrapper nav span:first-child {
    top: 50%;
    position: fixed;
    left: 40px;
    transform: translateY(-50%);
}
.bb-custom-wrapper nav span:last-child {
    left: unset;
    top: 50%;
    position: fixed;
    right: 40px;
    transform: translateY(-50%);
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 20px;
	text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	position: absolute;
	top:0px;
	left: 0;
	width: 100%;
	bottom:0px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {padding: 0;}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1200px;
	height: 20px;
	z-index: 100;
	pointer-events: none;
	
}

.js .content:after {
	top: auto;
	bottom: 0;
}

.product-content-sec h2#product-name {
	font-weight: 300;
	font-size: 1.3em; line-height:1.2em;
	padding: 0 0 10px;
	color: #333;
	margin: 0 0 20px 0;
	text-align: left;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content p {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: 300;
	padding: 5px 8%;
	text-align: justify;
}
.product-pop-details .top-price {color:#000;}
.product-all-variation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%; gap: 15px;
}
.product-size-v ,.product-color-v,.product-carat-v  {width: 45%;}
.product-size-v label ,.product-carat-v label{
	display: block;
	width: 100%;
	font-size: 14px;
}
.product-color-v label {
	display: block;
	width: 100%;
	font-size: 14px;
}
.product-size-v .size-dropdown {
	width: 100%;
	height: 35px;
	background: #FFF;
	border: 1px solid #333;
	border-radius: 4px; padding:6px;
}
.product-color-v .color-dropdown {
	width: 100%;
	height: 35px;
	background: #FFF;
	border: 1px solid #333;
	border-radius: 4px; padding:6px;
}
.product-carat-v .carat-dropdown {
	width: 100%;
	height: 35px;
	background: #FFF;
	border: 1px solid #333;
	border-radius: 4px; padding:6px;
}
.product-img-sec {
	float: left;
	width: 40%; text-align: center;
}
.product-content-sec {
	float: left;
	width: 60%;
}
.product-img-sec img {
	width: 80% !important;
	height: 80% !important;
}
.product-pop-details p {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 16px;
}
.product-pop-details p.total-cal-price {
	font-size: 24px;
	font-weight: 600;
}
#progress-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
	z-index: 999;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #2d3b3c;
    transition: width 0.3s ease;
}
.jspContainer{
	width: 1200px !important;
	margin: auto; background:url(../images/blank-white-bg.jpg) no-repeat 0 0; background-size: cover; border-radius: 40px 0 40px 0;}
	
.page-4bg{background:url(../images/Cathedral-Plan-Shank-bg.jpg) no-repeat 0 0 !important;}	
.page-4bg .jspContainer {background: transparent;}

.page-5bg{background:url(../images/Cathedral-Diamond-Shank-bg.jpg) no-repeat 0 0 !important;}	
.page-5bg .jspContainer {background: transparent;}

.page-7bg{background:url(../images/Classic-Engagement-Ring-bg.jpg) no-repeat 0 0 !important;}	
.page-7bg .jspContainer {background: transparent;}

.page-9bg{background:url(../images/Three-Stone-Ring-bg.jpg) no-repeat 0 0 !important;}	
.page-9bg .jspContainer {background: transparent;}


.page-11bg{background:url(../images/Jewelry-Band-bg.jpg) no-repeat 0 0 !important;}	
.page-11bg .jspContainer {background: transparent;}	
	
/* --------- Product Section Start ----------*/
.product-section {width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between;padding: 90px 20px 20px 20px; height:86vh;}
.product-block-left , .product-block-right {width: 33%;}
.product-block-mid {width: 33%; text-align:center;}
.product-video-sec{min-height:250px;}
.product-block {background: #eaeaea;width: 60%;margin: 0 auto 20px;padding: 10px;border-radius: 25px 0 25px 0;text-align: center; min-height:250px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); border: 3px solid #FFF; }
.product-img{ height:160px; background:#FFF; border-radius: 20px 0 20px 0;}
.product-block .product-title {font-size: 14px;padding: 7px 0 4px;}
.product-block h2.product-title {font-size: 14px; font-family:Arial, Helvetica, sans-serif; font-weight:500; line-height:22px; margin:5px 0 0;}
.product-date {font-size: 12px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; line-height:17px;}
.product-button {margin: 5px 0 0 0;}
.product-button a {background: #0c3f2d;color: #FFF;font-size: 14px;padding: 5px 8px;border-radius: 8px;line-height: 22px;}
.product-button a .fa.fa-shopping-bag {font-size: 12px;margin-right: 4px;}
.product-img img {width: 100%;max-width: 160px;}


 .product-image {
      max-width: 100%;
      height: auto;
      margin-bottom: 20px;
    }
    .price {
      font-size: 20px;
      font-weight: bold;
      color: #000;
      margin-bottom: 20px;
    }
    .sku {
      font-size: 16px;
      color: #555;
      margin-bottom: 20px;
    }
    .dropdown {
      margin-bottom: 15px;
    }
    .dropdown label {
      margin-right: 10px;
    }
    .quantity-control {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }
    .quantity-control button {
      width: 30px;
      height: 30px;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      border: 1px solid #ddd;
      background-color: #f9f9f9;
      cursor: pointer;
    }
    .quantity-control button:hover {
      background-color: #e0e0e0;
    }
    .quantity-control input {
      width: 50px;
      text-align: center;
      border: 1px solid #ddd;
      margin: 0 10px;
    }
button.add-to-cart {
	background-color: #000;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
 button.add-to-cart:hover {background-color: #000; }
.product-quantity-v{ margin:10px 0;}
.product-quantity-v label { display: block; width: 100%;font-size: 14px;}
.product-quantity-increase {display: flex;align-items: center;justify-content: space-between;width: 155px; margin-top: 5px;}
.product-quantity-increase .decrement {border: 1px solid #000;width: 30px;height: 26px; border-radius: 4px 0 0 4px; padding:5px; font-weight:bold; font-size: 18px;
  line-height: 9px; border-right:0;}
.product-quantity-increase .increment {border: 1px solid #000;width: 30px;height: 26px; border-radius: 0 4px 4px 0; padding:5px; font-weight:bold; font-size: 18px;
  line-height: 9px;  border-left:0;}
.product-quantity-increase .quantity {height: 26px;border: 1px solid #000; padding:5px; width:99px;}
    .modal_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.modal_body {
	background: white;
	padding: 20px;
	border-radius: 20px;
	width: 950px;
	max-width: 950px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	height: 55vh;
}
.modal_body #closeModal {
	background: #FFF;
	border: 0;
	color: #000;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	margin-top: -60px;
	width: 35px;
	height: 35px;
	line-height: 15px;
	border-radius: 50%;
	cursor: pointer;
}
/* --------- Product Section End ----------*/
.top-mini-cart {
    position: relative;
}
div#minicart {
    box-shadow: 0 0 15px #000000b3;
    position: absolute;
    right: 0;
    background: #000;
    padding: 20px;
    border-radius: 10px;
    width: 350px;
    z-index: 9999; color:#FFF;
}
div#totalQuantity {
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #000;
    line-height: 23px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: -5px;
    right: -4px;
}
ul#minicartList li {
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cart_wrap {
    display: flex;
    gap: 5px;
	font-size: 14px;
	position: relative;
}
p.cart_product_name {
    width: calc(100% - 30px);
}
.cart_wrap input[type="text"] {
    width: 35px;
    text-align: center;
}
button.decrement-minicart,button.increment-minicart {
    width: 35px;
    height: 20px;
}
.incrementDecrementWrapper {display: flex;align-items: center;justify-content: space-between;width: 88px; margin: 5px 0;position: absolute;
    right: 0;
    bottom: 0;}
	.incrementDecrementWrapper .decrement-minicart {
		border: 1px solid #ffffff;
		width: 30px;
		height: 26px;
		border-radius: 4px 0 0 4px;
		padding: 5px;
		font-weight: bold;
		font-size: 18px;
		line-height: 9px;
		border-right: 0;
		color: #fff;
		background-color: transparent;
	}
	.incrementDecrementWrapper .increment-minicart {
		border: 1px solid #fff;
		width: 30px;
		height: 26px;
		border-radius: 0 4px 4px 0;
		padding: 5px;
		font-weight: bold;
		font-size: 18px;
		line-height: 9px;
		border-left: 0;
		color: #fff;
		background-color: transparent;
	}
	p#minicart_close {
		/* font-size: 18px; */
		cursor: pointer;
	}
  .incrementDecrementWrapper input {
    height: 26px;
    border: 1px solid #fff;
    padding: 5px;
    width: 30px !important;
    background: transparent;
    color: #fff;
}
.downlaod-button {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.downlaod-button button {
	background: transparent;
	border: 2px solid #FFF;
	color: #FFF;
	padding: 6px 15px;
	border-radius: 6px;
	font-size: 16px; cursor:pointer;
}
ul#minicartList {
    background-color: #212121;
    padding: 15px 20px;
    /* border-radius: 10px; */
    margin: 15px -20px;
}
span#mylistqty {
    display: inline-block;
    padding: 10px;
    height: 26px;
    width: 50px;
    line-height: 8px;
    margin-left: 5px;
    background-color: #4a5a5c;
    border-radius: 20px;
    text-align: center;
}
.minicart_topBar {
    display: flex;
    justify-content: space-between;
}
.downlaod-button button:hover {background: #333;}
.downlaod-button p.sendO-order a {
    background: #3CD7E0;
    color: #FFF;
    padding: 6px 35px;
    border-radius: 6px;
    font-size: 16px;
    /* text-decoration: none; */
}
.downlaod-button p{
	margin-bottom: 0;
}
p#grandTotal {
	font-weight: 600;
    margin: 10px 0;
    /* text-align: center; */
    font-size: 18px;
    display: flex
;
    justify-content: space-between;
	margin-bottom: 0;
}
.cart_wrap p {
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 20px;
}
.cart_wrap p:first-child {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
}
button.remove-item {
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 4px;
    margin-top: 3px;
    position: absolute;
    right: 0;
    top: -3px;
}
.email-popup {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    justify-content: center;
 
    align-items: center;
    bottom: 0;
    width: 100%;
    background: #000000c7;
	display: none;
}
.email-popup.show{
	display: flex;
}
form#contactForm {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    width: 500px;
	position: relative;
}
.remove_form_popup {
    display: inline-block;
    width: 30px;
    height: 30px;
    /* justify-content: center; */
    text-align: center;
    line-height: 25px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -32px;
    top: -32px;
	cursor: pointer;
}
.email-popup .form-group {
    margin-bottom: 10px;
	margin-top: 10px;
}
.email-popup .form-group label {
    font-size: 16px;
    margin-bottom: 5px;
}
.email-popup .form-control {
    display: block;
    min-height: 35px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 10px;
}
.email-popup button.btn.btn-primary.mt-2 {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 9px 27px;
    border-radius: 5px;
    font-size: 16px;
	cursor: pointer;
}
.email-popup button.btn.btn-primary.mt-2:hover {
    background-color: transparent;
	color: #000;
    border: 1px solid #000;
}
h3.email-title {
    margin-bottom: 8px;
    font-size: 20px;
}
.email-form-details p {
    font-size: 16px;
}
div#successMessage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 999;
    background: #bef5be;
    text-align: center;
    color: #138713;
}

.footer-content {position: absolute;bottom: 2px; z-index: 999;right: 25px; display:flex; align-items: center; justify-content: space-between; width: 92%; background: #DDDDDD4F;
	border-radius: 4px;}
.footer-content p {font-size: 14px;margin: 0; text-shadow: 2px 1px #DDD;}
.footer-content p a{ text-decoration:underline; color:#000;}
.footer-content p a:hover{ text-decoration:none;}
#page-counter {
	position: absolute;
	bottom: 7%;
	left: 50%;
	transform: translateX(-50%);
	background: #01220b85;
	padding: 5px 15px;
	border-radius: 15px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#body_content{ opacity:0;}
#error {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 50%;
	color: #FFF;
	font-size: 2em;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	text-align: center;
	text-transform: uppercase;
}
.product-pop-details .product-size-v {display: none;}

@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width: 400px){
.menu-panel,.content {font-size: 75%;
	}
}

@media only screen and (max-width: 480px) {
#bb-bookblock {perspective: unset !important; height: 243px !important;}
.bb-custom-wrapper {padding-top: 10% !important;}
.jspContainer {width: 100% !important; margin: auto;
	 /* background: #4a5b5c !important;  */
	}
.content .jspContainer {
	/* background: #000 !important; */
}
.bb-custom-wrapper nav {
    bottom: 40px;
    right: 90px;
    position: absolute;
    z-index: 999;
}
#bb-bookblock {
    height: 50vh;
}
.bb-custom-wrapper {padding-top: 0 !important;height: 100vh;}
/* body {background-color: red !important;} */
.js .bb-item {
    width: 100%;
}
.js .content {
    width: 100% !important;
}
#container.container, .bb-custom-wrapper, .bb-bookblock {
    width: 100%;
}
.product-block-right.container{
	width: 33%;
}
.product-section {
    padding: 15px 20px 20px 20px;
	gap: 10px; height: unset;
}
.product-block {
	background: #eaeaea;
	width: 100%;
	margin: 0 0px 10px;
	padding: 5px 10px;
	border-radius: 10px;
	text-align: center;
	min-height: 90px;
}
.product-block .product-title {
    font-size: 7px;
    padding: 4px 0 2px;
    line-height: 8px;
}
.product-button a {
	background: #000;
	color: #FFF;
	font-size: 7px;
	padding: 2px 6px;
	border-radius: 4px;
	line-height: 22px;
}
.product-button {
    margin: 0px 0 0 0;
}
.product-img img {
    width: 30px;
    max-width: 160px;
}
.product-img {
    height: 37px;
    background: #FFF;
    border-radius: 5px;
    width: 50px;
    /* line-height: 37px; */
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-video-sec {
    min-height: 0;
}
.product-img {
    height: 37px;
    background: #FFF;
    border-radius: 5px;
    width: 50px;
    /* line-height: 37px; */
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal_body {
    background: white;
    padding: 20px;
    border-radius: 20px;
    width: 90%;
    max-width: 950px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: unset;
    text-align: center;
}
.product-img-sec {
    float: none;
    width: 40%;
    text-align: center;
    margin: auto;
}
.product-content-sec {
    float: unset;
    width: 100%;
}
.product-quantity-increase {
    margin: auto;
	width: 93px;
}
.product-quantity-increase .quantity {
    width: 41px;
    text-align: center;
}
.product-button a .fa.fa-shopping-bag {
    font-size: 10px;
    margin-right: 4px;
}
.product-block:last-child{
margin-bottom: 0;
}
.jspPane {
    height: 100%;
}
.scroller {
    height: 100%;
}
.top-container {
    z-index: 9999;
}
.product-content-sec h2#product-name {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.product-size-v, .product-color-v, .product-carat-v {
    text-align: left;
}
.price {
    font-size: 18px;
}
button.add-to-cart {
    padding: 8px 17px;
    font-size: 14px;
}
.modal_wrapper { z-index: 9999;}
.modal_body #closeModal {background: #E1E1E1; margin-top: -11px; width: 30px; height: 30px;}
.product-button a .fa.fa-shopping-bag {font-size: 7px; margin-right: 4px;}
.product-video-sec video {height: unset;}
.menu-panel, .content {font-size: unset;}
.product-block-mid video {height: unset;}
.bb-custom-wrapper nav span:first-child {z-index: 9999 !important;}
.bb-custom-wrapper nav span:last-child {z-index: 9999 !important;}

.jspContainer {border-radius: 0 !important;}
.catalog-banner {border-radius: 0 !important;}
.footer-content p {font-size: 6px;letter-spacing: 0 !important;padding: 5px;}
}


