@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Playfair Display', serif;
	overflow-x: hidden;
	background-size: contain !important;
	background: #fcf9f4
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #212806;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.clear {
	clear: both;
}
img {
	max-width: 100%
}
.custom-container {
	width: 1300px;
	margin: 0 auto
}
/* CSS Document */

/* CSS header & slider */

.header-main-wraper {
	background: #212806
}
.topbar-wraper {
	background: #212806;
	padding: 10px 0;
	text-align: center;
	color: rgba(252,248,243,.8);
	font-size: 14px
}
.topbar-wraper a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	margin-left: 10px
}
.topbar-wraper a:hover {
	border: none;
}
.header-slider-main-wraper {
	background: url(../images/slider-bg.jpg) no-repeat top;
	background-size: cover;
	height: 800px;
	overflow: hidden;
	position: relative;
}
.header-wraper {
	padding: 15px 0;
	position: relative;
	z-index: 111;
}
.header-navigation-wrp {
}
.header-navigation-wrp ul {
	list-style: none;
}
.header-navigation-wrp ul li {
	display: inline-block;
	padding: 10px 20px 20px 20px;
	position: relative;
}
.dropdown-menu-header {
	background: #fcf9f4;
	padding: 30px;
	position: absolute;
	width: 900px;
	left: -100px;
	box-shadow: 0px 29px 80px -24px #a3a3a3;
	display: none;
	top: 50px
}
.dropdown-menu-header h2 {
	font-size: 25px;
	margin-bottom: 1px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1e7dc;
	color: #212806;
	font-weight: 900
}
.dropdown-list-menu {
	border-top: 1px solid #f1e7dc;
	padding-top: 15px
}
.dropdown-menu-header a {
	font-size: 12px !important;
	display: inline-block;
	width: 49%;
	padding-bottom: 12px;
	background: url(../images/arrow-image.svg) no-repeat left;
	padding-left: 27px;
	background-size: 8% 40%;
	padding-top: 10px;
	font-weight: 700 !important
}
.hover-change-image {
	height: 350px;
	background-size: cover !important;
}
.header-navigation-wrp ul li:hover .dropdown-menu-header {
	display: block;
}
.dropdown-stone-list {
	margin-top: 15px
}
.header-navigation-wrp ul li:before {
	font-family: 'FontAwesome';
	content: "\f067";
	position: absolute;
	right: -5px;
	top: 14px;
	font-size: 13px;
	color: #bcb298
}
.header-navigation-wrp ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #1a1818;
	font-weight: 500;
}
.header-navigation-wrp ul li a:hover {
	color: #212806;
	opacity: 0.5;
}
.header-car-main-wraper {
	text-align: right;
}
.header-car-main-wraper ul {
	list-style: none;
	margin-right:25px
}
.header-car-main-wraper ul li {
	display: inline-block;
	padding: 10px 5px;
	position: relative;
}
.header-car-main-wraper ul li:nth-child(1) {
	padding: 0 15px
}
.header-car-main-wraper ul li:nth-child(1) a img {
	margin-top: -2px;
}
.header-car-main-wraper ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #212806;
	font-weight: 500;
}
.cart-button {
	font-family: 'Roboto', sans-serif;
}
.cart-button img {
	margin-top: -5px;
	margin-right: 8px;
}
.language-button {
	font-family: 'Roboto', sans-serif;
}
.language-button img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 3px solid #cf1244;
}
.trade-button {
	background: #212806;
	padding: 12px 24px 15px 24px;
	color: #fff !important;
	border-radius: 10px;
	font-size: 12px !important;
}
.trade-button:hover {
	background: #000;
}
.trade-button img {
	margin-left: 10px;
	position: relative;
}
.trade-button:hover img {
	margin-left: 15px;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.slider-section-wrap {
	position: relative;
	height: 100vh
}
.slider-center-image {
	background: url(../images/shape-slider.png) no-repeat top;
	background-size: 100% 100%;
	position: absolute;
	width: 472px;
	height: 618px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	transition-duration: 1.1s !important;
}
.slider-center-image .slider-image-text {
	bottom: 110px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto
}
.slider-center-image .slider-image-text h1 {
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	color: #212806;
	line-height: 36px
}
.slider-center-image h1 span {
	font-size: 25px;
	display: block;
}
.slider-button {
	text-align: center;
	margin-top: 55px
}
.slider-button button {
	background: #212806;
	padding: 12px 24px 14px 24px;
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	border:none;
	outline:none;
}
.slider-button button:hover {
	background: #000;
}
.slider-button button svg {
	width: 18%;
	margin-left: 10px;
	margin-top: -2px
}
.slider-button button:hover svg {
	width: 16%;
	margin-left: 22px;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.stone-image1 {
	position: absolute;
	right: 10%;
	top: 70px;
	width: 100px;
	height: 100px
}
.stone-image2 {
	position: absolute;
	left: 13%;
	bottom: 250px;
	width: 80px;
	height: 80px;
}
.social-media-slider-wrap {
	position: absolute;
	width: 2.3%;
	text-align: center;
	top: 24%;
	left: 20px;
}
.slider-button a {
	background: #212806;
	padding: 12px 24px 14px 24px;
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	border:none;
	outline:none;
}
.slider-button a:hover {
	background: #000;
}
.slider-button a svg {
	width: 6%;
	margin-left: 10px;
	margin-top: -2px
}
.slider-button a:hover svg {
	width: 5%;
	margin-left: 22px;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.social-media-slider-wrap a {
	display: block;
	color: #212806;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #d8d5c6;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 11px;
}
.social-media-slider-wrap a:hover {
	background: #e4e1d7;
}
.social-media-slider-wrap span {
}
.contact-headder-text {
	border-left: 2px solid #212806;
	position: absolute;
	bottom: 46px;
	width: 24%;
	padding: 20px;
	color: #1a1818;
	left: 33px;
}
.contact-headder-text p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.contact-headder-text a {
	color: #212806;
	font-size: 16px;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #212806;
	font-weight: bold;
	position: relative;
}
.contact-headder-text a:hover {
	color: #000;
}
#mouse-scroll {
	style: block;
}
#mouse-scroll img {
	margin-bottom: 10px;
}
#mouse-scroll {
	position: absolute;
	margin: auto;
	right: 20px;
	bottom: 36%;
	-webkit-transform: translateX(-50%);
	z-index: 999;
	text-align: center;
}
#mouse-scroll span {
	display: block;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 0 3px 7px;
}
#mouse-scroll .mouse {
	height: 32px;
	width: 20px;
	border-radius: 10px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border: 1px solid #000;
	bottom: 170px;
}
#mouse-scroll .down-arrow-1 {
	margin-top: 6px;
}
#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
	-webkit-animation: mouse-scroll 1s infinite;
 -moz-animation: mouse-scroll 1s infinite:
}
#mouse-croll .down-arrow-1 {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
	-webkit-animation-delay: .3s;
	-moz-animation-dekay: .3s;
	-webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: #000;
	position: relative;
}
#mouse-scroll .mouse-in {
	-webkit-animation: animated-mouse 1.2s ease infinite;
	moz-animation: mouse-animated 1.2s ease infinite;
}
 @-webkit-keyframes animated-mouse {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(6px);
 -ms-transform: translateY(6px);
 transform: translateY(6px);
}
}
@-webkit-keyframes mouse-scroll {
 0% {
 opacity: 1;
}
 50% {
 opacity: .5;
}
 100% {
 opacity: 1;
}
}
@keyframes mouse-scroll {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0.5;
}
 100% {
 opacity: 1;
}
}


/* drawer menu */
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	padding-top: 50px;
	background: #212806;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow:auto;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
	padding-left: 40px;
	font-family: 'Roboto', sans-serif;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* checkbox */
.check {
	display: none;
}
/* menu button - label tag */
.menu-btn {
    position:absolute;
    display: block;
    top: 13px;
    right: 20px;
    display: block;
    width: 35px;
    height: 28px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}
.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 27px;
    height: 1px;
    background: #212806;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #cd9e69 ;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 250px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width:27px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 27px;
	top: 19px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
