@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Muli&display=swap);
#hamburger,
#menu-button,
.hide {
	display: none
}

body,
body *,
body :after,
body :before {
	box-sizing: border-box
}

.container,
img,
svg {
	max-width: 100%
}

a,
body,
button,
html,
input {
	font-family: Lato, sans-serif
}

.btn,
.dropdown__menu,
.menu__item a {
	-webkit-backface-visibility: hidden
}

#hamburger {
	width: 35px;
	height: 18px;
	position: relative;
	margin: 18px 40px;
	cursor: pointer
}

#hamburger .line {
	display: block;
	background: #000;
	width: 35px;
	height: 2px;
	position: absolute;
	left: 0;
	border-radius: 1px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s
}

#hamburger .line.line-1 {
	top: 0
}

#hamburger .line.line-2 {
	top: 50%
}

#hamburger .line.line-3 {
	top: 100%
}

#hamburger:focus .line-1,
#hamburger:hover .line-1 {
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px)
}

#hamburger:focus .line-3,
#hamburger:hover .line-3 {
	transform: translateY(1px);
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px)
}

#hamburger.active .line-1 {
	transform: translateY(9px) translateX(0) rotate(45deg);
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	-moz-transform: translateY(9px) translateX(0) rotate(45deg)
}

#hamburger.active .line-2 {
	opacity: 0
}

#hamburger.active .line-3 {
	transform: translateY(-9px) translateX(0) rotate(-45deg);
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	-moz-transform: translateY(-9px) translateX(0) rotate(-45deg)
}

@media (max-width:991px) {
	.nav {
		padding: 15px 0
	}
	.nav__right {
		display: none;
		position: absolute;
		top: 84px;
		left: 0;
		width: 100%
	}
	.sub__nav a:hover {
		color: #8eafcb
	}
	.sub__nav {
		justify-content: center;
		background: #132f65;
		width: 100%;
		padding-top: 25px
	}
	.sub__nav li {
		padding: 0 25px 25px
	}
}

.btn,
.col,
.menu__items .menu__item {
	position: relative
}

@media only screen and (min-width:563px) and (max-width:992px) {
	#hamburger {
		margin-right: 0
	}
}

@media (max-width:700px) {
	.sub__nav {
		flex-direction: column
	}
}

@media (max-width:561px) {
	.nav {
		padding: 10px 0
	}
	.nav__main {
		flex-direction: column
	}
	.nav__right {
		top: 90px
	}
}

@font-face {
	font-family: Lato;
	src: url(../fonts/Lato-Light.eot);
	src: url(../fonts/Lato-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Lato-Light.woff2) format("woff2"), url(../fonts/Lato-Light.woff) format("woff"), url(../fonts/Lato-Light.ttf) format("truetype"), url(../fonts/Lato-Light.svg#svgFontName) format("svg");
	font-weight: 300
}

@font-face {
	font-family: Lato;
	src: url(../fonts/Lato-Regular.eot);
	src: url(../fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Lato-Regular.woff2) format("woff2"), url(../fonts/Lato-Regular.woff) format("woff"), url(../fonts/Lato-Regular.ttf) format("truetype"), url(../fonts/Lato-Regular.svg#svgFontName) format("svg");
	font-weight: 400
}

@font-face {
	font-family: Lato;
	src: url(../fonts/Lato-Bold.eot);
	src: url(../fonts/Lato-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Lato-Bold.woff2) format("woff2"), url(../fonts/Lato-Bold.woff) format("woff"), url(../fonts/Lato-Bold.ttf) format("truetype"), url(../fonts/Lato-Bold.svg#svgFontName) format("svg");
	font-weight: 700
}

body,
html {
	margin: 0;
	padding: 0;
	font-weight: 400
}

.col,
.container {
	padding-right: 15px
}

svg {
	width: 100%
}

body {
	counter-reset: section;
	font-size: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0
}

p {
	margin-top: 0
}

.text--bold {
	font-weight: 700
}

.text--medium {
	font-weight: 500
}

.w-100 {
	width: 100%
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.page__content {
	flex: 1
}

.container {
	margin: 0 auto;
	padding-left: 15px
}

ul {
	padding-left: 0;
	margin: 0;
	list-style: none
}

.btn {
	text-decoration: none;
	background: #fff;
	font-family: inherit
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.col {
	padding-left: 15px;
	width: 100%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:660px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:991px) {
	.container {
		max-width: 850px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1170px
	}
}

* {
	outline: 0!important
}

.site__top--header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.site__top--header .site__quick--links {
	display: flex
}

.site__quick--item {
	display: inline-block;
	text-align: left;
	margin: 0;
	padding: 9px 0 9px 5px
}

.site__quick--item a {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0 5px 0 10px;
	font-size: 13px;
	border-right: 1px solid #989682
}

.ol_dot,
.ul_dot {
	padding: 0 0 20px 25px
}

.site__quick--item:last-child a {
	border: 0
}

a {
	color: #9c8978;
	text-decoration: none
}

a:hover {
	color: #353535;
	text-decoration: none
}

.ul_dot {
	list-style-type: disc
}

.num_list,
.ol_dot {
	list-style-type: decimal
}

.align_left {
	float: left;
	margin: 5px 20px 20px 0
}

.align_right {
	float: right;
	margin: 5px 0 20px 20px
}

.aligncenter {
	display: block;
	margin: 5px auto
}

.inner_item {
	display: flex;
	margin-bottom: 30px
}

.alert-danger,
.alert-success {
	margin-bottom: 10px;
	padding: 10px
}

.inner_item .inner_img {
	min-width: 20%;
	flex: 0 0 20%
}

.inner_item .inner_txt {
	min-width: 70%;
	flex: 0 0 70%;
	margin-left: 30px
}

.alert-success {
	color: #155724;
	border: 3px solid #15941f;
	border-radius: 4px
}

.alert-danger {
	border: 3px solid red;
	border-radius: 4px
}

#site-body-wrap .enquiry-form .alert-danger p {
	margin-bottom: 0;
	color: red
}

#menu-button {
	color: #fff
}

.menu__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.menu__items .menu__item {
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px 10px
}

.menu__items .menu__item a {
	font-weight: 400
}

.menu__items .menu__item .dropdown__menu li {
	letter-spacing: 1px;
	width: 100%;
	white-space: nowrap;
	padding: 0
}

.menu__items .menu__item .dropdown__menu li a {
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 13px!important;
	letter-spacing: 1px;
	text-shadow: none;
	font-weight: 300;
	padding: 15px 17px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: 1
}

.menu__items .menu__item .dropdown__menu li a:hover {
	color: #fff;
	background-color: #989682
}

.dropdown__menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	padding: 5px 0;
	list-style: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border-radius: 4px;
	margin: 8px 0 0;
	border: 0;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s all ease;
	background-color: #353535;
	display: block;
	min-width: 170px;
	visibility: hidden
}

#home-img-blocks .home_main .home-img-block:hover .overlay,
.blog_main .blog_item .blog_inner:hover .overlay,
.dropdown__menu.open {
	opacity: 1;
	visibility: visible
}

.dropdown__menu:after {
	position: absolute;
	top: -10px;
	display: inline-block;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #353535;
	border-left: 12px solid transparent;
	content: '';
	left: 20px
}

.mini__top--nav {
	display: flex;
	flex-wrap: wrap
}

.mini__top--nav .mini__top--item.user {
	position: relative
}

.mini__top--nav .mini__top--item.user .dropdown__menu {
	right: 0;
	left: auto;
	margin-top: 10px;
	border-radius: 0
}

.mini__top--nav .mini__top--item.user .dropdown__menu:after {
	right: 15px;
	left: auto
}

.mini__top--nav .mini__top--item.user .dropdown__menu li {
	padding: 12px 17px
}

.mini__top--nav .mini__top--item.user .dropdown__menu li.divider {
	border-bottom: 1px solid #4d4d4d;
	padding: 0!important
}

.mini__top--nav .mini__top--item.user .dropdown__menu li a {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 0
}

.mini__top--nav .mini__top--item.user .dropdown__menu li:hover {
	background-color: #989682
}

.mini__top--nav #search_box {
	position: relative
}

.mini__top--nav #search_box .dropdown__menu {
	right: 0;
	left: auto;
	margin-top: 10px;
	border-radius: 0
}

.mini__top--nav #search_box .dropdown__menu:after {
	right: 15px;
	left: auto
}

.mini__top--nav #search_box .dropdown__menu #site-search {
	margin: 0;
	width: 275px;
	position: relative
}

.mini__top--nav #search_box .dropdown__menu #site-search .form-group {
	padding: 7px 10px;
	margin: 0
}

.mini__top--nav #search_box .dropdown__menu #site-search .form-group input {
	width: 220px;
	float: left;
	background-color: #fff;
	margin: 0;
	border: 0
}

.mini__top--nav #search_box .dropdown__menu #site-search .form-group .btn {
	background-color: #989682;
	color: #fff;
	padding: 13px 10px 14px;
	margin: 0;
	border: 0
}

.btn--icon,
.mini__top--nav #search_box .dropdown__menu #site-search .form-group .btnhover i {
	color: #000
}

.btn--icon {
	border: 0;
	outline: 0;
	cursor: pointer;
	box-shadow: none;
	background: 0 0;
	padding: 10px 15px;
	display: block;
	font-weight: 300;
	float: left;
	font-size: 16px;
	text-transform: none;
	border-radius: 0;
	text-decoration: none;
	transition: .3s all ease;
	line-height: 1
}

.btn--icon:active,
.btn--icon:focus,
.btn--icon:hover {
	background: #000
}

.btn--icon:active i,
.btn--icon:focus i,
.btn--icon:hover i {
	color: #fff
}

.mini__top--item:not(:last-child) {
	line-height: 37px;
	padding-right: 5px;
	font-size: 14px;
	letter-spacing: normal
}

.mini__top--item a:not(.btn--icon) {
	font-size: 14px;
	color: #9c8978;
	transition: .3s all ease
}

.mini__top--item a:not(.btn--icon):hover {
	color: #353535
}

.site__masthead {
	background: #989682
}

.text--capitalize {
	text-transform: capitalize!important
}

.text--uppercase {
	text-transform: uppercase!important
}

.site__masthead--logo {
	width: 100%;
	max-width: 100%;
	display: inline-block
}

.site__masthead--logo .logo {
	max-width: 250px;
	min-height: 76px;
	margin: 20px auto 10px
}

p {
	margin-bottom: 15px
}

.light-brown-section {
	background-color: #f5f4f2
}

.menu__item a {
	color: #fff;
	display: block;
	padding: 0;
	line-height: 40px;
	position: relative;
	text-decoration: none;
	-webkit-transform-style: preserve-3d;
	cursor: pointer;
	transition: .3s all ease
}

.menu__item a:hover {
	color: #353535;
	text-decoration: none
}

.dropdown__menu.open {
	margin-top: 0
}

.site__footer--inner {
	background: #989682;
	padding: 40px 0 45px;
	position: relative;
	color: #fff
}

.sitemap__section {
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

.sitemap__section .sitemap__section--inner {
	flex: 0 0 calc(100% / 4 - 25px);
	max-width: calc(100% / 4 - 25px);
	margin-left: 25px
}

.sitemap__section .sitemap__section--inner:first-child {
	margin-left: 0
}

.sitemap__section--inner .sitemap__items {
	margin-bottom: 8px
}

.sitemap__section--inner .sitemap--title {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	margin-bottom: 3px
}

.sitemap__section--inner .sitemap__items .sitemap__item {
	line-height: normal;
	font-size: 10px
}

.sitemap__items .sitemap__item a,
.sitemap__items .sitemap__item p {
	line-height: 20px;
	font-size: 10px;
	text-align: left;
	font-weight: 300;
	letter-spacing: 2px;
	transition: .3s all ease;
	text-transform: uppercase
}

.sitemap__items .sitemap__item a {
	color: #fff
}

.sitemap__items .sitemap__item a:hover {
	color: #000
}

.sitemap__items .sitemap__item p {
	color: #fff;
	padding: 8px 0
}

.sitemap__items .sitemap__item .btn {
	font-size: 16px;
	margin: 0 0 10px;
	display: inline-block;
	letter-spacing: normal
}

.btn--tertiary {
	background: #fff!important;
	border: none!important;
	color: #000!important;
	transition: .3s all ease
}

.btn--tertiary:hover {
	background: #000!important;
	color: #fff!important
}

.sitemap__button {
	display: flex;
	justify-content: center;
	align-items: center
}

.trust__partner--section {
	background-color: #f5f4f2;
	text-align: center;
	clear: both
}

.trust__partner--section .trust__partner--inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px
}

.trust__partner a {
	display: inline-block
}

.trust__partner a img {
	max-height: 95px
}

.trust__partner--inner .trust__partner {
	margin: 10px
}

.social__icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 55px 0
}

.footer__quick--links .row,
.social__icon a,
.theme__design--info .row {
	justify-content: center
}

.social__icon a {
	margin: 0 5px;
	padding: 10px;
	font-size: 30px;
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: #353535;
	border-radius: 25px;
	display: flex;
	align-items: center;
	transition: .3s all ease
}

.quick__links .quick__link,
.quick__links .quick__link a,
.quick__links .quick__link p {
	color: #353535;
	margin-bottom: 0;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: left;
	transition: .3s all ease;
	font-weight: 300
}

.social__icon a:hover {
	background: #989682
}

.quick__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px
}

.quick__links .quick__link p {
	text-transform: uppercase
}

.quick__links .quick__link a:hover {
	color: #989682
}

.quick__links .quick__link:not(:last-child) {
	padding-right: 10px
}

.reference__site {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.reference__site .reference__site--link {
	font-size: 10px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: left;
	color: #353535;
	margin-bottom: 15px;
	transition: .3s all ease
}

.reference__site .reference__site--link a,
.reference__site .reference__site--link p {
	font-size: 10px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: left;
	color: #353535;
	margin-bottom: 0;
	transition: .3s all ease
}

.reference__site .reference__site--link a:hover {
	color: #989682
}

.reference__site .reference__site--link:not(:last-child) {
	padding-right: 10px;
	position: relative
}

.reference__site .reference__site--link:not(:last-child):after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	right: 5px;
	top: 0;
	background: 0 0
}

#education,
#home-img-blocks {
	background-color: #353535
}

#home-img-blocks .home_main {
	display: flex;
	flex-wrap: wrap
}

#home-img-blocks .home_main .home-img-block {
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

#home-img-blocks .home_main .home-img-block .home-img-block-info {
	background-color: rgba(0, 0, 0, .41);
	position: absolute;
	width: 100%;
	bottom: -30px;
	left: 0;
	padding: 0 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.blog_main .blog_item .blog_inner .entry-thumbnail .view-post,
.btn {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}

#home-img-blocks .home_main .home-img-block .home-img-block-info h3 {
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	margin: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#home-img-blocks .home_main .home-img-block .home-img-block-info p {
	width: 100%;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase
}

#home-img-blocks .home_main .home-img-block:hover .home-img-block-info {
	bottom: 30px;
	background-color: transparent
}

#home-img-blocks .home_main .home-img-block:hover .home-img-block-info h3 {
	background-color: transparent;
	border-bottom: 2px solid #fff
}

#home-img-blocks .home_main .home-img-block-half {
	min-width: 50%;
	flex: 0 0 50%
}

#home-img-blocks .home_main .home-img-block-quart {
	min-width: 25%;
	flex: 0 0 25%
}

