@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//kcjewellers.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(150,28,80);
	--wd-alternative-color: rgb(150,46,91);
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(150,28,80);
	--btn-default-bgcolor: rgb(150,28,80);
	--btn-default-bgcolor-hover: rgb(150,49,93);
	--btn-accented-bgcolor: rgb(150,28,80);
	--btn-accented-bgcolor-hover: rgb(150,33,83);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(0,77,71);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(150,28,80);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgba(240,245,244,0.71);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-placeholder-color: rgb(102,102,102);
	--wd-form-brd-color: rgb(153,153,153);
	--wd-form-bg: rgb(242,242,242);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.scrollbox .scroll-text {
	animation: scrollbox 22s linear infinite !important;
}

	.wd-prefooter {
    background: #1b2473 !important;
    padding-top: 40px !important;
}

.product-label.ready-to-ship {
    background-color: #3f7993 !important;
    color: #fff !important;
    border: 1px solid #222  !important;
}

.product-label {
	min-width: 30px  !important;}

.thumbnails.slick-slider>button {
    padding: 0;
    width: 48%;
    height: 30px;
    border: none;
    background-color: #3f7999;
    color: #333;
    font-size: 0;
    line-height: 30px;  !important;
}

.thumbnails.slick-slider>button:hover {
    background-color: rgb(63 121 147);
    box-shadow: none;  !important;
}

.whb-header-bottom .container {
    max-width: 1253px !important;
}



.whb-sticked .wd-header-nav, .meta-categories-wrapp, .wd-post-date.wd-style-with-bg, .meta-post-categories.wd-style-with-bg{
	display:none !important;
}

html .product-wrapper .wd-entities-title {
/* font-family: "Open Sans", sans-serif; */
font-family: "Montserrat", sans-serif;}

.wpcf7-submit {
text-align:center;
background-color: #004c44;
border-radius:5px;
color:white !important;
width: 35%;
    font-size: 16px;
    align-items: center;
    margin: auto;
    max-height: 40px;
}
.iti__country-list {
background-color: #fff;
color: black;
}
.popup-terms {
color:black;
font-size:13px;
font-weight:600;
}

.popup-terms a {
color: rgb(0 76 68);

}

.wd-carousel-wrap{
	box-sizing: border-box !important;
}

.breakup-wrapper{
	display:none !important
}

.title.break-up-title{
		display:none !important
}

.product_meta .sku_wrapper{
	display:none !important
}

.single-product-page.single-product-content .container .col-sm-7{
	flex:unset !important;
  max-width: unset !important;
}@media (min-width: 1025px) {
	.wd-header-text.set-cont-mb-s.reset-last-child {
    width: 900px !important;
}

a.whats-app.developer {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 24px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 31px;
    box-shadow: 2px 2px 3px #25d366;
    z-index: 100;
}


#text-6  .textwidget {
	margin-top:-45%; }

html .wd-promo-popup {
padding:0px 0px 0px 30px;
	border-radius:28px;
}
}

@media (max-width: 576px) {
	/********* Popup *******/

html .wd-promo-popup {
padding:10px 20px 0px 20px !important;
}

.vc_custom_1715003698321 {
	padding-left:0px;
}
}

