/* css */
html, body {
  overflow-x: hidden
}
a {
	text-decoration: none;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	/*font-family: 'Playfair Display', serif;*/
	
	color: #757575;
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
}
input[type="checkbox"]:checked ~ nav {
  transform: translateX(0);
}
input[type=checkbox] {
  box-sizing: border-box;
  display: none;
  transition: all 0.25s;
}

/** ES++ **/
.body-color {
	/*background-color: #290511;
	background-image: linear-gradient(#0a0104, #851138);*/
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100%;
}
header {
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.075);
	z-index: 20;
	background: rgb(9,15,121);
	background: linear-gradient(
	90deg
	, #b40c0c 0%, #b40c0c 100%, #800000 100%);
}
.main-header {
	height: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	background-color: #b40c0c;
	position: relative;
}
.header-row {
	position: relative;
}
/*.header-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}*/
.logo-text {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	white-space: nowrap;
}
.logo-text a {
	text-decoration: none;
	color: #ffffff;
}
.header-action {
	margin-left: auto;
}
.header-action a{
	text-decoration: none;
}
.shopby-cart {
	background-color: #ffffff;
	color: #757575;
	margin: 0;
	font-weight: 500;
	font-size: 13px;
	padding: 5px 10px;
	outline: 0;
	border-radius: 7px;
	text-decoration: none;
	height: 30px;
	position: relative;
}
.shopby-cart:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 10px solid #ffffff;
	left: -8px;
}
.shopby-cart-icon {
	margin-right: 8px;
	font-size: 18px;
}

.shopby-cart a {
	text-decoration: none;
	color: #757575;
}

/** Mobile Menu Burgur **/
.menu-toggle {
	padding: 0;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	cursor: pointer;
	margin-right: 15px;
	display: block;
}
.bar-cols {
	display: block;
	vertical-align: middle;
	position: relative;
	top: -2.5px;
	margin: 0;
	border: none;
}
.bar-rows {
	width: 25px;
	height: 2px;
	background-color: #ffffff;
	display: block;
}
.bar-rows+.bar-rows {
	margin-top: 5px;
}
.bar-cols .bar-rows:nth-of-type(2) {
	top: 1px;
}

.bar-cols .bar-rows:nth-of-type(3) {
	top: 2px;
}

.bar-cols .bar-rows {
	position: relative;
	transition: all 200ms ease-in-out;
}

.bar-cols.active .bar-rows:nth-of-type(1) {
	top: 7px;
	transform: rotate(45deg);
}

.bar-cols.active .bar-rows:nth-of-type(2) {
	background-color: transparent;
}

.bar-cols.active .bar-rows:nth-of-type(3) {
	top: -5px;
	transform: rotate(-45deg);
}

.main-mobile {
	height: calc(100% - 90px);
	position: relative;
}
.main-scroll-mobile {
	height: 100%;
	overflow-y: auto;
}

.mobile-section {
	padding-top: 15px;
	padding-bottom: 15px;
}

.mobile-form {
	padding-top: 15px;
	padding-bottom: 15px;
}
.mobile-form .row {
	margin-left: -5px;
	margin-right: -5px;
}
.mobile-form .row > [class*="col-"]{ 
	padding-left: 5px;
	padding-right: 5px;
}
.head-back {
	font-weight: 300;
	font-family: Poppins;
	font-size: 20px;
	color: #ffffff;
}
.head-back a {
	color: #ffffff;
	text-decoration: none;
}
.head-back i {
	margin-right: 15px;
	font-size: 16px;
}

/** **/
.footer {
	height: 45px;
	box-shadow: none;
	border-top: 1px solid #757575;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.footer-text {
	font-size: 14px;
	color: #757575;
}
.footer-text a {
	color: #757575;
}
.footer-left {
	margin-right: auto;
}
.footer-right {
	margin-left: auto;
}

/** **/
.con-section {
	padding-top: 15px;
	padding-bottom: 15px;
}
.head-a {
	font-size: 20px;
}

.tabel-box {
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.075);
	position: relative;
}
.tabel-img {
	position: relative;
	padding-top: 125%;
}
.tabel-img .img-full {
	position: absolute;
	left: 0;
	top: 0;
	height: 100% !important;
	
	object-fit: cover;
	z-index: 0;
}
.tabel-img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.35);
	z-index: 1;
}
.table-total {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	z-index: 2;
}
.table-entry {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	z-index: 2;
}

.flexslider .flex-direction-nav {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
}
.flexslider .flex-direction-nav .flex-disabled {
	opacity: 0.5 !important;
}
.flexslider .flex-direction-nav .flex-next {
	right: 0;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: -38px 0 0;
	border: 1px solid #757575;
	width: 30px;
	height: 30px;
	line-height: 28px;
}
.section-carousel .flexslider {
	margin: 10px 0 5px;
}
.carousel .flex-direction-nav li {
    margin-right: 0;
    margin-left: 15px;
}
.carousel .flex-direction-nav li a:before {
    font-size: 12px;
}

.carousel-indicators {
    margin-bottom: 0;
}

/********* *************/
#SideBar {
	background-color: #fff;
	padding: 30px 15px;
	width: 15em;
	height: 100%;
	text-align: left;
	position: fixed;
	top: 0;
	left: -15em;
	transform: translate3d(0px, 0px, 0px);
	transition: .3s;
	z-index: 1000;
	overflow-y: auto;
	transition: left 0.3s ease-in-out 0s;
	-webkit-transition: left 0.3s ease-in-out 0s;
	-moz-transition: left 0.3s ease-in-out 0s;
	-o-transition: left 0.3s ease-in-out 0s;
}

