@import url("https://use.typekit.net/mvj1rfi.css");
@font-face {
	font-family: "DB Heavent";
	src: url("../fonts/DBHeavent.eot");
	src: url("../fonts/DBHeavent.eot?#iefix") format("embedded-opentype"),
		url("../fonts/DBHeavent.woff2") format("woff2"),
		url("../fonts/DBHeavent.woff") format("woff"),
		url("../fonts/DBHeavent.ttf") format("truetype"),
		url("../fonts/DBHeavent.svg#DBHeavent") format("svg");
	font-weight: normal;
	font-style: normal;
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fade-in-up {
	from {
		opacity: 0;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}
	to {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@keyframes fade-in-up {
	from {
		opacity: 0;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}
	to {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@-webkit-keyframes fade-in-up-2 {
	from {
		opacity: 0;
		-webkit-transform: translate(0%, 50%);
		transform: translate(0%, 50%);
	}
	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes fade-in-up-2 {
	from {
		opacity: 0;
		-webkit-transform: translate(0%, 50%);
		transform: translate(0%, 50%);
	}
	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

body {
	font-family: korolev, "DB Heavent", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

/* .container #logo {
  transform: translate(40%);
} */

@media (max-width: 1369px) {
	/* .prod-of-singha-wrapper .product-custom-margin-story .product-size {
		bottom: calc(-10 * 100vw /1920) !important;
	} */
	.prod-of-singha-wrapper .product-custom-margin-story {
		padding-bottom: 90px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 80vw;
	}
	.container .moveHeader {
		transform: translateX(20vh);
	}
}

.sticky {
	position: fixed;
	top: 0;
}

.red {
	color: red;
}

.primary-color {
	color: #ffc522;
}

a {
	color: #000;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
a:hover {
	text-decoration: none;
	color: #333;
}
.text-title {
	font-weight: 700;
}

.seemore a {
	color: #4d4d4d;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.seemore a:hover {
	text-decoration: none;
	color: #212529;
}

.text-underline {
	text-decoration: underline !important;
	cursor: default;
}

.fancybox-bg {
	background-color: #000;
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.85;
}

.fancybox-stage {
	cursor: url("../images/close-cursor.png") 100 100, auto;
}

.inline-text {
	display: inline-block;
}

.btn {
	display: inline-block;
	position: relative;
	overflow: hidden;

	/*padding: 0;
  height: 28px;*/
	width: 160px;

	background: #fff;
	border: 1px solid #ddd;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn a {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	font-size: 13px;
	padding: 4px 20px;
	z-index: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.btn.btn-large {
	width: 200px;
	height: 38px;
}
.btn.btn-large a {
	padding: 8px 20px;
}
.btn.btn-large:hover {
	border-color: #ffc522;
}
.btn.btn-large:hover a {
	color: #fff;
}
.btn:hover {
	border-color: #666;
	color: #fff;
}

hr {
	border-color: #e2e2e2;
}

.plusminus span {
	display: block;
	position: absolute;
	height: 4px;
	width: 20px;
	background: #ffc522;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.plusminus span:nth-child(even) {
	right: 0%;
	border-radius: 9px 9px 9px 9px;
}

.plusminus span:nth-child(odd) {
	right: 0%;
	border-radius: 9px 9px 9px 9px;
}

.plusminus span:nth-child(1),
.plusminus span:nth-child(2) {
	top: 45%;
}

.plusminus span:nth-child(2) {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sec-list-menu.show .plusminus span:nth-child(2) {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background: #333333;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
	top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
	top: 10px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
	top: 20px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
	left: 0px;
	top: 8px;
}

#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 8px;
}

#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
	left: 0px;
	top: 20px;
}

#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 20px;
}

header {
	position: fixed;
	top: 0;
	width: 100vw;
	max-width: 100vw;
	overflow: visible;
	background: #fff;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	z-index: 1000;
	height: 108px;
}
.sectionWrapper {
	padding-top: 108px;
}
header .container {
	position: relative;
	text-align: left;
}
header.small-header {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
header .nav-toggle-icon,
header .close-icon {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 34px;
	height: 28px;
	cursor: pointer;
	z-index: 1001;
}
header .nav-toggle-icon img {
	height: 14px;
}
header .close-icon img {
	height: 28px;
}
header .navheight {
	height: 100%;
}
header .navheight .navposition {
	padding: 0rem 0rem !important;
}
.nav-font-color {
	color: #f8f9fa !important;
}
.nav-font-color:hover {
	color: #333 !important;
}
.nav-font-color.active {
	color: #333 !important;
}
.custom-li-float {
	float: right;
}
.moveHeader {
	width: 100%;
}

header .navheight .navposition .bg-singha {
	background-color: #ffc522;
	color: #f8f9fa;
	padding: 2px 3% 2px 20.5%;
}

header #logo {
	position: absolute;
	top: 0;
	left: 10%;
	padding: 10px 20px;
	background: #fff;
	z-index: 100;
}
header #logo img {
	height: 73px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
header nav {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
header nav .container {
	padding-right: 0;
}
header nav .nav-item {
	text-decoration: none;
	display: inline-block;
	margin-left: -3px;
	padding: 0px 10px;
	font-size: 14px;
	color: #f8f9fa;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.leveltwoverdiv {
	border: 0.5px solid #4d4d4d99;
	height: 100%;
}

.verticle-divider-wrapper {
	width: 1%;
	margin-top: 3%;
}

.verticle-divider {
	border: 1px solid #4d4d4d99;
	width: 1px;
	height: 70%;
}

.dropdown-menu:hover {
	transition: 200ms ease;
}

.dropdown-menu .left,
.dropdown-menu .right,
.dropdown-menu .right2 {
	width: 50%;
}

.dropdown-menu .one,
.dropdown-menu .two,
.dropdown-menu .three,
.dropdown-menu .four {
	width: 25%;
}

.menulayer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.layertwo-left {
	padding: 4% 0% 8% 8%;
}

.layertwo-right {
	padding: 4% 8% 8% 0%;
}

.nav-menu-list {
	/* position: absolute; */
	/* width: 100%;
  height: 100%; */
	/* top: 75%; */
}

.nav-menu-image {
	/* position: absolute; */
	width: 25%;
	/* height: 100%; */
	/* justify-content: center; */
	/* text-align: center; */
	display: block;
	margin: 0 auto;
}

.layerone {
	padding: 5%;
}

.layertwo {
	display: flex;
}

.custom-flex {
	flex-grow: 0;
}

.layerone .custom-dropdown-item {
	pointer-events: none;
}

.layerone .nav-menu-image {
	cursor: pointer;
}

.left .layertwo .layertwo-left .nav-menu-image {
	width: 55%;
}

.left .layertwo .layertwo-left .nav-menu-list .product-title > a {
	pointer-events: none;
}

.left .layertwo .layertwo-right .nav-menu-image {
	width: 55%;
}

.left .layertwo .layertwo-right .nav-menu-list .product-title > a {
	pointer-events: none;
}

.left .layertwo .layertwo-left .nav-menu-list .row .col > a {
	color: #4d4d4d99;
}

.left .layertwo .layertwo-right .nav-menu-list .row .col > a {
	color: #4d4d4d99;
}

.right .layertwo .layertwo-left .nav-menu-image {
	width: 55%;
}

.right .layertwo .layertwo-left .nav-menu-list .product-title > a {
	pointer-events: none;
}

.right .layertwo .layertwo-right .nav-menu-image {
	width: 55%;
}

.right .layertwo .layertwo-right .nav-menu-list .product-title > a {
	pointer-events: none;
}

.right .layertwo .layertwo-left .nav-menu-list .row .col > a {
	color: #4d4d4d99;
}

.right .layertwo .layertwo-right .nav-menu-list .row .col > a {
	color: #4d4d4d99;
}

.right2 .layertwo .layertwo-left .nav-menu-image {
	width: 55%;
}

.right2 .layertwo .layertwo-left .nav-menu-list .product-title > a {
	pointer-events: none;
}

.right2 .layertwo .layertwo-right .nav-menu-image {
	width: 55%;
}

.right2 .layertwo .layertwo-right .nav-menu-list .product-title > a {
	pointer-events: none;
}

.right2 .layertwo .layertwo-left .nav-menu-list .row .col > a {
	color: #4d4d4d99;
}

.right2 .layertwo .layertwo-right .nav-menu-list .row .col > a {
	color: #4d4d4d99;
}

.nav-reltive-box {
	position: relative;
	padding: 42% 0% 0% 0%;
}

header nav .nav-item.dropdown .dropdown {
	color: #fff;
}

header nav .nav-item.dropdown > a:hover {
	color: #333 !important;
}

.nav-item.dropdown.show > a {
	color: #333 !important;
}
nav {
	margin-bottom: 0;
}
nav li.dropdown.show {
	position: static;
}
nav li.dropdown.show .dropdown-menu {
	width: 100%;
}

nav li.dropdown.show .dropdown-menu.custom-dropdown-menu {
	border-radius: unset;
	border: unset;
	border-top: 1px solid rgba(255, 255, 255, 1) !important;
	margin: unset;
	display: flex;
}

nav li.dropdown.show .dropdown-menu .custom-dropdown-item {
	display: contents;
}

.custom-navlink {
	padding: 0.5rem 1rem 0 1rem;
}

.product-width {
	width: 9%;
	margin-right: 1%;
}

ul.product-title.exp {
	font-size: 16px;
	padding-inline-start: 40px;
}

ul.experience li {
	padding-inline-start: 50px;
}

ul.product-title {
	font-size: 16px;
	padding: unset;
}

ul.product-title li {
	list-style: none;
	display: flex;
	align-items: end;
}

ul.product-title li a {
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	ul.product-title:not(.exp) li a {
		font-weight: bold;
	}
}

ul.product-title.exp li a {
	pointer-events: all;
}

.singhaproduct li {
	font-size: 16px;
	list-style: none;
}

.experience li {
	font-size: 16px;
	list-style: none;
}

.custom-display.show {
	display: block !important;
}

.custom-list {
	list-style: unset;
}
.cat .custom-list .title {
	text-transform: uppercase;
	font-size: 1.2vw;
	font-weight: bolder;
}

.subcat .custom-list a {
	font-size: 1vw;
	color: #888;
}

.subcat .custom-list a:hover {
	color: #000;
}

.verticle-divider-new {
	margin-left: 1rem;
	margin-right: 1rem;
	border: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-row-margin {
	margin-right: unset;
	margin-left: unset;
}

.col-custom-padding {
	padding-right: unset;
	padding-left: unset;
}

.announcement .normal {
	font-size: 0.8vw;
}

.announcement .normal.text-singha {
	font-size: 0.8vw;
	font-weight: bolder;
}

.announcement li {
	list-style: none;
}

.text-singha {
	color: #ffc522;
}

.custom-list .title {
	position: relative;
}
.custom-list .title .menuchev {
	position: absolute;
	top: 0;
	right: 0;
}

.see-detail {
	font-size: 0.7vw;
	color: #ccc;
}

.see-detail a:hover {
	color: #000;
}

header nav .nav-item:hover {
	color: #333;
}
header #language-switcher-mobile {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}
header #language-switcher-mobile .topic {
	padding-right: 14px;
	color: #333;
}
header #language-switcher-mobile .lang-item {
	padding: 4px 6px;
}
header #language-switcher-mobile .lang-item.active {
	background: #ffc522;
	color: #333;
}
header #language-switcher {
	position: relative;
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
header #language-switcher .current {
	position: relative;
	padding: 6px 20px 6px 10px;
	border-left: 1px solid #eee;
	cursor: pointer;
	color: #999;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
header #language-switcher .current:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	width: 8px;
	height: 4px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../images/arrow-down-sm.png") center no-repeat;
}
header #language-switcher .list {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	width: 100%;
	background: #fff;
	z-index: 3;
}
header #language-switcher .list .lang-item {
	display: block;
	padding: 6px 10px;
	text-align: left;
	border-top: 1px solid #eee;
}
header #language-switcher .list .lang-item:hover {
	color: #ffc522;
}
header #language-switcher:hover .current {
	color: #ffc522;
}
header #language-switcher:hover .current:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
header #language-switcher:hover .list {
	display: block;
}

#top-section,
#content {
	width: 100%;
	overflow: hidden;
}