.drawer-menu ul {
	list-style: none;
}
.drawer-menu ul li a {
	text-decoration: none;
}
.drawer-menu .panel-default{
	background:none;
}
.drawer-menu .panel-default>.panel-heading{
    border: 1px solid #212806;
    color: #fff;
    padding: 0;
    background: #212806;
}
.drawer-menu .panel-default{
	border:none;
}
.list-group-item a{
	color:#000 !important;
}

/* CSS header & slider */

/* CSS content */

.content-wraper {
	position: relative;
}
/* CSS search */

.search-slide-wrp {
	width: 50%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 111;
	top: -50px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0 37px 1px #bdbdbd;
}
.search-slide-wrp .form-group {
	margin-bottom: 0;
	position: relative;
}
.search-slide-wrp .form-group img {
	position: absolute;
	top: 34px;
	right: 32px;
	z-index: 0
}
.search-slide-wrp .form-group .select-control {
	background: #f6f2e8;
	height: 75px;
	width: 100%;
	padding: 0 25px;
	font-weight: bold;
	font-size: 14px;
	color: #1a1818;
	border: none;
	outline: none;
}
.search-slide-wrp .form-group .select-control option {
	font-weight: bold;
}
select.select-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.input-search-group {
	padding: 15px 0
}
.input-search-group .form-control {
	height: 45px;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	outline: none;
	width: 80%;
	margin-right: 15px;
	border-radius: 6px;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	padding-left: 15px;
	color: #1a1818;
	font-weight: 500
}
.input-search-group .form-control::-webkit-input-placeholder { /* Edge */
 color:#1a1818;
}
 .input-search-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#1a1818;
}
.input-search-group .form-control:focus {
	border: 1px solid #dac2a8;
}
.input-search-group .form-control::placeholder {
 color:#1a1818;
}
.input-search-group button {
	background: #1d1b1b;
	border: none;
	outline: none;
	border-radius: 6px;
	height: 45px;
	width: 13%;
	text-align: center;
	cursor: pointer
}
.input-search-group button:hover {
	background: #212806;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
/* CSS search */

/* CSS about */

.about-main-wraper {
	padding: 90px 0;
	background: url(../images/about-bg.png) no-repeat top;
	position: relative;
	background-size: cover
}
.about-main-wraper h1 {
	font-weight: 600;
	font-size: 45px;
	border-left: 3px solid #000000;
	line-height: 45px;
	padding: 20px 25px;
	color: #000000;
}
.about-main-wraper .stone-image3 {
	position: absolute;
	right: 150px;
	top: 80px;
	width: 70px;
}
.about-detail-text-image {
	padding: 130px 0 15px 0
}
.about-detail-text-image h3 {
	font-size: 32px;
	color: #000000;
	border-top: 3px solid #000000;
	font-weight: 600;
	padding-top: 16px;
	line-height: 33px;
}
.about-detail-text-image p {
	padding: 30px 0;
	color: #1c1416;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.stone-image4 {
	position: absolute;
	bottom: 32%;
	left: 50px;
	width: 100px;
}
.appointment-button {
}
.appointment-button a {
	background: #212806;
	padding: 12px 20px 14px 20px;
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
}
.appointment-button a:hover {
	background: #000;
}
.appointment-button a svg {
	width: 11%;
	margin-left: 10px;
	margin-top: -2px;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.appointment-button a:hover svg {
	width: 9%;
	margin-left: 22px;
	margin-top: -2px;
}
.about-image-wraper {
	height: 475px;
	background: url(../images/about-image1.jpg) no-repeat top;
	background-size: cover !important
}
.about-text-main-wraper {
}
.about-text-main-wraper h4 {
	font-size: 36px;
	color: #1c1416;
	font-weight: 600
}
.about-text-main-wraper p {
	padding: 15px 0;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	line-height: 22px
}
.about-text-main-wraper h6 {
	padding: 12px 16px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}
.about-text-main-wraper ul {
	list-style: none;
	margin-top: 20px
}
.about-text-main-wraper ul li {
	font-weight: bold;
	font-size: 14px;
	color: #1c1416;
	padding: 4px 0;
	background: url(../images/arrow-about.png) no-repeat top left;
	padding-left: 40px;
	margin: 15px 0;
}
.button-about {
	margin-top: 30px
}
.button-about a {
	background: #000;
	padding: 12px 20px 14px 20px;
	color: #fff;
	border-radius: 10px;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
}
.button-about a svg {
	width: 6%;
	margin-left: 10px;
	margin-top: -2px;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.button-about a:hover svg {
	width: 5%;
	margin-left: 22px;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
/* CSS about */

/* Product */

.product-main-wraper {
	padding: 60px 0;
	background: url(../images/pattren.png) no-repeat top left;
	position: relative;
}
.product-main-wraper h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 50px;
	color: #000;
	border-bottom: 1px solid #f1e7dc;
}
.product-main-wraper .carousel-wrap .owl-carousel .owl-stage-outer {
	list-style: none;
	border-top: 1px solid #f1e7dc;
	margin-top: 2px;
	padding-top: 60px
}
.listing-product-wrp {
	background: #fff;
	padding: 15px;
	display: block;
	border-radius: 10px;
	box-shadow: 0px 10px 18px 1px #d5d5d5;
	margin-bottom: 40px !important;
}
.card-image {
	display: block;
	height: 230px; /* layout hack */
	background: #fff center center no-repeat;
	background-size: cover;
	border-radius: 10px;
	filter: blur(3px); /* blur the lowres image */
	;
}
.card-image > img {
	display: block;
	width: 100%;
	opacity: 0; /* visually hide the img element */
}
.card-image.is-loaded {
	filter: none; /* remove the blur on fullres image */
	transition: filter 1s;
}
.card-list {
	display: block;
	margin: 1rem auto;
	padding: 0;
	font-size: 0;
	text-align: center;
	list-style: none;
}
.list-product-heading {
	padding: 25px 0 15px 0;
}
.list-product-heading h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #212806;
}
.list-product-heading h3 {
	line-height: 15px;
	text-align: left !important;
	margin: 0 !important;
}
.list-product-heading h3 a {
	font-size: 19px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
}
.buttons-heart-cart {
}
.buttons-heart-cart a {
	width: 50px;
	height: 45px;
	background: #fff;
	color: #000;
	display: inline-block;
	text-align: center;
	border: 1px solid #000000;
	border-radius: 10px;
	padding-top: 11px;
	margin-left: 5px
}
.buttons-heart-cart a:hover {
	background: #000 !important;
	color: #fff !important
}
.heart-active {
	background: #212806 !important;
	color: #fff !important
}
.owl-nav {
	position: absolute;
	top: 250px;
	width: 100%;
}
.owl-nav button span {
	display: none;
}
.owl-nav i {
	font-size: 16px;
	border: none;
	border-radius: 50%;
	border: 1px solid #000;
	padding-top: 9px;
	color: #000;
}
.owl-nav .owl-prev {
	left: -55px !important;
	position: absolute;
	outline: none;
	background: url(../images/arrow-left.png) no-repeat top left !important;
	width: 60px;
	height: 34px;
	background-size: contain !important;
}
.owl-nav .owl-next {
	right: -55px !important;
	position: absolute;
	outline: none;
	width: 60px;
	height: 34px;
	background: url(../images/arrow-right.png) no-repeat top left !important;
	background-size: contain !important;
}
.specs-list-wrap {
	border: 1px solid #e3e3e3;
	border-radius: 10px
}
.specs-list-wrap ul {
	list-style: none;
	margin: 0;
}
.specs-list-wrap ul li {
	margin: 0;
	padding: 0
}
.specs-list-wrap ul li h6 {
	border-right: 1px solid #e3e3e3;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-align: center;
	padding: 12px 0;
}
.specs-list-wrap ul li h6 span {
	color: #767676;
}
.specs-list-wrap ul li h6 span strong {
	color: #000;
	display: block
}
.stone-image5 {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 80px;
}
/* Product */

/* stone services */

.stone-services-main-wraper {
	background: url(../images/stones-bg.jpg) no-repeat top;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
.stone-services-main-wraper ul {
	list-style: none;
}
.stone-services-main-wraper ul li {
	height: 550px;
	position: relative;
	overflow: hidden;
	border-right: 1px solid #45454e;
	padding: 0
}
.stone-services-main-wraper ul li .stones-services-list {
	text-align: center;
}
.stones-services-list h3 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 55px 0;
}
.hover-text-wrp-services {
	position: absolute;
	bottom: -300px;
}
.stone-services-main-wraper ul li:hover .hover-text-wrp-services {
	bottom: 70px;
	transition: ease-in 0.6s;
	-moz-transition: ease-in 0.6s;
	-webkit-transition: ease-in 0.6s;
	-ms-transition: ease-in 0.6s;
	-o-transition: ease-in 0.6s
}
.stone-services-main-wraper ul li:hover h3 {
	background-color: rgba(28,32,11,0.8);
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s
}
.hover-text-wrp-services p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	padding: 0 50px;
	font-weight: 300;
	line-height: 24px;
	padding-bottom: 25px
}
.hover-text-wrp-services .appointment-button a {
	font-size: 12px;
	padding: 12px 15px 14px 15px
}
.hover-text-wrp-services .appointment-button a:hover svg {
	width: 6% !important;
}
/* stone services */

/* popular gemstones */

.popular-gemstones-wraper {
	background: #f3ede6 url(../images/pattren.png) repeat top;
	padding: 60px 0;
	background-size: contain;
	position: relative;
}
.popular-gemstones-wraper h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 30px;
	color: #000000
}
.popular-gemstones-wraper .nav-tabs {
	text-align: center;
	display: block;
	padding-bottom: 40px;
	border-bottom: 1px solid #d1c6b8
}
.popular-gemstones-wraper .nav-tabs li {
	float: none;
	display: inline-block;
	width: 17%;
}
.popular-gemstones-wraper .nav-tabs li a {
	background: #fff;
	padding: 14px 24px;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	border-radius: 6px;
	margin: 0 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	display: block;
}
.popular-gemstones-wraper .tab-pane {
	border-top: 1px solid #d1c6b8;
	border-bottom: 1px solid #d1c6b8;
	margin-top: 2px;
	padding: 40px 0 20px 0
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #212806;
	color: #fff;
	border-radius:10px
}
.popular-gemstones-wraper .listing-product-wrp {
	box-shadow: 0px 14px 18px 1px #bebebe;
}
.popular-gemstones-wraper .listing-product-wrp:hover {
	box-shadow: 0px 14px 100px 1px #bebebe;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s
}
.popular-gemstones-wraper .button-about {
	border-top: 1px solid #d1c6b8;
	margin-top: 2px;
	padding-top: 50px;
	text-align: center;
}
.popular-gemstones-wraper .button-about a {
	padding: 12px 18px 14px 18px !important;
	margin: 0 10px;
}
.contact-button {
	background: #212806 !important
}
.popular-gemstones-wraper .button-about a svg {
	margin-left: 5px !important;
	width: 4% !important
}
.popular-gemstones-wraper .button-about a:hover svg {
	width: 3% !important;
}
.stone-image6 {
	position: absolute;
	right: 50px;
	top: 80px;
	width: 130px;
}
.stone-image7 {
	position: absolute;
	left: 50px;
	bottom: 100px;
	width: 130px;
}
.tabpanel-explore-wraper{
}
.tabpanel-explore-wraper ul{
	list-style:none;
	margin-top:30px
}
.tabpanel-explore-wraper ul li{
}
.tabpanel-explore-wraper ul li .explore-listing-main-wraper{
	margin-bottom:30px
}
.explore-listing-main-wraper a{
	display:block;
	text-decoration:none;
}
.explore-listing-main-image{
	height:230px;
	background-size:cover !important;
	border-radius:15px;
	padding:25px
}
.explore-listing-main-image span{
	background:#000;
	padding:6px 15px;
	font-size:12px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	border-radius:15px;
}
.explore-listing-main-wraper h2{
	font-size:22px;
	font-weight:500;
	color:#000;
	padding:15px 0
}
.explore-listing-main-wraper p{
	color:#666;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
}
.news-explore-main-wraper .nav-tabs>li>a{
	padding: 13px 25px;
}
.explore-detail-wraper{
	padding:60px 0;
}
.explore-detail-wraper h2{
	padding:15px 0;
}
.explore-detail-wraper p{
	color:#666;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}
	
/* popular gemstones */

/* Led by Transparency */

.transparency-main-wraper {
	padding: 60px 0;
	background: #fcf9f4 url(../images/pattren.png) repeat top;
	position: relative;
	overflow: hidden;
}
.transparency-main-wraper h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 50px;
	color: #000;
	border-bottom: 1px solid #f1e7dc;
}
.stone-image8 {
	position: absolute;
	right: 30px;
	top: 80px;
	width: 130px;
}
.transparency-main-wraper ul {
	list-style: none;
	border-top: 1px solid #f1e7dc;
	border-bottom: 1px solid #f1e7dc;
	margin: 0;
	margin-top: 2px;
	padding: 60px 0
}
.transparency-main-wraper ul li {
	position: relative;
}
.transparency-main-wraper ul li:after {
	content: "";
	background: url(../images/arrow-steps.png) repeat top;
	position: absolute;
	width: 48px;
	height: 22px;
	right: -20px;
	top: 30%
}
.transparency-main-wraper ul li:nth-child(3):after {
	background: none;
}
.transparency-main-wraper ul li .listing-led-transparency {
}
.listing-led-transparency .listing-led-image {
	text-align: center
}
.transparency-main-wraper ul li .listing-led-transparency h5 {
	text-align: center;
	color: #212806;
	font-size: 20px;
	font-weight: 600
}
.transparency-main-wraper .button-about {
	border-top: 1px solid #f1e7dc;
	margin-top: 2px;
	padding-top: 50px;
	text-align: center;
}
.transparency-main-wraper .button-about a svg {
	margin-left: 5px !important;
	width: 4% !important
}
.transparency-main-wraper .button-about a:hover svg {
	width: 3% !important;
}
.stone-image9 {
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: 120px;
}
/* Led by Transparency */