.header-nav .navbar-nav {
	-ms-flex-direction: column;
	flex-direction: column;
	flex-wrap: wrap;
}

.header-nav .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.header-nav .navbar-nav > li {
	position: relative;
	display: block;
	border-bottom: 1px dashed #8c8c8c;
	flex: 0 0 100%;
}
.header-nav .navbar-nav > li > a {
	font-size: 14px;
	line-height: 25px;
	color: #454545;
	padding: 7px;	
	position: relative;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.header-nav .navbar-nav li.current-menu-item > a {
	color: #f48e09;
}
.header-nav .navbar-nav li > a:hover {
	color: #f48e09;
}
.header-nav > li.menu-item-has-children > a:after {
    content: '';
    border-style: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    top: -3px;
    position: relative;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 10px;
}
.header-nav .navbar-nav > li > a:after {
	height: 2px;
}

.bg-black {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75) !important;
	z-index: 999;
	display: none;
	cursor: pointer;
}

.bg-black.active {
	display: block;
}

#SideBar.active {
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
	box-shadow: -2px 2px 13px #f6f6f6;
	left: 0;
}

/*** Close Menu **/
.close-menus {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	padding: 5px;
	display: inline-block;
}

.close-menus:before,
.close-menus:after {
	content: '';
	display: block;
	height: 2px;
	background: currentColor;
	position: relative;
	transition: transform .2s ease;
	width: 25px;
}

.close-menus:before {
	top: 4px;
	transform: rotate(135deg);
}

.close-menus:after {
	top: 2px;
	transform: rotate(45deg);
}


/** **/
.reg-form {
	max-width: 414px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.reg-head {
	font-weight: 400;
	font-size: 24px;
	color: #b40c0c;
}
.reg-group {
	position: relative;
	margin-bottom: 15px;
}
.reg-label {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	border-radius: 50px 0 0 50px;
	text-align: right;
	line-height: 44px;
	font-size: 14px;
}
.reg-label svg {
	width: 21px;
	color: #b40c0c;
}
.form-control.reg-input {
	font-weight: 400;
	font-size: 15px;
	
	height: 45px;
	padding-left: 55px;
	border-radius: 50px;
	border: 1px solid #b40c0c;
	box-shadow: 0px 4px 30px -4px rgba(0,0,0,0.075);
}
.btn.btn-reg {
	background-color: #b40c0c;
	border: 1px solid #b40c0c;
	color: #ffffff;
	font-size: 15px;
	padding: 10px 15px;
	height: 45px;
	box-shadow: 0px 4px 30px -4px rgba(0,0,0,0.075);
	border-radius: 50px;
}
.btn.btn-reg:hover {
	background-color: #ffffff;
	color: #b40c0c;
}

.forgot-link {
	font-size: 13px;
}
.forgot-link a {
	color: #757575;
}
.pop-right {
	margin-left: auto;
}
/** **/
.check-control {
	font-weight: 400;
	position: relative;
	font-size: 14px;
	color: #757575;
	padding-left: 30px;
	line-height: 18px;
	cursor: pointer;
	min-height: 18px;
}
.check-control a {
	color: #757575;
	text-decoration: underline;
}
.radio-input,
.checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.radio-check,
.checkbox-check {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #b40c0c;
	background-repeat: no-repeat;
	
	box-shadow: 0px 8px 24px #00000029;
}

.radio-check {
	background-position: center center;
	background-size: 50% 50%;
	border-radius: 50%;
}

.radio-check:after {
	content: '';
	top: 2px;
	left: 4px;
	width: 10px;
	height: 10px;
	position: absolute;
	display: none;
	background-color: #000000;
	border-radius: 50%;
}

.checkbox-check:after {
	top: 2px;
	left: 5px;
	border-width: 0 2px 2px 0 !important;
	transform: rotate(45deg);
	content: '';
	position: absolute;
	width: 6px;
	height: 10px;
	display: none;
	border: solid #b40c0c;
}

input:checked ~ span.radio-check:after {
	display: block;
}
input:checked ~ span.checkbox-check:after {
	display: block;
}

.reg-group .fa {
	font-size: 20px;
}
.reg-group {
	position: relative;
}
.reg-group input[type="text"],
.reg-group input[type="password"] {
	-webkit-appearance: none;
}
/* suppress IE >= 10 native functionality that can show password */
.reg-group input[type="password"]::-ms-reveal {
	display: none;
}
.reg-group .toggle {
	background: none;
	border: none;
	color: #757575;
	/*display: none;*/
	/*font-size: .9em;*/
	font-weight: 600;
	/*padding: .5em;*/
	position: absolute;
	right: 0.75em;
	top: 0.75em;
	z-index: 9;
}

.reg-text {
	font-size: 15px;
}
.reg-text a {
	color: #757575;
	text-decoration: underline;
}

.acc-row {
	margin-left: -5px;
	margin-right: -5px;
}
.acc-left,
.acc-right {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}
.acc-full {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.btn.btn-reg-line {
	background-color: #ffffff;
	border: 1px solid #757575;
	color: #757575;
	font-size: 15px;
	line-height: 1.1;
	padding: 5px 15px;
	height: 45px;
	box-shadow: 0px 4px 30px -4px rgba(0,0,0,0.075);
	border-radius: 50px;
	width: 100%;
}

.logo-brand img {
	max-width: 135px;
}


