.page-title-default{
	background-color:rgb(0,136,247);
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(32,67,157);
}

: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:18px;
}
: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:16px;
}
:root{
--wd-primary-color:rgb(209,53,66);
}
:root{
--wd-alternative-color:rgb(32,67,157);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:rgb(209,53,66);
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-shop-bgcolor:#83b735;
}
:root{
--btn-shop-bgcolor-hover:#6ca300;
}
:root{
--btn-accent-bgcolor:#83b735;
}
:root{
--btn-accent-bgcolor-hover:#6ca300;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.hktalhk.edu.hk/wp-content/themes/woodmart/fonts/woodmart-font.woff?v=1.0.0") format("woff"),
	url("//www.hktalhk.edu.hk/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=1.0.0") format("woff2");
}

	:root{
	
	
			--wd-form-brd-radius: 0px;
	
	--wd-form-brd-width: 2px;

	--btn-default-color: #333;
	--btn-default-color-hover: #333;

	--btn-shop-color: #fff;
	--btn-shop-color-hover: #fff;

	--btn-accent-color: #fff;
	--btn-accent-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-accent-brd-radius: 0px;
		--btn-accent-box-shadow: none;
		--btn-accent-box-shadow-hover: none;
		--btn-accent-box-shadow-active: none;
		--btn-accent-bottom: 0px;
	
	
			--btn-shop-bottom-active: -1px;
		--btn-shop-brd-radius: 0px;
		--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
		--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
	
	
	
	
	
	
	
		}

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

	.container {
		max-width: 1222px;
	}
	
	
	@media (min-width: 1222px) {

		[data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1222px) / 2);
			padding-right: calc((100vw - 1222px) / 2);
		}

		.platform-Windows [data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1239px) / 2);
			padding-right: calc((100vw - 1239px) / 2);
		}
	}

	
/* Quick view */
div.wd-popup.popup-quick-view {
	max-width: px;
}

/* Shop popup */
div.wd-popup.wd-promo-popup {
	max-width: px;
}

/* Age verify */
div.wd-popup.wd-age-verify {
	max-width: 500px;
}

/* Header Banner */
.header-banner {
	height: px;
}

body.header-banner-display .website-wrapper {
	margin-top:px;
}

/* Tablet */
@media (max-width: 1024px) {
	/* header Banner */
	.header-banner {
		height: px;
	}
	
	body.header-banner-display .website-wrapper {
		margin-top:px;
	}
}


.boxside-shadow{
	box-shadow: 0px 0px 40px rgb(0 0 0 / 25%);
    transition: box-shadow .10s ease;
}

.loginarea{
	  width: 200px;
    height: 90px;
    float: left;
    margin-top: 7px;
    margin-left: 100px;
	  border-radius: 5px;
	  background-color: #d13642;
    font-size: 12px;
    COLOR: #000000;
    font-family: var(--site-general-font-family);
    font-weight: normal;
    line-height: 18px;
    TEXT-DECORATION: none;
}

.loginarea_l{
	  width: 34px;
    margin: auto;
    float: left;
    padding-left: 8px;
    padding-top: 5px;
    FONT-SIZE: 14px;
    COLOR: #ffffff;
    font-family: var(--site-general-font-family);
    font-weight: bold;
    line-height: 16px;
    TEXT-DECORATION: none;
}

.loginarea_r{
	  width: 164px;
    margin: auto;
    float: left;
    padding-top: 3px;
    font-size: 12px;
    COLOR: #ffffff;
    font-family: var(--site-general-font-family);
    font-weight: normal;
    line-height: 18px;
    TEXT-DECORATION: none;
}

.loginarea_r_t{
	  width: 45px;
    margin: auto;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

.loginarea_r_input{
    width: 117px;
    margin: auto;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

.loginarea_r_input2{
    width: 97px;
    margin: auto;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

.input_login_top{
    font-size: 11px;
    color: #5B5B5B;
    font-family: var(--site-general-font-family);
    font-weight: normal;
    line-height: 18px;
    text-align: justify;
    text-decoration: none;
    border: 0px;
    padding-left: 5px;
    width: 98px;
    height: 18px;
    background-color: #ffffff;
}

.loginarea_r_t2{
    width: 65px;
    margin: auto;
    float: left;
    padding-top: 6px;
    padding-bottom: 3px;
    color: #ffffff;
}

.loginarea_en{
	  width: 200px;
    height: 105px;
    float: left;
    margin-top: 7px;
    margin-left: 100px;
	  margin-bottom: 5px;
	  border-radius: 5px;
	  background-color: #d13642;
    font-size: 12px;
    COLOR: #000000;
    font-family: var(--site-general-font-family);
    font-weight: normal;
    line-height: 18px;
    TEXT-DECORATION: none;
}

.loginarea_l_en{
	width: 20px;
    margin: auto;
    float: left;
    padding-left: 8px;
    padding-top: 5px;
    FONT-SIZE: 14px;
    COLOR: #ffffff;
    font-family: var(--site-general-font-family);
    font-weight: bold;
    line-height: 16px;
    TEXT-DECORATION: none;
}

.loginarea_r_en{
	width: 198px;
    margin: auto;
    float: left;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 12px;
    COLOR: #ffffff;
    font-family: var(--site-general-font-family);
    font-weight: normal;
    line-height: 18px;
    TEXT-DECORATION: none;
}

.loginarea_r_t_en{
	width: 65px;
    margin: auto;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

.loginarea_r_input_en{
    width: 120px;
    margin: auto;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

.loginarea_r_input2_en{
    width: 75px;
    margin: auto;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
}


.loginarea_r_t2_en{
    width: 96px;
    margin: auto;
    float: left;
    padding-top: 6px;
    padding-bottom: 3px;
    color: #ffffff;
}