/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
	display: none;
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-carousel .owl-item .manu_image a {
	display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
	max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	text-align: center;
}

/* mouse grab icon */
.grabbing {
	cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}

.customNavigation {
	position: static;
	z-index: 8;
	direction: ltr !important;
}

.czcategoryimagelist .customNavigation {
	display: none;
}

.customNavigation a {
	font-size: 0;
	position: absolute;
	font-weight: 300;
	top: 31%;
	height: 36px;
	width: 36px;
	line-height: 33px;
	padding: 0;
	background: #ebebeb;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: 2;
	opacity: 0;
}

.czcategoryimagelist_inner:hover .customNavigation a {
	opacity: 1;
}

.czcategoryimagelist .customNavigation a {
	top: 49%;
}

.brands .customNavigation a {
	top: 34%;
}

.products:hover .customNavigation a , .homeblog-inner:hover .customNavigation a , .pp-left-column:hover .customNavigation a , .quickview .modal-body .col-md-6.col-sm-6.hidden-xs-down:hover .customNavigation a , .brand-products-wrapper:hover .customNavigation a {
	opacity: 1;
}

.homeblog-latest .customNavigation a {
	top: 34%;
}

.customNavigation a:hover {
	background: #daa14c;
}

.customNavigation a.prev {
	left: -30px;
	right: auto;
	background-position: 1px 2px;
}

.customNavigation a.next {
	right: -30px;
	left: auto;
	background-position: -56px 2px;
}

.nivo-directionNav a {
	width: 50px;
	height: 50px;
}

.customNavigation a.prev::before {
	content: "\f104";
}

.customNavigation a.next::before {
	content: "\f105";
}

.customNavigation a::before {
	font-size: 20px;
	font-family: "FontAwesome";
	color: #000;
}

.customNavigation a:hover::before {
	color: #fff;
}

.czhomeslider .nivo-directionNav .nivo-prevNav {
	background-image: url(../img/codezeel/slider-left-arrow.svg);
}

.czhomeslider .nivo-directionNav .nivo-nextNav {
	background-image: url(../img/codezeel/slider-right-arrow.svg);
}

.czhomeslider .nivo-directionNav .nivo-prevNav:hover {
	background-image: url(../img/codezeel/slider-left-arrow-hover.svg);
}

.czhomeslider .nivo-directionNav .nivo-nextNav:hover {
	background-image: url(../img/codezeel/slider-right-arrow-hover.svg);
}

#czleftbanner img,
#czrightbanner img {
	max-width: 100%;
}

#czleftbanner li, #czrightbanner li {
	display: inline-block;
}

#czleftbanner li a, #czrightbanner li a {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

#czleftbanner li a:before, #czrightbanner li a:before {
	background: rgba(255,255,255,.5) none repeat scroll 0 0;
	bottom: 20px;
	content: "";
	left: 20px;
	opacity: 1;
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

#czleftbanner li:hover a:before, #czrightbanner li:hover a:before {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.top_button {
	bottom: 75px;
	cursor: pointer;
	display: none;
	height: 40px;
	padding: 0 12px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
	font-size: 0;
	border-radius: 50%;
	background: #daa14c;
}

.top_button:before {
	color: #ffffff;
	content: "\f102";
	font-family: "FontAwesome";
	font-size: 22px;
	line-height: 37px;
	font-weight: 300;
}

/* Flexslider */

.flex-direction-nav a.flex-prev:before {
	content: "";
	width: 45px;
	height: 45px;
	mask-image: url(../img/codezeel/left_arrow.svg);
	-webkit-mask-image: url(../img/codezeel/left_arrow.svg);
	display: inline-block;
	-webkit-mask-size: 45px;
	mask-size: 45px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: center;
}

.flex-direction-nav a.flex-next:before {
	content: "";
	width: 45px;
	height: 45px;
	mask-image: url(../img/codezeel/right_arrow.svg);
	-webkit-mask-image: url(../img/codezeel/right_arrow.svg);
	display: inline-block;
	-webkit-mask-size: 45px;
	mask-size: 45px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: center;
}