/* instagram post */


.instagram-post-main-wraper {
	padding: 40px 0 0 0;
	position: relative;
	height: 850px;
	overflow: hidden;
}
.insta-post-circle {
	text-align: center;
	margin-bottom: 15px;
	width: 8%;
	margin: 20px auto
}
.instagram-post-main-wraper h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 50px;
	color: #000;
}
.instagram-post-main-wraper h2 span {
	display: block;
}
.insta-post-image-list {
	position: relative
}
.image-ig1 {
	left: 0;
	top: -180px;
	right: auto;
	bottom: auto;
	width: 7.5em;
	position: absolute;
}
.image-ig2 {
	left: 160px;
	top: -140px;
	right: auto;
	bottom: auto;
	z-index: 2;
	width: 16em;
	position: absolute;
}
.image-ig3 {
	left: 0;
	top: auto;
	right: auto;
	width: 20em;
	position: absolute;
}
.image-ig4 {
	position: absolute;
	left: 32%;
	top: auto;
	right: auto;
	width: 23em;
}
.image-ig5 {
	position: absolute;
	left: auto;
	top: 0px;
	right: 21%;
	bottom: auto;
	z-index: 2;
	width: 16em;
}
.image-ig6 {
	position: absolute;
	left: auto;
	top: -180px;
	right: 0;
	bottom: auto;
	width: 17em;
}
.image-ig7 {
	position: absolute;
	left: auto;
	top: 69px;
	right: 48px;
	width: 21em;
}
/* instagram post */

/* popup cart */

