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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Century Gothic", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,48,45);
	--wd-text-font-size: 14px;
	--wd-title-font: "Century Gothic Bold", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(51,48,45);
	--wd-entities-title-font: "Century Gothic Bold", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(51,48,45);
	--wd-entities-title-color-hover: rgb(51, 48, 45);
	--wd-alternative-font: "Century Gothic", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Century Gothic Bold", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(51,48,45);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Century Gothic Bold", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 12px;
	--wd-primary-color: rgb(247,148,30);
	--wd-alternative-color: rgb(231,89,51);
	--wd-link-color: rgb(247,148,30);
	--wd-link-color-hover: rgb(252,186,99);
	--btn-default-bgcolor: rgb(247,148,30);
	--btn-default-bgcolor-hover: rgb(252,186,99);
	--btn-accented-bgcolor: rgb(247,148,30);
	--btn-accented-bgcolor-hover: rgb(252,186,99);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

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

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--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);
}
}


@font-face {
	font-family: "Century Gothic";
	src: url("//premierecoach.com.sg/wp-content/uploads/2023/03/gothic.woff2") format("woff2"), 
url("//premierecoach.com.sg/wp-content/uploads/2023/03/gothic.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Century Gothic Bold";
	src: url("//premierecoach.com.sg/wp-content/uploads/2023/03/gothicb.woff2") format("woff2"), 
url("//premierecoach.com.sg/wp-content/uploads/2023/03/gothicb.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

ul#menu-footer-menu{
	display: flex;
	justify-content: center;
}

ul#menu-footer-menu li{
	padding: 0px 15px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]{
	background: linear-gradient(135deg, #F7941E, #E75933) !important;
	padding: 5px 28px;
	border-radius: 35px;
	color: #ffffff;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
	background: linear-gradient(135deg, #F7941E, #E75933);
	padding: 5px 28px;
	border-radius: 35px;
	color: #ffffff;
}

.single_add_to_cart_button, .single_add_to_cart_button:hover{
	padding: 5px 28px;
}

#ourbus-row .vc_column_container>.vc_column-inner{
	padding-right: 0px;
}

#ourservices-row>.vc_row>.wpb_column {
   	margin-left: 0px !important;
		margin-right: 0px !important;
}

/*button gradient styling*/
.btn.btn-style-round{
		background: linear-gradient(135deg, #F7941E, #E75933);
}	

/*product page remove tabs info div*/
.product-tabs-wrapper{
	display: none;	
}

/*styling the product details bottom*/
.related-products {
    padding-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.105);
}

input.minus, input.plus{
	border-radius: 0px !important;
	background: #f7941e !important;
}

div.quantity input[type="button"]{
	padding: 0 5px !important;
	background: #e6e6e6 !important;
	border: 0px !important;
}

div.quantity input[type="button"]:hover{
	padding: 0 5px !important;
	background: #f7941e !important;
	color: #121212;
	border: 0px !important;
}
/*cart, checkout page*/
/* .woocommerce-mini-cart__buttons .checkout{
	display: none;	
}

.cart-content-wrapper .cart-totals-inner{
	visibility: hidden;
}

tr.woocommerce-cart-form__cart-item td.product-price {
    display: none;
}
tr.woocommerce-cart-form__cart-item td.product-subtotal {
    display: none;
}
th.product-price {
    display: none;
}
th.product-subtotal {
    display: none;
}
.cart_totals h2 {
    display: none;
}
table.shop_table:nth-child(2) {
    display: none;
}

.woocommerce.cart-content-wrapper.row, .wc_ctq_cart_to_quote.after_cart_table.row{
		justify-content: center;
}

.cart_totals h2, .woocommerce-cart .cart-collaterals .cart_totals table {
    display: none;
}

.cart-totals-section {
	display: none !important;
}

td.product-price, td.product-subtotal, th.product-price, th.product-subtotal {
	display: none;
}

.woocommerce-cart table th {
	text-transform: none;
}

.woocommerce-mini-cart__total.total {
	display: none;
}

.woocommerce.cart-content-wrapper.row, .wc_ctq_cart_to_quote.after_cart_table.row {
	justify-content: center;
}

.button.checkout.wc-forward, .woocommerce-mini-cart__total strong {
	display: none;
}

.row .cart-actions{
	display:none;
} */

/*cart page styling*/
th.product-name {
    width: 60%;
}

#gform_wrapper_2 h2.gform_title {
    display: none;
}