#index .spinner {
	background: url(../img/codezeel/loading.gif) no-repeat center center #efe7da;
	width: 100%;
	background-size: 30px;
	min-height: 650px;
}

@media (max-width: 1459px) {
	#index .spinner {
		min-height: 575px;
	}
}

@media (max-width: 1299px) {
	.customNavigation a.prev {
		left: -5px;
	}

	.customNavigation a.next {
		right: -5px;
	}

	.brands .customNavigation a.prev {
		left: -15px;
	}

	.brands .customNavigation a.next {
		right: -15px;
	}
}

@media (max-width: 1199px) {
	#index .spinner {
		min-height: 473px;
	}
}

@media (max-width: 991px) {
	#index .spinner {
		min-height: 338px;
	}

	.customNavigation a.prev {
		left: 0;
	}

	.customNavigation a.next {
		right: 0;
	}

	.customNavigation {
		top: -40px;
	}
}

@media (max-width: 767px) {
	.brands .customNavigation a.prev {
		left: 0;
	}

	.brands .customNavigation a.next {
		right: 0;
	}
}

@media (max-width: 575px) {
	#index .spinner {
		min-height: 196px;
	}
}

@media (max-width: 480px) {
	#index .spinner {
		min-height: 163px;
	}
}

@media (max-width: 380px) {
	#index .spinner {
		min-height: 150px;
	}
}

@media (max-width: 320px) {
	#index .spinner {
		min-height: 109px;
	}
}

.block-category #category-description .img-area img {
	width: 100%;
}


/* CMS PAGE CSS START */
body#cms #main {
	display: block;
}

body#cms #main #content {
	flex: 8;
}
body#cms #main #content ul.items {
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
body#cms #main #content ul.items .img-holder img {
	width: 100%;
}

body#cms #main a {
    color: rgb(70,143,193);
	word-break: break-all;
}

body#cms #main a:hover, body#cms #main a:focus {
    color: rgb(36,51,58);
}

body#cms #main #sidebar {
	margin-left: 4rem;
	flex: 2;
	width: 100%;
}

/* @media (min-width: 768px) {
	body#cms #main #content ul.items {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
} */
@media (min-width: 1080px) {
	body#cms #main #content ul.items {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1260px) {
	body#cms #main {
		display: flex;
	}
	body#cms #main #content ul.items {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (max-width: 500px) {
	body#cms #main #content ul.items {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 380px) {
	body#cms #main #content ul.items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


body#cms #content .img-area.add .caption::before {
    margin: 48px -59px 0 0
}

body#cms #content .img-area .caption-holder {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px;
    color: rgb(121,127,130);
    font-size: 18px;
    font-style: italic;
    font-family: "Playfair Display",Arial,Helvetica,sans-serif
}

body#cms #content .img-area p {
    margin: 0 0 21px
}

body#cms #content .article {
    margin: 0 0 34px
}

body#cms #content blockquote,.blockquote {
    display: block;
    padding: 10px 0 16px;
    text-align: center;
    color: rgb(121,127,130);
    font-size: 18px;
    font-style: italic;
    font-family: "Playfair Display",Arial,Helvetica,sans-serif
}

body#cms #content blockquote q,.blockquote em {
    display: block;
    margin: 0 0 14px
}

body#cms #content .article-holder {
    background: url("../img/pattern-bdr.png") 0 100% repeat-x;
    padding: 0 0 24px
}

body#cms #sidebar {
    width: 236px;
    float: right;
    padding: 2px 0 0
}

body#cms .socail-area {
    border: 3px solid rgb(215,200,103);
    padding: 21px 8px 23px;
    text-align: center;
    margin: 0 0 40px
}

body#cms .socail-area .socail {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: -4px
}

body#cms .socail-area .socail li {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 3.7%
}

body#cms .socail-area .socail li a {
    background: url("../img/sprite.png") no-repeat;
    width: 36px;
    height: 36px;
    display: block;
    text-indent: -9999px;
    overflow: hidden
}

