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

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(29,29,29);
	background-image: none;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
html .wd-nav.wd-nav-main > li > a{
	font-family: "Roboto", Arial, Helvetica, sans-serif;font-weight: 400;font-size: 17px;color: rgb(87,87,87);
}

html .wd-nav.wd-nav-main > li:hover > a, html .wd-nav.wd-nav-main > li.current-menu-item > a{
	color: rgb(40,61,154);
}

:root{
--wd-primary-color:rgb(40,60,150);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(19,49,153);
}
:root{
--btn-accented-bgcolor-hover:rgb(19,49,153);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
					
							--btn-accented-bottom-active: -1px;
				--btn-accented-brd-radius: 0px;
				--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
							
					--wd-brd-radius: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 280px;
		}
	
	
/* Dilshanfrom bigidyAdded this code */

/* Removing the Hubspot chat icon */
div#hubspot-messages-iframe-container {
        display: none !important;
    }

/* Dilshan From Bigidy Added For Product Hovering */
.product-grid-item .product-element-top {
    overflow: hidden;
    border-top-right-radius: 49px; /*Set initial border radius to 0 */
    transition: border-radius 0.3s ease; /*Explicitly define transition for border-radius*/
}

.product-grid-item .product-image-link img {
    transition: transform 0.3s ease;
}

.product-grid-item:hover .product-image-link img {
    transform: scale(1.1);
}

