@font-face {
    font-family: 'ThaiSansNeue';
    src: url('../webfonts/ThaiSansNeue-Regular.ttf') format("truetype");
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'ThaiSansNeue';
    src: url('../webfonts/ThaiSansNeue-Light.ttf') format("truetype");
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'ThaiSansNeue';
    src: url('../webfonts/ThaiSansNeue-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'ThaiSansNeue';
    src: url('../webfonts/ThaiSansNeue-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'ThaiSansNeue';
    src: url('../webfonts/ThaiSansNeue-UltraLight.ttf') format("truetype");
    font-weight: 100;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'ThaiSansNeue';
    src: url('../webfonts/ThaiSansNeue-SemiBold.ttf') format("truetype");
    font-weight: 600;
    font-style: normal;
	font-display: swap;

}



/*
@font-face {
    font-family: ss_light;
    src: url("../webfonts/ss_light.ttf");
}

@font-face {
    font-family: ss_medium;
    src: url("../webfonts/ss_medium.ttf");
}

@font-face {
    font-family: ss_bold;
    src: url("../webfonts/ss_bold.ttf");
}
*/
body{
	font-family: "ThaiSansNeue";
	background-color: #F8F9FA;
	font-size:22px;
	line-height: 100%;
}

#searchBox1{

}

#searchBox2{
	border: 0px solid red;
}


input[type=text], input[type=password], input[type=email], input[type=number]{
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	font-size: 20px;
}

.form-control:focus{
    border-color: #cccccc;
    box-shadow: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
  }

.custom-select {
	font-size:20px;
}

button{
	font-size: 20px;
}

.btn-sm{
	font-size: 20px;
	padding:0px 8px 0px 8px;
}

.btn-sm-fas{
	font-size: 13px;
}

.btn{
	font-size: 20px;
}

.navbar-main{
	border-bottom: 1px solid #CECECE;
	min-height: 55px;
}


.navbar-bottom{
	border-top: 1px solid #CECECE;
	min-height: 55px;
}

@media (min-width: 75px) and (max-width: 599px) {
	.navbar-container{
		padding:0px;
	}

	.s768-search-box{
		display: none;
	}
}

@media (min-width: 600px){
	.s768{
		display: none;
	}

	.s768-search-box{
		left:0;
		right:0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		width: 210px;
		outline: 0px solid black;
		background: white;
		text-align: center;
		padding: 2px;
	}
	.s768-search-box-inner{
		width:100%;border:1px solid #cecece;border-radius: 5px;
	}

	.s768-search-box-sliders-btn{
		float:right;border:none;padding: 7px 5px 0px 0px;color:#A9A9A9;cursor:pointer;font-size:17px;
	}
}

.search-box2{
	width: 95%;
	outline: 0px solid black;
	background: white;
	text-align: left;
	padding: 2px;
}

.search-box2-inner{
	width:100%;border:1px solid #cecece;border-radius: 5px;
}

@media (min-width: 300px){
	.search-box-sliders-btn{
		display:block!important;float:right;border:none;padding: 7px 5px 0px 0px;color:#A9A9A9;cursor:pointer;font-size:17px;
	}
}
.main-content{
	padding-top: 70px;
}

.navbar-main-logo{
	width:120px;
	height: auto;

}

.navbar-top-menu{
	font-size: 20px;
}

.navbar-top-menu i{
	padding-left: 2px;
	cursor: pointer;
}

#textbox1{
	font-family: "ThaiSansNeue";
	font-size: 18px;
	height: 32px;
	width: 170px;
	border-radius: 3px;
	/*border: 1px solid #cecece;*/
	border: none;
	padding: 0px 5px 0px 5px;
	text-align:center;
	background-color: white;
}

#textbox2{
	font-family: "ThaiSansNeue";
	font-size: 18px;
	height: 32px;
	width: 90%;border-radius: 3px;
	/*border: 1px solid #cecece;*/
	border: none;
	padding: 0px 5px 0px 5px;
	text-align:center;
	background-color: white;
}

#textbox1::placeholder,  #textbox2::placeholder{
	text-align: center;
	font-family: "ThaiSansNeue", FontAwesome;
    font-style: normal;
    font-weight: normal;
	text-decoration: inherit;
	padding-top:3px;
}

#textbox1:focus::placeholder, #textbox2:focus::placeholder{
	text-align: center;
	font-family: "ThaiSansNeue", FontAwesome;
    font-style: normal;
    font-weight: normal;
	text-decoration: inherit;
}

.hide-search-box2-btn{
	position: absolute;
	top:15px;
	right:10px;
	font-size:24px;
	color: #6D6D6D;
}

.card-img-top {
	width: 100%;
	/*
    height: 35vw;
	object-fit: cover;
	*/
}


footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer p {
  margin-bottom: .25rem;
}


input:focus, textarea:focus, select:focus{
	outline: none;
}

/*--- IMAGE HOVER BUTTON----*/
.image-container {
	position: relative;
	width: 100%;
  }

  .image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
  }

  .middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	display:none;
	min-width:180px;
  }

  .image-container:hover .image {
	opacity: 0.3;
  }

  .image-container:hover .middle {
	opacity: 1;
	display:block;
  }

  .image-overlay-btn {
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	font-size: 24px;
	border: 1px solid #929292;
	color: white;
	width: 80px;
	padding:3px 2px 7px 2px;
	background-color:#929292;
	border-radius: 4px;
  }
/*-------*/