#products .product_main {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

#products .product_main .product_item {
	width: 22%;
	margin: 1.5%;
	cursor: pointer
}

#products .product_main .product_item .product_inner .product_img {
	width: 257px
}

#products .product_main .product_item .product_inner .product_des {
	text-align: center
}

#products .product_main .product_item .product_inner .product_des h3 {
	margin: 10px 0;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 0
}

#products .product_main .product_item .product_inner .product_des .price {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0;
	color: #353535
}

#new-arrivals {
	margin-top: 55px
}

#new-arrivals h2 {
	background-color: #f5f4f2;
	color: #353535;
	margin: 0;
	text-align: center;
	padding: 10px;
	font-size: 29px
}

#about-us {
	background-color: #989682;
	padding: 80px 0
}

#about-us .about_main {
	text-align: center
}

#about-us .about_main h1 {
	color: #fff
}

#about-us .about_main p {
	color: #fff;
	text-align: center;
	width: 80%;
	margin: 0 auto 15px
}

#about-us .about_main .btn {
	border: 1px solid #fff;
	color: #fff
}

#about-us .about_main .btn:hover {
	color: #989682;
	background-color: #fff
}

.blog_main {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

.blog_main .blog_item {
	min-width: 31.5%;
	flex: 0 0 31.5%;
	margin-left: 30px;
	margin-bottom: 30px
}

.blog_main .blog_item .blog_inner .entry-thumbnail {
	position: relative;
	overflow: hidden
}

.blog_main .blog_item .blog_inner .entry-thumbnail .view-post {
	padding: 0 20px;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	transition: all .3s ease
}

.blog_main .blog_item .blog_inner .entry-thumbnail .view-post p {
	border-bottom: 2px solid #fff;
	color: #fff!important;
	margin: 0;
	text-transform: uppercase
}

.blog_main .blog_item .blog_inner .blog_des h4 {
	border: none;
	margin: 0
}

.blog_main .blog_item .blog_inner .blog_des h5 {
	font-size: 14px
}

.blog_main .blog_item .blog_inner .blog_des h5 small {
	color: #353535
}

.blog_main .blog_item .blog_inner:hover .view-post {
	bottom: 30px
}

.blog_main .blog_item:first-child {
	margin-left: 0
}

#education {
	padding: 80px 0
}

#education .education_main {
	text-align: center
}

#education .education_main h2 {
	text-align: center;
	color: #fff;
	font-size: 29px
}

#education .education_main p {
	width: 80%;
	margin: 0 auto 15px;
	color: #fff;
	text-align: center
}

#education .education_main .diamond-education-img {
	text-align: center
}

#education .education_main .btn {
	margin-top: 30px;
	border: 1px solid #fff;
	color: #fff
}

#education .education_main .btn:hover {
	color: #353535;
	background-color: #fff
}

#hero-image {
	position: relative
}

#hero-image img {
	margin: 0 auto;
	display: block;
	width: 100%
}

#hero-image .hero-info {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%
}

#hero-image .hero-info .info_inner {
	width: 100%
}

#hero-image .hero-info .info_inner h2,
#hero-image .hero-info .info_inner p,
#hero-image .hero-info .info_inner span {
	color: #fff;
	font-weight: 700;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, .28);
	-webkit-text-shadow: 1px 1px 6px rgba(0, 0, 0, .28);
	-ms-text-shadow: 1px 1px 6px rgba(0, 0, 0, .28);
	-o-text-shadow: 1px 1px 6px rgba(0, 0, 0, .28)
}

#hero-image .hero-info .info_inner p {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 5px;
	width: 40%
}

#hero-image .hero-info .info_inner span {
	display: block;
	font-size: 16px;
	font-weight: 300
}

#hero-image .hero-info .info_inner .btn {
	margin: 10px 0 30px;
	background-color: #989682;
	color: #fff
}

.ring_item {
	border-top: 1px solid #eee;
	margin: 20px 0 0
}

.ring_item .ring_item_inner {
	display: flex
}

.ring_item .ring_item_inner .ring_text {
	width: 870px
}

.ring_item .ring_item_inner .ring_img {
	width: 270px;
	margin-left: 30px
}

.ring_item .ring_item_inner .ring_img img {
	width: 270px
}

.ring_item .ring_item_inner .btn {
	margin-top: 30px
}

.center_btn {
	width: 100%;
	float: left;
	text-align: center
}

.center_btn .btn {
	margin: 20px auto 0
}

.section_inner h2 {
	font-size: 29px;
	padding-top: 10px
}

.section_inner h4 {
	font-size: 16px;
	padding: 0;
	margin: 0 0 10px
}

.section_inner .align_right {
	width: 160px
}

.section_inner .our-sample-step {
	display: flex;
	flex-wrap: wrap
}

.section_inner .our-sample-step .step_img {
	min-width: 19.3%;
	flex: 0 0 19.3%
}

.section_inner .our-sample-step h2 {
	padding-top: 0;
	margin-top: 0
}

.section_inner .our-sample-step .step_text {
	min-width: 80%;
	flex: 0 0 80%;
	padding-left: 20px
}

.section_inner h6 {
	font-size: 12px
}

#all-style .page-header .main_title h1 {
	margin: 0 0 30px
}

#all-style .product-filters {
	width: 100%;
	margin-bottom: 20px
}

#all-style .product-filters .tab-content {
	display: none
}

#all-style .product-filters .tab-content.active {
	display: inline-block
}

#all-style .product-filters .third-level-cats .sub-sub-cat {
	background-color: #fff;
	padding: 5px 10px;
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 3px;
	color: #989682;
	border: 1px solid #989682;
	border-bottom: none;
	cursor: pointer
}

#all-style .product-filters .third-level-cats .sub-sub-cat.active {
	background-color: #989682;
	color: #fff
}

#all-style .product-filters .product-meta .ring-cat {
	border-top: 1px solid #989682;
	border-left: 1px solid #989682;
	border-right: 1px solid #989682;
	background-color: #fff
}

#all-style .product-filters .product-meta .ring-cat ul {
	margin: 0;
	padding: 5px 0 0 2px;
	text-align: left
}

#all-style .product-filters .product-meta .ring-cat ul li {
	display: inline-block;
	width: auto;
	padding: 10px 10px 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #f7f5f4
}

#all-style .product-filters .product-meta .ring-cat ul li .image {
	width: 100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	opacity: .6
}

#all-style .product-filters .product-meta .ring-cat ul li .checkbox-selection {
	text-align: center
}

#all-style .product-filters .product-meta .ring-cat ul li .checkbox-selection input {
	display: inline-block
}

#all-style .product-filters .product-meta .ring-cat ul li .checkbox-selection span {
	display: inline-block;
	padding-left: 5px
}

#all-style .product-filters .product-meta .ring-cat ul .checked .image {
	opacity: 1
}

#all-style .product-filters .product-meta .filter-btn {
	background-color: #989682;
	width: 100%;
	float: left
}

#all-style .product-filters .product-meta .filter-btn .btn-secondary {
	background-color: #fff
}

#all-style .product-filters .product-meta .filter-btn .btn-secondary:hover {
	color: #4d4d4d
}

#products {
	margin: 30px 0 80px
}

#products .product_ordering {
	display: inline-block;
	width: 100%;
	text-align: right
}

.h1,
.h3,
.sm--heading,
li,
p {
	text-align: left
}

#products .product_ordering h3 {
	display: inline-block;
	font-size: 14px
}

#products .product_ordering .btn {
	display: inline-block;
	padding: 5px 10px;
	margin-left: 16px;
	font-size: 14px
}

.h1,
h1 {
	font-size: 29px
}

#products .product_ordering .active {
	background-color: #989682;
	color: #fff
}

.eduction__sidebar h3,
.h1 {
	text-transform: uppercase;
	color: #979581;
	line-height: 1.3
}

.footer__quick--links {
	width: 100%;
	display: inline-block;
	padding-bottom: 50px
}

.main__content--inner {
	padding-top: 80px;
	padding-bottom: 80px
}

.h1 {
	font-weight: 300;
	padding: 0;
	display: inline-block;
	position: relative;
	width: 100%;
	letter-spacing: 1px;
	margin: 10px 0
}

.lg--heading {
	margin-top: 0;
	margin-bottom: 20px
}

.eduction__sidebar h3 {
	border-bottom: 1px solid #9c8978;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 10px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
	text-rendering: optimizelegibility;
	font-family: Lato, sans-serif;
	line-height: 1.3;
	color: #979581;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px
}

h1 {
	margin: 0 0 20px
}

h3 {
	font-size: 18px
}

h3 p {
	text-transform: uppercase;
	color: #979581;
	line-height: 1.3;
	margin-bottom: 10px
}

#menu-education-sub-nav {
	padding: 0 20px 0 0;
	margin: 0;
	list-style: none
}

#menu-education-sub-nav li {
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #f3f0ee
}

#menu-education-sub-nav li a {
	font-size: 13px
}

.h3,
.sm--heading,
li,
p {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 2px
}

.eduction__main {
	padding-left: 30px
}

.table th,
strong {
	font-weight: 400
}

.seprater {
	clear: both;
	border-top: medium none;
	border-bottom: 1px solid #eee;
	margin: 20px 0
}

.education__section {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px
}

.education__section img {
	height: auto
}

.education__section .education__action {
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px
}

.h3,
.sm--heading {
	font-weight: 400
}

.text--dark {
	color: #55555a!important
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
	background-color: #989682;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none
}

li,
p {
	font-weight: 300;
	color: #55555a
}

#site-body-wrap .top-pad {
	padding-top: 80px
}

#site-body-wrap .bot-pad {
	padding-bottom: 80px
}

#site-body-wrap .light-brown-section {
	color: #989682;
	background-color: #f5f4f2
}

#site-body-wrap .page-header .box-tip {
	text-align: center;
	padding: 0;
	color: #979581;
	font-weight: 300;
	font-size: 30px;
	margin: 0 0 20px
}

#site-body-wrap .limited-width p {
	width: 80%;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 2px;
	color: #989682;
	margin: 0 auto 10px
}

#site-body-wrap .span6,
.modal {
	width: 550px
}

#site-body-wrap .top-med-pad {
	padding-top: 55px
}

#site-body-wrap .bot-med-pad {
	padding-bottom: 55px
}

#site-body-wrap .span6:last-child {
	margin-left: 25px
}

#site-body-wrap .span6 span {
	display: block
}

.btn,
.h4,
h4 {
	background-color: transparent;
	display: inline-block
}

.footer.site__footer .h4,
.footer.site__footer h4 {
	border-bottom: none
}

.h4,
h4 {
	padding: 15px 0;
	margin: 0 0 25px;
	color: #979581;
	font-weight: 300;
	text-align: left;
	position: relative;
	width: 100%
}

.text--regular {
	font-weight: 400
}

.text--center {
	text-align: center!important
}

.btn {
	color: #989682;
	background-image: none;
	border: 1px solid #989682;
	padding: 8px 15px;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
    white-space: nowrap;
	text-shadow: none;
	transition: all .3s ease;
	box-shadow: none
}

.btn:hover,
.overlay {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}

.btn:hover {
	background-color: #989682;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all .3s ease
}

.mb3 {
	margin-bottom: 30px
}

.form--control {
	background-color: #fff;
	font-family: inherit;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	display: block;
	font-size: 14px;
	margin: 0 0 1em;
	padding: .5em;
	height: 3.3125em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear
}

.form--control:focus {
	border-color: #989682;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.blog__sidebar--inner ul li {
	border-bottom: 1px solid #f3f0ee;
	text-align: left;
	font-size: 14px;
	padding: 8px 0!important;
	line-height: 1.33;
	letter-spacing: 2px;
	font-weight: 300
}

.blog__head {
	margin-bottom: 15px
}

.blog__head h1 {
	margin: 0 0 20px;
	font-size: 29px;
	-webkit-transition: .5 all;
	-moz-transition: .5 all;
	-o-transition: .5 all;
	transition: .5 all;
	display: block;
	line-height: 1.3;
	padding: 0;
	font-weight: 300;
	color: #979581;
	text-transform: uppercase
}

a {
	font-weight: 300
}

.blog__card {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #989682
}

.blog__sidebar--wrapper {
	padding-right: 30px;
	width: 270px
}

.blog__main--wrapper {
	width: 870px
}

.blog__action .read-more {
	font-weight: 800;
	text-decoration: underline
}

.blog__head p {
	color: #979581;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: normal
}

hr {
	clear: both;
	border-top: medium none;
	border-bottom: 1px solid #eee;
	margin: 20px 0
}

.blog__content .social_share {
	padding-bottom: 80px;
	margin-bottom: 30px
}

.blog__content .social_share ul {
	list-style-type: disc;
	padding: 0;
	margin: 0 0 20px 25px
}

.blog__content .social_share .social_list small {
	font-size: 12px;
	color: #272727;
	font-weight: 300
}

.blog__content .social_share .social_list ul {
	margin: 0;
	list-style: none
}

.blog__content .social_share .social_list ul li {
	display: inline-block;
	width: 35px;
	margin-right: 10px;
	margin-top: 10px
}

.blog__content .s_img {
	margin-bottom: 45px
}

.blog__content .s_img.img_left {
	width: 100%;
	float: left
}

.blog__content .s_img.img_left img {
	float: left;
	margin-right: 20px
}

.blog__content .s_img.img_list {
	width: 100%;
	display: flex
}

.blog__content .s_img.img_list a {
	width: 30%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 15px 20px
}

.blog__content .s_img.img_center {
	margin: 0 auto;
	text-align: center
}

.blog__content .s_img.img_center img {
	width: 249px
}

.blog__content .s_img.img_list.img_shadow a {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	text-align: center;
	display: block;
	padding: 4px;
	line-height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.blog__content .s_img.img_list.img_shadow a p {
	padding: 9px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	letter-spacing: .8px;
	color: #555
}

#site-body-wrap .social_share {
	padding-bottom: 80px;
	margin-bottom: 30px
}

#site-body-wrap .social_share .social_title {
	text-align: left;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #353535;
	text-transform: uppercase
}

#site-body-wrap .social_share .social_list li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px
}

#site-body-wrap .social_share .social_list li img {
	width: 35px
}

.comments,
.comments .comment {
	width: 100%;
	float: left
}

#site-body-wrap .social_share .social_list small {
	font-size: 12px;
	color: #272727;
	font-weight: 300
}

.comments {
	background-color: #f4f4f2;
	margin-bottom: 30px;
	padding: 5px 20px 15px
}

.comments .comment .user_img {
	width: 45px;
	height: 45px;
	line-height: 55px;
	text-align: center;
	border: 1px solid #979581;
	float: left
}

.comments .comment .user_img i {
	font-size: 30px;
	color: #979581
}

.comments .comment .comment-body {
	padding-left: 0;
	width: 92%;
	float: right
}

.comments .comment .comment-body h3 {
	margin: 0 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #979581
}

.comments .comment .comment-body .date {
	font-size: 12px;
	color: #979581
}

.comments .comment .comment-body .date i {
	padding-right: 5px
}

.comments .comment .comment-body p {
	margin: 10px 0;
	font-size: 15px;
	letter-spacing: .6px
}

.comments .comment .comment-body .form-group {
	display: none;
	margin-bottom: 0
}

.comments .comment .comment-body .form-group .form-control {
	margin-bottom: 10px
}

.comments .comment .comment-body .c_reply {
	cursor: pointer;
	background-color: transparent;
	border: none;
	color: #979581
}