.cart-popup-wraper {
}
.cart-popup-wraper .modal {
	left: auto;
	margin: 0;
	padding: 0 !important
}
.modal-open {
	padding-right: 0 !important;
}
.cart-popup-wraper .modal-dialog {
	margin: 0;
}
.cart-popup-wraper .modal-content {
	border-radius: 0;
	height: 100vh;
	background: #fcf9f4
}
.cart-popup-wraper .modal-header {
	background: #f5eee6;
	border: none;
	text-align: left;
	display: block;
	padding: 18px 20px;
}
.cart-popup-wraper .modal-header .close {
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0.9;
	font-size: 36px;
	outline: none;
	font-weight: 300 !important;
	position: relative;
	top: -2px;
}
.cart-popup-wraper .modal-title {
	font-size: 24px;
	font-weight: 700
}
.cart-popup-wraper .modal-body {
	padding: 35px;
}
.modal-backdrop {
	background-color: rgba(57,37,20,.9) !important;
}
.cart-popup-wraper .slider-button {
	margin-top: 35px !important
}
.cart-popup-wraper .btn {
	outline: none;
	box-shadow: none;
	background: #f5eee6;
	padding: 8px 24px;
	font-size: 13px;
	font-weight: bold;
}
.cart-popup-wraper .btn:hover {
	background: #e8ddd0;
}
#search-popup-modal {
	padding-right: 0 !important;
}
#search-popup-modal .modal-dialog {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
#search-popup-modal .modal-content {
	border-radius: 0;
	background: #fcf9f4;
}
#search-popup-modal .modal-body {
	padding: 65px;
}
#search-popup-modal h3 {
	font-size: 36px;
	font-weight: 600;
	color: #212806;
	text-align: center;
	margin-bottom: 65px
}
#search-popup-modal form {
	width: 60%;
	margin: 0 auto
}
#search-popup-modal form .form-group {
}
#search-popup-modal form .form-group .form-control {
	border: none;
	border-bottom: 1px solid #212806;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	font-size: 28px;
	padding-left: 0;
	padding-bottom: 15px;
	padding-top: 0;
	background: none
}
#search-popup-modal form .form-group .form-control::-webkit-input-placeholder { /* Edge */
 color: #666;
}
 #search-popup-modal form .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #666;
}
 #search-popup-modal form .form-group .form-control::placeholder {
 color: #666;
}
#search-popup-modal .slider-button {
	margin-top: 0;
	text-align: left
}
#search-popup-modal .close {
	position: absolute;
	top: 0px;
	right: 30px;
	outline: none;
	font-size: 65px;
	font-weight: 300;
}
#search-popup-modal .slider-button a svg {
	width: 12% !important
}
#search-popup-modal .slider-button a:hover svg {
	width: 10% !important;
}
/* popup cart */