/*---OVERLAY MENU----*/
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 1);
	overflow-y: auto;
	transition: 0.5s;
}

.overlay-content {
	margin-top: 120px;

}

.overlay a {
	font-size:42px;
	line-height: 130%;
	color:#CECECE;
	text-decoration: none;
}

.overlay .row {
	color:#CECECE;
	text-decoration: none;
}

.overlay a:hover, .overlay a:focus {
	color: white;
}

.overlay .closebtn {
	position: fixed;
	left:50%;
	top: 60px;
	font-size: 32px;
	border:0px solid yellow;
	z-index:20;
}

.closebtnAnimate{
	animation: rotateIn;
  	animation-duration: 2s;
}

.bcMenuLink{
	margin:5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 599px) {
	.overlay a {
		font-size:28px;
		text-decoration: none;
	}

	.overlay-content {
		margin-top: 100px;
	}
}
/*---/OVERLAY MENU----*/

.final-price{
	font-size:30px;
	font-weight: bold;
}

.add2cart{
	font-size:24px;
	cursor: pointer;
	color: #212529;
}

.textbox{
	width: 250px;
	border:1px solid #CECECE;
	border-radius: 2px;
	font-size:14px;
	padding:2px 6px 2px 6px;
	height:35px;
	margin: 0px 0px 5px 0px;
}

.textbox-fluid{
	border:1px solid #CECECE;
	border-radius: 2px;
	font-size:14px;
	padding:2px 6px 2px 6px;
	height:35px;
	margin: 0px 0px 5px 0px;
}

.buttonLogin{
	width: 250px;
	margin: 0px 0px 5px 0px;
}

.signupSection{
	width: 250px;
	margin: 40px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	border: 1px solid #E4E4E7;
	border-radius: 2px;
}

.forgetPasswordSection{
	margin: 20px 0px 0px 0px;
}

.tableOr{
	width: 250px;
	border:none;
}

.tdOr{
	width: 50px;
	color: #636364;
	font-weight:bold;
	font-size:22px;
}

.loginServiceMessage{
	width: 250px;
}

.a-href {
    color: #212529;
    text-decoration: none;
}

.a-href:hover {
    color: #212529;
    text-decoration: none;
}

/* User Dropdown menu */
.dropdown-menu-user:before {
	position: absolute;
	top: -7px;
	left: 92%;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ccc;
	border-left: 6px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
  }

  .dropdown-menu-user:after {
	position: absolute;
	top: -6px;
	left: 92%;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
  }
  /* end User Dropdown menu */

  /* Cart Dropdown menu */
.dropdown-menu-cart{

	padding: 10px 10px 10px 10px;
	min-width:310px;
	max-width:310px;
	left: 60% !important;
  	right: auto !important;
  	text-align: left !important;
	transform: translate(-60%, 0) !important;
	font-size:22px;
	word-break: break-all;
}

.dropdown-menu-cart:before {
	position: absolute;
	top: -7px;
	left: 57.5%;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ccc;
	border-left: 6px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
  }

  .dropdown-menu-cart:after {
	position: absolute;
	top: -6px;
	left: 57.5%;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
  }
  /* end Cart Dropdown menu cart */


  .signup-confirm-code-input{
	padding: 10px;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
  }

.modal-title{
	font-weight: bold;
  }

.form-required{
	font-size: 12px;
	color: red;
}


/* RIBBON */
.ribbon {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #2980b9;
  }
  .ribbon span {
	position: absolute;
	display: block;
	width: 170px;
	padding: 5px 0;
	background-color: #3498db;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
  }

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
  }
  .ribbon-top-left::before {
	top: 0;
	right: 0;
  }
  .ribbon-top-left::after {
	bottom: 0;
	left: 0;
  }
  .ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
  }

  /* top right*/
  .ribbon-top-right {
	top: -15px;
	right: -15px;
  }
  .ribbon-top-right::before,
  .ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
  }
  .ribbon-top-right::before {
	top: 0;
	left: 0;
  }
  .ribbon-top-right::after {
	bottom: 0;
	right: 0;
  }
  .ribbon-top-right span {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
  }

  /* bottom left*/
  .ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
  }
  .ribbon-bottom-left::before,
  .ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
  }
  .ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
  }
  .ribbon-bottom-left::after {
	top: 0;
	left: 0;
  }
  .ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
  }

  /* bottom right*/
  .ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
  }
  .ribbon-bottom-right::before,
  .ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
  }
  .ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
  }
  .ribbon-bottom-right::after {
	top: 0;
	right: 0;
  }
  .ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
  }

  /* RIBBON */


  .cartItem {
    position:relative;
    padding-top:20px;
    display:inline-block;
}
.cartItemBadge{
    position: absolute;
    left:-5px;
    top:10px;
    background:#636364;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:1px 10px;
    font-size:20px;
}


.text-beside {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #CECECE;
	line-height: 0.1em;
	margin: 0px 0px 0px 0px;
 }

.text-beside span {
	 background:#fff;
	 padding:0 10px;
 }

 /* SVG COLOR*/
.svg-white{
	filter: invert(99%) sepia(20%) saturate(0%) hue-rotate(183deg) brightness(120%) contrast(100%);
}

.svg-primary{
	filter: invert(42%) sepia(78%) saturate(5462%) hue-rotate(199deg) brightness(102%) contrast(104%);
}
 /* END SVG COLOR*/

 .cart-img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
  }

  .footer-logo{
	  width: 48px;
	  height: 48px;
	  margin: 0px 10px 0px 10px;
  }