.comments .comment_reply {
	width: 100%;
	float: left;
	padding-left: 70px;
	padding-top: 20px
}

.contact_main .contact_inner {
	padding: 30px;
	clear: both;
	margin-bottom: 20px;
	background-color: #f4f4f2;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.contact_main .contact_inner .form-group {
	margin-bottom: 15px
}

.contact_main .contact_inner .form-group label {
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 13px
}

.contact_main .contact_inner .form-group .form-control {
	background-color: #fff;
	font-family: inherit;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	display: block;
	font-size: 14px;
	padding: 0 15px;
	height: 40px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear
}

.contact_main .contact_inner .form-group .form-control.area {
	height: 170px;
	padding: 10px 15px
}

.contact_main .contact_inner .form-group .btn-submit {
	color: #fff;
	text-shadow: none;
	background-color: #989682;
	background-image: none;
	border-color: #989682
}

.contact_main .contact_inner .form-group .btn-submit:hover {
	color: #fff;
	background-color: #353535;
	border-color: #353535
}

.feefo-caro {
	background: #f5f4f2;
	padding-top: 20px;
	padding-bottom: 20px
}

.feefo-caro #feefo-service-review-carousel-widgetId {
	text-align: center
}

.breadcrumbs_inner {
	width: 100%;
	float: right
}

.breadcrumbs_inner .breadcrumbs_list {
	margin-top: 8px;
	margin-bottom: 30px;
	text-align: right
}

.breadcrumbs_inner .breadcrumbs_item,
.breadcrumbs_inner .breadcrumbs_item a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 5px;
	color: #979581;
	letter-spacing: normal
}

.breadcrumbs_inner .breadcrumbs_item.arrow {
	color: #353535
}

#gallery {
	padding: 50px 0 60px
}

#gallery .main_title h1 {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	margin: 0 0 15px;
	color: #979581;
	font-weight: 300;
	font-size: 29px
}

#gallery .row-fluid {
	margin: 0 -15px
}

#gallery .gallery_main .gallery_inner {
	width: 100%;
	float: left;
	margin: 20px 0
}

#gallery .gallery_main .gallery_inner .g_sub_title h3 {
	text-align: center;
	line-height: 50px;
	color: #979581;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative
}

#gallery .gallery_main .gallery_inner .g_sub_title h3:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 0;
	width: 100px;
	height: 1px;
	border-bottom: 1px solid #eee;
	bottom: 0;
	transform: translate(-50%, 0)
}

#gallery .gallery_main .gallery_inner .gallery_item {
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}

#gallery .gallery_main .gallery_inner .item__inner__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#gallery .gallery_main .gallery_inner .item__inner__main a {
	width: 25%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%
}

#gallery .gallery_main .gallery_inner .gallery_item .item_inner {
	margin: 0 4px 4px 0;
	position: relative;
	overflow: hidden
}

#gallery .gallery_main .gallery_inner .gallery_item .item_inner .gallery_img {
	height: 287px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center
}

#gallery .gallery_main .gallery_inner .gallery_item .gallery_img img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	min-width: 100%;
	min-height: 100%
}

#gallery .gallery_main .gallery_inner .gallery_item .gallery_img img.landscapeImg {
	width: auto;
	height: 100%;
	max-width: none
}

#gallery .gallery_main .gallery_inner .gallery_item .item_inner .gallery_des {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .2);
	text-align: left;
	padding: 0 15px;
	color: #fff;
	transition: .2s all ease;
	pointer-events: none;
	z-index: 999
}

#gallery.single .grid-item img {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

#gallery.single .grid-item:hover img {
	-ms-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

#gallery .gallery_main .gallery_inner .gallery_item .item_inner .gallery_des h6 {
	color: #fff;
	font-size: 16px;
	padding: 2px;
	margin: 0;
	max-height: 100%;
	text-align: center;
	font-weight: 400;
	text-transform: capitalize
}

#gallery .gallery_main .gallery_inner .gallery_item:hover .gallery_img img {
	transform: scale(1.08);
	-ms-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}

#gallery.single .main_title h1 {
	border: none;
	padding: 15px 0
}

#gallery.single .gallery_main .gallery_inner {
	margin: 20px 0;
	-webkit-column-count: 3;
	column-count: 3;
	column-gap: 5px;
	overflow: hidden
}

#gallery.single .gallery_main .gallery_inner .gallery_item {
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0;
	overflow: hidden;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}

#gallery.single .gallery_main .gallery_inner .gallery_item .gallery_img {
	height: auto;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}

#gallery.single .gallery_main .gallery_inner .gallery_item .gallery_img img {
	width: 100%;
	height: auto;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}

.page-header .main_title {
	width: 100%
}

.page-header .main_title h1 {
	border-bottom: 1px dashed #eee;
	padding-bottom: 15px;
	margin-bottom: 30px
}

.diamond-dialog {
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
	border: 1px solid #e5e5e5
}

.diamond-dialog .diamond_inner .check_title span {
	font-size: 11px;
	font-weight: 300;
	color: #555
}