.headline {
	width: 520px;
	margin-left: -20px;
	padding: 12px 40px 12px 180px;
	background: #fff;
	font-size: 24px;
}
.headline .headline-primary {
	display: inline-block;
	font-weight: 700;
	color: #000;
	letter-spacing: 2px;
}
.headline .headline-secondary {
	display: inline-block;
	font-weight: 400;
	color: #ffc522;
	letter-spacing: 2px;
}

.normal-headline {
	font-weight: 700;
	font-size: 24px;
}
.normal-headline .headline-primary {
	color: #000;
	letter-spacing: 1px;
	line-height: 1.2em;
}
.normal-headline .headline-secondary {
	color: #ffc522;
	letter-spacing: 2px;
}

#back-to-top-btn {
	height: 36px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#back-to-top-btn:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.prod-of-singha-wrapper .product-discription {
	text-transform: uppercase;
	text-wrap: nowrap;
	/* position: absolute;
	left: 0;
	right: 0; */
}
.sectionWrapper .article-content-wrapper .article-title h1 {
	text-transform: uppercase;
}
/* .prod-of-singha-wrapper .product-discription:not(.moveable) {
  margin-bottom: calc(34 * 100vw / 1920);
}
.prod-of-singha-wrapper .product-discription:not(.moveable).can {
  margin-bottom: calc(28 * 100vw / 1920);
} */

