/*
Name : Mshop - eCommerce Mobile Template
Author : Ngerri
Author URL : https://themeforest.net/user/ngerri
*/
/* --------------------------------
Table of Contents
- General
- Navbar
- Side Nav
- Slider
- Shop Promo
- News & Bestseller Product Shop
- Product Shop
- Single Product
- Cart
- Checkout
- About Us
- Blog
- Single Blog
- Contact Us
- Login
- Register
- Footer   
-------------------------------- */

/* ------------------------------
  General
---------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	/* font-family: 'kanit', sans-serif; */
	background: #ffffff;
	color: #454545;
}

body::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: 'kanit', sans-serif; */
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

a {
	text-decoration: none;
}

.section-padding {
	padding: 0px 0 !important;
}

.pages {
	margin-top: 0px !important;
}

.pages-head {
	margin-bottom: 5px;
	text-align: left;
	color: #414141;
	padding: 0px;
	text-transform: uppercase;
}

.pages-head h2 {
	font-weight: 600;
	font-size: 20px;
}

.nomar-bottom {
	margin-bottom: 0 !important;
}

.nomar-bottom-lc:last-child {
	margin-bottom: 0 !important;
}

.nopad-right {
	padding-right: 3px !important;
}

.nopad-left {
	padding-left: 3px !important;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search] {
	background-color: transparent;
	border: none;
	border-radius: 5px;
	border: 1px solid #3488c2;
	/* border-radius: 0; */
	outline: none;
	height: 3rem;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 10px 0;
	padding: 0 12px;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
}

textarea.materialize-textarea {
	background-color: transparent;
	border: none;
	border: 1px solid #3488c2;
	border-radius: 5px;
	outline: none;
	height: auto !important;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 10px 0;
	padding: 12px;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
}

.select-company {
	padding: 0px !important;
}

.container .payment-detail .row {
	margin-left: 0rem;
	margin-right: 0rem;
}

.payment-detail {
	border-bottom: 1px solid;
	padding-bottom: 10px;
	padding-top: 10px;
}

.invoice-id {
	float: left;
	font-size: 18px;
	width: 49%;
}

.invoice-id span {
	font-size: 14px;
	margin-left: 5px;
}

.invoice-credit {
	float: left;
}

span.overpayment {
	color: #ff0000;
	font-size: 14px;
}

span.waiting {
	color: #ffde00;
}

span.payment {
	color: #049c00;
}

.invoice-payment {
	float: right;
	font-size: 18px;
}

.invoice-payment span {
	margin-left: 5px;
}

.invoice-name {
	float: left;
}

.invoice-due {
	float: right;
	/* margin-right: 9px; */
}

.select-company-inner {
	margin-right: 10px;
}

.img-pdf img {
	float: left;
	width: 28px;
}

.sec-pdf {
	padding-top: 10px;
}

.text-right .invoice-name {
	color: #afafaf;
	position: relative;
	right: -14%;
	top: 3px;
}

.paymentbills-text {
	float: left;
	width: 50%;
}

.paymentbills-price {
	width: 50%;
	float: right;
	text-align: right;
}

.paymentbills-price span {
	text-align: right;
	/* margin-right: 10px; */
}

.paymentbills-sec .row {
	padding: 10px;
}

.paymentbills-sec {
	border-bottom: 1px solid;
}



/*
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #bbb;
  box-shadow: none;height: unset!important;
}	
*/

/* ------------------------------
  top-language
---------------------------------*/
ul.top-language {
	/* position: absolute; */
	float: right;
	margin: 0;
	right: 15px;
}

ul.top-language li {
	float: left;
	margin-right: 25px;
}

ul.top-language li span {
	position: absolute;
}

.flag {
	width: 24px;
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 5px;
}

/* ------------------------------
  Button
---------------------------------*/
.btn-center {
	text-align: center;
}

.button-default {
	background: #0077B6;
	color: #ffffff;
	box-shadow: none;
	border-radius: 5px;
	margin: 0px 0;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 700;
}

.btn-pay {
	padding-top: 20px;
}

.button-fullwidth {
	width: 100%;
	text-align: center;
}

.button-default a {
	color: #ffffff;
}

.button-default:hover {
	background: #f39c12;
	opacity: 0.9;
	box-shadow: none;
}