.product-grid-item:hover .product-element-top {
    border-top-right-radius: 49px; /* Change border radius on hover */
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/* this is for price updated with selection */
/* Custom variation price styles */
.variation-price-display {
    font-size: 1.6em;
    margin: 15px 0;
    font-weight: bold;
    display: none;
		margin-left: -14px;
}

.original-price-range {
    display: block;
}

.woocommerce-variation-price {
    display: none !important;
}

/* Enlarge the entire selected variation */
.variations select option:checked,
.wd-swatch.wd-active {
    transform: scale(1.5); /* Increase size of the entire selected variation */
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: add a soft shadow for depth */
    filter: brightness(1.10); /* Make the border slightly darker */
}

/* Highlight effect for selected swatches */
.selected-effect {
    transform: scale(2.5); /* Enlarge the entire icon */
    transition: transform 0.3s ease;
}

/* Ensure price updates smoothly */
.price.price-range {
    transition: opacity 0.3s ease;
}

/* removing the star reviews from the product card */
.star-rating {
  display: none;
}


/* zoho chnages UI */
.zoho-waitlist-button {
    background: #081D6B;
    color: white;
    padding: 12px 24px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.1s ease;
    text-transform: uppercase;
}
.zoho-waitlist-button:hover {
    background: #0728A6;
    transform: scale(1.05);
		color:white;
}
.zoho-waitlist-button:focus {
    outline: none;
}
.zoho-waitlist-form {
    margin-top: 15px;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}
.zoho-waitlist-form.active {
    opacity: 1;
    max-height: 900px;
}
.zcwf_lblLeft {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    padding: 20px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.zcwf_title {
    font-size: 20px !important;
    color: #333 !important;
    margin-bottom: 15px !important;
}
.zcwf_col_lab {
    font-size: 14px !important;
    color: #555 !important;
    font-weight: 600 !important;
}
.zcwf_col_fld input[type="text"],
.zcwf_col_fld input[type="password"],
.zcwf_col_fld textarea,
.zcwf_col_fld_slt {
    width: 100% !important;
    padding: 8px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 14px !important;
}
.formsubmit.zcwf_button {
    background: linear-gradient(0deg, #007bff 0%, #00a3f3 100%) !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    transition: background 0.3s ease !important;
}
.formsubmit.zcwf_button:hover {
    background: linear-gradient(0deg, #0056b3 0%, #007bff 100%) !important;
}
.zcwf_button[title="Reset"] {
    background: #6c757d !important;
    color: white !important;
}
.zcwf_button[title="Reset"]:hover {
    background: #5a6268 !important;
}
.wf_customMessageBox {
    z-index: 12000 !important;
}
@media (max-width: 768px) {
    .zoho-waitlist-container {
        padding: 10px;
    }
    .zoho-waitlist-button {
        font-size: 14px;
        padding: 10px 20px;
        width: 100%;
    }
    .zoho-waitlist-form {
        padding: 10px;
    }
    .zcwf_lblLeft {
        padding: 15px !important;
    }
    .zcwf_col_lab,
    .zcwf_col_fld {
        width: 100% !important;
        float: none !important;
    }
    .wf_customMessageBox {
        max-width: 95% !important;
        font-size: 14px !important;
    }
}
@media (max-width: 480px) {
    .zoho-waitlist-button {
        font-size: 13px;
        padding: 8px 16px;
    }
    .zcwf_title {
        font-size: 18px !important;
    }
    .zcwf_col_lab,
    .zcwf_col_fld input,
    .zcwf_col_fld_slt {
        font-size: 13px !important;
    }
}@media (min-width: 1025px) {
	.wd-nav.wd-style-underline-reverse>li>a {
    padding-top: 12px!important;
}

span.nav-link-text.wd-tabs-title {
    padding: 10px 20px;
}

a.wd-nav-link {
    border: 2px solid black;
    border-radius: 10px;
}

.wd-nav-tabs>li>a {
    margin-bottom: 0px;
}


li.wd-active {
    background-color: #283c96;
    margin-bottom:10px;
    border-radius: 10px;
    color: white;
}

li.wd-active>a {
    color: white!important;
}



.cat-item {
	margin-bottom: 12px!important;
}

.current-cat {
    border-left: 30px solid #123297;
    margin-left: -25px;
    padding-left: 15px;
	 border-radius: 10px;
}

.widget_product_categories .product-categories li a {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

ul.product-categories {
    border-left: 1px solid black;
    padding-left: 15px;
}

.portfolio-info {
    text-align: left!important;
}

h3.wd-entities-title {
    padding: 15px!important;
}

img.attachment-large.size-large {
    border-radius: 0 50px 0 0!important;
}

header.entry-header {
    border-radius: 80px 0 80px 0!important;
    border: 1px solid black;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 0 50px 0 0;
}

.product-grid-item .product-wrapper {
    border: 1px solid black!important;
    border-radius: 0 50px 0 0!important;
}

span.elementor-toggle-icon.elementor-toggle-icon-left {
    float: none!important;
    text-align: center!important;
    position: inline-block;
    bottom: 0;
}

.elementor-tab-title {
    text-align: center;
    border-radius: 15px;
}

.product-grid-item .price {
	margin-bottom: 20px!important;
}

.coverage_data {
	padding-left: 13px!important;
	margin-bottom: 4px!important;
	display: none!important;
}

.product_sheet_button {
    display: inline-block;
    bottom: 0;
    position: absolute;
    right: 20px!important;
    text-align: right!important;
	  margin-top: 30px!important;
	  display: none!important;
}


.wd-tools-element.wd-design-6 .wd-tools-icon {
	border: 2px solid rgb(101 101 101);
}

a.wd-social-icon.social-facebook {
    margin-left: 30px;
}

a.wd-social-icon.social-instagram {
    margin-left: 30px;
}

a.wd-social-icon.social-linkedin {
    margin-left: 30px;
}

/* .searchform .searchsubmit {
	right: 0!important;
	color: white!important;
	width: 40px!important;
} */

.searchform input[type="text"] {
	height: 38px!important;
}

/* button.searchsubmit {
    background-color: #656565!important;
} */

input.s {
    border: 2px solid #656565;
    border-radius: 10px;
}

.product-wrapper {
    text-align: left;
}

h3.wd-entities-title {
    padding-left: 15px;
}

span.price {
    padding-left: 15px;
}

.add-to-cart-loop {
    display: none;
}

.slide-product.owl-carousel-item {
    border: 1px solid black!important;
    border-radius: 0 50px 0 0!important;
}

.calc-subtotal.calc-list.loaded {
    width: 25%!important;
}

.whb-general-header {
   border-image: linear-gradient(to right, red 20%, green 20%, green 40%, blue 40%, blue 60%, maroon 60%, maroon 80%, chocolate 80%);
	 border-image-slice: 1;
}

.calc-item.ccb-field {
    max-width: 245px!important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 0 50px 0 0;
}

.product-grid-item .product-wrapper {
    border: 1px solid black!important;
    border-radius: 0 50px 0 0!important;
}

.elementor-tab-title {
    text-align: center;
    border-radius: 15px;
}
}

@media (max-width: 576px) {
	img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 0 50px 0 0;
}

.product-grid-item .product-wrapper {
    border: 1px solid black!important;
    border-radius: 0 50px 0 0!important;
}

img.attachment-large.size-large {
    border-radius: 0 50px 0 0!important;
}

.elementor-tab-title {
    text-align: center;
    border-radius: 15px;
}

.coverage_data {
	padding-left: 13px!important;
	margin-bottom: 4px!important;
	display: none!important;
}

.product_sheet_button {
    display: inline-block;
    bottom: 0;
    position: absolute;
    right: 20px!important;
    text-align: right!important;
	  margin-top: 30px!important;
	  display: none!important;
}

.wd-add-btn.wd-add-btn-replace.woodmart-add-btn {
    display: none!important;
}

span.price {
    margin-bottom: 15px!important;
}

/* price selected mobile css */
.variation-price-display {
    font-size: 1.6em;
    margin: 15px 0;
    font-weight: bold;
    display: none;
		margin-left: 2px;
}
}