body#cms .socail-area .socail li a:hover {
    opacity: 0.7
}

body#cms .socail-area .socail li.facebook a {
    background-position: -71px 0
}

body#cms .socail-area .socail li.google-plus a {
    background-position: -122px 0
}

body#cms .socail-area .socail li.twitter a {
    background-position: -174px 0
}

body#cms .socail-area .socail li.pinterest a {
    background-position: -225px 0
}

body#cms #sidebar h2 {
    position: relative;
    padding: 0 0 14px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase
}

body#cms #sidebar h2::after {
    width: 57px;
    margin: 0 0 0 -27px
}

body#cms #sidebar .socail-area h2::after {
    background: rgb(214,198,100)
}

body#cms #sidebar .slideshow {
    max-width: 100%;
    margin: 0 0 29px
}

/* body#cms #sidebar .slideshow .slide {
    padding: 0;
	position: relative;
	display: none;
}

body#cms #sidebar .slideshow .slide.active {
    display: block;
} */

body#cms .slideshow {
    position: relative;
}

body#cms .slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 0;
    color: rgb(121,127,130);
    text-align: center;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 20px;
    line-height: 32px;
    font-family: "Playfair Display",Arial,Helvetica,sans-serif;
}

body#cms .slideshow .slide.active {
    z-index: 2;
}

body#cms #sidebar .slideshow .slide img {
    display: block;
    width: 100%
}

body#cms #sidebar .slideshow .slide .caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 42px 35px;
    z-index: 2
}

body#cms #sidebar .slideshow .slide h2 {
    color: rgb(255,255,255);
    padding: 0 0 9px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 20px;
    line-height: 30px;
    font-family: "Playfair Display",Arial,Helvetica,sans-serif
}

body#cms #sidebar .slideshow .slide .add-caption h2,body#cms #sidebar .slideshow .slide .add-caption h2 a {
    color: rgb(36,51,58)
}

body#cms #sidebar .slideshow .slide .add-caption .btn-browse {
    color: rgb(36,51,58);
    border-color: rgb(36,51,58)
}

body#cms #sidebar .slideshow .slide h2 span {
    display: block;
    text-transform: none;
    margin: 0 0 -3px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 32px;
    font-family: "Pinyon Script",Arial,Helvetica,sans-serif
}

body#cms #sidebar .slideshow .caption-holder {
    min-height: 228px
}

body#cms #sidebar .slideshow .btn-browse {
    border: 1px solid rgb(255,255,255);
    border-radius: 2px;
    text-align: center;
    display: block;
    color: rgb(255,255,255);
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 13px;
    line-height: 43px;
    font-family: Lato,Arial,Helvetica,sans-serif
}

body#cms #sidebar .slideshow .btn-browse:hover {
    background: rgba(255,255,255,0.298039)
}

body#cms #sidebar .slideshow .pagination {
    padding: 12px 0 0;
    margin: auto;
    display: block
}

body#cms .client-area {
    text-align: center;
    margin: 0 0 39px
}

body#cms .client-area blockquote {
    border-left: none;
    margin: -4px 0 0;
    color: rgb(121,127,130);
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 25px;
    font-family: "Playfair Display",Arial,Helvetica,sans-serif
}

body#cms .client-area blockquote img {
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    margin: 0 0 8px
}

body#cms .client-area blockquote q {
    display: block;
    margin: 0 0 6px
}

body#cms .client-area blockquote cite {
    display: block;
    font-style: normal;
    color: rgb(57,74,81);
    font-size: 13px
}

body#cms .client-area blockquote cite span {
    display: block;
    margin: 0 0 -5px
}

body#cms .jewelery-side {
    margin: 0;
    text-align: center
}

body#cms .jewelery-side .img {
    position: relative;
    margin: 0 0 19px
}

body#cms .jewelery-side .img img {
    display: block;
    width: 100%
}

body#cms .jewelery-side .img .caption {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 53px 24px
}

body#cms .jewelery-side .img .caption-holder {
    height: 100%;
    display: table;
    width: 100%
}

