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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//sshglifestyle.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//sshglifestyle.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//sshglifestyle.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//sshglifestyle.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//sshglifestyle.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//sshglifestyle.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//sshglifestyle.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//sshglifestyle.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-header-banner-h: 100px;
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51, 51, 51);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--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;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 12px;
	--wd-primary-color: rgb(231,69,5);
	--wd-alternative-color: rgb(1,76,95);
	--wd-link-color: rgb(231,69,5);
	--wd-link-color-hover: rgb(231,69,5);
	--btn-default-bgcolor: rgb(231,69,5);
	--btn-default-bgcolor-hover: rgb(231,69,5);
	--btn-accented-bgcolor: rgb(231,69,5);
	--btn-accented-bgcolor-hover: rgb(231,69,5);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(231,69,5);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(231,69,5);
	--notices-warning-color: #fff;
}
.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: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(231,69,5);
	background-image: none;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(27,49,90);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(16,108,216);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 70px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--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: 8px;
}

@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;
}
}


/* Change background color of WoodMart mobile menu */
.mobile-nav, 
.wd-mobile-nav,
.mobile-nav-wrapper,
.wd-mobile-side {
    background-color:  #e74505 !important; /* replace with your color */
}

/* Change mobile menu link colors */
.mobile-nav a,
.wd-mobile-nav a {
    color: #ffffff !important; /* link text color */
	  background-color: #e74505 !important;
}




/* Scroll to Top Button */
.scrollToTop {
    background-color: #e74505 !important;
    border-radius: 50% !important; /* optional: keep it round */
    color: #fff !important;        /* make icon/text white */
}




/* Continuous tada animation */
.ht_ctc_style.ht_ctc_chat_style {
  animation: tada 2.5s infinite;
  transform-origin: center;
}

/* Tada keyframes */
@keyframes tada {
  0%   { transform: scale(1); }
  10%  { transform: scale(0.9) rotate(-3deg); }
  20%  { transform: scale(0.9) rotate(-3deg); }
  30%  { transform: scale(1.1) rotate(3deg); }
  40%  { transform: scale(1.1) rotate(-3deg); }
  50%  { transform: scale(1.1) rotate(3deg); }
  60%  { transform: scale(1.1) rotate(-3deg); }
  70%  { transform: scale(1.1) rotate(3deg); }
  80%  { transform: scale(1) rotate(0deg); }
  100% { transform: scale(1) rotate(0deg); }
}




.call-now-button {
  animation: callPulse 1.5s infinite ease-in-out;
  transform-origin: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
	display: none !important;
}
/* Ringing / Calling Effect */
@keyframes callPulse {
  0%   { transform: rotate(0deg) scale(1); }
  10%  { transform: rotate(-15deg) scale(1.05); }
  20%  { transform: rotate(15deg) scale(1.05); }
  30%  { transform: rotate(-10deg); }
  40%  { transform: rotate(10deg); }
  50%  { transform: rotate(-5deg); }
  60%  { transform: rotate(5deg); }
  70%  { transform: rotate(0deg); }
  100% { transform: scale(1); }
} 

/* Mobile Menu Menu text and icon */
.wd-tools-text {
    color: #e74505 !important;
  }

.wd-tools-icon {
    color: #e74505 !important;
    fill: #e74505 !important; /* for SVG-based icons */
  }



/* Change the header account text color */
.wd-tools-text {
    color: #e74505 !important;
}

/* Style the My Account dropdown menu */
.wd-dropdown-menu.wd-dropdown-my-account {
    background-color: #e74505 !important; /* dropdown background */
    border: none; /* remove border if any */
}

/* Style the links inside the dropdown */
.wd-dropdown-menu.wd-dropdown-my-account ul.wd-sub-menu li a span {
    color: #ffff!important; /* option text color */
}

/* Hover effect for dropdown options */
.wd-dropdown-menu.wd-dropdown-my-account ul.wd-sub-menu li a:hover span {
    background-color: #e74505!important; /* slightly darker shade */
    color: #fe8c07 !important;
}




/* Page title to white color */
.entry-title.title {
  color: #fff; /* white */
}




/* Each toolbar item takes 50% of navbar width */
.wd-toolbar .wd-toolbar-link.wd-tools-custom-icon {
    flex: 1 1 50% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Button container */
.wd-toolbar .wd-toolbar-link.wd-tools-custom-icon a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; /* center text only */
    width: 100% !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    position: relative !important;
}

/* Hide default Woodmart icons */
.wd-toolbar .wd-toolbar-link.wd-tools-custom-icon .wd-toolbar-icon {
    display: none !important;
}

/* Button text centered */
.wd-toolbar .wd-toolbar-link.wd-tools-custom-icon a .wd-toolbar-label {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 0 8px 0 !important;   /* more bottom padding for spacing */
    line-height: 1.3 !important;
    flex: 1 !important;
}

/* Backgrounds */
.wd-toolbar .wd-toolbar-link.wd-tools-custom-icon:first-child a {
    background-color: #e74505 !important;
}
.wd-toolbar .wd-toolbar-link.wd-tools-custom-icon:nth-child(2) a {
    background-color: #014c5f !important;
}   