.diamond-dialog .diamond_inner .certificateTypes {
	padding: 3px 0 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.diamond-dialog .diamond_inner .certificateTypes label {
	padding: 0 9px;
	color: #4d4d4d;
	font-weight: 400;
	font-size: 13px;
	display: inline-block
}

.diamond-dialog .diamond_inner .selection-item:first-child {
	display: block
}
.diamond-dialog .diamond_inner .selection-item:first-child {
    border: none;
}

.diamond-dialog .diamond_inner .selection-item {
	display: flex;
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5
}

.diamond-dialog .diamond_inner .selection-item:nth-child(even) .item {
	min-width: 50%;
	flex: 0 0 50%;
	padding: 20px
}

.diamond-dialog .diamond_inner .selection-item {
	padding: 3px 27px 13px;
	display: flex
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect {
	display: grid;
	grid-template-columns: repeat(10, 0fr);
	justify-content: center;
	align-items: center;
	margin-top: 7px;
	position: relative
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .diamondimg .hoverdiamond {
	position: absolute;
	top: auto;
	bottom: 40px;
	left: -40px;
	width: 100px;
	text-align: center;
	opacity: 0;
	z-index: 9;
	visibility: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .diamondimg:hover .hoverdiamond {
	opacity: 1;
	visibility: visible
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .diamondimg:hover h5 {
	background-color: #000;
	color: #fff;
	border-radius: 4px 4px 0 0;
	text-transform: capitalize;
	font-size: 14px;
	padding: 10px 0;
	margin: 0
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .diamondimg:hover img {
	width: 100px;
	border: 1px solid #000;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
	-o-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3)
}

.diamond-dialog .diamond_inner .selection-item .toolTipHelp {
	position: relative;
	display: inline-block;
	padding-left: 3px
}

.diamond-dialog .diamond_inner .selection-item .toolTipHelp:hover .tooltiptext {
	visibility: visible
}

.diamond-dialog .diamond_inner .selection-item .toolTipHelp .tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: #f7f5f4;
	color: #555;
	text-align: left;
	font-weight: 100;
	border-radius: 6px;
	padding: 15px;
	letter-spacing: .6px;
	line-height: 22px;
	font-size: 14px;
	font-family: Lato, sans-serif;
	position: absolute;
	z-index: 999;
	top: 20px;
	left: -147px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	white-space: normal
}

.diamond-dialog .diamond_inner .selection-item .toolTipHelp .tooltiptext a {
	display: block;
	margin-top: 5px
}

.diamond-dialog .diamond_inner .selection-item .toolTipHelp .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 11px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, .9)
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .diamondimg {
	width: 33px;
	height: 33px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .4;
	position: relative
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect label span,
.modal {
	display: none
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .diamondimg.active,
.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .diamondimg:hover {
	opacity: 1;
	border-color: grey
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .round {
	background-image: url(../img/diamond-wire-images/round.png)
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .princess {
	background-image: url(../img/diamond-wire-images/princess.png)
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .emerald {
	background-image: url(../img/diamond-wire-images/emerald.png)
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .heart {
	background-image: url(../img/diamond-wire-images/heart.png)
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .marquise {
	background-image: url(../img/diamond-wire-images/marquise.png)
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .oval {
	background-image: url(../img/diamond-wire-images/oval.png)
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .pear {
	background-image: url(../img/diamond-wire-images/pear.png)
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .radiant {
	background-image: url(../img/diamond-wire-images/radiant.png)
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .asscher {
	background-image: url(../img/diamond-wire-images/asscher.png)
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .cushion {
	background-image: url(../img/diamond-wire-images/cushion.png)
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect label {
	float: left;
	border: 1px solid #ccc;
	margin-left: 4px;
	border-radius: 4px 0 0 4px
}

.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect input {
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.diamond-dialog .diamond_inner .selection-item .ui-slider-range {
	background-color: #989682
}

.diamond-dialog .diamond_inner .selection-item .title {
	margin-bottom: 7px;
	color: #9c8978;
	font-size: 11px;
	letter-spacing: .4px;
	line-height: 22px
}

.diamond-dialog .diamond_inner .selection-item .title input,
.diamond-dialog .diamond_inner .selection-item .title label {
	border: none;
	margin-bottom: 7px;
	background-color: transparent;
	color: #555;
	font-size: 11px
}

.diamond-dialog .diamond_inner .selection-item .item {
	min-width: 50%;
	flex: 0 0 50%;
	padding: 20px;
	font-size: 12px
}

.diamond-dialog .diamond_inner .selection-item .ui-state-active {
	background: #f6f6f6;
	border: 1px solid #c5c5c5
}

.diamond-dialog .diamond-table {
	border-top: 1px solid #e5e5e5;
	max-height: 280px;
	overflow-y: scroll;
	position: relative;
	min-height: 10px
}
.product-filters .diamond-dialog .diamond-table {
    border-top: none;
}
.product-filters .diamond-dialog .diamond-table table tr {
    border-left: none;
}
.diamond-dialog .diamond-table .diamond-table-inner table {
	border-collapse: collapse;
	width: 100%
}

.diamond-dialog .diamond-table .diamond-table-inner table tr {
	height: 26px;
	font-size: 14px
}
.diamond-dialog .diamond-table .diamond-table-inner table tbody tr:first-child,
.diamond-dialog .diamond-table .diamond-table-inner table thead tr {
    border-top: none;
}
.diamond-dialog .diamond-table .diamond-table-inner table tr:nth-child(odd) {
	background-color: #f9f9f9
}

.diamond-dialog .diamond-table .diamond-table-inner table tr:hover {
	background-color: #979581
}

.diamond-dialog .diamond-table .diamond-table-inner table tr:hover td,
.diamond-dialog .diamond-table .diamond-table-inner table tr:hover th {
	color: #fff
}

.diamond-dialog .diamond-table .diamond-table-inner table tr th {
	font-weight: 300;
	padding: 3px 18px 3px 10px;
	cursor: pointer;
	color: #353535;
	position: relative
}

.diamond-dialog .diamond-table .diamond-table-inner table tr th:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #979581;
	border-top: 1px solid #e5e5e5;
}

.diamond-dialog .diamond-table .diamond-table-inner table tr td {
	font-size: 11px;
	color: #555;
	font-weight: 400
}

.diamond-dialog .diamond-table .diamond-table-inner table tr td .diamondDetail {
	text-decoration: underline;
	cursor: pointer;
	border: none;
	background-color: transparent
}

.modal {
	position: fixed;
	top: 3%;
	left: 50%;
	z-index: 1050;
	background-color: #fff;
	border: 1px solid #999;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	border: 1px solid rgba(0, 0, 0, .3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0
}

.left_line .policy_table table tr:nth-child(even),
.modal .modal-body table tr:nth-child(even) {
	background-color: #f9f9f9
}

.modal .modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee
}

.modal .modal-body {
	position: relative;
	overflow-y: auto;
	max-height: 400px;
	padding: 15px
}

.modal .modal-body table {
	text-align: left;
	width: 100%;
	border-collapse: collapse
}

.modal .modal-body table tr {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5
}

.modal .modal-body table tr td {
	padding: 5px 7px;
	font-weight: 300;
	font-size: 14px
}

.modal .modal-footer {
	padding: 15px;
	display: flex;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	zoom: 1
}

.modal .modal-footer .f_price {
	min-width: 25%;
	flex: 0 0 25%;
	text-align: left
}

.modal .modal-footer .f_price .price {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 0
}

.modal .modal-footer .f_price .exvat {
	font-size: 14px!important
}

.modal .modal-footer .f_btn {
	min-width: 75%;
	flex: 0 0 75%
}

.modal .modal-footer .f_btn .btn {
	font-size: 11px
}

.modal .modal-footer .f_btn .btn.add-to-basket {
	margin: 0 3px
}

.modal .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .4s;
	animation-name: animatetop;
	animation-duration: .4s
}

.modal .modal-content .close {
	color: rgba(0, 0, 0, .2);
	float: right;
	font-size: 28px;
	font-weight: 700
}

.modal .modal-content .close :focus,
.modal .modal-content .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer
}

.account .account_inner .account_item .form-control,
.form-group .form-control {
	font-family: inherit;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear
}

.account {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 60px
}

.account .account_inner {
	display: flex;
	width: 100%
}

.account .account_inner .account_item {
	min-width: 48%;
	flex: 0 0 48%
}

.account .account_inner .account_item h4 {
	border: none;
	font-size: 16px;
	margin: 10px 0;
	padding: 0
}

.account .account_inner .account_item h5 {
	font-size: 14px
}

.account .account_inner .account_item p {
	font-size: 16px
}

#site-body-wrap .enquiry-form label,
#site-body-wrap .enquiry-form p,
.account .account_inner .account_item p.lost_password {
	font-size: 18px
}

.account .account_inner .account_item .form-group {
	margin-bottom: 6px
}

.account .account_inner .account_item .form-control {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	display: block;
	font-size: 14px;
	padding: 0 5px;
	height: 46px;
	width: 100%;
	box-sizing: border-box;
	transition: all .15s linear
}

.account .account_inner .account_item .form-control .required {
	color: red;
	font-weight: 700;
	border: 0
}

.account .account_inner .account_item label {
	color: #4d4d4d;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 13px;
	letter-spacing: 2px
}

.account .account_inner .account_item form.register {
	margin-bottom: 35px;
	padding-bottom: 30px
}

.account .account_inner .account_item form.login {
	border: 3px solid #6e5e50;
	padding: 20px;
	margin: 30px 0;
	text-align: left
}

.account .account_inner .account_item:last-child {
	margin-left: 40px
}

.account .account_inner .account_item:first-child .account_box {
	background-color: #f4f4f2;
	padding: 20px 30px 0
}

.login {
	text-align: left;
	background-color: snow
}

.login .login_inner {
	width: 600px;
	margin: 75px auto 10px;
	font-family: Helvetica;
	font-size: 14px;
	color: #353535;
	background-color: #fff
}

.login .login_inner .subscribeForm {
	padding: 20px;
	line-height: 150%;
	font-family: Helvetica;
	font-size: 14px;
	color: #353535
}

.login .login_inner .subscribeForm p {
	margin-top: 6px;
	margin-bottom: 0;
	padding-bottom: 11px;
	color: #4a4a4a;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: normal
}

.login .login_inner .subscribeForm .form-group {
	margin-bottom: 18px
}

.login .login_inner .subscribeForm .form-group label {
	display: block;
	width: auto;
	margin-top: 8px;
	font-weight: 700;
	line-height: 150%;
	font-family: Helvetica;
	font-size: 16px;
	color: #5d5d5d
}

.login .login_inner .subscribeForm .form-group .form-control {
	font-size: 14px;
	display: block;
	margin: 0;
	padding: 10px;
	background: #fff;
	width: 100%;
	border: 2px solid #d0d0d0!important;
	border-radius: 3px;
	-webkit-appearance: none
}

.login .login_inner .subscribeForm .form-group .checkbox input,
.login .login_inner .subscribeForm .form-group .radio input {
	position: absolute;
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	outline: 0;
	opacity: 0
}

.login .login_inner .subscribeForm .form-group .checkbox input+span,
.login .login_inner .subscribeForm .form-group .radio input+span {
	display: block;
	border-radius: 3px;
	padding: 6px 6px 6px 38px;
	position: relative;
	font-weight: 400
}

.login .login_inner .subscribeForm .form-group .checkbox input+span:before,
.login .login_inner .subscribeForm .form-group .radio input+span:before {
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 24px;
	height: 24px;
	background: url(../img/signup-sprite.png) no-repeat;
	content: " ";
	vertical-align: top
}

.login .login_inner .subscribeForm .form-group .radio input:checked+span:before {
	background-position: 0 -60px
}

.login .login_inner .subscribeForm .form-group .checkbox input+span:before {
	background-position: 0 -120px
}

.login .login_inner .subscribeForm .form-group .checkbox input:checked+span:before {
	background-position: 0 -180px
}

.login .login_inner .subscribeForm .form-group .btn.btn-sub {
	background-color: #5d5d5d;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 42px;
	text-transform: capitalize;
	font-family: Helvetica, Arial, sans-serif;
	width: auto;
	white-space: nowrap;
	height: 42px;
	margin: 12px 5px 12px 0;
	padding: 0 22px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: 0;
	border-radius: 3px;
	vertical-align: top
}

.login .login_inner .subscribeForm .form-group .btn.btn-sub:hover {
	background-color: #444;
	color: #fff
}

.login .login_inner .subscribeForm .subscribefooter {
	margin: 0 -20px;
	padding: 20px;
	background: rgba(255, 255, 255, .9);
	overflow: auto;
	color: #6d6d6d
}

.login .login_inner .subscribeForm .subscribefooter img {
	width: 65px;
	float: left;
	margin-right: 15px
}

.login .login_inner .subscribeForm .subscribefooter p {
	font-size: 10px;
	line-height: 1.5;
	margin-bottom: 0
}

.login .poweredWrapper {
	padding: 20px 0;
	width: 560px;
	margin: 0 auto;
	text-align: center
}

.login .poweredWrapper .poweredBy {
	display: block
}

.login .poweredWrapper .poweredBy img {
	width: 139px;
	height: 54px
}

#site-body-wrap .enquiry-form {
	background-color: #fff
}

#site-body-wrap .enquiry-form .page-header h1 {
	padding: 0;
	margin: 0 0 20px;
	text-align: left
}

#site-body-wrap .enquiry-form label,
#site-body-wrap .enquiry-form p,
p {
	font-weight: 300;
	color: #55555a;
	margin: 0 0 15px;
	text-align: left;
	width: 100%;
	line-height: 1.5;
	letter-spacing: 2px
}

.large-font {
	font-size: 22px
}

p {
	font-size: 18px
}

label {
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: 400;
	margin-bottom: .1875em;
	font-size: 13px
}

.form-group {
	margin: 0 0 15px
}

.form-group .form-control {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	display: block;
	font-size: 14px;
	margin: 0 0 1em;
	padding: .5em;
	height: 3.3125em;
	width: 100%;
	box-sizing: border-box;
	transition: all .15s linear
}

.form-group textarea {
	min-height: 150px
}

.form-group label {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: left;
	color: #55555a
}

.overlay {
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.latest-blog {
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 20px;
	width: 100%;
	float: left
}

.latest-blog .blog_item {
	width: 31.5%;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px
}

.latest-blog .blog_item .blog_inner:first-child .entry-thumbnail,
.latest-blog .blog_item:first-child {
	margin-left: 0
}

.latest-blog .blog_item .blog_inner .entry-thumbnail {
	position: relative;
	overflow: hidden
}

.latest-blog .blog_item .blog_inner .entry-thumbnail .view-post {
	padding: 0 20px;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.latest-blog .blog_item .blog_inner .entry-thumbnail .view-post p {
	border-bottom: 2px solid #fff;
	color: #fff!important;
	margin: 0;
	text-transform: uppercase
}

.latest-blog .blog_item .blog_inner .entry-thumbnail .blog_img {
	display: flex;
	justify-content: center;
	align-items: center
}

.latest-blog .blog_item .blog_inner:hover .view-post {
	bottom: 30px
}

.latest-blog .blog_item .blog_inner:hover .overlay {
	opacity: 1;
	visibility: visible
}

.latest-blog .blog_item .blog_inner .blog_des h5 {
	font-size: 14px
}

.latest-blog .blog_item .blog_inner .blog_des h5 small {
	color: #353535
}

.left_line h2 {
	font-size: 29px
}

.left_line h4 {
	font-size: 16px;
	border-bottom: none;
	margin: 10px 0;
	padding: 0
}

.left_line .inline_img {
	margin: 5px 20px 20px 0
}

.left_line .inline_img img {
	width: 112px
}

.left_line .policy_table {
	overflow-x: auto
}

.left_line .policy_table table {
	letter-spacing: 1px;
	border-collapse: collapse;
	color: #555;
	width: 100%
}

.left_line .policy_table table tr {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5
}

.left_line .policy_table table tr td {
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1.4px
}

#site-body-wrap #single-product .single_inner .product_img h2,
.appointment_add h2 {
	font-size: 29px
}

b {
	font-weight: 400
}

.privacy_logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.privacy_logos a {
	border: 1px solid #ccc;
	height: 150px;
	width: 15.6%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding: 10px;
	margin-right: 1%;
	position: relative
}

.gift .thumbnail {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 15px 15px 10px;
	text-align: center;
	margin: 5px 20px 20px 0;
	line-height: 20px;
	width: 300px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.gift .thumbnail .caption {
	padding: 9px;
	font-weight: 300;
	color: #555
}

.appointment_add {
	width: 100%;
	float: left
}

.appointment_add .app_img {
	width: 30%;
	float: left;
	margin: 5px 20px 20px 0
}

.appointment_add .app_add {
	width: 68%;
	float: right
}

#single-product {
	padding-top: 50px
}

#site-body-wrap #single-product .single_inner {
	width: 100%;
	float: left
}

#site-body-wrap #single-product .single_inner .product_img {
	width: 48%;
	float: left
}

#site-body-wrap #single-product .single_inner .product_img .full_img {
	width: 100%;
	float: left
}

#site-body-wrap #single-product .single_inner .product_img .full_img .l_image {
	width: 80%;
	float: left
}

#site-body-wrap #single-product .single_inner .product_img .full_img .thumbnails {
	width: 15%;
	float: left;
	margin-left: 25px
}

#site-body-wrap #single-product .single_inner .product_img .full_img .thumbnails a {
	display: block;
	margin-bottom: 15px
}

#site-body-wrap #single-product .single_inner .product_img .social_share {
	padding-bottom: 0
}

#site-body-wrap #single-product .single_inner .product_img .product_des h4 {
	padding: 0;
	margin: 10px 0
}

#site-body-wrap #single-product .single_inner .product_img .product_des p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: normal
}

#site-body-wrap #single-product .single_inner .product_img .details_tab {
	margin-top: 50px
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .nav-tabs {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .nav-tabs li {
	display: inline-block;
	margin: 6px 3px 6px 0;
	font-size: 12px;
	text-transform: uppercase;
	padding: 6px;
	border: 1px solid transparent;
	cursor: pointer
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .nav-tabs li:hover {
	color: #fff;
	background-color: #353535;
	border-color: #353535
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .nav-tabs .active {
	color: #fff;
	background-color: #353535;
	border: 1px solid #353535
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content .tab-pane {
	display: none
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content .tab-pane table {
	width: 100%;
	text-align: left;
	border-collapse: collapse
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content .tab-pane table tr {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5
}
#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content .tab-pane table tr:last-child{
	border-bottom: 1px solid #e5e5e5;
}
#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content .tab-pane table#table-ring-meta tr:last-child {
    border-bottom: none;
}
#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content .tab-pane table tr th {
	font-weight: 700;
	color: #555;
	padding: 10px;
	font-size: 14px
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content .tab-pane table tr td {
	padding: 10px;
	font-weight: 300;
	color: #555;
	font-size: 14px;
	background-color: #f4f4f2
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content .tab-pane table tr td:first-child {
	width: 40%;
	font-size: 12px
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content .tab-pane.active {
	display: block
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content #certificate-details table tr td:first-child {
	width: auto
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content #shipment-details h5 {
	font-size: 14px
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content #shipment-details p {
	font-size: 12.6px
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content #moreinfo-details .contact_main .contact_inner {
	background-color: transparent;
	padding: 0
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content #moreinfo-details .contact_main .contact_inner label {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: left;
	color: #55555a
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content #moreinfo-details .contact_main .contact_inner .btn {
	background-color: transparent;
	color: #989682;
	border-color: #989682
}

#site-body-wrap #single-product .single_inner .product_img .details_tab .tab-content #moreinfo-details .contact_main .contact_inner .btn:hover {
	background-color: #989682;
	color: #fff
}

#site-body-wrap #single-product .single_inner .product_img .details_tab #otherDiamondsAvailable {
	position: relative;
	margin-top: 20px
}

#site-body-wrap #single-product .single_inner .product_img .details_tab #otherDiamondsAvailable .simply-scroll-btn {
	width: 35px;
	height: 100px
}

#site-body-wrap #single-product .single_inner .product_img .details_tab #otherDiamondsAvailable .simply-scroll-btn-left {
	left: 0;
	top: 0;
	background-image: url(../img/moreDiamondsViewNavLeft.png)
}

#site-body-wrap #single-product .single_inner .product_img .details_tab #otherDiamondsAvailable .simply-scroll-btn-right {
	right: 0;
	top: 0;
	background-image: url(../img/moreDiamondsViewNavRight.png)
}

#site-body-wrap #single-product .single_inner .product_img .details_tab #otherDiamondsAvailable .simply-scroll-clip {
	height: 100px;
	width: 100%;
	padding: 0 30px;
	margin-right: 30px
}

#site-body-wrap #single-product .single_inner .product_img .details_tab #otherDiamondsAvailable #scroller {
	height: 100px;
	width: 100%;
	margin-bottom: 0
}

#site-body-wrap #single-product .single_inner .product_img .details_tab #otherDiamondsAvailable #scroller li {
	float: left;
	width: 100px;
	height: 102px
}

#site-body-wrap #single-product .single_inner .product_img .details_tab #otherDiamondsAvailable #scroller li .diamondimg {
	width: 100px;
	height: 100px;
	display: block;
	background-size: contain;
	border: 1px solid grey;
	background-color: #ccc
}

#site-body-wrap #single-product .single_inner .product_img .details_tab #otherDiamondsAvailable .diamond_msg {
	width: 100%;
	background-color: #979581;
	padding: 5px 10px 10px
}

#site-body-wrap #single-product .single_inner .product_img .details_tab #otherDiamondsAvailable .diamond_msg b {
	color: #fff
}

#site-body-wrap #single-product .single_inner .product_img .details_tab #otherDiamondsAvailable .diamond_msg p {
	font-size: 12px;
	color: #ddd;
	line-height: 1.2em;
	padding-top: 1px;
	margin-bottom: 0
}