.inner-header-main-wraper {
	background: none !important;
}
.inner-header-slider-main-wraper {
	background: #f9e9e0 !important;
	height: 550px !important;
	border-bottom: 1px solid #eecdba;
}
.inner-slider-wraper {
	position: absolute;
	top: 0;
	width: 100%;
}
.inner-slider-wraper .container-fluid {
	padding: 0;
	margin: 0
}
.slider-text-main-heading {
	padding: 150px 80px 115px 150px
}
.slider-text-main-heading h1 {
	font-weight: 500;
	color: #000;
	font-size: 65px;
}
.slider-text-main-heading p {
	padding: 30px 0;
	color: #1c1416;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.inner-slider-image {
	height: 620px;
	background-size: cover !important;
}
.inner-social-media-slider-wrap {
	z-index: 111;
	top: 25% !important;
}
.inner-search-filter-wrap {
	width: 50%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 111;
	top: -38px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0 37px 1px #bdbdbd;
}
.inner-search-filter-wrap h5 {
	background: #212806;
	height: 75px;
	width: 100%;
	padding: 25px;
	font-weight: bold;
	font-size: 14px;
	color: #ffff;
	border: none;
	outline: none;
	line-height: 24px;
	text-align: center;
}
.inner-search-filter-wrap button{
	background: #1d1b1b;
    border: none;
    outline: none;
    border-radius: 6px;
    height: 45px;
    width: 100%;
    margin-top: 14px;
    text-align: center;
    cursor: pointer;
}
.inner-search-filter-wrap .col-md-1{
	padding-left:0;
}
.inner-search-filter-wrap button:hover{
	background:#000;
}
.inner-search-filter-wrap .form-group {
	margin-bottom: 0;
	position: relative;
	margin-top: 15px
}
.inner-search-filter-wrap .form-group img {
	position: absolute;
	top: 21px;
	right: 20px;
	z-index: 0;
}
.inner-search-filter-wrap .form-group .select-control {
	height: 45px;
	border: 1px solid #e3e3e3;
	width: 100%;
	outline: none;
	border-radius: 6px;
	padding-left: 10px;
	font-size: 13px;
	font-weight: 600;
}
.inner-search-filter-wrap .form-group .select-control:focus {
	border: 1px solid #dac2a8;
}
.inner-search-filter-wrap .row {
	margin-right: 0;
}
.inner-search-filter-wrap .col-md-4 {
	padding-left: 0;
}
.inner-product-main-wraper {
	padding: 80px 0 40px 0;
}
.inner-product-main-wraper .container-fluid {
	padding-left: 30px;
	padding-right: 30px
}
.inner-product-main-wraper ul {
	list-style: none;
}
.inner-product-main-wraper .list-product-heading h3 a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: 900;
	line-height: 22px;
}
.inner-product-main-wraper .listing-product-wrp {
	margin-bottom: 30px;
}
.inner-product-main-wraper .listing-product-wrp:hover {
	box-shadow: 0px 10px 80px 1px #b9b9b9;
}
.inner-product-main-wraper .buttons-heart-cart {
	text-align: right;
}
.listing-product-wrp {
	margin-bottom: 1px;
	border-top: 1px solid #ccc;
	margin-top: 2px
}
.inner-product-main-wraper .nav-tabs {
	margin-bottom: 1px;
	padding-bottom: 25px;
	text-align: center;
}
.inner-product-main-wraper .nav-tabs li {
	display: inline-block !important;
}
.inner-product-main-wraper .nav-tabs li a {
	background: #f9e9e0;
	padding: 12px 24px;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	border-radius: 6px;
	margin: 0 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	display: block;
}
.inner-product-main-wraper .nav-tabs li a:hover {
	background: #212806;
	color: #fff;
}
.inner-product-main-wraper .tab-content {
	padding-top: 30px;
	border-top: 1px solid #dee2e6;
}
.product-detail-slider-main-wraper {
	height: auto !important;
	overflow: visible !important;
	background: #fcf9f4
}
.product-detail-main-wraper {
	padding: 30px 0;
}
.product-detail-image-wrp {
}
.product-detail-image-wrp .button-back {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
}
.product-detail-image-wrp .button-back img {
	margin-right: 10px;
	margin-top: -2px;
}
.product-detail-image-wrp ul {
	list-style: none;
}
.product-detail-image-wrp ul li {
}
.product-detail-image-wrp ul li .product-detail-img {
	height: 600px;
	background-size: cover !important;
	margin-top: 15px;
	margin-bottom: 45px
}
.product-detail-main-wraper .container-fluid {
	padding: 0 120px;
}
.product-detail-wrap {
	margin-top: 35px;
	margin-left: 35px
}
.product-detail-wrap h4 {
	font-size: 14px;
	color: #212806 !important
}
.product-detail-wrap h4 a {
	text-decoration: none;
}
.product-detail-wrap h5 {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	padding: 20px 0
}
.amount-rating-wrap {
	border-bottom: 1px solid #424928;
	padding-bottom: 5px
}
.product-detail-amount {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #424928
}
.star-product-detail {
	text-align: right;
}
.star-product-detail a {
	font-size: 18px;
	text-decoration: none;
	color: #b48d62;
	font-family: 'Roboto', sans-serif;
}
.review-button {
	font-size: 13px !important;
	text-decoration: underline !important;
}
.product-detail-wrap p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
	padding: 20px 0
}
.product-detail-wrap p a {
	color: #b48d62;
	text-decoration: underline;
	font-size: 14px
}
.advantage-listing-wrp {
	padding: 10px 0
}
.advantage-image {
	text-align: center;
}
.advantage-image img {
	margin-bottom: 10px;
}
.advantage-image h6 {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	color: #212806;
	font-weight: 300;
}
#radioBtn .notActive {
	color: #3276b1;
	background-color: #fff;
}
.product-detail-wrap .form-group {
	text-align: left;
	padding: 12px 0;
	margin: 0;
}
.product-detail-wrap .form-group label {
	font-weight: 600;
	font-size: 16px;
}
.product-detail-wrap .form-group a {
	border: 1px solid #212806 !important;
	color: #212806 !important;
	font-weight:600;
	padding: 8px 12px;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff !important;
	;
	background: #8e9373;
	border: 1px solid #212806;
}
button.qty-change {
	outline: none;
	background: none;
	border: none;
	font-size: 15px;
	background: #fff;
	width: 30px;
	height: 30px;
	cursor: pointer
}
.qty-changer {
	background: #f5eee6;
	padding: 9px;
	border-radius: 8px;
	text-align: center;
	margin-top: -5px;
}
.qty-input {
	height: 10px;
	width: 40px;
	text-align: center !important;
	border: none;
	outline: none;
	background: none;
	font-family: 'Roboto', sans-serif;
}
.add-cart-button-wrap {
	padding-top: 20px;
}
.product-detail-wrap .slider-button {
	text-align: right;
	margin-top: 5px
}
.product-info-main-wraper {
	padding: 60px 0 45px 0;
	background: #f3ede6;
	margin-top: 60px
}
.product-info-main-wraper h4 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 30px;
	color: #000000;
}
.product-info-main-wraper .nav-tabs {
	text-align: center;
	padding-bottom: 35px;
	border-bottom: 1px solid #d1c6b8;
	margin-bottom: 1px;
	display: block
}
.product-info-main-wraper .nav-tabs li {
	display: inline-block;
}
.product-info-main-wraper .nav-tabs li a {
	background: #fff;
	padding: 14px 24px;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	border-radius: 6px;
	margin: 0 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	display: block;
}
.product-info-main-wraper .nav-tabs li a:hover {
	background: #212806;
	color: #fff;
}
.product-info-main-wraper .tab-pane {
	border-top: 1px solid #d1c6b8;
	padding-top: 15px
}
.product-info-main-wraper .tab-pane p {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.other-products-wrap {
	padding: 80px 0;
}
.other-products-wrap h3 {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	margin-bottom: 35px;
}
.other-products-wrap ul {
	list-style: none;
}
.other-products-wrap ul li:hover .listing-product-wrp {
	box-shadow: 0px 10px 80px 1px #d5d5d5;
}
.product-call-action-wrap {
	border-top: 1px solid #c1c5ae;
	background-color: #fcf8f3;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 12px;
	z-index: 111;
	transition: ease-in 0.9s;
	-moz-transition: ease-in 0.9s;
	-webkit-transition: ease-in 0.9s;
	-ms-transition: ease-in 0.9s;
	-o-transition: ease-in 0.9s;
	transition-duration: 4s
}
.product-call-action-wrap {
	display: none;
}
.product-detail-wrap.absolute {
	display: block;
	position: absolute;
	bottom: 0;
}
.product-detail-wrap.fixed {
	display: block;
	position: fixed;
	top: 0;
	width: 598px;
}
.product-call-action-image {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	float: left;
	background-size: cover !important;
}
.product-call-action-wrap h3 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-top: 8px
}
.product-call-action-wrap p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.amount-cart-button {
	text-align: right;
	margin-top: 16px
}
.amount-cart-button span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-right: 15px;
	position: relative;
	top: 2px;
	font-weight: bold;
	color: #212806;
}
.amount-cart-button .slider-button {
	margin: 0;
	display: inline-block
}
.amount-cart-button .slider-button a {
	font-size: 12px;
}
.amount-cart-button .slider-button a svg {
	width: 8%
}
.adtional-info-main-wraper {
	padding: 25px 0
}
.adtional-info-main-wraper h3 {
	font-weight: 500;
	font-size: 26px;
	color: #000;
	margin-bottom: 30px
}
.adtional-info-main-wraper ul {
	list-style: none;
	margin-left: -15px;
	margin-right: -15px
}
.adtional-info-main-wraper ul li {
	display: inline-block;
	width: 31.3%;
	background: #fff;
	padding: 15px 0;
	border-radius: 10px;
	margin: 0 10px;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
.adtional-info-main-wraper ul li span {
	margin-left: 10px;
	background: #fff url(../images/arrow-image.svg) no-repeat left;
	padding-left: 44px;
}
.review-website-design {
	padding: 25px 0;
}
.review-website-design h2 {
	font-weight: 500;
	font-size: 26px;
	color: #000;
	margin-bottom: 30px;
}
.product-info-wrap {
	padding: 25px 0;
}
.product-info-wrap h2 {
	font-weight: 500;
	font-size: 26px;
	color: #000;
	margin-bottom: 30px;
}
.rating-stars-wrap {
}
.rating-stars-wrap a {
	font-size: 18px;
	text-decoration: none;
	color: #b48d62;
	font-family: 'Roboto', sans-serif;
}
.rating-stars-wrap span {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	margin-left: 10px
}
.customer-review-listing {
	border-bottom: 1px solid #212806;
	padding-bottom: 25px;
	margin-bottom: 25px
}
.write-review-button a svg {
	width: 2%;
}
.inner-about-section-wrp {
	height: 600px;
	background: #f0f2f5;
	border-bottom: 1px solid #d0d8e3;
}
.inner-about-section-wrp .slider-text-main-heading h1 {
	font-weight: 500;
	color: #000;
	font-size: 52px;
}
.inner-about-section-wrp .slider-text-main-heading p {
	padding: 30px 0;
	color: #1c1416;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
}
.inner-about-section-wrp .slider-button {
	text-align: left;
	margin-top: 20px
}
.about-main-inner-wraper {
	background: url(../images/pattren.png) repeat top;
}
.about-main-inner-wraper h4 {
	text-align: center;
	font-size: 45px;
	padding: 100px 160px;
	color: #212806;
	line-height: 60px
}
.about-inner-image {
	height: 500px;
	background-size: cover !important;
	width: 90%
}
.about-inner-image1 {
	position: absolute;
	top: 24%;
	right: -40px;
	width: 220px;
	height: 250px;
	background-size: cover !important
}
.about-listing-image-inner {
	position: relative;
}
.about-inner-text-wrp p {
	font-size: 14px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	padding-left: 80px;
	text-align: justify;
	line-height: 26px;
	color: #000
}
.about-inner-text-wrp .slider-button {
	margin-top: 40px;
	padding-left: 80px;
	text-align: left;
}
.about-advantage-wrap {
	padding: 60px 0;
	background: url(../images/pattren.png) repeat top;
}
.about-advantage-wrap h3 {
	font-size: 22px;
	margin-bottom: 45px
}
.about-advantage-wrap ul {
	list-style: none;
}
.about-advantage-wrap ul li {
}
.about-advantage-wrap ul li .listing-advantage {
	background: #fff url(../images/arrow-image.svg) no-repeat left;
	padding: 15px 0;
	border-radius: 10px;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
	padding-left: 45px;
	background-size: 15% 15px;
}
.about-other-products-wrap {
	background: #f0f2f5;
}
.about-other-products-wrap h3 {
	text-align: center;
	margin-bottom: 50px
}
.list-product-heading h3 {
}
.login-main-account-wrap {
	height: 100vh;
	background: #fcf8f3;
	overflow: auto;
}
.login-form-wrap {
	width: 40%;
	margin: 0 auto;
	padding-top: 5%;
	overflow: hidden
}
.login-form-wrap .login-form-logo {
	text-align: center;
	margin-bottom: 25px
}
.login-form-wrap h3 {
	text-align: center;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	padding: 15px 0 0 0;
	font-weight: 400
}
.login-form-wrap h1 {
	text-align: center;
	font-size: 55px;
	color: #000;
	margin-bottom: 55px;
}
.login-main-account-wrap {
}
.login-main-account-wrap form {
	width: 70%;
	margin: 0 auto;
}
.login-main-account-wrap .form-group {
	margin-bottom: 35px
}
.login-main-account-wrap .form-group .form-control {
	height: 45px;
	border: none;
	background: none;
	border-bottom: 1px solid #728236;
	box-shadow: none;
	border-radius: 0;
	padding-left: 0;
	font-size: 22px
}
.login-main-account-wrap .form-group .form-control:focus {
	border-bottom: 1px solid #000
}
.forgot-password {
	text-align: right;
}
.forgot-password a {
	font-size: 16px;
	text-decoration: none;
	color: #a65f11;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #a65f11
}
.login-button-wrp {
	margin-top: 20px;
	margin-bottom: 30px
}
.login-button-wrp button {
	width: 100%;
	height: 55px;
	background: #212806;
	border: none;
	outline: none;
	border-radius: 10px;
	color: #fff;
	cursor: pointer
}
.login-button-wrp button:hover {
	background: #000;
}
.signup-main-wraper {
	height: 100vh;
	overflow: auto;
}
.signup-main-wraper::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.signup-main-wraper::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
.signup-main-wraper::-webkit-scrollbar-thumb {
 background-color: #212806;
}
.signup-form-wraper {
	width: 60%;
	margin: 0 auto;
	padding-top: 5%;
	overflow: hidden;
}
.signup-form-wraper .signup-logo {
	text-align: center;
	margin-bottom: 25px;
}
.signup-form-wraper h3 {
	text-align: center;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	padding: 15px 0 0 0;
	font-weight: 400;
}
.signup-form-wraper h1 {
	text-align: center;
	font-size:36px;
	color: #000;
	margin-bottom:35px;
}
.signup-form-wraper .form-group {
	margin-bottom:30px
}
.signup-form-wraper .form-group .form-control {
	height: 45px;
	border: none;
	background: none;
	border-bottom: 1px solid #728236;
	box-shadow: none;
	border-radius: 0;
	padding-left: 0;
	font-size: 22px
}
.signup-form-wraper .form-group .form-control:focus {
	border-bottom: 1px solid #000
}
.boxes {
	margin-bottom: 25px;
}
.boxes  input[type="checkbox"] {
	display: none;
}
.boxes  input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-weight: 400
}
.boxes  input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}
.boxes  input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #445161;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
.boxes  input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.signup-form-wraper p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.signup-form-wraper .login-button-wrp {
	margin-bottom: 45px
}
.acount-login-wrap {
	text-align: center;
	margin-bottom: 45px;
	font-weight: 600;
	font-size: 20px;
	color: #000
}
.acount-login-wrap a {
	color: #728236
}
.show{
	display:none !important;
}
.modal-footer{
	display:none;
}
.menusitebar-main-wraper{
	display:none
}
.cart-with-item{
}
.cart-with-item ul{
	list-style:none;
	height:280px;
	overflow:auto;
    overflow-x: hidden;
	padding-right:25px;
	
}
.cart-with-item ul::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.cart-with-item ul::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
.cart-with-item ul::-webkit-scrollbar-thumb {
 background-color: #212806;
}
.cart-with-item ul li{
	border-bottom: 1px solid #e8ddd2;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.cart-with-item ul li .cart-item-product-list{
}
.cart-item-product-list .cart-item-product-image{
	background-size:cover !important;
	    width: 18%;
		height:100px;
		float:left;
		margin-right:25px;
}
.cart-item-product-text{
	width:76%;
	float:left;
}
.cart-item-product-text h4{
	font-size:22px;
	font-weight:500;
	color:#000;
	margin-bottom:5px
}
.cart-item-product-text h4 span{
	float:right;
	font-family: 'Roboto', sans-serif;
	color:#212806
}
.cart-item-product-text p{
	font-size:14px;
	margin-bottom:10px;
	font-family: 'Roboto', sans-serif;
}
.cart-item-product-list .qty-changer {
    background: #f5eee6;
    padding:8px 0 5px 0;
    border-radius: 8px;
    text-align: center;
    margin-top: -5px;
	margin-bottom:0;
}
.sub-tatal-cart{
	font-size:18px;
	border-top: 1px solid #e8ddd2;
	margin-top:15px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	padding:15px 0
}
.tagline-cart-item{
	background:#f5eee6;
	border-top: 5px solid #a9b47c;
	padding:15px 0;
	    color:#212806;
		text-align:center;
		font-size:16px;
		margin-bottom:25px
}
.checkout-button a{
	    background: #212806;
    padding: 14px 24px 14px 24px;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
	display:block;
	text-align:center;
	margin-bottom:25px
}
.checkout-button a:hover{
	background:#000;
}
.remove-product-button{
	margin-top:8px;
}
.remove-product-button a{
	color:#F00;
	font-family: 'Roboto', sans-serif;
}
.shop-products{
	text-align:center;
}
.shop-products a{
		color:#F00;
	font-family: 'Roboto', sans-serif;
}