body#cms .jewelery-side .img .caption-frame {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    color: rgb(36,51,58);
    background: rgba(255,255,255,0.6);
    padding: 10px 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 15px;
    line-height: 23px;
    font-family: Lato,Arial,Helvetica,sans-serif
}

body#cms .jewelery-side .img .caption p {
    margin: 0
}

body#cms #sidebar .jewelery-side h2 {
    margin: 0 0 16px;
    padding: 0 0 11px
}

body#cms .pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    border: 1px solid rgb(255,255,255);
    border-radius: 100%;
    padding: 3px;
    cursor: pointer;
}

body#cms .pagination ul li:hover, .pagination ul li.active {
    border-color: rgb(121,127,130);
}

body#cms #sidebar .slideshow .pagination {
    padding: 12px 0 0;
    margin: auto;
    display: block;
	text-align: center;
}

body#cms .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 19px 0;
    border-radius: 4px;
}

body#cms .pagination ul li a {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: rgb(36,51,58);
}

body#cms .pagination ul li.active {
	border: 1px solid;
}

body#cms #content span.head-info {
	display: block;
    background: url(../img/pattern-bdr1.png) repeat-y;
    padding: 0 0 7px 40px;
    font-weight: 700;
    color: rgb(121,127,130);
    margin: 0 0 27px;
}

body#cms #content .img-area {
    margin: 15px 0 34px;
    display: flex;
    vertical-align: top;
    background: url(../img/pattern2.png);
}

body#cms #content .img-area:has(img.align-right) {
    flex-direction: row-reverse;
}

body#cms #main .btn-more, body#cms #main .btn-more:hover {
    color: rgb(255,255,255);
}

.btn-more {
    text-align: center;
    width: 178px;
    height: 43px;
    color: rgb(255,255,255);
    border-radius: 2px;
    display: inline-block;
    margin: 0 auto;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 16px;
    line-height: 43px;
    font-family: Lato,Arial,Helvetica,sans-serif;
    background: linear-gradient(rgb(46,118,89) 0,rgb(43,98,77) 100%);
}

body#cms #content .img-area .caption::before {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 48px 0 0 -59px;
}

body#cms #center_column .img-area img {
    margin: auto;
}

@media (max-width: 1259px) {
	body#cms #sidebar .slideshow {
		margin-bottom: 59px;
	}
	body#cms #sidebar .slideshow .pagination {
		display: none;
	}
}
@media (max-width: 1259px) and (min-width: 767px) {
	body#cms #sidebar .slideshow .slideset {
		margin: 0 !important;
		height: auto !important;
		overflow: hidden !important;
	}
	body#cms #sidebar .slideshow .slide {
		width: 31.9% !important;
		margin: 0 5px !important;
		position: relative !important;
		opacity: 1 !important;
		float: left !important;
		display: block !important;
	}
}
/* CMS PAGE CSS END */

/* Header CSS changes Start */
header#header .header-top {
	background-color: #30373e;
	color: white;
}

#header .blockcart .blockcart-header > .shopping-cart > .icon, #header .user-info .user-info-title, #header .search-widget .search_button {
	background-color: var(--primary-color);
}

#header .blockcart .blockcart-header > .shopping-cart:hover > .icon, #header .user-info .user-info-title:hover, #header .search-widget .search_button:hover {
	background-color: white !important;
}

header#header .header-top {
	position: relative;
    min-height: 85px;
}
header#header .header-middle {
	position: absolute;
    top: 57%;
    left: 50%;
    font-size: 1.3rem;
    transform: translate(-50%, -50%);
}
/* END */
/* Contact Page */
/* body#contact div#columns_inner {
	display: flex;
} */
/* END */

/* About US Page */
body#cms.cms-id-4 main > section#wrapper > div.container {
	width: 100%;
	padding: 0;
}

body#cms.cms-id-4 .intro {
    overflow: hidden;
    background: url(../img/about-us.jpg) no-repeat center top;
    background-size: cover;
    min-height: 615px
}