.thank-sec {
	text-align: center;
	padding-top: 40px;
}

.thank-sec img {
	width: 100px;
}

.thank-sec h2 {
	font-size: 28px;
	font-weight: bold;
}

/* ------------------------------
  Navbar
---------------------------------*/
.navbar-top {
	background: #fdfdfd;
	width: 100%;
	height: 65px;
	padding: 12px 18px;
	border-bottom: 2px solid #eeeeee;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	position: fixed;
	z-index: 99;
}

.site-brand {
	text-align: center;
	display: inline-block;
}

.site-brand a h1 {
	font-size: 26px;
	font-weight: 900;
	line-height: 40px;
	color: #313131;
	letter-spacing: 1px;
}

.site-brand a h1 span {
	color: #f39c12;
}

/* ------------------------------
  Sidenav
---------------------------------*/
.side-nav a {
	font-size: 14px;
}

.side-nav-panel-left {
	float: left;
}

.side-nav-left {
	font-size: 28px;
	color: #313131;
}

.side-nav-panel {
	text-align: left;
}

.side-nav-panel li a {
	color: #444;
}

.side-nav-panel li a h1 {
	font-size: 26px;
	font-weight: 900;
	line-height: 40px;
	color: #313131;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.side-nav-panel li a h1 span {
	color: #f39c12;
}

.side-nav-panel li {
	font-weight: 700;
	border-bottom: 1px solid #f0f0f0;
}

.side-nav-panel li:first-child {
	border-bottom: none;
}

.side-nav-panel li a {
	font-weight: 600;
}

.side-nav-panel li a:hover {
	background: transparent;
}

.side-nav-panel li a i {
	margin: 0 8px 0 0;
	font-size: 18px;
	color: #333333;
	line-height: 45px;
}

.side-nav-panel-right {
	float: right;
}

.side-nav-panel-right .side-nav a {
	line-height: 18px;
}

.side-nav-panel-right .side-nav .button-cart a {
	line-height: 40px;
	height: 40px;
}

.side-nav-right {
	font-size: 18px;
	color: #313131;
	line-height: 40px;
	text-align: left;
}

.side-nav-right span {
	color: #ffffff;
	background: #f39c12;
	border-radius: 50%;
	font-size: 10px;
	padding: 0 4px;
	top: -10px;
	position: relative;
}

.side-nav-cart {
	text-align: left;
	padding: 22px 8px 25px;
	float: none;
}

.side-nav-cart img {
	width: 100%;
	height: 100%;
}

.side-nav-cart a {
	padding: 0;
	margin: 0;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 17px;
	color: #555;
}

.side-nav-cart .button-default {
	background: #f39c12;
	color: #ffffff;
	box-shadow: none;
	border-radius: 2px;
	margin: 20px 0;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
}

.side-nav-cart .button-default a {
	color: #ffffff;
}

.side-nav-cart .button-default:hover {
	background: #f39c12;
	opacity: 0.9;
	box-shadow: none;
}

.side-nav-cart .button-default:hover {
	background: #f39c12 !important;
	opacity: 0.9;
	box-shadow: none;
}

.side-nav-cart a:hover {
	background: transparent;
}

.side-nav-cart .name-price span {
	font-size: 16px;
	font-weight: 600;
	color: #f39c12;
}

.side-nav-cart .remove {
	text-align: right;
}

.side-nav-cart .total-price {
	text-align: center;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 20px 0 20px 0;
	font-weight: 700;
	margin: 0 10px;
}

.side-nav-cart .total-price h5 {
	font-weight: 600;
	letter-spacing: 1px;
}

.side-nav-cart .button-cart {
	margin: 0 auto;
	text-align: center;
}

/* ------------------------------
  Slider
---------------------------------*/
.slider {
	margin-top: 64px;
	height: 400px !important;
}

.slider-content {
	margin: 60px auto;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	position: relative;
	flex-shrink: 0;
}

.slider .slides li img {
	background-size: 100% 100%;
}