/*homepage book now btn styling*/
.booknow-btn{
  margin-top: -28px;
  z-index: 2;
  position: relative;
  padding: 18px 32px !important;
}

.margin-left-infobox{
    margin-left: 40px;
}

/*homepage product carousel styling*/
.product-grid-item .wd-entities-title, .product-grid-item .wd-product-cats, .product-grid-item .wd-product-brands-links {
    color: #fcba63;
}

.pswp--svg [class*="pswp__button--arrow--"] {
    background: none !important;
}

.pswp--supports-fs .pswp__button--fs{
	display: none !important;	
}

.pswp__button--share{
	display: none !important;	
}

.pswp__button--close{
	display: none !important;	
}

.pswp--zoom-allowed .pswp__button--zoom{
	display: none !important;	
}


/*enquiry button styling*/
.add-to-enquiry-loop, .pi-eqw-qty-container .pi-custom-button{
	background: linear-gradient(135deg, #F7941E, #E75933) !important;
	padding: 5px 28px;
	text-transform: capitalize;
}

.button.add-to-enquiry-loop, .pi-eqw-qty-container .pi-custom-button{
	border-radius: 20px;	
	padding: 10px 20px;
	text-transform: capitalize;
}

/*product page after clicking add to enquiry, a 'view enquiry cart' text link show up*/
a.pisol-view-cart{
	width: 100%;
}

/*enquiry popup form style*/
.pisol-eqw-cart-in-popup{
	width: 100%;	
}

.pisol-eqw-popup-content{
	width: 60%;
	margin: 0 auto;
}

.mfp-bg, .mfp-container{
	background-color: #ffffff;
}

.eqw-popup-title{
	background-color: #ffffff !important;
}

span.eqw-popup-title{
	background: #fff !important;	
}

/*enquiry form button style*/
button.mfp-close, button.mfp-arrow{
	position: fixed;
	top: 6%;
	right: 18%;
	font-size: 30px;
	padding-top: 4px;
}

.mfp-close-btn-in .mfp-close{
	background-color: #d9d9d9;
	position: fixed;
	top: 6%;
	right: 18%;
}

/*enquiry form popup close button styling*/
button.mfp-close{
	background: #c6c6c6 !important;
	padding-top: 0px !important;
}

button.mfp-close:hover{
	background: #c6c6c6 !important;
	padding-top: 0px !important;
	border-radius: 0px !important;
	padding: 0px !important;
}

/*header cart icon styling*/
#pi-eqw-cart .pi-count{
	background: #f7941e;
	font-size: 12px !important;
	top: 0px;
	left: 20px;
}

#pi-eqw-cart{
	padding: 10px;	
}

/*enquiry form, fields adjust*/
#pi-eqw-enquiry-form div:nth-child(2){
	width: 49%;
	display: flex;
}

#pi-eqw-enquiry-form div:nth-child(3){
	width: 49%;
	display: flex;
	float: right;
	margin-top: -62px;
}

#pi-eqw-enquiry-form div:nth-child(4){
	width: 49%;
	display: flex;
}

#pi-eqw-enquiry-form div:nth-child(5){
	width: 49%;
	display: flex;
	float: right;
	margin-top: -62px;
}

.whb-column>.info-box-wrapper, .wd-header-text, .whb-column>.wd-button-wrapper, .whb-column>.wd-social-icons, .wd-header-html{
	padding-left: 0px !important;	
}
body.woocommerce-checkout div.site-content{    
	max-width: 100% !important;
    flex: 1;
}
body.woocommerce-checkout aside.sidebar-container{ display:none!important;}@media (max-width: 576px) {
	a {
    color: var(--wd-link-color);
    text-decoration: none;
    transition: all .25s ease;
		font-size:12px !important;
}
a.btn.btn-color-primary.btn-style-default.btn-style-round.btn-size-extra-small.booknow-btn {
    font-size: 10px !important;
}

/*homepage book now btn styling*/
.booknow-btn{
  margin-top: -24px;
  z-index: 2;
  position: relative;
  padding: 8px 22px !important;
}

ul#menu-footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-bottom: 10px;
}
}