#site-body-wrap #single-product .single_inner .product_description {
	width: 48%;
	float: right;
	margin-left: 30px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section h4 {
	font-size: 14px;
	padding: 0;
	margin: 10px 0
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .variations-table .variationsRow {
	background-color: #f4f4f2;
	width: 100%;
	float: left;
    border: 1px solid #e5e5e5;
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .variations-table .variationsRow .ringOptions {
	width: 50%;
	float: left;
	padding: 15px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .variations-table .variationsRow .ring-size-pdf {
	width: 100%;
	float: left;
	text-align: right
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .variations-table .variations {
	width: 100%;
	float: left;
	background: #f4f4f2;
	padding: 15px;
	border-top: 1px solid #ddd
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .variations-table .variations .ring_width .select-option {
	width: 55px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .variations-table .variations .select-option {
	border: 2px solid #f4f4f2;
	float: left;
	margin: 0 5px 5px 0;
	padding: 5px;
	width: 90px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .variations-table .variations .select-option.selected {
	border: 2px solid #979581;
	padding: 5px;
	background-color: #fff
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .variations-table .variations .select-option:hover {
	border-color: #979581;
	background-color: #fff
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .variations-table .variations .select-option img {
	max-width: 100%
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog {
	border: none
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond-table,
#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner {
	border: 1px solid #e5e5e5;
}
#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond-table {
	border: 1px solid #e5e5e5;
	border-left: none;
    border-top: none;
}
#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner{
    background-color: #f4f4f2;
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .selection-item {
	padding: 3px 27px 13px;
	flex-wrap: wrap;
	background-color: #f4f4f2
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .selection-item .title {
	width: 100%
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .selection-item .certificateTypes {
	width: 100%;
	padding-bottom: 0
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .selection-item .item {
	min-width: 100%;
	flex: 0 0 100%;
	padding: 0
}
#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .selection-item .item .price,
#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .selection-item .item .colour,
#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .selection-item .item .polish,
#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .selection-item .item .cut {
	border: none;
}
#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .selection-item .item .carat_div {
	position: relative
}
.selection-item .ui-widget.ui-widget-content {
	border: 0 !important;
	box-shadow: 0 0 0 1px #c5c5c5;
	height: .6em;
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .selection-item .item .carat_div .left-val,
#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .selection-item .item .carat_div .right-val {
	position: absolute;
	left: 0;
	top: -6px;
	font-weight: 700
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .selection-item .item .carat_div .right-val {
	position: absolute;
	right: 0;
	left: auto;
	top: -6px;
	font-weight: 700
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .diamond_inner .carat_weight {
	margin: 0 40px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .results {
	margin-top: 25px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .results .btn {
	margin-right: 5px
}
#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .results .btn:last-child {
	margin-right: 0;
	margin-bottom: 5px;
}
#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal {
	margin-top: 10px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .meta_ring {
	width: 100%;
	float: left
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .meta_ring .desc {
	width: 60%;
	float: left;
	font-weight: 300;
	display: block;
	line-height: 1.2;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: left;
	color: #55555a
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .meta_ring p {
	float: right;
	width: 35%;
	font-size: 11px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .meta_ring p .val {
	font-size: 22px;
	padding-right: 10px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal p {
	font-size: 14px;
	margin-bottom: 10px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .diamondSelection {
	border-top: 1px solid #eee;
	padding-top: 20px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .diamondSelection .desc {
	width: 60%;
	float: left;
	font-weight: 300;
	display: block;
	line-height: 1.2;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: left;
	color: #55555a
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .diamondSelection p {
	float: right;
	width: 35%;
	font-size: 11px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .diamondSelection p .val {
	font-size: 22px;
	padding-right: 10px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .item-number {
	width: 100%;
	float: left
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .total {
	width: 100%;
	float: left;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 15px 0
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .total .p {
	font-size: 10px;
	float: right;
	width: 35%
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .total .p .val {
	font-size: 22px;
	color: #353535;
	padding-right: 10px
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .btn {
	background-color: #979581;
	color: #fff;
	width: 100%
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .btn:hover {
	background-color: #353535;
	border-color: #353535
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .orderWithConfindence {
	margin-top: 30px;
	width: 100%;
	float: left
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .orderWithConfindence .order_item {
	width: 50%;
	float: left
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .orderWithConfindence .order_item ul li {
	line-height: 1.3
}

#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .orderWithConfindence .order_item p,
#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .orderWithConfindence .order_item ul li a {
	font-size: 12px
}

#site-body-wrap #single-product .single_inner .product_description select {
	background: url(../img/down-arrow-dark.png) right center no-repeat #fff;
	box-shadow: none;
	border: 1px solid #ddd;
	font-size: 13px;
	height: 44px;
	line-height: 40px;
	padding: 2px 15px;
	border-radius: 0;
	margin-top: 0!important;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	width: 100%
}

#site-body-wrap #single-product .single_inner .product_description select::-ms-expand {
	display: none
}

.full-width-sub-line-heading {
	background-color: #f5f4f2;
	color: #353535;
	margin: 0;
	text-align: center;
	padding: 10px
}

#related-product #products {
	margin: 0
}

#related-product #products .product_item {
	margin-bottom: 0
}

#cart .container .sr {
	width: 5%
}

#cart .container .img {
	width: 20%
}

#cart .container .product {
	width: 45%
}

#cart .container .price,
#cart .container .qty {
	width: 10%
}

#cart .container .shop_cart_list {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	overflow-x: auto
}

#cart .container .shop_cart_list .shop_table {
	width: 100%;
	border-collapse: collapse
}

#cart .container .shop_cart_list .shop_table .header_title {
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5
}

#cart .container .shop_cart_list .shop_table .header_title h5 {
	display: inline-block;
	color: #555;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	text-transform: capitalize
}

#cart .container .shop_cart_list .shop_table thead {
	background-color: #f5f5f5
}

#cart .container .shop_cart_list .shop_table thead th {
	text-align: left;
	font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
	padding: 10px;
	color: #555555
}

#cart .container .shop_cart_list .shop_table tr {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5
}

#cart .container .shop_cart_list .shop_table tr td {
	font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
}

#cart .container .shop_cart_list .shop_table tr td p{
	font-size: 16px;
	color: #555555;
}

#cart .container .shop_cart_list .shop_table tr td p a{
	color: #555555;
}

#cart .container .shop_cart_list .shop_table .cart_item {
	border: 1px solid #e5e5e5
}
#cart .container .shop_cart_list .shop_table .price,
#cart .container .shop_cart_list .shop_table .qty,
#cart .container .shop_cart_list .shop_table .total,
#cart .container .shop_cart_list .shop_table .cart_item .product-price,
#cart .container .shop_cart_list .shop_table .cart_item .product-quantity,
#cart .container .shop_cart_list .shop_table .cart_item .product-subtotal{
	text-align: center;
}

#cart .container .shop_cart_list .shop_table .cart_item .product-remove {
	border-right: 1px solid #e5e5e5;
	text-align: center
}

#cart .container .shop_cart_list .shop_table .cart_item .product-remove a {
	font-size: 16px
}

#cart .container .shop_cart_list .shop_table .cart_item .product-thumbnail {
	padding: 10px;
	text-align: center;
	margin: auto
}

#cart .container .shop_cart_list .shop_table .cart_item .product-thumbnail img {
	width: 150px
}

#cart .container .shop_cart_list .shop_table .cart_item .product-name {
	padding: 10px
}

#cart .container .shop_cart_list .shop_table .cart_item .product-name .variation {
	margin: 20px 0
}

#cart .container .shop_cart_list .shop_table .cart_item .product-name p b {
	font-weight: 700;
	margin-right: 5px;
	color: #555
}

#cart .container .shop_cart_list .shop_table .cart_item .product-price,
#cart .container .shop_cart_list .shop_table .cart_item .product-quantity,
#cart .container .shop_cart_list .shop_table .cart_item .product-subtotal {
	margin: auto
}

#cart .container .shop_cart_list .shop_table .cart_item .product-price .amount {
	font-weight: 700;
	color: #555
}

#cart .container .shop_cart_list .shop_table .cart_item .product-quantity span {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 400 !important;
}

#cart .container .shop_cart_list .shop_table .cart_item .product-subtotal small,
#cart .container .shop_cart_list .shop_table .cart_item .product-subtotal span {
	font-size: 16px;
	line-height: 22px;
	color: #353535
}

#cart .container .shop_cart_list .shop_table .cart_item .product-subtotal span{
	font-weight: 700;
}

#cart .container .shop_cart_list .shop_table .cart_item .product-subtotal .tax_label {
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 11.9px;
	font-weight: 400;
}

#cart .container .shop_cart_list .shop_table .cart_item:nth-child(even) {
	background-color: #f9f9f9;
	border-top: none
}

#cart .container .cart_totals {
	width: 100%;
	float: left
}

#cart .container .cart_totals .Ctotal_inner {
	width: 48%;
	float: right;
	text-align: right
}

#cart .container .cart_totals .Ctotal_inner h2 {
	font-size: 29px
}

#cart .container .cart_totals .Ctotal_inner table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 10px
}

#cart .container .cart_totals .Ctotal_inner table tr {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5
}

#cart .container .cart_totals .Ctotal_inner table tr td,
#cart .container .cart_totals .Ctotal_inner table tr th {
	padding: 10px;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 300;
	line-height: 22px
}

#cart .container .cart_totals .Ctotal_inner table tr td,
#cart .container .cart_totals .Ctotal_inner table tr th b {
	color: #353535;
	font-weight: 400
}

#cart .container .cart_totals .Ctotal_inner table tr th {
	color: #555;
	font-weight: 700
}

#cart .container .cart_totals .Ctotal_inner table tr:nth-child(even) {
	background-color: #f9f9f9
}

#cart .container .cart_totals .Ctotal_inner table tr:last-child,
.checkout_main .order_review .checkout-review-order-table table tr:last-child {
	background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.checkout_main .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 18px;
	line-height: 32px
}

.checkout_main .return_info {
	font-size: 14px;
	font-weight: 300
}

.checkout_main .return_info a {
	cursor: pointer
}

.checkout_main .form-group label {
	font-size: 13px;
	color: #4d4d4d;
	font-weight: 400
}

.checkout_main .form-group label.inline {
	position: relative;
	margin: 10px 0;
	padding: 0 0 0 25px
}

.checkout_main .form-group label.inline input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 3px;
	margin: 0
}

.checkout_main .form-group p.light {
	font-size: 12.6px!important;
	line-height: 19px!important
}

.checkout_main .checkout_login {
	border: 3px solid #6e5e50;
	padding: 20px;
	margin: 28px 0;
	text-align: left
}

.checkout_main .checkout_login .hide {
	display: none
}

.checkout_main .checkout_login .show {
	display: block
}

.checkout_main .checkout_login .f_row {
	width: 49%;
	float: left
}

.checkout_main .checkout_login .form-group:nth-child(2) {
	margin-right: 10px
}

.checkout_main .show {
	display: block
}

.checkout_main .customer_details {
	display: flex;
	flex-wrap: wrap
}

.checkout_main .customer_details .billing-fields {
	min-width: 48%;
	flex: 0 0 48%
}

.checkout_main .customer_details .billing-fields .shipping_address {
	margin-left: 40px
}

.checkout_main .customer_details .billing-fields .toggle_item_1 {
	display: none
}

.checkout_main .customer_details .billing-fields .show {
	display: block
}

.checkout_main .customer_details .billing-fields #ship-to-different-address {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #989682
}

.checkout_main .customer_details .billing-fields #ship-to-different-address label {
	padding-left: 25px
}

.checkout_main .customer_details .billing-fields #ship-to-different-address label input {
	position: absolute;
	top: 0;
	left: 0
}

.checkout_main .customer_details .billing-fields:last-child {
	margin-top: 60px
}

.checkout_main .order_review_heading {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #989682
}

.checkout_main .order_review .checkout-review-order-table table {
	width: 100%;
	border-collapse: collapse;
	text-align: left
}

.checkout_main .order_review .checkout-review-order-table table tr {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5
}

.checkout_main .order_review .checkout-review-order-table table tr td {
	font-weight: 300
}

.checkout_main .order_review .checkout-review-order-table table tr td,
.checkout_main .order_review .checkout-review-order-table table tr th {
	font-size: 14px;
	padding: 10px;
	color: #555;
	line-height: 22px
}

.checkout_main .order_review .checkout-review-order-table table tr td dl dt,
.checkout_main .order_review .checkout-review-order-table table tr th dl dt {
	float: left;
	padding-right: 10px;
	font-weight: 700;
	line-height: 20px
}

.checkout_main .order_review .checkout-review-order-table table tr td small,
.checkout_main .order_review .checkout-review-order-table table tr th small {
	text-transform: uppercase;
	color: #000;
	display: block
}

.checkout_main .order_review .checkout-review-order-table table tr td span.amount,
.checkout_main .order_review .checkout-review-order-table table tr th span.amount {
	color: #353535
}

.checkout_main .order_review .checkout-review-order-table table tr th:first-child {
	width: 45%
}

.checkout_main .order_review .checkout-review-order-table table tr:nth-child(even) {
	background-color: #f9f9f9
}

.checkout_main .payment ul.payment_methods {
	border: 1px solid #989682;
	font-size: 14px;
	margin: 25px 0
}

.checkout_main .payment ul.payment_methods li {
	border-bottom: 1px solid #c2c0b4;
	list-style: none;
	padding: 15px 20px
}
.checkout_main .payment ul.payment_methods li:last-child{
	border-bottom: none;
}

.checkout_main .payment ul.payment_methods li input[type=radio] {
	float: left;
	margin-right: 10px
}

.checkout_main .payment ul.payment_methods li label {
	display: flex;
	flex-wrap: wrap
}

.checkout_main .payment ul.payment_methods li img {
	margin-left: 5px
}

.checkout_main .payment ul.payment_methods li .payment_box {
	margin-top: 10px
}

.checkout_main .payment ul.payment_methods li .payment_box p {
	font-size: 14px;
	margin-bottom: 0
}

.checkout_main .payment ul.payment_methods .payment_method_paypal label {
	display: block;
	margin-top: 20px;
	float: left
}

.checkout_main .payment ul.payment_methods .payment_method_paypal img {
	width: 160px
}

.checkout_main .payment ul.payment_methods .payment_method_paypal a {
	display: block
}

.checkout_main .payment ul.payment_methods a {
	font-size: 13px
}

.checkout_main .payment .place-order .btn {
	margin-bottom: 15px
}

.checkout_main .payment .place-order input {
	margin: 3px 10px 0 0;
	float: left
}

.checkout_main .customer_details .form-group .feedback {
    width: 20px !important;
    height: 20px !important;
    background-size: 10px !important;
    top: 15px !important;
}

.pagination {
	margin-top: 30px;
	width: 100%;
	float: left
}

.pagination .page-numbers li {
	display: inline-block;
	margin-right: 10px
}

.pagination .page-numbers li a {
	padding: 5px 10px;
	cursor: pointer
}

.pagination .page-numbers li .current {
	background-color: #353535;
	color: #fff
}

.wpcc-pushdown-wrap .wpcc-banner.wpcc-top {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	padding: 5px
}

.wpcc-pushdown-wrap .wpcc-banner.wpcc-top .wpcc-message {
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none;
	color: #ddd;
	line-height: 22.4px;
	font-size: 14px
}

.wpcc-pushdown-wrap .wpcc-banner.wpcc-top .wpcc-message a {
	color: #fff;
	text-decoration: none;
	opacity: 1
}

.wpcc-pushdown-wrap .wpcc-banner.wpcc-top .wpcc-compliance .wpcc-btn {
	margin: 0 0 0 5px;
	line-height: 20px;
	background: #45ae52;
	border: none;
	color: #fff;
	padding: 4px 12px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700
}

.feefowidget-floating-open-button__logo {
	padding: 11px
}

.lr__payment__main .lr__payment__wrap .form-wrapper .form-row #iframesCardNumber>div {
	position: absolute;
	top: -25px;
	bottom: auto;
	left: 0;
	right: auto;
	padding: 3px 0!important
}

.lr__payment__main {
	margin: 50px 0
}

.lr__payment__main .page-header {
	width: 100%;
	float: left
}

.lr__payment__main .lr__payment__wrap {
	border: 1px solid #e5e5e5;
	padding: 20px;
	width: 60%;
	margin: 0 auto;
	position: relative
}

.lr__payment__main .lr__payment__wrap .form-group {
	margin: 0
}

.lr__payment__main .lr__payment__wrap .form-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.lr__payment__main .lr__payment__wrap .form-wrapper .form-row {
	min-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-bottom: 15px
}

.lr__payment__main .lr__payment__wrap .form-wrapper #iframesSubmit {
	min-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.lr__payment__main .lr__payment__wrap .form-wrapper #iframesSubmit iframe {
	width: 100%
}

.lr__payment__main .lr__payment__wrap .form-wrapper .form-row label {
	font-size: 14px
}

iframe #heartland-field[name=submit] {
	background-color: #979581
}

iframe #heartland-field[name=submit]:hover {
	background-color: #353535;
	border-color: #353535
}

.lr__payment__success {
	width: 40%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	padding: 20px;
	text-align: center;
	margin-top: 50px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.lr__payment__success:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.lr__payment__success .payment__icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	margin: -50px auto 0;
	background-color: #989682;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.lr__payment__success .payment__icon i {
	color: #fff;
	font-size: 20px;
	transition-duration: 1s;
	transition-property: transform;
	transition-timing-function: ease-in-out
}

.lr__payment__success:hover .payment__icon i {
	animation: .82s cubic-bezier(.36, .07, .19, .97) 0s normal both 1 running bounceIn;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s
}

.lr__payment__success p {
	font-size: 15px;
	text-align: center
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.lr__diamond__request {
	padding: 50px 0 60px
}

.diamond__request__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.diamond__request__inner .diamond__request__item {
	min-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

.diamond__request__inner .diamond__request__item:last-child .request__item__inner {
	margin-left: 30px
}

.lr__diamond__request .page-header {
	width: 100%;
	float: left;
	text-align: left
}

.diamond__request__inner .diamond__request__item table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	border: none;
	border-spacing: unset
}

.lr__diamond__request .page-header h1 {
	text-align: left
}

.diamond__request__item table td {
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #555;
	line-height: 22px
}

.diamond__request__item table tr:nth-child(even) {
	background-color: #f9f9f9
}

.diamond__request__item table tr:last-child {
	background: #f5f5f5
}

.lr__bgdetails__inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px
}

.lr__bgdetails__inline a {
	margin-right: 20px
}

.lr__bgdetails__inline a:last-child {
	margin-right: 0
}

.lr__bgdetails__inline img {
	width: 200px
}

.lr_image-with-text__inner {
	width: 100%;
	float: left;
	margin-bottom: 15px
}

.lr_image-with-text__inner .lr__bgdetails__image__item {
	width: 250px;
	float: left
}