body#cms.cms-id-4 .intro-caption {
    width: 680px;
    margin: 0 auto;
    line-height: 23px;
    padding: 82px 0 92px;
    text-align: center
}

body#cms.cms-id-4 .intro-caption h1 {
    margin: 0 0 35px;
    padding: 0 0 25px;
    position: relative;
    font-size: 70px;
    line-height: 110%;
    letter-spacing: 6px;
    text-transform: uppercase
}

body#cms.cms-id-4 .intro-caption h1:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 122px;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -61px;
    background: #d6b764
}

body#cms.cms-id-4 .intro-caption p {
    margin: 0 0 39px
}

body#cms.cms-id-4 .intro-caption p a {
    color: #394a51;
    text-decoration: underline
}

body#cms.cms-id-4 .intro-caption p a:hover {
    text-decoration: none
}

body#cms.cms-id-4 .social-area {
    width: 298px;
    background: #fff;
    margin: 0 auto;
    padding: 28px 10px 24px;
    border: 3px solid #d6c664
}

body#cms.cms-id-4 .social-area h2 {
    position: relative;
    padding: 0 0 13px;
    margin: 0 0 14px;
    color: #d6b764;
    font: 700 20px/22px 'Playfair Display',Arial,Helvetica,sans-serif
}

body#cms.cms-id-4 .social-area h2:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 57px;
    height: 1px;
    margin: 0 0 0 -27px;
    background: #d6b764
}

body#cms.cms-id-4 .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: -4px
}

body#cms.cms-id-4 .social-networks li {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 7px
}

body#cms.cms-id-4 .social-networks li a {
    background: url(../img/sprite.png) no-repeat;
    width: 36px;
    height: 36px;
    display: block;
    text-indent: -9999px;
    overflow: hidden
}

body#cms.cms-id-4 .social-networks li a:hover {
    opacity: 0.7
}

body#cms.cms-id-4 .social-networks li .facebook {
    background-position: -71px 0
}

body#cms.cms-id-4 .social-networks li .google-plus {
    background-position: -122px 0
}

body#cms.cms-id-4 .social-networks li .twitter {
    background-position: -174px 0
}

body#cms.cms-id-4 .social-networks li .pinterest {
    background-position: -225px 0
}

body#cms.cms-id-4 .works-block {
    overflow: hidden;
    padding: 130px 0px 25px;
    /* background: url(../img/comp-watercolor-image.jpg) no-repeat 80% 50% */
}

body#cms.cms-id-4 .works-holder {
    overflow: hidden;
    max-width: 1038px;
    margin: 0 auto
}

body#cms.cms-id-4 .we-do,body#cms.cms-id-4 .quality-signs {
    float: left;
    width: 41.43%
}

body#cms.cms-id-4 .we-do {
    line-height: 23px;
    padding: 0 0 38px 2px
}

body#cms.cms-id-4 .we-do h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 33px;
    letter-spacing: 1px;
    text-transform: uppercase
}

body#cms.cms-id-4 .we-do p {
    margin: 0 0 10px
}

body#cms.cms-id-4 .quality-signs {
    padding: 0 0 0 2px
}

body#cms.cms-id-4 .quality-signs .text {
    display: none
}

body#cms.cms-id-4 .quality-signs h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 33px
}

body#cms.cms-id-4 .signs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -20px;
	display: flex;
}

body#cms.cms-id-4 .signs-list li {
    float: left;
    margin: 0 0 0 20px
}

body#cms.cms-id-4 .signs-list li img {
    display: block;
    margin: 0 0 10px
}

body#cms.cms-id-4 .signs-list li a {
    color: #9ca4a8;
    text-decoration: none
}

body#cms.cms-id-4 .signs-list li a:hover .title {
    text-decoration: underline
}

body#cms.cms-id-4 .signs-list li .title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    text-transform: capitalize
}

body#cms.cms-id-4 .products-block {
    width: 48.36%;
    float: right
}

body#cms.cms-id-4 .products-list {
    list-style: none;
    padding: 0;
    margin: 23px 0 0
}