.right-review-popup{
}
.right-review-popup .modal-dialog{
	width:400px
}
.right-review-popup .modal-title{
	font-weight:500;
}
.right-review-popup .close {
    margin-top: -2px;
    font-size: 34px;
	outline:none;
}
.review-main-form-wraper .form-group{
}
.review-main-form-wraper .form-group label{
	font-weight:600;
	font-size:13px;
}
.review-main-form-wraper .form-group .form-control{
	height:45px;
	box-shadow:none;
	border:1px solid  #e3e3e3;
	font-family: 'Roboto', sans-serif !important;
}
.review-main-form-wraper .form-group .form-control:focus{
	border:1px solid #dac2a8
}
.review-button-group{
	text-align:right;
	padding:10px 0
}
.review-button-group .button-control{
	height:40px;
	background:#212806;
	border:none;
	outline:none;
	color:#fff;
	border-radius:10px;
	padding:0 25px;
	font-size:14px;
}
.review-button-group .button-control:hover{
	background:#000;
}
.checkout-main-wraper{
	height:100vh;
	background:#f5eee6;
	padding:30px 0;
	overflow:auto;
}
.checkout-main-wraper::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.checkout-main-wraper::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
.checkout-main-wraper::-webkit-scrollbar-thumb {
 background-color: #212806;
}
.checkout-logo-wraper{
	text-align:center;
	margin-bottom:40px
}
.shipping-order-summary-main-wrap{
}
.shipping-info-main-wraper{
	background:#fcf8f3;
	padding:20px
}
.shipping-info-main-wraper h2{
	border-bottom:1px solid #ccc;
	color:#000;
	font-size:22px;
	text-align:left;
	font-weight:500;
	padding-bottom:15px;
	margin-bottom:15px
}
.shipping-info-main-wraper .form-group{
	margin-bottom:15px
}
.shipping-info-main-wraper .form-group label{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
}


.shipping-info-main-wraper .form-group .form-control{
	height:45px;
	border: 1px solid #212806;
	box-shadow:none;
	outline:none;
	background:#fcf8f3;
	font-size:13px;
	font-weight:500
}
.form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
  opacity:0.9
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  opacity:0.9
}

.form-control::placeholder {
  color: #000;
  opacity:0.9
}
.colum-heading-form{
	margin-top:30px !important;
}