.lr_image-with-text__inner .lr__bgdetails__image__item .bgdetails__image__item_inner {
	margin: 5px 20px 20px 0;
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 15px 15px 10px;
	text-align: center;
	display: block;
	line-height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.lr_image-with-text__inner .lr__bgdetails__image__item:last-child {
	margin-right: 0
}

.lr_image-with-text__inner .lr__bgdetails__image__item img {
	width: 250px;
	margin-bottom: 20px
}

.lr_image-with-text__inner .lr__bgdetails__image__item p {
	padding: 9px;
	color: #555;
	text-align: center;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 20px;
	margin-bottom: 0
}

/* Covid-19 css start */

#top_nav_wrapper-covid-notice .custom-title-rock {
    background-color: #ffff00;
    font-size: 13px;
    list-style: none;
    text-align: center;
    font-weight: 400;
    padding: 9px 0px 9px 5px;
} 
#top_nav_wrapper-covid-notice .custom-title-rock .read-more {
    font-weight: 800;
    text-decoration-line: underline;
}
#top_nav_wrapper-covid-notice .custom-title-rock .read-more:hover{
	color: #000000;
}

.custom__covid-19 {
    background-color: #f5f4f2;
}
.custom__covid-19 #site-body .container {
    padding: 0;
}
.custom__covid-19 p,
.custom__covid-19 h3,
.custom__covid-19 h4 {
    text-align: left;
}
.custom__covid-19 p{
	color: #55555a;
}
.custom__covid-19 h4{
	margin: 0;
}
.custom__covid-19 h1{
	margin-bottom: 40px;
	text-align: center;
}
.custom__covid-19 h1 span {
    display: block;
}

/* Covid-19 css end */

/* Home Modal Popup CSS Start */

.lr-home__modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 9999999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
    padding: 30px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.lr-home__modal.open{
	opacity: 1;
	visibility: visible;
	overflow: auto;
	-webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.lr-home__modal .home__modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 900px;
    top: 70px;
    position: relative;
    margin: 0 auto;
}
.lr-home__modal.open .home__modal__inner{
	
    opacity: 1;
    visibility: visible;
}
.lr-home__modal .home__modal__inner .home__modal__image {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lr-home__modal .home__modal__inner .home__modal__item {
    min-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.lr-home__modal .home__modal__inner .home__modal__content {
    background-color: #989682;
    height: 500px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
}
.home__modal__content .home__modal__info h5 {
    color: #ffffff;
}
.home__modal__info a {
    font-weight: 800;
    color: #ffffff;
}
.home__modal__close {
    position: absolute;
    top: -15px;
    height: 30px;
    width: 30px;
    right: -15px;
    z-index: 9999999;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.home__modal__close i {
    font-size: 20px;
}
.home__modal__info {
    margin-top: 20%;
}
.home__modal__info h5 {
    line-height: 26px;
    letter-spacing: 1.6px;
}

/* Home Modal Popup CSS End */

/* Checkout Modal Popup CSS Start */

#card-modal {
    border-radius: 0;
}
#card-modal .modal-header {
    text-align: center;
    background-color: #989682;
}
#card-modal .modal-body p {
    text-align: justify;
    margin-bottom: 0;
    letter-spacing: 1px;
}
#card-modal .modal-body p a {
    font-weight: 500;
}
#card-modal .modal-header .close, #card-modal .modal-header h3 {
    color: #ffffff;
}

/* Checkout Modal Popup CSS End */

/* Custom Checkbox CSS Start */

.custom_check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 20px;
}
.custom_check input{
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom_check label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #DEDEDE;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}	
.custom_check label:after {
    content: "\f00c";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 5px;
    height: 9px;
    display: none;
    font-family: FontAwesome;
    font-size: 10px;
    color: #4c4c4c;
}
.custom_check [type="checkbox"]:checked + label:after {
    display: block;
}


/* Custom Checkbox CSS End */

.scroll_table_msg_show-in-mobile {
    text-transform: uppercase;
    font-size: 12px !important;
    display: none;
    margin: 0 0 10px;
}
.product-filters .scroll_table_msg_show-in-mobile{
	margin: 0 15px 10px;
}

/* Award Start */

.lr__award h1 {
    width: 100%;
    border-bottom: 1px dashed #eee;
    padding-bottom: 40px;
}
.lr__award .ring_item {
    border-top: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.lr__award .ring_item:last-child{
	border-bottom: none;
}
.lr__award .ring_item .ring_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lr__award .ring_item .ring_img {
    min-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lr__award .ring_item .ring_text {
    min-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    margin-right: 0;
}
.lr__award .ring_item:last-child .ring_img{
	min-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
.lr__award .ring_item:last-child .ring_text {
    min-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}
.lr__award .ring_item:last-child .ring_img img {
    width: 110px;
    margin-right: 10px;
}
.lr__award .ring_item:last-child .ring_img img:last-child{
	margin-right: 0;
}
.lr__award .ring_item .ring_img {
    margin-left: 0;
    margin-right: 30px;
}
.lr__award .ring_item .ring_text a {
    font-weight: 400;
}

/* Award End */

@media (max-width:1199px) {
	.container {
		max-width: 940px
	}
	#site-body-wrap .span6 {
		width: 460px
	}
	#site-body-wrap .span6:last-child {
		margin-left: 0
	}
	#site-footer .container {
		margin: 0
	}
	.blogs__wrapper .blog__sidebar--wrapper {
		width: 250px
	}
	.blogs__wrapper .blog__main--wrapper {
		width: 650px
	}
	.account .account_inner .account_item:last-child {
		margin-left: 30px
	}
	#site-body-wrap #single-product .single_inner {
		padding: 0 15px
	}
	#site-body-wrap #single-product .single_inner .diamond-table {
		overflow-x: auto
	}
	#home-img-blocks .home_main .home-img-block .home-img-block-info h3 {
		font-size: 15px;
		line-height: 40px;
		text-align: left
	}
	#cart .container {
		padding-left: 15px
	}
	#cart .container .shop_cart_list .shop_table .cart_item .product-name .variation p {
		font-size: 14px
	}
	.latest-blog .blog_item {
		margin-left: 25px
	}
	.blog_main .blog_item {
		margin-left: 20px
	}
	.ring_item .ring_item_inner .ring_text {
		width: 700px
	}
	.ring_item .ring_item_inner .ring_img {
		width: 220px;
		margin-left: 20px
	}
	#products .product_main .product_item .product_inner .product_img {
		width: 100%
	}
	#gallery .gallery_main .gallery_inner .item__inner__main a {
		width: 33.33%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%
	}
	#gallery .gallery_main .gallery_inner .gallery_item .item_inner .gallery_des h6 {
		font-size: 14px
	}
	.appointment_add .app_add {
		width: 65%
	}
	.lr_image-with-text__inner .lr__bgdetails__image__item {
		width: 33.33%
	}
	.lr__award .ring_item .ring_item_inner{
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.lr__award .ring_item .ring_img,
	.lr__award .ring_item .ring_text {
	    min-width: 100%;
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	}
	.lr__award .ring_item .ring_img {
	    margin: 0 0 30px;
	    text-align: center;
	    width: 100%;
	    display: block;
	}
	.lr__award .ring_item .ring_text p {
    	text-align: center;
	}
}

@media (max-width:991px) {
	.bot-pad {
		padding: 40px 0
	}
	.container {
		max-width: 100%;
		margin: 0 30px
	}
	#site__navbar,
	.site__top--header {
		display: none
	}
	#menu-button {
		display: block;
		float: right;
		margin: 5px;
		background-color: #989682;
		border: none;
		font-size: 20px;
		padding: 8px 10px;
		text-align: center;
		outline: 0;
		text-decoration: none;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in
	}
	#menu-button:hover {
		background-color: #353535;
		color: #fff
	}
	.site__masthead--logo .logo {
		height: 50px;
		float: left;
		max-width: 115px;
		min-height: 35px;
		margin: 0 10px;
		line-height: 70px
	}
	.site__masthead--logo .logo img {
		width: 115px
	}
	.menu-main-menu-mobile {
		background-color: rgba(0, 0, 0, .2)
	}
	.menu-main-menu-mobile .menu-item {
		clear: both
	}
	.menu-main-menu-mobile .menu-item a {
		display: block;
		padding: 0 20px;
		line-height: 40px;
		position: relative;
		text-decoration: none;
		color: #fff;
		font-weight: 400;
		font-size: 13px;
		text-transform: uppercase;
		clear: both
	}
	.menu-main-menu-mobile .menu-item .dropdown-toggle:after {
		border: none;
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		padding: 0 15px;
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 40px;
	}
	.menu-main-menu-mobile .menu-item.open .dropdown-toggle:after{
	    content: '-';
	    font-size: 45px;
	    font-weight: 300;
	}
	.menu-main-menu-mobile .menu-item .dropdown-menu {
		position: static;
		top: 100%;
		left: 0;
		z-index: 1000;
		float: left;
		display: none;
		border-radius: 0;
		min-width: 100%;
		background-color: #353535;
		box-shadow: none
	}
	.menu-main-menu-mobile .menu-item .dropdown-menu .sub-menu-item a {
		text-transform: capitalize;
		padding: 0 20px 0 35px
	}
	.menu-main-menu-mobile .menu-item .dropdown-menu .sub-menu-item a:before {
		content: '-';
		position: absolute;
		top: 0;
		left: 10px;
		display: block;
		padding: 0 10px;
		font-style: normal;
		line-height: 40px
	}
	.menu-main-menu-mobile .open .dropdown-menu {
		display: block
	}
	#site-body-wrap .limited-width p {
		width: 100%;
		font-size: 16px;
		text-align: center;
		line-height: 24px;
		letter-spacing: 2.2px
	}
	#site-body-wrap .top-med-pad {
		padding-top: 30px
	}
	#site-body-wrap .top-med-pad .span6 {
		width: 100%
	}
	#site-body-wrap .top-med-pad .bot-med-pad {
		padding-bottom: 30px
	}
	#site-body-wrap .bot-pad {
		padding: 40px 0
	}
	#site-body-wrap li,
	#site-body-wrap p {
		font-size: 16px
	}
	#site-body-wrap #single-product .single_inner .product_description .variation_form_section .variations-table .variationsRow .ringOptions {
		min-width: 100%;
		flex: 0 0 100%
	}
	#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal h4 {
		text-align: center;
		font-size: 12px;
		margin-top: 15px;
		margin-bottom: 21px
	}
	#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .diamondSelection p .val,
	#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .meta_ring p .val {
		font-size: 18px
	}
	#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .meta_ring .desc {
		width: 100%;
		margin: 0 0 20px
	}
	#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .meta_ring p {
		float: none;
		width: 100%;
		text-align: left;
		display: block
	}
	#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .diamondSelection .desc {
		width: 100%;
		margin-bottom: 10px
	}
	#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .diamondSelection p {
		float: none;
		width: 100%;
		text-align: left;
		display: block
	}
	#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .OrderTotal .total .p {
		float: none;
		width: 100%;
		text-align: left;
		display: block;
		margin: 20px 0
	}
	.footer .sitemap__section .sitemap__section--inner {
		flex: 0 0 calc(100% / 2 - 25px);
		max-width: calc(100% / 2 - 25px);
	}
	.footer .sitemap__section .sitemap__section--inner:nth-child(odd) {
	    margin-left: 0;
	}
	.blogs__wrapper .blog__main--wrapper,
	.blogs__wrapper .blog__sidebar--wrapper {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.blog__sidebar--wrapper {
		padding-right: 0
	}
	#site-body-wrap .enquiry-form h3 {
		text-transform: capitalize
	}
	#site-body-wrap .enquiry-form p {
		text-align: left
	}
	.inner_item .inner_img {
		min-width: 30%;
		flex: 0 0 0%
	}
	.inner_item .inner_txt {
		min-width: 70%;
		flex: 0 0 70%;
		margin-left: 20px
	}
	.section_inner .our-sample-step .step_img {
		min-width: 25%;
		flex: 0 0 25%
	}
	.section_inner .our-sample-step .step_text {
		min-width: 70%;
		flex: 0 0 70%;
		padding-left: 20px
	}
	#site-body-wrap #single-product .single_inner .product_description,
	#site-body-wrap #single-product .single_inner .product_img {
		width: 100%
	}
	.breadcrumbs_inner .breadcrumbs_item {
		font-size: 12px!important;
		padding: 0 1px
	}
	#hero-image .hero-info .info_inner p {
		width: 100%
	}
	#hero-image .hero-info {
		top: 5px
	}
	#hero-image .hero-info .info_inner h2 {
		margin: 5px 0
	}
	.lr__payment__success {
		width: 60%
	}
	.lr_image-with-text__inner .lr__bgdetails__image__item img {
		width: 150px
	}
	.lr_image-with-text__inner .lr__bgdetails__image__item p {
		padding: 9px 0
	}
	.lr-home__modal .home__modal__inner{ 
		max-width: 100%; 
	}
}

@media (max-width:768px) {
	#home-img-blocks .home_main .home-img-block .home-img-block-info h3 {
		font-size: 14px;
		letter-spacing: .4px
	}
	#home-img-blocks .home_main .home-img-block .home-img-block-info p {
		font-size: 12px
	}
	#products .product_main .product_item .product_des h3 {
		font-size: 16px
	}
	.blog_main .blog_item {
		min-width: 48.5%;
		flex: 0 0 48.5%
	}
	.blog_main .blog_item:nth-child(3) {
		margin-left: 0
	}
	.blog_main .blog_item .blog_des p {
		font-size: 16px
	}
	#hero-image .hero-info .info_inner p {
		width: 100%;
		font-size: 16px
	}
	#hero-image .hero-info .info_inner span {
		font-size: 14px
	}
	.ring_item .ring_img {
		margin-left: 0
	}
	.diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .diamondimg {
		width: 25px;
		height: 25px
	}
	.eduction__main h2 {
		font-size: 22px
	}
	.appointment_add h2 {
		font-size: 24px;
		margin: 0 0 10px
	}
	.appointment_add .app_img {
		width: 50%
	}
	.appointment_add .app_add {
		width: 45%
	}
	.latest-blog .blog_item {
		width: 48.5%;
		margin-left: 10px
	}
	.latest-blog .blog_item:nth-child(odd) {
		margin-left: 0
	}
	#cart .container .shop_cart_list .shop_table .cart_item .product-subtotal {
		padding: 5px
	}
	#cart .container .shop_cart_list .shop_table .cart_item .product-subtotal span {
		font-size: 14px
	}
	#cart .container .shop_cart_list .shop_table .cart_item .product-subtotal .tax_label {
		text-transform: capitalize
	}
	.account .account_inner {
		flex-wrap: wrap
	}
	.account .account_inner .account_item {
		min-width: 100%;
		flex: 0 0 100%;
		order: 2
	}
	.account .account_inner .account_item:last-child {
		order: 1;
		margin-left: 0
	}
	.comments .comment .comment-body {
		width: 90%
	}
	.checkout_main .customer_details .billing-fields {
		min-width: 100%;
		flex: 0 0 100%
	}
	.checkout_main .customer_details .billing-fields .shipping_address {
		margin-left: 0
	}
	.checkout-review-order-table {
		overflow-x: auto
	}
	.ring_item .ring_item_inner .ring_text {
		width: 70%
	}
	.ring_item .ring_item_inner .ring_img {
		width: 30%;
		margin-left: 0
	}
	.lr__payment__main .lr__payment__wrap {
		width: 100%
	}
	#all-style .product-filters .product-meta .ring-cat ul li .image {
		width: 50px
	}
	#all-style .product-filters .product-meta .ring-cat ul {
		text-align: center
	}
	.shape-img {
		float: left;
		width: 20%;
		display: block;
		margin-bottom: 20px
	}
	.shape-img img {
		height: auto!important
	}
	.col-6{
		-ms-flex: 0;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.lr__award .ring_item:last-child .ring_img,
	.lr__award .ring_item:last-child .ring_text {
    	min-width: 100%;
    	-webkit-box-flex: 0;
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
	}
}