body#cms.cms-id-4 .products-list li {
    width: 50%;
    height: 253px;
    float: left;
    position: relative;
    border-style: solid;
    box-sizing: border-box;
    border-width: 0 1px 1px 0;
    border-color: rgba(36,51,58,0.1)
}

body#cms.cms-id-4 .products-list li:nth-child(2) {
    border-width: 0 0 1px 0
}

body#cms.cms-id-4 .products-list li:nth-child(3) {
    border-width: 0 1px 0 0
}

body#cms.cms-id-4 .products-list li:nth-child(4) {
    border-width: 0
}

body#cms.cms-id-4 .products-list li a {
    color: #24333a
}

body#cms.cms-id-4 .products-list li a:hover {
    text-decoration: none;
    opacity: 0.9
}

body#cms.cms-id-4 .products-list .img-frame {
    overflow: hidden
}

body#cms.cms-id-4 .products-list .img-frame img {
    display: block;
    width: 100%;
    height: auto
}

body#cms.cms-id-4 .products-list li .title {
    font: 400 20px/22px 'Playfair Display',Arial,Helvetica,sans-serif;
    text-transform: capitalize;
    position: absolute;
    top: -8px;
    left: 0
}

body#cms.cms-id-4 .products-list li:nth-child(2) .title {
    top: -8px;
    right: 15px;
    left: auto
}

body#cms.cms-id-4 .products-list li:nth-child(3) .title {
    top: auto;
    bottom: 0;
    left: 0
}

body#cms.cms-id-4 .products-list li:nth-child(4) .title {
    top: auto;
    bottom: 0;
    right: 27px;
    left: auto
}

body#cms.cms-id-4 .herritage-block {
    overflow: hidden;
    background: url(../img/blossom-bg.jpg) no-repeat;
    background-position: center center
}

body#cms.cms-id-4 .herritage-holder {
    max-width: 1038px;
    padding: 130px 15px;
    overflow: hidden;
    margin: 0 auto
}

body#cms.cms-id-4 .herritage-caption {
    float: right;
    line-height: 23px;
    width: 39.98%
}

body#cms.cms-id-4 .herritage-caption h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 5px 0 33px;
    letter-spacing: 1px;
    text-transform: uppercase
}

body#cms.cms-id-4 .company-info {
    max-width: 1038px;
    text-align: center;
    line-height: 23px;
    padding: 15px 0 75px;
    margin: 0 auto
}

body#cms.cms-id-4 .company-info p {
    margin: 0 0 10px
}

body#cms.cms-id-4 .company-info p .link {
    font-style: italic;
    color: #9ca4a8
}

body#cms.cms-id-4 .company-info p .link:hover {
    text-decoration: underline
}

body#cms.cms-id-4 .company-info img {
    display: block;
    margin: 0 auto -39px
}

body#cms.cms-id-4 .company-frame {
    overflow: hidden;
    padding: 0 95px
}

body#cms.cms-id-4 .company-info address {
    font-style: normal;
    margin: 40px 0 16px
}

body#cms.cms-id-4 .company-info .heading,body#cms.cms-id-4 .company-info address span {
    display: block
}

body#cms.cms-id-4 .company-info .heading {
    color: #24333a;
    margin: 0 0 23px;
    font: 400 20px/22px 'Playfair Display',Arial,Helvetica,sans-serif;
    text-transform: capitalize
}

body#cms.cms-id-4 .company-info address a {
    color: #394a51
}

body#cms.cms-id-4 .company-info address a:hover {
    text-decoration: underline
}

body#cms.cms-id-4 .company-info .buttons {
    text-align: center
}

body#cms.cms-id-4 .company-info .button {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #394a51;
    min-width: 176px;
    height: 45px;
    border-radius: 2px;
    border: 1px solid #9ca4a8;
    margin: 0 15px;
    padding: 12px;
    box-sizing: border-box
}

body#cms.cms-id-4 .company-info .button:hover {
    text-decoration: none;
    opacity: 0.5
}