/* slide 49 */
.prod-of-singha-wrapper * {
	/* border: 1px solid red; */
}
.prod-of-singha-wrapper .product-custom-margin {
	/* border: 1px solid blue; */
	/* display: flex; */
	flex-direction: column;
	align-items: center;
	position: relative;
	/* padding-bottom: 28px; */
}
.prod-of-singha-wrapper .product-custom-margin-story {
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-bottom: 70px;
}
.product.owl-carousel .owl-stage {
	padding-left: 160px !important;
	padding-right: 160px !important;
}
.owl-carousel .owl-stage:after {
	display: none !important;
}
.prod-of-singha-wrapper .product-custom-margin .product-size {
	/* background-color: pink; */
	/* position: absolute;
	bottom: calc(-50 * 100vw / 1920);
	left: 0;
	right: 0; */
	width: 100%;
}
.prod-of-singha-wrapper .product-custom-margin-story .product-size {
	/* background-color: pink; */
	/* position: absolute;
	bottom: 0;
	left: 0;
	right: 0; */
	width: 100%;
}
.prod-of-singha-wrapper .product-custom-margin .product-size a {
	white-space: pre;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.75);
	z-index: 999;
}

.loader {
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f8f9fa;
}

.loader-wrapper {
	width: 100%;
	height: 100%;
	padding: 10% 10%;
}