@media (max-width:767px) {
	.main__content--inner {
		padding: 40px 30px
	}
	.container {
		max-width: 100%
	}
	#site-body .bot-med-pad {
		padding: 0 20px
	}
	#gallery.single {
		padding: 30px 20px 40px
	}
	#gallery.single .main_title h1 {
		padding: 0;
		margin: 0 0 10px;
		text-transform: capitalize;
		font-size: 24px
	}
	.breadcrumbs_inner .breadcrumbs_item,
	.breadcrumbs_inner .breadcrumbs_item a {
		text-transform: capitalize;
		padding: 0 2px
	}
	#site-body-wrap .enquiry-form {
		padding: 40px 20px
	}
	#gallery {
		padding: 30px 20px 40px
	}
	.product-filters .diamond-dialog .diamond_inner .selection-item,
	.product-filters .diamond-dialog .diamond_inner .selection-item:nth-child(even) {
		flex-wrap: wrap
	}
	.product-filters .diamond-dialog .diamond_inner .selection-item .item,
	.product-filters .diamond-dialog .diamond_inner .selection-item:nth-child(even) .item {
		min-width: 100%;
		flex: 0 0 100%;
		padding: 20px
	}
	.product-filters .diamond-dialog .diamond_inner .selection-item .diamondShapeSelect .diamondimg,
	.product-filters .diamond-dialog .diamond_inner .selection-item:nth-child(even) .diamondShapeSelect .diamondimg {
		width: 33px;
		height: 33px
	}
	#site-body-wrap #single-product .single_inner {
		padding: 0;
		flex-wrap: wrap
	}
	#site-body-wrap #single-product .single_inner .product_description {
		overflow: hidden
	}
	#site-body-wrap #single-product .single_inner .product_description,
	#site-body-wrap #single-product .single_inner .product_img {
		width: 100%;
		margin-left: 0
	}
	#site-body-wrap #single-product .single_inner .details_tab .nav-tabs {
		padding: 0
	}
	#products .product_main .product_item .product_des h3 {
		font-size: 14px;
		line-height: 18px;
		margin: 5px 0 2px
	}
	#cart .container .shop_cart_list .shop_table .cart_item .product-name .variation p,
	#cart .container .shop_cart_list .shop_table .cart_item .product-name a,
	#cart .container .shop_cart_list .shop_table .cart_item td,
	#cart .container .shop_cart_list .shop_table thead th {
		font-size: 12px
	}
	.blog_main {
		flex-wrap: wrap
	}
	.blog_main .blog_item {
		width: 49%;
		flex: 0 0 49%;
		margin-left: 5px
	}
	#cart .container .shop_cart_list .shop_table .cart_item .product-quantity {
		text-align: center
	}
	#cart .container .shop_cart_list .shop_table .cart_item .product-thumbnail {
		padding: 0
	}
	.privacy_logos a {
		width: 18.6%
	}
	.latest-blog .blog_item {
		margin-left: 27px;
		width: 48%
	}
	.latest-blog .blog_item:last-child {
		margin-left: 0
	}
	.account.view .account_view .account_address .address_item {
		min-width: 100%;
		flex: 0 0 100%
	}
	.account.view .account_view h2 {
		font-size: 22px;
		text-align: center
	}
	.account.edit .billing-fields .form-group.half {
		width: 100%;
		float: left
	}
	.account.edit .billing-fields .form-group.half.mr {
		margin-right: 0
	}
	h3 {
		font-size: 20px;
		font-weight: 400
	}
	.eduction__main,
	.eduction__sidebar {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.eduction__main {
		padding-left: 0;
		padding-top: 30px
	}
	.wpcc-pushdown-wrap {
		max-height: 80px!important;
		text-align: center
	}
	.wpcc-float .wpcc-compliance .wpcc-btn {
		display: inline-block
	}
	#feefo-service-review-floating-widgetId {
		display: none
	}
	.wpcc-float.wpcc-padding-small {
		padding: 5px;
		border: none
	}
	.checkout_main .payment ul.payment_methods li {
		padding: 15px 5px
	}
	.checkout_main .payment ul.payment_methods li input[type=radio] {
		margin-right: 5px
	}
	.checkout_main .checkout_login .f_row {
		width: 100%
	}
	.checkout_main .checkout_login .form-group:nth-child(2) {
		margin: 0
	}
	#home-img-blocks .home_main .home-img-block .home-img-block-info h3 {
		font-size: 10px;
		letter-spacing: normal
	}
	#add-to-ring-modal {
		height: auto;
		overflow: auto
	}
	#diamond-detail-modal {
		height: 94vh;
		overflow: auto
	}
	.account.view .account_view {
		width: 100%;
		float: left
	}
	.account.view .account_view .customer_details,
	.account.view .my_account_orders {
		overflow-x: auto
	}
	.account.view .account_view table {
		width: 450px
	}
	.customer_details table th {
	    width: auto;
	}
	.account.view .account_view .customer_details table {
	    width: 100%;
	}
	.lr__payment__main .lr__payment__wrap .form-wrapper .form-row {
		min-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.lr__payment__main .lr__payment__wrap .form-wrapper .form-row iframe {
		width: 100%
	}
	.lr__payment__success {
		width: 70%
	}
	.diamond__request__inner .diamond__request__item {
		min-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.diamond__request__inner .diamond__request__item:last-child .request__item__inner {
		margin-left: 0;
		margin-top: 30px
	}
	#gallery .gallery_main .gallery_inner .gallery_item .item_inner .gallery_des h6 {
		font-size: 10px
	}
	.lr_image-with-text__inner .lr__bgdetails__image__item {
		width: 50%
	}
	.lr_image-with-text__inner .lr__bgdetails__image__item .bgdetails__image__item_inner {
		margin-bottom: 20px;
		max-width: 100%;
		padding: 10px
	}
	.lr_image-with-text__inner .lr__bgdetails__image__item:nth-child(even) .bgdetails__image__item_inner {
		margin-right: 0
	}
	.lr_image-with-text__inner .lr__bgdetails__image__item p {
		font-size: 12px
	}
	.lr_image-with-text__inner .lr__bgdetails__image__item img {
		width: 250px
	}
	#gallery .gallery_main .gallery_inner .gallery_item .item_inner .gallery_img {
		height: auto;
		padding-top: 100%
	}
	.lr-home__modal .home__modal__inner {
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.lr-home__modal .home__modal__inner .home__modal__item {
	    min-width: 100%;
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	}
	.lr-home__modal .home__modal__inner .home__modal__item,
	.lr-home__modal .home__modal__inner .home__modal__item{
		height: 250px;
	}
	.lr-home__modal .home__modal__inner .home__modal__item .home__modal__logo img{
		width: 150px;
	}
	.home__modal__content .home__modal__info h5 {
	    font-size: 12px;
	    letter-spacing: 0.6px;
	    line-height: 24px;
	}
	.home__modal__info {
	    margin-top: 0;
	}
	.lr-home__modal .home__modal__inner{ 
		top: 10px; 
	}
}

@media (max-width:745px) {
	#gallery .gallery_main .gallery_inner .item__inner__main a {
		width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}

@media (max-width:600px) {
	.main__content--inner {
		padding: 20px 15px
	}
	.main__content--inner .blog__head h1 {
		font-size: 22px;
		margin: 0
	}
	#cart .container .shop_cart_list .shop_table .cart_item .product-name .variation p,
	#cart .container .shop_cart_list .shop_table .cart_item .product-name a,
	#cart .container .shop_cart_list .shop_table .cart_item td,
	#cart .container .shop_cart_list .shop_table thead th {
		font-size: 12px
	}
	#site-body-wrap #single-product .single_inner .product_img .full_img {
		flex-wrap: wrap
	}
	#site-body-wrap #single-product .single_inner .product_img .full_img .l_image,
	#site-body-wrap #single-product .single_inner .product_img .full_img .thumbnails {
		min-width: 100%;
		flex: 0 0 100%;
		margin-left: 0
	}
	#site-body-wrap #single-product .single_inner .product_img .full_img .thumbnails {
		display: flex
	}
	#site-body-wrap #single-product .single_inner .product_img .full_img .thumbnails a {
		width: 100px;
		margin: 0 auto 10px
	}
	#site-body-wrap #single-product .single_inner .product_img .product_des,
	#site-body-wrap #single-product .single_inner .product_img .product_des .social_title,
	#site-body-wrap #single-product .single_inner .product_img .social_share,
	#site-body-wrap #single-product .single_inner .product_img .social_share .social_title,
	#site-body-wrap #single-product .single_inner .product_img h2 {
		text-align: center
	}
	#home-img-blocks .home_main .home-img-block-half {
		min-width: 100%;
		flex: 0 0 100%
	}
	#home-img-blocks .home_main .home-img-block-quart {
		min-width: 50%;
		flex: 0 0 50%
	}
	.inner_item {
		flex-wrap: wrap
	}
	.inner_item .inner_img,
	.inner_item .inner_txt {
		min-width: 100%;
		flex: 0 0 100%;
		margin-left: 0;
		text-align: center
	}
	#cart .container .shop_cart_list .shop_table .cart_item .product-quantity {
		text-align: center
	}
	#cart .container .shop_cart_list .shop_table .cart_item .product-thumbnail {
		padding: 0
	}
	#cart .container .cart_totals .Ctotal_inner {
		width: 80%
	}
	#cart .container .cart_totals .Ctotal_inner h2 {
		font-size: 24px
	}
	.privacy_logos a {
		width: 23.6%
	}
	.latest-blog .blog_item {
		margin-left: 0;
		width: 100%
	}
	#hero-image .hero-info {
		top: 0
	}
	#hero-image .hero-info .info_inner h2 {
		font-size: 18px
	}
	#hero-image .hero-info .info_inner p {
		width: 100%;
		font-size: 16px
	}
	#hero-image .hero-info .info_inner .btn {
		margin-bottom: 0;
		padding: 5px 10px;
		text-transform: capitalize;
		font-size: 14px
	}
	.comments .comment .comment-body {
		width: 85%
	}
	.comments .comment .comment-body h3 {
		font-size: 16px
	}
	.comments .comment .user_img {
		width: 35px;
		height: 35px;
		line-height: 40px
	}
	.comments .comment .user_img i {
		font-size: 22px
	}
	.comments .comment_reply {
		padding-left: 30px
	}
	.comments h2 {
		font-size: 20px
	}
	.modal {
		width: 90%
	}
	#products .product_main .product_item {
		width: 47%
	}
	#home-img-blocks .home_main .home-img-block .home-img-block-info h3 {
		font-size: 14px;
		letter-spacing: .4px
	}
}

@media (max-width:550px) {
	#hero-image .hero-info {
		top: 50%;
		transform: translateY(-50%)
	}
	#hero-image .hero-info .container {
		padding: 0 15px
	}
	#hero-image .hero-info .container .info_inner h2 {
		font-size: 18px;
		text-align: left
	}
	#hero-image .hero-info .container .info_inner .btn,
	#hero-image .hero-info .container .info_inner p {
		display: none
	}
	.checkout_main .customer_details .billing-fields:last-child {
		margin-top: 20px
	}
	.checkout_main .checkout_login .f_row {
		width: 100%;
		float: none
	}
	#gallery .gallery_main .gallery_inner .item__inner__main a {
		width: 33.33%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%
	}
	#all-style .product-filters .product-meta .ring-cat ul li {
		padding: 10px 0
	}
	.diamond-dialog .diamond-table .diamond-table-inner table{
		width: 500px;
	}

	.scroll_table_msg_show-in-mobile{ display: block; }
	a {
		word-break: break-word;
	}
}