.slider .slides li::before {
	background-color: rgba(0, 0, 0, 0.6);
	content: "";
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.slider-content h2 {
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.slider-content h5 {
	/* font-family: 'kanit', sans-serif; */
	font-size: 21px;
}

.slider-content .button-default {
	margin: 40px 0 30px;
}

.slider .indicators {
	position: relative;
	bottom: 50px;
	z-index: 95;
}

.slider .indicators .indicator-item {
	z-index: 1000;
	height: 10px;
	width: 10px;
	background: #cccccc;
	margin: 0 8px;
}

.slider .indicators .indicator-item.active {
	background: #ffffff;
}

/* ------------------------------
  LOGO
---------------------------------*/

.logo-main {
	text-align: center;
	background-image: url(../images/bg-toplogo.jpg);
	background-size: cover;
	padding: 25px 0px 0px 0px;
	background-repeat: no-repeat;
}

.logo-inner img {
	width: 35%;
	position: relative;
	top: -20px;
}

.popup {
	position: fixed;
	padding: 10px;
	max-width: 500px;
	border-radius: 10px;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .9);
	visibility: hidden;
	opacity: 0;
	/* "delay" the visibility transition */
	-webkit-transition: opacity .5s, visibility 0s linear .5s;
	transition: opacity .5s, visibility 0s linear .5s;
	z-index: 1;
}

.popup:target {
	visibility: visible;
	opacity: 1;
	/* cancel visibility transition delay */
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.popup-close {
	position: absolute;
	padding: 10px;
	max-width: 500px;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .9);
}

.popup .close {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px;
	color: #000;
	transition: color .3s;
	font-size: 2em;
	line-height: .6em;
	font-weight: bold;
}

.popup .close:hover {
	color: #00E5EE;
}

.close-popup {
	background: rgba(0, 0, 0, .7);
	cursor: default;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	/* "delay" the visibility transition */
	-webkit-transition: opacity .5s, visibility 0s linear .5s;
	transition: opacity .5s, visibility 0s linear .5s;
}

.popup:target+.close-popup {
	opacity: 1;
	visibility: visible;
	/* cancel visibility transition delay */
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/* ------------------------------
  Shop Promo
---------------------------------*/
.shop-promo {
	margin-top: 35px;
	padding: 0;
	text-align: center;
	position: relative;
}

.promo-content {
	position: relative;
}

.promo-content img {
	width: 100%;
	height: 100%;
}

.promo-content a {
	font-weight: 600;
	position: absolute;
	margin: auto;
	top: 45%;
	z-index: 1;
	left: 0;
	right: 0;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 1px;
}

.promo-content a h4 {
	background-color: rgba(0, 0, 0, 0.19);
	display: inline-block;
	font-weight: 600;
}

/* ------------------------------
  New & Best Seller Product Shop
---------------------------------*/
.new-best-product-shop {
	padding: 0;
	margin-top: 5px;
}

.new-best-product-shop ul {
	list-style: none;
	text-decoration: none;
}

.new-best-product-shop ul li {
	text-decoration: none;
}

.new-best-product-shop .tabs {
	height: 35px;
}

.new-best-product-shop .tabs li a {
	color: #f39c12;
	padding-bottom: 10px;
}

.new-best-product-shop .tabs li a:hover {
	color: #f39c12;
}

.new-best-product-shop .tabs .indicator {
	background: #f39c12;
	height: 3px;
	bottom: 3px;
}

.new-best-product-shop .tabs li a h3 {
	font-weight: 700;
	font-size: 18px;
	color: #555;
}

.new-best-product-shop .button-default {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

.new-best-product-content {
	border: 1px solid #eee;
}

.new-best-product-content img {
	width: 100%;
	height: 100%;
	background: #f9f9f9;
}

/* ------------------------------
  Promo Discount
---------------------------------*/
.promo-discount {
	background: #222;
	color: #ffffff;
	padding: 40px 0;
}

.promo-discount h3 {
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.promo-discount .button-default {
	margin-bottom: 8px;
}

/* ------------------------------
  Product Shop
---------------------------------*/
.product-shop {
	padding: 0;
	margin-top: 5px;
}

.product-shop ul {
	list-style: none;
	text-decoration: none;
}

.product-shop ul li {
	text-decoration: none;
}

.product-shop .tabs {
	height: 35px;
}

.product-shop .tabs li a {
	color: #f39c12;
	padding-bottom: 10px;
}

.product-shop .tabs li a:hover {
	color: #f39c12;
}

.product-shop .tabs .indicator {
	background: #f39c12;
	height: 3px;
	bottom: 3px;
}

.product-shop .tabs li a h3 {
	font-weight: 700;
	font-size: 18px;
	color: #555;
}

.product-shop .button-default {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

.tabs-content {
	margin-top: 18px;
}

.product-content {
	border: 1px solid #eee;
}

.product-content img {
	width: 100%;
	height: 100%;
	background: #f9f9f9;
}

.product-cart {
	text-align: center;
	margin-top: 10px;
	padding: 0 10px;
}

.product-cart li a {
	color: #313131;
}

.product-cart .i-pro-top {
	margin: 0;
	padding: 0;
}

.product-cart .i-pro-top li {
	display: inline-block;
	list-style: none;
	text-decoration: none;
	text-align: center;
}

.product-cart .i-pro-top li a {
	text-align: center;
	margin: 0 6px;
}

.product-cart .i-pro-bottom {
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 14px;
}

.product-cart .i-pro-bottom a {
	color: #f39c12;
}

.procuct-cart .i-pro-bottom li {
	display: inline-block;
	list-style: none;
}

.product-cart .i-pro-bottom li a i {
	margin-right: 8px;
}

.product-details {
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}

.product-details h5 {
	margin-bottom: 5px;
}

.product-details h5 a {
	color: #818181;
	font-weight: 600;
	font-size: 16px;
}

.product-details h4 a {
	color: #f39c12;
}

/* ------------------------------
  Single Product
---------------------------------*/
.single-product {
	padding: 0;
	margin: 0;
}

.single-product ul {
	list-style: none;
	text-decoration: none;
}

.single-product ul li {
	text-decoration: none;
}

.single-product .tabs {
	height: 35px;
	margin-top: 30px;
}

.single-product .tabs li a {
	color: #f39c12;
	padding-bottom: 10px;
}

.single-product .tabs li a:hover {
	color: #f39c12;
}

.single-product .tabs .indicator {
	background: #f39c12;
	height: 3px;
	bottom: 3px;
}

.single-product .tabs li a h3 {
	font-weight: 700;
	font-size: 18px;
	color: #555;
}

.single-product .product-icon-cart {
	border-bottom: 1px dotted #dedede;
	padding-bottom: 25px;
}

.single-product-content img {
	width: 100%;
	height: 100%;
	background: #f9f9f9;
}

.single-prodcuct-content p {
	letter-spacing: 1px;
}

.single-product-content h4 {
	margin: 10px 0;
	font-weight: 500;
	color: #444;
}

.single-product-content h6 {
	margin-top: 8px;
}

.single-product-content h6 span {
	font-size: 14px;
	letter-spacing: 1px;
	color: #555;
}

.single-product-content ul {
	margin: 16px 0;
	padding: 0;
}

.single-product-content ul li {
	display: inline-block;
}

.single-product-content ul li a {
	margin-right: 6px;
	color: #333;
}

.single-product-content ul li .sp-cart {
	color: #f39c12;
	font-weight: 700;
}

.single-product-content ul li .sp-cart i {
	margin-right: 8px;
}

.single-product-content .price {
	font-size: 20px;
	color: #f39c12;
}

.review-content h5 {
	font-weight: 500;
}

.review-content span {
	color: #666;
}

.write-review h4 {
	text-align: center;
	font-weight: 500;
	margin-top: 35px;
}

.write-review h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
}

.write-review .button-default {
	margin-bottom: 0;
}

.related-product {
	margin-top: 30px;
	border-top: 1px dotted #ddd;
	padding-top: 10px;
}

.related-product-content {
	border: 1px solid #eee;
}

.related-product>h5 {
	font-weight: 600;
	color: #555;
	margin: 20px 0 15px;
}

.related-product h5 a {
	margin-bottom: 5px;
}

/* ------------------------------
  Cart
---------------------------------*/
.cart {
	margin: 0;
	padding: 0;
}

.cart-content-product .cart-product img {
	width: 100%;
	height: 100%;
}

.cart-content-product .row {
	margin-bottom: 0;
}

.cart-details {
	border: 1px solid #ddd;
	border-bottom: 1px solid transparent;
	padding: 16px 2px 14px 2px;
	position: relative;
	overflow: hidden;
}

.cart-details:last-child {
	border-color: #ddd;
}

.cart-product h5 {
	font-size: 15px;
	font-weight: 600;
	color: #666;
}

.cart-product a {
	color: #232323;
	font-weight: 600;
}

.cart-product input {
	width: 40px;
	height: 40px;
}

.cart-shipping {
	border: 1px solid #ddd;
	padding: 16px 12px;
	margin: 15px 0 35px 0;
}

.cart-shipping h4 {
	font-weight: 600;
	color: #555;
	font-size: 20px;
}

.cart-shipping h5 {
	margin: 20px 0 10px;
	font-weight: 500;
	color: #666;
	font-size: 18px;
}

.cart-shipping .button-default {
	margin-bottom: 0;
}

.cart-discount {
	border: 1px solid #ddd;
	padding: 16px 12px;
	margin: 35px 0 35px 0;
}

.cart-discount h4 {
	font-weight: 600;
	color: #555;
	font-size: 20px;
}

.cart-discount h5 {
	margin: 20px 0 10px;
	font-weight: 500;
	color: #666;
	font-size: 18px;
}

.cart-discount .button-default {
	margin-bottom: 0;
}

.cart-total {
	border: 1px solid #ddd;
	padding: 16px 12px;
}

.cart-total h4 {
	font-weight: 600;
	color: #555;
	font-size: 20px;
}

.cart-total h5 {
	margin: 20px 0 10px;
	font-weight: 500;
	color: #666;
}

.cart-total .button-default {
	margin-bottom: 0;
}

.cart-total tr td {
	font-weight: 500;
	font-size: 16px;
	color: #666;
}

/* ------------------------------
  Checkout
---------------------------------*/
.checkout {
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	background-size: 100%;
}

.checkout .collapsible-header {
	padding-top: 15px;
	padding-bottom: 15px;
}

.checkout .collapsible {
	box-shadow: none;
}

.checkout-content h5 {
	font-weight: 500;
	color: #555;
}

.checkout-content .collapsible-body {
	padding: 18px;
}

.checkout-content .collapsible-body p {
	padding: 0;
}

.checkout-content h6 {
	font-weight: 500;
	color: #555;
}

.checkout-content .checkout-radio {
	margin: 20px 0 10px 0;
}

[type="radio"]:checked+label::after,
.with-gap[type="radio"]:checked+label::before,
.with-gap[type="radio"]:checked+label::after {
	border: 2px solid #f39c12;
}

[type="radio"]:checked+label::after,
.with-gap[type="radio"]:checked+label::after {
	background-color: #f39c12;
	z-index: 0;
}

.checkout-radio span {
	color: #454545;
	font-weight: 500;
}

/*.checkout-login {
	margin-top: 20px;
	border-top: 1px dotted #ddd;
	padding-top: 30px;
}
*/
.checkout-login {
	margin-top: 0px;
	border-top: 0px dotted #ddd;
	padding-top: 0px;
}

.checkout-login h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 18px;
}

.checkout-login h6 span {
	font-weight: 600;
	color: #555;
	font-size: 16px;
	letter-spacing: 0px;
}

.checkout-login p {
	margin: 5px 0 0px;
}

.checkout-login .button-default {
	margin-bottom: 0;
}

.billing-information h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 18px;
}

.shipping-information h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 18px;
}

.payment-mode ul {
	margin-left: 35px;
}

.payment-mode ul li {
	display: inline-block;
}

.order-review .cart-product img {
	width: 100%;
	height: 100%;
}

.order-review .row {
	margin-bottom: 0;
}

.final-price {
	margin-top: 20px;
}

.final-price h5 {
	font-weight: 600;
}

.final-price span {
	font-weight: 500;
}

/* ------------------------------
  About Us
---------------------------------*/
.about-us .about-content img {
	width: 100%;
	height: 100%;
}

/* ------------------------------
  Blog
---------------------------------*/
.blog-details {
	margin-bottom: 40px;
}

.blog-details img {
	width: 100%;
	height: 100%;
	background: #f9f9f9;
}

.blog-details h3 {
	margin: 12px 0 8px 0;
	font-weight: 500;
}

.blog-details h3 a {
	color: #444;
}

.blog-details span {
	color: #666;
}

.blog-details span i {
	margin-right: 10px;
}

.blog-details .button-default {
	margin: 10px 0;
}

.pagination-blog {
	text-align: center;
}

.pagination-blog ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination-blog ul li {
	list-style: none;
	display: inline-block;
}

.pagination-blog ul li a {
	font-weight: 500;
	font-size: 16px;
	color: #444;
	border: 1px solid #aaa;
	padding: 4px 10px 8px;
}

.pagination-blog ul li .active {
	border-color: #f39c12;
}

/* ------------------------------
  Single Blog
---------------------------------*/
.single-post-content img {
	width: 100%;
	height: 100%;
	background: #f9f9f9;
}

.single-post-content h3 {
	margin: 12px 0 8px 0;
	font-weight: 500;
}

.single-post-content h3 a {
	color: #444;
}

.single-post-content span {
	color: #666;
}

.single-post-content span i {
	margin-right: 10px;
}

.single-post-content ul {
	list-style: none;
	text-align: center;
}

.single-post-content ul li {
	display: inline-block;
}

.single-post-content ul li a {
	color: #444;
	font-size: 14px;
	text-align: center;
}

.single-post-content ul li a i {
	width: 30px;
	height: 30px;
	border: 1px solid #aaaaaa;
	margin: 0 5px;
	padding: 8px;
}

/*single blog comment*/
.comment {
	margin-top: 30px;
}

.comment h5 {
	font-weight: 500;
	margin: 10px 0;
}

.comment-details {
	border: 1px solid #f5f5f5;
	padding: 15px;
}

.comment-details img {
	width: 100%;
	height: 100%;
}

.comment-title a {
	color: #f39c12;
}

.comment-form {
	border: 1px solid #f5f5f5;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.comment-form h5 {
	font-weight: 500;
}

.comment-form .form-details h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

.form-details input {
	border: 1px solid #bbb;
	width: 100%;
	height: 35px;
	border-radius: 1px;
	padding: 10px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-details input:focus:not([readonly]) {
	border-bottom: 1px solid #bbb;
	box-shadow: none;
}

.form-details textarea:focus:not([readonly]) {
	border-bottom: 1px solid #bbb;
	box-shadow: none;
}

.form-details textarea {
	border: 1px solid #bbb;
	width: 100%;
	border-radius: 1px;
}

.form-details textarea {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 80px;
}

.form-button {
	text-align: center;
}

.form-details .button-default {
	margin-bottom: 0px;
	text-align: center;
}

/* ------------------------------
  Contact Us
---------------------------------*/
.contact-us {
	margin: 0;
	padding: 0;
}

.contact-us h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 18px;
}

.contact-us .button-default {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.alert-success {
	color: green;
	text-align: center;
	padding: 15px;
	border: 1px solid #f0f0f0;
}

/* ------------------------------
  Login
---------------------------------*/
.login {
	margin: 0;
	padding: 0;
}

.login h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 18px;
}

.login a h6 {
	color: #666;
	font-weight: 600;
	margin: 0 0 22px 0;
}

.login .button-default {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/* ------------------------------
  paybills
---------------------------------*/
.paybills {
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background: url(../images/bg-paybills-main.jpg) no-repeat bottom fixed;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.paybills .logo-inner img {
	width: 50%;
	position: relative;
	top: -20px;
	left: -20%;
}

.paybills ul.top-id {
	margin: 0;
	float: right;
}

/* ------------------------------
  Register
---------------------------------*/
.register {
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background: url(../images/bg-main.jpg) no-repeat bottom fixed;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.pages-head p {
	margin: 0;
}

.pages-head span {
	line-height: 26px;
	position: absolute;
}

.register h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 18px;
}

.register a h6 {
	color: #666;
	font-weight: 600;
	margin: 0 0 22px 0;
}

.register .button-default {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/* ------------------------------
  Footer
---------------------------------*/
.footer {
	background: #111111;
	padding: 35px 0;
}

.about-us-foot {
	text-align: center;
	color: #eee;
}

.about-us-foot span {
	color: #f39c12;
}

.about-us-foot h6 {
	color: #ffffff;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 1px;
}

.social-media {
	text-align: center;
	margin: 30px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #222222;
}

.social-media a {
	margin: 0 3px;
}

.social-media a i {
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	border: 1px solid #ffffff;
	height: 30px;
	width: 30px;
	margin: auto;
	padding: 6px;
}

.payment {
	text-align: center;
	margin: 20px 0 10px;
}

.payment ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.payment ul li {
	display: inline-block;
}

.payment ul li img {
	margin: 0 3px;
}

.copyright {
	text-align: center;
}

.copyright span {
	color: #eeeeee;
	text-align: center;
}

.form-group .select2 {
	margin-bottom: 10px;
}

.pb-1 {
	padding-bottom: 1rem;
}

.pt-1 {
	padding-top: 1rem;
}

.h-45 {
	height: 45px;
}

select+.select2-container--bootstrap-5 {
	z-index: 0 !important;
}

.select2 {
	width: 100% !important;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #3488c2;
	outline: none;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 10px 0;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
}

.form-group .select2-selection {
	height: 3rem !important;
}

.form-group .select2-container--bootstrap-5 .select2-selection {
	border: none !important;
}

.form-group .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
	line-height: 2 !important;
}

.payment-detail .col {
	padding: 0 !important;
}

.invoice-number {
	float: left;
	font-size: 18px;
}

.branch-name.text-right {
	text-align: right;
	/* margin-right: 10px; */
}

span {
	font-size: 16px;
}

.text-title-1 {
	font-size: 20px;
}

.pdpa-content {
	height: auto;
	background-color: #fff;
	border: 1px solid #ddd;
	position: fixed;
	padding: 10px;
	border-radius: 10px;
	width: 90%;
	left: 5%;
	bottom: 20px;
	background: #fff;
}

.pdpa-footer {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: right;
}

input[type=file]::file-selector-button {
	margin-right: 20px;
	border: none;
	background: #0077B6;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

input[type=file] {
	width: 350px;
	max-width: 100%;
	color: #444;
	padding: 5px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #555;
}

input[type=file]::file-selector-button:hover {
	background: #f39c12;
}

.text-center {
	text-align: center;
}

.slip {
	margin-top: 20px;
}

.ice-loader {
	--speed: 1000ms;
	position: absolute;
	font-size: 2.5em;
	top: calc(40%);
	left: calc(50% - 25px);
}

.ice-loader .tile {
	width: 50px;
	height: 50px;
	animation: var(--speed) ease infinite jump;
	transform-origin: 0 100%;
	will-change: transform;
}

.ice-loader .tile::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 0.15em;
	box-shadow: rgb(209 218 226) 0px 30px 60px -12px inset, rgb(0 208 255 / 74%) 0px 18px 36px -18px inset;
	background-color: #fff;
	animation: var(--speed) ease-out infinite spin;
	will-change: transform;
}

.ice-loader::after {
	content: "";
	display: block;
	width: 55px;
	height: 0.2em;
	background-color: #0132;
	border-radius: 60%;
	position: absolute;
	left: -0.05em;
	bottom: -0.1em;
	z-index: -1;
	animation: var(--speed) ease-in-out infinite shadow;
	filter: blur(0.02em);
	will-change: transform filter;
}

@keyframes jump {
	0% {
		transform: scaleY(1) translateY(0);
	}

	16% {
		transform: scaleY(0.6) translateY(0);
	}

	22% {
		transform: scaleY(1.2) translateY(-5%);
	}

	24%,
	62% {
		transform: scaleY(1) translateY(-33%);
	}

	66% {
		transform: scaleY(1.2) translateY(0);
	}

	72% {
		transform: scaleY(0.8) translateY(0);
	}

	88% {
		transform: scaleY(1) translateY(0);
	}
}

@keyframes spin {

	0%,
	18% {
		transform: rotateZ(0);
		border-radius: 0.15em;
	}

	38% {
		border-radius: 0.25em;
	}

	66%,
	100% {
		transform: rotateZ(1turn);
		border-radius: 0.15em;
	}
}

@keyframes shadow {
	0% {
		transform: scale(1);
		filter: blur(0.02em);
	}

	25%,
	60% {
		transform: scale(0.8);
		filter: blur(0.06em);
	}

	70% {
		transform: scale(1.1);
		filter: blur(0.02em);
	}

	90% {
		transform: scale(1);
	}
}

.dn {
	display: none !important;
}

.w-100 {
	width: 100% !important;
}