@media only screen and (max-width: 1100px) {
    body#cms.cms-id-4 .we-do,body#cms.cms-id-4 .quality-signs {
        width:43%
    }
}

@media only screen and (max-width: 1024px) {
body#cms.cms-id-4     body#cms.cms-id-4 .company-page .breadcrumb {
        margin:27px auto -42px
    }

    body#cms.cms-id-4 .intro-caption {
        width: 478px;
        padding: 71px 0 92px
    }

    body#cms.cms-id-4 .intro-caption p {
        margin: 0 0 53px
    }

    body#cms.cms-id-4 .works-block {
        padding: 132px 0 25px
    }

    body#cms.cms-id-4 .we-do,body#cms.cms-id-4 .quality-signs,body#cms.cms-id-4 .products-block {
        width: 100%;
        float: none;
        box-sizing: border-box;
        overflow: hidden
    }

    body#cms.cms-id-4 .we-do {
        text-align: center;
        padding: 0 24px
    }

    body#cms.cms-id-4 .products-list {
        width: 502px;
        margin: 74px auto 0
    }

    body#cms.cms-id-4 .quality-signs {
        text-align: center;
        padding: 110px 40px 0
    }

    body#cms.cms-id-4 .quality-signs h3 {
        margin: 0 0 22px
    }

    body#cms.cms-id-4 .quality-signs .text {
        display: block;
        line-height: 23px
    }

    body#cms.cms-id-4 .signs-list {
        display: inline-block;
        vertical-align: top
    }

    body#cms.cms-id-4 .signs-list li {
        margin: 0 16px
    }

    body#cms.cms-id-4 .signs-list li img {
        margin: 0 0 7px
    }

    body#cms.cms-id-4 .signs-list li .title {
        text-align: left
    }

    body#cms.cms-id-4 .herritage-block {
        background: url(../img/blossom-bg-medium.jpg) no-repeat center top;
        background-size: cover
    }

	body#cms.cms-id-4 .herritage-holder {
        height: 982px;
        display: table;
        padding: 40px 26px 114px
    }

    body#cms.cms-id-4 .herritage-caption {
        width: 100%;
        float: none;
        display: table-cell;
        vertical-align: bottom;
        text-align: center;
        overflow: hidden
    }

    body#cms.cms-id-4 .company-info {
        padding: 91px 0 114px
    }

    body#cms.cms-id-4 .company-info img {
        width: 100%;
        height: auto;
        margin: 0 auto -33px
    }

    body#cms.cms-id-4 .company-frame {
        padding: 0 23px
    }

    body#cms.cms-id-4 .company-info address {
        padding: 11px 0 0
    }
}

