
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.d-flex { display:inherit !important; }
}

.navbar-brand img{
  /* height:80px; */
}

.navbar-nav {
	-webkit-box-orient: horizontal !important;
	    -webkit-box-direction: normal !important;
	    -ms-flex-direction: row !important;
			flex-direction: row !important;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

#lblCartCount {
  font-size: 12px;
  background: #6B1C1E;
  color: #fff;
  padding: 0 5px;
  vertical-align: top;
  margin-left: -10px;
}


.user-icon {
  margin-right: 0.3em;
}

.bg-light {
  background-color: #fff !important;
}

/* */
.page-title {
  color:#6B1C1E;
  font-weight: bold;
}


.footer-copyright {
  border-top: 1px black solid;
}


.teaser-banner {
  background-color:#711419;
  color:#fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
  padding-top:3rem;
  padding-bottom:5rem;

}


.t1 {
  font-size:2.9rem;
  font-weight: 800;
}

.t2 {
  font-size:2rem;
  font-weight: 800;
}

.movetop {
  margin-top:-6rem;
}

.login-card {
  background-color: #000;
  color:#fff;
  border:0px;
  padding-top:2rem;

}

.login-card a {
  color:#fff;
}

/* .login-card-1 {
  -webkit-clip-path: polygon(0 0, 100% 19%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 19%, 100% 100%, 0 100%);
}

.login-card-1 .card-header {
  padding: 1.75rem 1.25rem;
} */

.login-card-1 {
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
}

.login-card-2 {
  -webkit-clip-path: polygon(0 5%, 100% 10%, 100% 100%, 0 100%);
  clip-path: polygon(0 5%, 100% 10%, 100% 100%, 0 100%);
}

.login-card-3 {
  -webkit-clip-path: polygon(0 10%, 100% 15%, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 15%, 100% 100%, 0 100%);
}

.login-error-not-found {
	margin-bottom: -5rem;
	z-index: 1;
}

/*  Table */
.table-container table{
	border-collapse:separate;
  border-spacing: 0 1em;
}
.table-container thead {
  background-color:#000000;
  color:#ffffff;
}

.table-container tbody tr {
  background-color: #E7E8E9;
  color:#3A3A3C;
}

.table-container td {
	min-width: 100px;
}

.table-1 {
  border-collapse:separate;
  border-spacing: 0 1em;
}

.table-1 thead {
  background-color:#000000;
  color:#ffffff;
}

.table-1 tbody tr {
  background-color: #E7E8E9;
  color:#3A3A3C;
}

/* pagination */
.page-link {
	color:#6B1C1E;
}

.page-item.active .page-link {
	color:#fff;
	background-color:#6B1C1E;
	border-color:#6B1C1E;
}

.page-link:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(107,28,30, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(107,28,30, 0.25);
}

/* Button */

.btn-primary {
  background-color:#6B1C1E;
  border-color: #6B1C1E;
  color:#ffffff;
}

.btn-primary:hover {

  background-color:#3E1C1E;
  border-color: #3E1C1E;
  color:#ffffff;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(358, 73, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(358, 73, 41, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #371C1E;
  border-color: #3E1C1E;
}


.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(358, 73, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(358, 73, 41, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #352123;
  border-color: #352123;
}

.btn-primary.active {
  background-color: #fff !important;
  border-color: #6B1C1E !important;
  color: #6B1C1E !important;
}

.btn-primary.notfocus {
  background-color: #fff !important;
  border-color: #6B1C1E !important;
  color: #6B1C1E !important;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  margin-left:10px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

/* modal */

.modal-title {
  color:#6B1C1E;
  font-weight: bold;
}

.modal-title img {
  /* height:80px; */
}

/* ol ul*/
.modal ul, .modal ol {
  padding-inline-start: 15px;
}

.modal .close {
  font-size: 2.3125rem;
  padding-top: 0.5rem;
}

.error-message {
  display: block;
  font-size: 0.75em;
  color: #f22435;
}

.error-message-x2 {
  display: block;
  font-size: 1em;
  color: #f22435;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}


.confirm-row {
padding-top:0.5rem;
padding-bottom: 0.5rem;
}

.break-word {
	/* white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap; */
	word-wrap: break-word;
	word-break: break-word;
}




/**
 * recaptcha
**/
@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}



}

@media (max-width: 991.98px) {
	.nav-item {
		margin-left:0.5rem;
	}

 }