.shipping-info-main-wraper p{
	font-size:18px;
	font-weight:400;
	color:#424928;
	font-family: 'Roboto', sans-serif;
	margin-bottom:25px;
}
.order-summary-wrap{
	background: #fcf8f3;
    padding: 20px;
}
.order-summary-wrap h3{
	border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 22px;
    text-align: left;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.checkout-product-wrap{
}
.checkout-product-wrap ul{
	list-style:none;
}
.checkout-product-wrap ul li{
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:15px
}
.checkout-product-wrap ul li .checkout-product-list{
}
.checkout-product-list .checkout-product-image{
	background-size: cover !important;
    width: 22%;
    height: 100px;
    float: left;
    margin-right: 25px;
}
.checkout-product-wrap ul li .checkout-product-list p{
	font-size:14px;
	font-family: 'Roboto', sans-serif !important;
	
}
.checkout-product-text h4{
	margin-bottom:10px;
}
.total-text-order{
}
.total-text-order ul{
	list-style:none;
	border-bottom:1px solid #ccc
}
.total-text-order ul li{
	font-family: 'Roboto', sans-serif !important;
	font-size:16px;
	margin-bottom:15px
}
.total-text-order ul li span{
	float:right;
}
.total-amount-cart{
	font-size:20px;
	font-weight:bold;
	font-family: 'Roboto', sans-serif !important;
	padding:15px 0
}
.total-amount-cart span{
	float:right;
}
.place-order-button{
}
.place-order-button a{
	display:block;
	padding:12px 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	background:#212806;
	border-radius:10px;
}
.place-order-button a:hover{
	background:#000;
}

.customer-dashboard-main-wraper{
	padding:35px 30px 0 30px 
}
.customer-dashboard-left-nav{
    background: #212806;
    height: 90vh;
    border-radius: 25px;
    position: relative;
    z-index: 11111;
    position: fixed;
    width: 23%;
}
.customer-dashboard-main-wraper:before{
	    content: "";
    background: #f2e6d2;
    position: absolute;
    height: 100vh;
    left: 0;
    width: 250px;
    top: 0;
}
.customer-dashboard-logo-nav{
	text-align:center;
	padding:30px 0;
	border-bottom:1px solid #4a5721;
}
.navigation-dasboard-wrp ul{
	border:none;
	border-top:1px solid #0d1005;
	padding:25px 35px;
	list-style:none;
}
.navigation-dasboard-wrp ul li{
	float:none;
	padding:8px 0
}
.navigation-dasboard-wrp ul li a{
	color:#fff;
	font-weight:600;
	font-size:16px;
	padding:10px 22px;
	display:block;
	text-decoration:none;
}
.navigation-dasboard-wrp ul li a:hover{
	background:#fff;
	border-radius:12px !important;
	color:#212806
}

.tabpanel-main-wraper{
	padding:0 15px 0 15px;
}

.button-goback a{
	color:#212806;
	text-decoration:none;
	font-size:16px;
	line-height:0;
	text-align:center;
	border-radius:15px;
	padding:22px 0;
	background: #f2e6d2;
	display:block;
	font-weight:600
}
.button-goback a i{
	margin-right:5px;
}
.main-tabpanel-dashboard h1{
    padding:30px 0 15px 0;
    font-size: 30px;
    font-weight: 600;
}
.main-tabpanel-dashboard p{
		font-size:18px;
		font-weight:400;
	font-family: 'Roboto', sans-serif !important;
	padding-bottom:15px;
	color:#937f5d;
}
.main-tabpanel-dashboard p a{
	font-weight:600;
	border-bottom:1px solid #937f5d;
	text-decoration:none;
	color:#937f5d
}
.main-tabpanel-dashboard p a:hover{
	color:#212806;
}
.main-tabpanel-dashboard ul{
	list-style:none;
	padding-top:25px
}
.listing-pages-client-wrp a{
	box-shadow: 0px 4px 15px 1px #ece7e0;
    background: #fff;
    border-radius: 15px;
	padding:25px 0;
	display:block;
	text-align:center;
	color:#000;
	text-decoration:none;
	font-size:20px;
	font-weight:600;
	margin-bottom:35px;
}
.listing-pages-client-wrp a:hover{
	box-shadow:none;
	background:#212806;
	color:#fff
}
.client-dashboard-active-nav{
	background:#fff;
	border-radius: 10px;
	color:#212806 !important
}

.main-tabs-pages-dasboard-wrap{
    box-shadow: 0px 4px 15px 1px #ece7e0;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 50px;
}
.main-tabs-pages-dasboard-wrap h4{
	border-bottom:1px solid #dac2a8;
	padding-bottom:15px;
}
.main-tabs-pages-dasboard-wrap ul{
	list-style:none;
	padding:0 !important
}
.main-tabs-pages-dasboard-wrap ul li{
	border-bottom:1px solid #eadfd3;
	padding:25px 0
}
.dashboard-product-list{
}
.dashboard-product-list .dashboard-product-image{
	width:80px;
	height:80px;
	float:left;
	margin-right:15px;
	background-size:cover !important
}
.dashboard-product-list h2{
	width:35%;
	font-size:18px;
	padding-top:28px;
	float:left;
	font-weight:600
}
.dashboard-product-list .amount-product{
	width:20%;
	float:left;
	font-family: 'Roboto', sans-serif !important;
	padding-top:26px;
	font-size:20px;
	font-weight:400;
	color:#212806;
	text-align:left;
}
.button-amoount-price{
	width:10%;
	float:right;
	padding-top: 26px;
}
.button-amoount-price a{
	background:#000;
	padding:8px 24px;
	display:block;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	border-radius:6px
}
.button-amoount-price a:hover{
	background:#000;
}

.address-main-wraper{
    box-shadow: 0px 4px 15px 1px #ece7e0;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 50px;
}
.address-main-wraper h6{
	border-bottom: 1px solid #dac2a8;
    padding-bottom: 15px;
	font-weight:600
}
.address-main-wraper a{
	text-decoration:none;
	font-size:14px;
	font-family: 'Roboto', sans-serif !important;
	color:#937f5d
}
.address-main-wraper p{
	padding-top:30px;
	font-size:14px !important
}
.account-detail-wrap{
	    box-shadow: 0px 4px 15px 1px #ece7e0;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 50px;
}
.account-detail-wrap h2{
	    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
	margin-bottom: 15px;
	font-size:20px
}
.account-detail-wrap .form-group{
	margin-bottom:20px;
}
.account-detail-wrap .form-control{
	height:40px;
	box-shadow:none;
	outline:none
}
.button-account-button{
	text-align:right;
	border-top:1px solid #ccc;
	padding-top:15px;
	margin-top:15px
}
.button-account-button button{
	padding:12px 24px;
	border:none;
	color:#fff;
	background:#000;
	border-radius:10px
}
.text-area-control{
	margin-top:25px;
	box-shadow:none;
	background:#fcf9f4;
	box-shadow:none !important;
	border:none;
	outline:none;
	padding:15px
}
.quick-view-popup{
}
.quick-view-popup .modal-dialog{
	width:800px;
	padding-top:30px
}
.quick-view-popup .modal-content{
	border-radius:0;
}
.quick-view-popup .close{
	font-size:50px;
	position:absolute;
	top:0;
	right:20px;
	z-index:111
}
.product-view-quick{
}
.product-view-quick .product-view-quick-image{
	height:430px;
	background-size:cover !important
}
.product-view-quick .product-detail-wrap{
	padding:0;
	margin:0;
	padding-bottom:25px
}
.product-view-quick .product-detail-wrap h5 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    padding: 20px 0;
}
.product-view-quick .product-detail-wrap p{
	padding:10px 0;
}
.product-view-quick .slider-button{
	text-align:left;
}
.view-all-product-button a{
	text-align:center;
	background:#f2e6d2;
	display:block;
	margin-top:15px;
	padding:12px 0;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.view-all-product-button a:hover{
	background:#f2e6d2;
}
.news-explore-main-wraper{
	padding:30px 0;
}
.news-explore-main-wraper .nav-tabs{
	text-align:center;
	border:none;
}
.news-explore-main-wraper .nav>li{
	display:inline-block;
	float:none;
}
#wishListModal .modal-header .close{
    position: absolute;
    top: 0;
    font-size: 40px;
    right: 11px;
}
#wishListModal p{
	font-size:18px;
	text-align:center;
	padding:15px 0;
	color:#212806
}
/* CSS content */

/* CSS footer */


.footer-main-wraper {
}
.footer-main-wraper .container-fluid {
	margin: 0;
	padding: 0
}
.footer-main-wraper .col-md-6 {
	margin: 0;
	padding: 0;
}
.footer-main-wraper .footer-paypal-wraper {
	background: #212806;
	padding: 55px;
	height: 440px
}
.paypal-logo {
	text-align: center;
}
.copyright-footer {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px
}
.footer-menu-logo-wraper {
	padding: 80px;
	height: 440px;
	text-align: center;
	background: #f3ede6;
	padding-top: 155px;
}
.footer-link-wrp {
}
.footer-link-wrp ul {
	list-style: none;
	text-align: center;
	margin: 5px 0
}
.footer-link-wrp ul li {
	display: inline-block;
	padding: 10px 18px;
	position: relative;
}
.footer-link-wrp ul li a {
	font-size: 15px;
	text-decoration: none;
	color: #1a1818;
	font-weight: 600;
}
.footer-link-wrp ul li a:hover {
	color: #979781;
}
.footer-link-wrp ul li:before {
	content: "";
	background: url(../images/plus-icon.png) no-repeat top;
	width: 12px;
	height: 12px;
	position: absolute;
	right: -5px;
	top: 17px;
}
.footer-button-wrp .button-about {
	margin-top: 20px;
}
.footer-button-wrp a {
	padding: 12px 14px 14px 14px !important;
	margin: 0 10px;
}
.footer-button-wrp a svg {
	width: 5%;
}
.empty-cart-wrp {
	text-align: center;
	padding-top: 105px
}
.empty-cart-wrp .empty-cart-image {
	margin: 0 auto;
	width: 200px;
	height: 200px
}
.empty-cart-wrp h4 {
	text-align: center;
	font-size: 22px
}