@media only screen and (max-width: 767px) {
    body#cms.cms-id-4 .company-page .breadcrumb {
        display:none
    }

    body#cms.cms-id-4 .company-page #header {
        margin: 0
    }

    body#cms.cms-id-4 .intro-caption {
        padding: 78px 20px 92px;
        box-sizing: border-box;
        width: 100%;
        font-size: 20px;
        line-height: 30px
    }

    body#cms.cms-id-4 .intro-caption h1 {
        margin: 0 0 33px
    }

    body#cms.cms-id-4 .intro-caption p {
        margin: 0 0 39px
    }

    body#cms.cms-id-4 .works-block {
        padding: 92px 0 20px
    }

    body#cms.cms-id-4 .works-block h2 {
        font-size: 35px;
        line-height: 37px
    }

    body#cms.cms-id-4 .we-do {
        font-size: 20px;
        line-height: 30px;
        padding: 0 19px
    }

    body#cms.cms-id-4 .products-list {
        width: 480px;
        margin: 58px auto 0
    }

    body#cms.cms-id-4 .products-list li .title {
        left: 19px
    }

    body#cms.cms-id-4 .products-list li:nth-child(3) .title {
        left: 18px
    }

    body#cms.cms-id-4 .products-list li:nth-child(4) .title {
        right: 35px
    }

    body#cms.cms-id-4 .quality-signs {
        padding: 117px 25px 0
    }

    body#cms.cms-id-4 .quality-signs h3 {
        font-size: 25px;
        line-height: 27px;
        margin: 0 0 24px
    }

    body#cms.cms-id-4 .quality-signs .text {
        font-size: 20px;
        line-height: 30px
    }

    body#cms.cms-id-4 .signs-list {
        margin: 8px 0 0 -20px
    }

    body#cms.cms-id-4 .signs-list li {
        margin: 0 10px
    }

    body#cms.cms-id-4 .herritage-holder {
        height: 1234px;
        padding: 40px 20px 73px
    }

    body#cms.cms-id-4 .herritage-caption {
        font-size: 20px;
        line-height: 30px
    }

    body#cms.cms-id-4 .herritage-caption h2 {
        font-size: 35px;
        line-height: 37px
    }

    body#cms.cms-id-4 .company-info img {
        margin: 0 auto -12px
    }

    body#cms.cms-id-4 .company-info {
        padding: 100px 0 68px;
        font-size: 20px;
        line-height: 30px
    }

    body#cms.cms-id-4 .company-frame {
        padding: 0 15px
    }

    body#cms.cms-id-4 .company-info .heading {
        font-size: 25px;
        line-height: 27px;
        margin: 0 0 25px
    }

    body#cms.cms-id-4 .company-info address {
        margin: 29px 0 40px
    }

    body#cms.cms-id-4 .company-info .buttons {
        padding: 0 5px
    }

    body#cms.cms-id-4 .company-info .button {
        display: block;
        margin: 0 0 32px;
        height: 66px;
        padding: 17px 12px;
        font-size: 24px;
        line-height: 26px
    }
}

@media only screen and (max-width: 479px) {
    body#cms.cms-id-4 .products-list,body#cms.cms-id-4 .social-area {
        width:100%;
        box-sizing: border-box
    }

    body#cms.cms-id-4 .intro-caption h1 {
        font-size: 50px;
        line-height: 54px
    }

    body#cms.cms-id-4 .signs-list li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 20px
    }

    body#cms.cms-id-4 .products-list li .title {
        font: 400 16px/20px 'Playfair Display',Arial,Helvetica,sans-serif
    }
}

/* END */
.product-variants.js-product-variants ul > li {
    border: 1px solid #dbdbdb;
}

#group_6 > li {
    border: unset;
}

.product-variants > .product-variants-item .color {
    border-radius: unset;
}

.product-variants.js-product-variants .color.texture {
    background-color: white;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

a#ringsizer {
    color: #5d9ac9;
    text-decoration: underline;
}

.ring-size {
    margin-bottom: 2rem;
    margin-top: -1.5rem;
}

.product-variants.js-product-variants .attribute-name {
    font-size: 0.8rem;
    line-height: 16px;
    margin-top: 0.4rem;
}

.nt-color-attribute {
    display: flex;
    flex-direction: column;
    width: 80px;
}

.attribute-name.nt-selected {
    color: var(--primary-color);
}
.attribute-name.nt-selected {
    color: var(--primary-color);
}

.nt-color-attribute .input-color:checked + span, .nt-color-attribute .input-color:hover + span {
    box-shadow: unset;
    border: 1px solid !important;
}

.nt-color-attribute .input-color:checked + span.color.nt-selected {
    border-color: var(--primary-color) !important;
}

.wk-custom-attrib {
    background-size: contain !important;
}

li > span.radio-label {
    width: 100%;
    text-align: center;
}

ul#group_8 {
    display: flex;
    flex-wrap: wrap;
}
#group_8 > li {
    width: 50px;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
    border: 1px solid #dbdbdb;
}

.nt-homelink {
    text-decoration: none !important;
}

.product-prices div {
    font-size: 1.8rem;
}

.product-prices.js-product-prices {
    margin-top: 2rem;
}

.page-my-account #content .links a span.link-item {
    display: flex;
    align-items: center;
}

.page-my-account #content .links a span.link-item .ss_icon_group {
    height: inherit;
    display: block;
}

.page-content .links li {
    margin-bottom: 1rem;
}