.loader-wrapper .title {
	font-size: 1.5vw;
}

.loader-wrapper .tips {
	font-size: 3.5vw;
	line-height: 1.25;
}

.loader-wrapper .link {
	font-size: 1.2vw;
	text-decoration: underline;
}
.loader-wrapper .link a {
	color: #555;
}
.loader-wrapper * {
	z-index: 1001;
}

footer .footer-top,
footer .footer-bottom {
	background: #ffc522;
	color: #fff;
}

footer .footer-top {
	padding: 12px 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.5px;
}
footer .footer-top .newsletter .topic {
	display: inline-block;
}
footer .footer-top .newsletter .content {
	display: inline-block;
	padding: 2px 0;
	margin-left: 14px;
	background: #fff;
	border-radius: 10px;
	font-size: 14px;
}
footer .footer-top .newsletter .content input {
	padding: 4px 14px;
	border: 0;
	background: none;
	outline: none;
	letter-spacing: 1px;
}
footer .footer-top .newsletter .content button {
	padding: 2px 14px;
	border: 0;
	border-left: 1px solid #e2e2e2;
	background: none;
	outline: none;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
footer .footer-top .newsletter .content button:hover {
	color: #666;
}
footer .footer-top a {
	position: relative;
	display: inline-block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 23px;
	padding: 0 14px;
	color: #fff;
	line-height: 23px;
}
footer .footer-top a .icon-normal {
	height: 16px;
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
footer .footer-top a .icon-active {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 16px;
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
footer .footer-top a:hover {
	color: #333;
}
footer .footer-top a:hover .icon-normal {
	opacity: 0;
}
footer .footer-top a:hover .icon-active {
	opacity: 1;
}
footer .footer-top a:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

footer .footer-content {
	padding: 0 0 24px;
	background: #eaeae9;
}
footer .footer-content .topic {
	display: inline-block;
	margin: 24px 0 10px;
	padding-bottom: 2px;
	text-decoration: unset;
	/* border-bottom: 2px solid #999; */
	font-weight: 400;
}
footer .footer-content .topic:hover {
	color: #999;
}
footer .footer-content .list .nav-item {
	display: block;
	padding: 2px 0;
	font-weight: 300;
	text-decoration: unset;
	/* text-transform: capitalize; */
	text-transform: uppercase;
}
footer .footer-content .list .nav-item span.sm {
	margin-left: 2px;
	/* font-size: 10px; */
}

footer .footer-bottom {
	padding: 14px 0;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 1px;
}

footer .footer-bottom a {
	color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
footer .footer-bottom a:hover {
	color: #333;
}

#action {
	position: relative;
	margin-top: 0px;
	padding-bottom: 2%;
	padding-top: 2%;
	background-color: #fff;
}

.tips-hidden {
	display: none;
}

.text-array .text-content {
	font-size: 2vw;
	padding: 0% 15%;
}
.singha-story-custom {
	padding: 0% 0% 6.7% 0%;
}

.custom-sub {
	color: #999;
	padding-bottom: 2%;
}

@media only screen and (max-width: 1199px) {
	footer .footer-top {
		font-size: 14px;
	}
	header #logo {
		left: 1%;
	}
	header .navheight .navposition .bg-singha {
		padding: 0% 3% 0% 16%;
	}
	header nav .nav-item {
		padding: 0px 0px;
	}
	.prod-of-singha-wrapper .product-custom-margin .product-size {
		/* bottom: calc(-65 * 100vw /1920); */
	}
}
@media only screen and (max-width: 1179px) {
	.prod-of-singha-wrapper .product-custom-margin .product-size.size3 {
		/* bottom: calc(-110 * 100vw /1920); */
	}
}

@media only screen and (max-width: 991px) {
	.nav-item.custom-locale .nav-link:first-child {
		padding-right: 1em;
	}
	.nav-item.custom-locale .nav-link:last-child {
		padding-left: 1em;
	}
	.nav-item.custom-locale .nav-link.active {
		color: #ffc522 !important;
	}
	.nav-item.custom-locale > .nav-link:first-child {
		border-right: 1px solid #eee;
	}

	.loader-wrapper .link {
		font-size: 2.2vw;
		text-decoration: underline;
	}

	.text-array .text-content {
		font-size: 4vw;
	}

	header nav .nav-item {
		font-size: 16px;
	}

	footer .footer-content {
		font-size: 2vw;
	}

	.loader-wrapper .tips {
		font-size: 9.5vw;
		letter-spacing: 0vw;
		width: 50;
		padding: 0% 10%;
	}

	.loader-wrapper {
		padding: 20% 0%;
	}

	.loader-wrapper .title {
		font-size: 4.5vw;
	}

	/* .loader-wrapper .link {
    font-size: 4vw;
    text-decoration: underline;
  } */

	.sectionWrapper {
		padding-top: 80px;
	}

	.singhaproduct {
		padding-left: 10%;
	}

	nav li.dropdown.show .dropdown-menu.custom-dropdown-menu {
		display: unset;
	}
	header nav .nav-item.dropdown .dropdown {
		color: #333;
	}

	header .navheight .navposition .bg-singha {
		background-color: #fff;
		padding-top: 4.5rem;
		padding-bottom: 1rem;
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.nav-font-color {
		color: #333 !important;
	}
	body {
		padding-top: unset;
	}
	header {
		height: 80px;
		text-align: center;
	}
	header .top-bar .container {
		height: 80px;
	}
	header .nav-toggle-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: 54%;
		left: 22px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	header #logo {
		/* top: 50%; */
		left: 50%;
		-webkit-transform: translate(-55%) !important;
		transform: translate(-55%) !important;
	}
	header #logo img {
		height: 58px;
	}
	header nav {
		display: none;
		position: fixed;
		/* top: 79px; */
		left: 0;
		width: 100%;
		padding: 0;
		background: #fff;
		border-top: 1px solid #ddd;
	}
	header nav .container {
		padding: 0;
	}
	header nav .nav-item {
		display: block;
		text-align: left;
		margin-left: unset !important;
		color: #333;
	}

	header nav .nav-item:not(:first-child) {
		border-top: 1px solid #eee;
		padding: 10px 30px;
	}
	header nav .nav-item:hover {
		color: #ffc522;
	}
	header #language-switcher {
		display: none;
	}
	.headline {
		width: auto;
		max-width: 100%;
		margin: 0 15px;
		padding: 0;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	footer {
		/* margin-top: -150px; */
	}
	footer .footer-top {
		font-size: 12px;
		text-align: center;
	}
	footer .footer-top .newsletter {
		margin-bottom: 14px;
	}
	footer .footer-top a {
		padding: 0 8px;
	}
	footer .footer-top img {
		height: 16px;
	}
	footer .footer-bottom {
		font-size: 9px;
	}
	footer .footer-bottom .col-lg-6:first-child {
		margin-bottom: 6px;
	}
}

@media only screen and (max-width: 767px) {
	footer {
		margin-top: 0 !important;
	}
	.prod-of-singha-wrapper .product-discription {
		position: relative;
	}
	.prod-of-singha-wrapper .product-custom-margin .product-size {
		position: relative;
	}
	.product.owl-carousel .owl-stage {
		gap: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.prod-of-singha-wrapper .product-custom-margin-story {
		padding-bottom: 25px !important;
	}
	.singhaproduct li {
		text-transform: uppercase;
	}
	.his-content {
		max-height: 350px;
		overflow-y: scroll;
	}
}

@media only screen and (max-width: 575px) {
	footer .footer-top a:nth-child(2) {
		margin-bottom: 8px;
		border-right: 0 !important;
	}
}

@media only screen and (min-width: 992px) {
	/* header nav {
    display: inline-block !important;
  } */

	/* header #logo {
    left: 1%;
  } */

	header.small-header {
		padding-bottom: 16px;
	}
	header.small-header #logo img {
		height: 52px;
	}
	header.small-header nav .nav-item {
		padding: 6px 10px;
		font-size: 12px;
	}
	header.small-header .separator {
		font-size: 12px;
	}
	header.small-header #language-switcher {
		font-size: 12px;
	}
	header.small-header #language-switcher .current {
		padding: 4px 20px 4px 10px;
	}
	.overlay {
		display: none !important;
	}
}
/* custom */

.m-custom-menu-product {
	overflow-y: auto;
	min-height: 300px;
	height: calc(100svh - 580px);
	padding: 10px 0;
}
@media (max-width: 992px) {
	.navbar-collapse.m-navbar-collapse {
		padding-top: 80px !important;
	}
	.m-navbar-brand #logo {
		padding: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
		-webkit-transform: translate(-50%, -50%) !important;
	}
	.m-custom-navbar-nav a:focus {
		box-shadow: unset !important;
		outline-color: unset;
		outline: unset;
		outline-width: unset;
	}
	.m-custom-navbar-nav a:focus-visible {
		box-shadow: unset !important;
		outline-color: unset;
		outline: unset;
		outline-width: unset;
	}
}