@media (max-width:480px) {
	#gallery .main_title h1,
	h1 {
		font-size: 22px;
		width: 100%;
		float: left
	}
	.lr__ring__category h1 {
	    text-align: center;
	}
	.inner_item .inner_txt,
	.section_inner .our-sample-step h2 {
	    text-align: left;
	}
	.appointment_add h2,
	h2 {
		font-size: 18px
	}
	#site-body-wrap p {
		font-size: 14px;
	}
	#gallery.single .main_title h1 {
		font-size: 20px
	}
	h3 {
		font-size: 18px;
	}
	p {
		font-size: 14px
	}
	#site-body-wrap .page-header .box-tip,
	.main_title h1 {
		font-size: 22px
	}
	.main_title h1 {
		text-align: center
	}
	.container {
		max-width: 100%;
		margin: 0 15px
	}
	#site-body .bot-med-pad {
		padding: 0 20px
	}
	#site-body .bot-med-pad h2 {
		font-size: 29px
	}
	.footer .sitemap__section .sitemap__section--inner {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.footer .sitemap__section .sitemap__section--inner h4,
	.footer .sitemap__section .sitemap__section--inner li,
	.sitemap__items .sitemap__item p,
	.lr__ring__category .ring_item h2 {
		text-align: center
	}
	.education__wrapper .eduction__main,
	.education__wrapper .eduction__sidebar {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
		padding: 0
	}
	.education__wrapper .eduction__main .h1,
	.education__wrapper .eduction__main h1,
	.education__wrapper .eduction__sidebar .h1,
	.education__wrapper .eduction__sidebar h1 {
		font-size: 22px;
	}
	.education__wrapper .eduction__main p,
	.education__wrapper .eduction__sidebar p {
		font-size: 16px
	}
	#gallery .gallery_main .gallery_inner .gallery_item {
		width: 100%
	}
	.product-filters .diamond-dialog .diamond_inner .selection-item .diamondShapeSelect {
		flex-wrap: wrap;
		grid-template-columns: repeat(5, 0fr)
	}
	.product-filters .diamond-dialog .diamond-table .diamond-table-inner {
		width: 100%;
		overflow: scroll
	}
	.blog_main,
	.inner_item {
		flex-wrap: wrap
	}
	.blog_main .blog_item,
	.blog_main .inner_img,
	.blog_main .inner_txt,
	.inner_item .blog_item,
	.inner_item .inner_img,
	.inner_item .inner_txt {
		min-width: 100%;
		flex: 0 0 100%;
		margin-left: 0
	}
	.section_inner .our-sample-step {
		flex-wrap: wrap
	}
	.section_inner .our-sample-step .step_img,
	.section_inner .our-sample-step .step_text {
		min-width: 100%;
		flex: 0 0 100%;
		padding-left: 0;
		text-align: left;
	}
	.blog_main,
	.reference__site {
		flex-wrap: wrap
	}
	.blog_main .blog_item {
		min-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 10px
	}
	#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .orderWithConfindence .order_item {
		width: 100%
	}
	#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .orderWithConfindence .contact {
		margin-top: 20px
	}
	#site-body-wrap #single-product .single_inner .product_img h2 {
		font-size: 22px
	}
	#site-body-wrap .bot-pad {
		padding: 20px 15px
	}
	#products .product_main .product_item .product_inner {
		margin: 0 5px
	}
	#products .product_main .product_item .product_inner .product_des .price {
		font-size: 12px
	}
	#education {
		padding: 30px 0
	}
	#education .education_main h2 {
		font-size: 26px
	}
	#education .education_main p {
		width: 100%;
		font-size: 14px
	}
	.breadcrumbs_inner .breadcrumbs_list {
		margin: 0 0 10px
	}
	#home-img-blocks .container {
		padding: 0;
		margin: 0
	}
	#home-img-blocks .container .home_main .home-img-block-half,
	#home-img-blocks .container .home_main .home-img-block-quart {
		min-width: 100%;
		flex: 0 0 100%;
		text-align: center
	}
	#home-img-blocks .container .home_main .home-img-block-info h3 {
		font-size: 18px;
		line-height: 40px
	}
	#home-img-blocks .home_main .home-img-block .home-img-block-info p {
		font-size: 13px;
		line-height: 25px
	}
	#new-arrivals h2 {
		font-size: 20px
	}
	#about-us {
		padding: 40px 0
	}
	#about-us .about_main h1 {
		font-size: 18px
	}
	p {
		font-size: 14px;
		width: 100%
	}
	.site__footer--inner .sitemap__section {
		padding: 0
	}
	.footer__quick--links {
		padding-bottom: 20px
	}
	.social__icons {
		padding: 25px 0
	}
	#all-style .product-filters .third-level-cats {
		text-align: center
	}
	#all-style .product-filters .third-level-cats .sub-sub-cat {
		border-bottom: 1px solid #989682;
		margin-bottom: 5px;
		font-size: 13px;
		padding: 5px
	}
	.left_line h2 {
		font-size: 22px
	}
	#cart .container .shop_cart_list {
		margin-bottom: 20px
	}
	#cart .container .cart_totals .Ctotal_inner {
		width: 100%;
		text-align: left
	}
	#cart .container .cart_totals .Ctotal_inner h2 {
		font-size: 18px
	}
	.privacy_logos a {
		width: 49%;
		height: 132px
	}
	.ring_item {
		flex-wrap: wrap
	}
	.ring_item .ring_img,
	.ring_item .ring_text {
		min-width: 100%;
		flex: 0 0 100%
	}
	.ring_item .btn {
		margin-top: 10px
	}
	.appointment_add .app_add,
	.appointment_add .app_img {
		width: 100%;
		float: none;
		margin: 0 0 10px
	}
	.comments h2 {
		font-size: 16px
	}
	.comments .comment .comment-body {
		width: 80%
	}
	.comments .comment .comment-body p {
		font-size: 14px
	}
	.comments .comment .comment-body h3 {
		font-size: 15px
	}
	.comments .comment .user_img {
		width: 25px;
		height: 25px;
		line-height: 25px
	}
	.comments .comment .user_img i {
		font-size: 16px
	}
	.comments .comment_reply {
		padding-left: 15px
	}
	.ring_item .ring_item_inner {
		flex-wrap: wrap
	}
	.ring_item .ring_item_inner .ring_img,
	.ring_item .ring_item_inner h2,
	.ring_item .ring_item_inner p {
		text-align: center
	}
	#home-img-blocks .home_main .home-img-block img {
		width: 100%
	}
	.blog__content .social_share {
		text-align: center;
		padding-bottom: 40px
	}
	.diamond-dialog .diamond-table .diamond-table-inner table tr td {
		font-size: 10px;
		padding: 12px 2px
	}
	.diamond-dialog .diamond-table .diamond-table-inner table tr th {
		font-size: 11px;
		padding: 10px 2px;
		width: 38px
	}
	#cart .container .shop_cart_list .shop_table .cart_item td.product-thumbnail,
	#cart .container .shop_cart_list .shop_table .img {
		display: none
	}
	.checkout_main .payment .terms label {
		font-size: 10px
	}
	.span12.limited-width p strong {
		display: block
	}
	.lr__payment__success {
		width: 90%
	}
	.modal .modal-footer .f_btn .btn.add-to-basket {
		margin: 3px
	}
	.lr__diamond__request .page-header h1 {
		text-align: center
	}
	#gallery .gallery_main .gallery_inner .gallery_item .item_inner .gallery_des h6 {
		font-size: 9px;
		padding: 0
	}
	#gallery .gallery_main .gallery_inner .g_sub_title h3 {
		font-size: 16px;
		padding: 0
	}
	#gallery .gallery_main .gallery_inner .g_sub_title h3:before {
		width: 100%
	}
	.diamond-dialog .diamond_inner .selection-item {
		padding: 3px 15px 13px
	}
	.section_inner h4 {
		font-size: 14px
	}
	.section_inner .inline_img {
		text-align: center
	}
	.section_inner .our-sample-step .step_img .align_left {
		float: none
	}
	#site-body-wrap #single-product .single_inner .product_description .variation_form_section .diamond-dialog .results .btn {
		margin-right: 5px;
		margin-bottom: 5px
	}
	.modal .modal-footer .f_btn .btn {
		margin-bottom: 3px
	}
	.lr_image-with-text__inner .lr__bgdetails__image__item {
		width: 100%;
		margin-right: 0
	}
	.lr_image-with-text__inner .lr__bgdetails__image__item .bgdetails__image__item_inner {
		margin-right: 0
	}
	.lr__bgdetails__inline {
		display: block;
		text-align: center
	}
	.lr_image-with-text__inner .lr__bgdetails__image__item p {
		font-size: 14px
	}
	.contact_main .contact_inner {
		padding: 15px
	}
	.custom__covid-19 h4 {
	    font-size: 14px;
	}
	.lr__ring__category p {
	    text-align: center;
	}
	#hero-image .hero-info .info_inner span{ display: none; }
	.lr__award .ring_item .ring_img{
		margin-right: 0;
		margin-bottom: 30px;
	}
}

#loadingtext {
	display: none;
	text-align: center;
	margin: 40px auto
}

#loadingtext p {
	text-align: center;
	margin: 20px auto
}

p.not-found-product {
	display: none
}

.product_lists {
	width: 100%;
	float: left
}

.dataTables_processing {
	position: absolute;
	top: 0;
	left: 50%;
	width: 250px;
	padding: 14px;
	border: 1px solid #ddd;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #353535;
	display: none;
	visibility: visible;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 99999
}

.diamondDetail {
	text-decoration: underline;
	cursor: pointer
}

.table_fixed {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	background-color: #f5f5f5
}

.table_fixed th {
	font-size: 12px;
	font-weight: 300;
	padding: 7px 0 7px 0;
	text-align: center;
	position: relative
}

.table_fixed th:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -3px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #979581
}

.advance_sliders.hidden {
	display: none
}

.dataTables_wrapper {
	position: relative;
	margin-top: 20px;
}

.diamond_data_table.productDetail tr.added_to_ring td {
	background: #353535;
	color: #fff!important;
	border: 1px solid #353535;
    border-top: none;
}
.diamond_data_table.productDetail tr.added_to_ring td:last-child {
    border-right: none;
}
.columnsRow {
	width: 100%;
	float: left;
	background: #f4f4f2;
	padding: 15px;
	border-top: 1px solid #ddd
}

.large__rings .ring_item .ring_item_inner .ring_text {
	width: 670px
}

.large__rings .ring_item .ring_item_inner .ring_img,
.large__rings .ring_item .ring_item_inner .ring_img img {
	width: 470px
}

#menu-education-sub-nav li.active a {
	color: #000
}

#home-img-blocks .container {
	padding: 0
}

#home-img-blocks .home_main .home-img-block img {
	display: block
}

.blog_main .blog_item .blog_inner .entry-thumbnail .blog_img img {
	display: block
}

.education__wrapper ul {
	list-style: disc;
	padding-left: 25px;
	margin: 10px 0 25px 0
}

.education__wrapper input[type=button] {
	background-color: transparent;
	color: #989682;
	background-image: none;
	border: 1px solid #989682;
	padding: 8px 15px;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-shadow: none;
	transition: all .3s ease;
	box-shadow: none;
	letter-spacing: 2px;
	line-height: 24px;
	margin: 30px auto;
	-webkit-appearance: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.education__wrapper input[type=button]:hover {
	background-color: #989682;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.left_line ul,
.list_style {
	list-style: disc;
	margin: 0 0 20px 25px
}

.left_line .privacy_logos a img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

@media (max-width:1199px) {
	.large__rings .ring_item .ring_item_inner .ring_text {
		width: 540px
	}
	.large__rings .ring_item .ring_item_inner .ring_img,
	.large__rings .ring_item .ring_item_inner .ring_img img {
		width: 380px
	}
}

@media (max-width:768px) {
	.large__rings .ring_item .ring_item_inner .ring_text {
		width: 414px
	}
	.large__rings .ring_item .ring_item_inner .ring_img,
	.large__rings .ring_item .ring_item_inner .ring_img img {
		width: 290px
	}
	.order_view p {
		font-size: 15px
	}
	.order_view .order-info {
		line-height: 32px
	}
}

@media (max-width:767px) {
	.large__rings .ring_item .ring_item_inner .ring_text {
		width: 100%
	}
	.large__rings .ring_item .ring_item_inner .ring_img {
		width: 100%;
		text-align: center
	}
	.large__rings .ring_item .ring_item_inner .ring_img img {
		max-width: 100%;
		width: auto
	}
}

ul.cart-error {
	max-width: 100%;
	width: 100%;
	margin: 20px auto;
	background-color: #f9f9c1;
	padding: 20px 30px;
	list-style: none;
	border: 1px solid #989682;
	display: none
}

.cart-error li,
.cart-error p {
	font-size: 15px
}

.li-cursor {
	cursor: pointer
}

.alert {
	color: #c09853;
	font-size: 14px;
	font-weight: 300;
	width: 100%;
	padding: 8px 35px 8px 14px;
	line-height: 22px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.searchform {
	width: 100%;
	float: left
}

.searchform__inner .form-group label {
	font-size: 13px;
	color: #4d4d4d;
	font-weight: 400
}

#add-to-ring-modal table tr td,
#add-to-ring-modal table tr th {
	padding: 10px;
	color: #555
}

#add-to-ring-modal table tr td {
	background-color: #f4f4f2
}

#add-to-ring-modal table tr td:first-child {
	text-align: left;
	width: auto;
	font-size: 12px;
	font-weight: 300
}

.modal .modal-footer .f_price .price b {
	color: #353535;
	font-weight: 700
}

.diamond-dialog .diamond-table .diamond-table-inner .table_fixed thead th {
	position: sticky!important;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	z-index: 99;
	background-color: #f5f5f5
}

.diamond-dialog .diamond-table .diamond-table-inner .table_fixed tr:hover th {
	color: #353535
}

.new_account_pwd_div .hide {
	display: none
}

.new_account_pwd_div .show {
	display: block
}

form .form-group .required {
	color: red;
	font-weight: 700;
	border: 0
}

.form-group input.error {
	border-color: red
}

.checkout_main .form-group label.error {
	color: red
}

.terms label.error {
	color: red
}

.account .account_inner .account_item label.error {
	color: red
}

.checkout_main .customer_details .select2-selection {
	border: 1px solid #ccc;
	border-radius: 0;
	height: 3.3125em;
	padding: .5em
}

.checkout_main .customer_details .select2-container {
	width: 100%!important
}

.checkout_main .customer_details .select2-selection .select2-selection__arrow {
	height: 3.3125em
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #f1f1f1!important;
	color: #55555a!important
}

.checkout_main .customer_details .select2-container--default .select2-results>.select2-results__options {
	background-color: #fafafa
}

.account.edit .page-header .main_title h1,
.account.view .page-header .main_title h1 {
	border: none;
	padding: 0;
	margin-bottom: 20px
}

.sm_text {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: normal
}

.account.view .account_view h2 {
	font-size: 29px
}

.account.view .account_view .account_address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.account.view .account_view .account_address .address_item {
	min-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

.account.view .account_view .account_address .address_item .edit {
	font-size: 14px;
	line-height: 22px
}

.account.edit .page-header .main_title h1,
.account.view .page-header .main_title h1 {
	border: none;
	padding: 0;
	margin-bottom: 20px
}

.sm_text {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: normal
}

.account.view .account_view h2 {
	font-size: 29px
}

.account.view .account_view .account_address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.account.view .account_view .account_address .address_item {
	min-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

.account.view .account_view .account_address .address_item:last-child{
	margin-left: -45px;
}

.account.view .account_view .account_address .address_item .edit {
	font-size: 14px;
	line-height: 22px
}

.account.edit .billing-fields {
	width: 100%;
	float: left
}

.account.edit .billing-fields .form-group label {
	font-size: 13px;
	color: #4d4d4d;
	font-weight: 400
}

.account.edit .billing-fields .form-group {
	width: 100%;
	float: left;
	margin: 0
}

.account.edit .billing-fields .form-group.half {
	width: 48%;
	float: left
}

.account.edit .billing-fields .form-group.half.mr {
	margin-right: 45px
}

.address_item_inner p {
	font-size: 12px
}

.my_account_orders {
	margin-bottom: 30px;
	min-height: 100px
}

.customer_details table,
.my_account_orders table {
	width: 100%;
	text-align: left;
	border-collapse: collapse
}

.my_account_orders table thead tr {
	background-color: #f5f5f5
}

.my_account_orders table tbody tr:nth-child(even) {
	background-color: #f9f9f9
}

.customer_details table tr:last-child,
.my_account_orders table tr:last-child {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}

table tr {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5
}

.my_account_orders table td.product-name dd {
	margin: 0
}

.customer_details table th,
.my_account_orders table th {
	padding: 10px;
	font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
	color: #555
}

.customer_details table td,
.my_account_orders table td {
	padding: 10px;
	font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
	font-weight: 400;
	color: #555
}

.customer_details table th {
    width: 45%;
}

.customer_details table td p,
.my_account_orders table td p{
	font-size: 16px;
}

.customer_details table td p b,
.my_account_orders table td p b{
	font-weight: 700;
	margin-right: 5px;
}

.customer_details table td p a,
.my_account_orders table td p a{
	color: #555555;
}

.account.view .account_view .account_address .address_item p {
	color: #555;
	font-size: 14px;
	letter-spacing: normal;
    text-transform: capitalize;
}

.order_view {
	width: 100%;
	float: left
}

mark {
	background-color: #989682;
	padding: 5px;
	color: #fff
}

.order_details {
	overflow-x: auto
}

.order_details .order_item .product-name .variation {
	margin-top: 15px;
}

.order_details table.cart tr td.product-name,
.order_details th.product-name {
	width: 45%
}

.account .checkout_main {
	width: 100%;
	float: left
}

.ui-slider-pips .ui-slider-label {
	margin-left: -3em!important;
	width: 6em!important
}

@media (max-width: 991px) {
	.account.view .account_view .account_address .address_item:last-child {
	    margin-left: -25px;
	}
}

@media (max-width:767px) {
	.account_view.order_view .my_account_orders table {
		width: 1100px
	}
	.account.view .account_view h2 {
		font-size: 22px
	}
	/*Gallery Image centered*/
	.grid-item {
		width: 100% !important; 
	}
	.grid-item img {
	  min-width: 100% !important;
   }
   .grid-item a{
	   display: block !important;
   }
	/*Gallerylary Image centered*/
}

@media (max-width:480px) {
	.account.view .account_view .account_address .address_item {
		min-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.account.view .account_view .account_address .address_item:last-child{
		margin-left: 0;
	}
	.account.view .account_view .account_address .address_item_inner h3 {
		text-align: left;
		font-size: 16px
	}
	.education__wrapper ul {
		padding-left: 15px;
		clear: both
	}
	.customer_details table th, .my_account_orders table th,
	.customer_details table td, .my_account_orders table td{
		font-size: 14px;
	}
}