.alert-danger{
    position: absolute;
    top: 45%;
    z-index: 1111111111111;
    width: 38%;
    margin: 0 auto;
    left: 0;
    right: 12px;
    box-shadow: 1px 1px 20px 1px #a79d9d;
    background: #dc0e21;
    border: none;
    color: #fff;
}
.alert-danger button.close{
	opacity:0.9;
	color:#fff;
	outline:none
}
.custom_notification{
	text-align:center !important;
	font-size:22px !important;
	padding:0 0 25px 0
}
.custom_alert-1{
	top:34%
}
.custom_button{
	text-align:center;
}
.custom_button a{
	width:25%;
	display:inline-block;
}

/* CSS footer */

/* CSS media screens */


@media (max-width:1400px) and (min-width:1170px) {
.contact-headder-text {
    bottom: 0;
    width: 35%;
}


}
@media screen and (max-width:1169px) {

.header-car-main-wraper ul li a{
	font-size:13px !important;
}

.header-car-main-wraper ul li:nth-child(1){
	padding:0 10px;
}
.contact-headder-text {
    bottom: 0;
    width: 35%;
}
.buttons-heart-cart a{
    margin-left: 0;
    width: 39px;
    height: 39px;
    padding-top: 9px;
    font-size: 12px;
}

}
@media screen and (max-width:995px) {
.menusitebar-main-wraper{
	display:block;
}
.quick-view-popup .modal-dialog{
	width:94%;
	margin:0 auto;
	padding:0;
	margin:15px
}
.product-view-quick .product-view-quick-image{
	height:300px;
	margin-bottom:25px
}
.product-view-quick .product-detail-wrap h5{
	padding:5px 0;
}
.slider-center-image{
background-size: contain;
    width: 415px;
    height: 563px;
}
.cart-button img {
    margin-top: -5px;
    margin-right: 18px;
}
.header-navigation-wrp ul li{
	padding:10px 10px
}
.cart-button span{
	display:none;
}
.slider-center-image .slider-image-text h1{
	font-size:36px;
}
.header-wraper .no-mobile-display{
	display:none;
}
.search-slide-wrp{
	display:none;
}
.slider-button{
	margin-top:25px;
}
.stone-image1{
	display:none;
}
.stone-image2{
	display:none;
}
.contact-headder-text{
	display:none;
}
.header-slider-main-wraper{
	height:730px;
}
.about-main-wraper{
	padding:40px 0;
	background:#fff;
}
.about-main-wraper .stone-image3{
	right:20px;
}
.slider-center-image {
    width: 390px;
    height: 523px;
	margin-top:30px
}
.about-detail-text-image{
	padding:0 
}
.about-main-wraper h1{
	padding:35px ;
}
.about-detail-text-image p br{
	display:none;
}
.about-image-wraper{
	margin:30px 0;
	border-radius:12px
}
.stone-image4{
	display:none;
}
.specs-list-wrap ul li {
    width: 32%;
    display: inline-block;
}
.specs-list-wrap ul li:nth-child(3) h6{
	border:none;
}
.buttons-heart-cart{
	text-align:right;
}
.topbar-wraper{
	font-size:13px;
}
.trade-button{
	display:none;
}
.product-detail-main-wraper .container-fluid{
	padding:0 15px;
}
.product-detail-image-wrp ul li .product-detail-img{
	height:300px;
	margin-bottom:15px
}
.product-detail-wrap{
	margin-left:0;
}
.product-detail-wrap.absolute{
	position:static !important;
}
.advantage-image{
	margin-bottom:15px;
}
.qty-changer{
	margin-bottom:25px;
}

.product-info-main-wraper .nav-tabs li a{
	margin-bottom:15px;
}
}
@media screen and (max-width:550px) {
.social-media-slider-wrap{
	display:none;
}
#mouse-scroll{
	display:none;
}
.header-slider-main-wraper{
	height:545px;
}
.slider-center-image {
    width: 340px;
    height: 460px;
	margin-top:0;
}
.slider-center-image h1 span{
	font-size:18px;
}
.slider-center-image .slider-image-text h1{
	font-size:25px;
}
.slider-center-image .slider-image-text h1{
	line-height:22px;
}

.about-main-wraper h1{
    font-size: 30px;
    line-height: 34px;
    border: none;
    text-align: center;
    padding: 0;
    padding-bottom: 25px;

}

.topbar-wraper {
    font-size: 0;
}
.about-main-wraper .stone-image3{
	display:none;
}
.owl-nav{
	display:none;
}
.about-main-wraper h1 br{
	display:none;
}
.cart-popup-wraper .modal-dialog{
	width:100%;
}
#search-popup-modal form{
	width:100%;
}
#search-popup-modal h3 {
    font-size: 25px;
    margin-bottom: 30px;
}
#search-popup-modal .modal-body {
    padding: 30px;
}
#search-popup-modal .slider-button{
	margin-top:30px;
	text-align:center;
}
.product-main-wraper h2{
	font-size:25px;
}
.product-main-wraper{
	padding:40px 0;
    background: #f3ede6;
}
.product-main-wraper h2{
	padding-bottom:40px;
}
.stone-services-main-wraper ul li{
	height:400px;
}
.stone-services-main-wraper ul li h3 {
    background-color: rgba(28,32,11,0.8);
}
.hover-text-wrp-services {
    position: absolute;
    bottom: 72px;
	display:block;
}
.product-main-wraper .carousel-wrap .owl-carousel .owl-stage-outer{
	padding-top:40px;
}
.popular-gemstones-wraper .nav-tabs li{
	width:100%;
	margin-bottom:5px
}
.stone-image6{
	display:none;
}
.stone-image7{
	display:none;
}
.stone-image8{
	display:none;
}
.popular-gemstones-wraper h2{
	font-size:25px;
}
.popular-gemstones-wraper{
	padding:40px 0;
}
.transparency-main-wraper ul li:after{
	background:none;
}
.transparency-main-wraper h2{
	font-size:25px;
}
.transparency-main-wraper{
	padding:40px 0;
}
.transparency-main-wraper h2{
	padding-bottom:40px;
}
.transparency-main-wraper ul{
	padding:40px 0
}
.listing-led-transparency{
	margin-bottom:30px;
}
.stone-image9{
	display:none;
}
.insta-post-circle{
	display:none;
}
.insta-post-image-list{
	display:none;
}
.instagram-post-main-wraper{
	height:auto;
}
.footer-menu-logo-wraper{
	padding:60px 0;
	height:auto;
	
}
.footer-main-wraper .footer-paypal-wraper{
	height:auto;
}
.header-car-main-wraper ul li{
	padding:5px;
}
.owl-carousel .owl-stage-outer{
	overflow:visible;
}
#search-popup-modal .close {
    position: absolute;
    top: 0px;
    right: 10px;
    outline: none;
    font-size: 36px;
    font-weight: 300;
}
.menu-btn {
    top: 7px;
}
.product-main-wraper .carousel-wrap .owl-carousel .owl-stage-outer {
    border-top: 1px solid #d1c7bc;
}
.product-main-wraper h2 {
    border-bottom: 1px solid #d1c7bc;
}
.popular-gemstones-wraper .button-about{
	padding-top:30px
}
.transparency-main-wraper .button-about{
	padding-top:40px;
}
.instagram-post-main-wraper h2{
	font-size:25px;
	margin-bottom:0
}
.about-image-wraper {
    height: 300px;
	background-position:center !important;
}
.slider-text-main-heading{
	padding:120px 15px;
}
.inner-about-section-wrp .slider-text-main-heading h1{
	font-size:40px;
}
.inner-slider-image{
	display:none;
}
.about-main-inner-wraper h4{
    padding: 40px 15px;
    font-size: 20px;
    line-height: 30px;
}
.about-inner-text-wrp p{
	padding-left:0;
	padding-top:20px;
}
.about-other-products-wrap{
	padding:40px 0;
}
.about-other-products-wrap h3{
	font-size:22px;
	margin-bottom:40px
}
.cart-item-product-list .cart-item-product-image{
	width:32%;
}
.cart-item-product-text {
    width: 60%;
}
.cart-item-product-text h4 span{
	float:none;
	display:block;
}
.cart-item-product-text p{
	margin-bottom:0;
}
.remove-product-button{
	margin-top:0
}
.product-info-main-wraper .nav-tabs li{
	display:block;
	float:none;
}
.product-info-main-wraper .nav-tabs li a{
	display:block;
	text-align:center;
}
}
/* CSS media screens */