/********** Template CSS **********/
:root {
    --primary: #092840 !important;
    --secondary: #AD8E48;
    --light: #EFFDF5;
    --dark: #2B3940;
}
body{
  background: #fafafa;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
a{color: var(--primary);} a:hover{color: #AD8E48;}
h1{font-size: 30px;}
p{
    color:#666;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}
.btn.btn-primary{background: var(--primary); border: var(--primary) 1px solid;}
.btn.btn.btn-secondary{background: var(--secondary); border: var(--secondary) 1px solid;}
.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}
.bg-primary{background: var(--primary) !important;}
.text-primary{color: var(--primary) !important; }
/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.dropdown-menu .dropdown-item{
  padding: 8px 10px ;
}
.dropdown-menu .dropdown-item:hover{
  background: var(--secondary); color: #fff;
}
@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}
.navbar-brand img{ max-height: 80px;}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block; 
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid var(--primary);
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: var(--primary);
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
   /* background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), 
    url(../img/carousel-1.jpg)  no-repeat; */
    background-size: cover; background-position:center ; background-repeat: no-repeat;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.about-header{background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), 
    url(../img/ivan-slider3.jpg)  no-repeat;}
    .sector-header{background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), 
        url(../img/ivan-slider4.jpg)  no-repeat;}
    .offer-header{background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), 
            url(../img/ivan-slider1.jpg)  no-repeat;}
            .contact-header{background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), 
                url(../img/ivan-slider2.jpg)  no-repeat;}
/*** About ***/
.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}


/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
}

.cat-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #fff !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}
.testimonial-item{ position: relative;
  background: #fff;  border: #EEEEEE 1px solid; padding: 10px 15px;
}
.testimonial-item h5{color: #333; font-size: 18px; margin-bottom: 10px;}

.testimonial-item .new-btn{
  background: #EE0606; color: #fff; font-size: 15px; padding: 5px 10px;  width: 100px; text-align: center;
   position: absolute; top:0; right: 0; margin-top: 0px !important; z-index: 2; margin-bottom: 5px;
}
.testimonial-item .btn-primary{ font-weight: 400 !important;}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s; color: #D6D6D6 !important;
}
.footer p{color: #D6D6D6; font-size: 16px;}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.display-3{
    font-size: 40px;
}
.tean-bg{background: #F8F8F8;}
.team-box{
    border: #EAE7E7 1px solid;
}
.team-box:hover{border:var(--secondary) 1px solid}
.team-box .team-content{
    padding: 10px; background: var(--primary);
}
.team-box .team-content h4{
    color: var(--light); font-weight: 500 !important;
}.team-box .team-content p{color:var(--light); font-size: 16px; font-weight: 400 !important;}
.contactus .bg-light{background: #FFF8EB !important;}
.offersec .card-body{min-height: 230px;}
.offersec .card-body p{text-align: justify;}
@media (max-width: 768px) {
    .offersec .card-body{min-height: auto;}
}

.account-login-area .container{
    position: relative;  padding: 30px 0;
  }
  @media only screen and (max-width: 1199px) {
    .account-login-area .container{
      padding: 30px 0;
    }
  }
  
.login-register-form {
    position: relative;
  }
  .login-register-form .form-group {
    margin-bottom: 20px;
  }
  .login-register-form .form-control {
    border: 1px solid #eef0f5;
    border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #656565;
    height: 55px;
    font-size: 15px;
    padding: 0 20px 0; margin-bottom: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  @media only screen and (max-width: 1199px) {
    .login-register-form .form-control {
      height: 45px;
      font-size: 14px;
    }
  }
  .login-register-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #656565;
  }
  .login-register-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #656565;
  }
  .login-register-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #656565;
  }
  .login-register-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #656565;
  }
  .login-register-form .form-control:active, .login-register-form .form-control:focus {
    border-color: var(--primary);
  }
  .login-register-form .remember-forgot-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
  }
  @media only screen and (max-width: 1199px) {
    .login-register-form .remember-forgot-info {
      margin-top: 6px;
    }
  }
  @media only screen and (max-width: 479.98px) {
    .login-register-form .remember-forgot-info {
      display: block;
    }
  }
  .login-register-form .remember .form-check-input {
    border: 1px solid #e3e4e9;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* currently supported by Chrome, Edge, Opera and Firefox */
  }
  .login-register-form .remember .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
  }
  .login-register-form .remember .form-check-input:checked + .form-check-label {
    color: var(--primary);
  }
  .login-register-form .remember .form-check-label {
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* currently supported by Chrome, Edge, Opera and Firefox */
  }
  .login-register-form .remember .form-check-label:hover {
    color: var(--primary);
  }
  @media only screen and (max-width: 479.98px) {
    .login-register-form .forgot-password {
      margin-top: 5px;
    }
  }
  .login-register-form .forgot-password a {
    font-size: 15px;
    position: relative;
    top: -1px;
  }
  .login-register-form .btn-theme {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-top: 13px;
    padding: 12px 35px 10px;
  }
  @media only screen and (max-width: 1199px) {
    .login-register-form .btn-theme {
      font-size: 15px;
      margin-top: 4px;
      padding: 8px 35px 6px;
    }
  }
  
  .register-form-wrap .form-title .title {
    margin-bottom: 21px;
    padding-bottom: 14px;
  }
  @media only screen and (max-width: 1199px) {
    .register-form-wrap .form-title .title {
      margin-bottom: 20px;
      padding-bottom: 14px;
    }
  }
  .register-form-wrap .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  @media only screen and (max-width: 479.98px) {
    .register-form-wrap .nav {
      display: block;
    }
  }
  .register-form-wrap .nav .nav-item + .nav-item {
    margin-left: 20px;
  }
  @media only screen and (max-width: 479.98px) {
    .register-form-wrap .nav .nav-item + .nav-item {
      margin-left: 0;
      margin-top: 10px;
    }
  }
  .register-form-wrap .nav .nav-link {
    background-color: #fff;
    border: 1px solid #eef0f5;
    border-radius: 5px;
    color: #272a33;
    font-size: 15px;
    width: 130px;
    height: 42px;
    padding: 4px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  @media only screen and (max-width: 479.98px) {
    .register-form-wrap .nav .nav-link {
      width: 100%;
    }
  }
  .register-form-wrap .nav .nav-link i {
    font-size: 13px;
    position: relative;
    top: -1px;
    margin-right: 8px;
  }
  .register-form-wrap .nav .nav-link.active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
  }
  .register-form-wrap .nav .nav-link#candidate-tab i {
    font-size: 16px;
    top: 0;
    margin-top: 3px;
  }
  .register-form-wrap .nav .nav-link:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
  }
  
  .login-register-form-info {
    text-align: center;
    margin: 14px 0 0;
  }
  .login-register-form-info p {
    color: #656565;
    font-size: 15px;
  }
  
  .form-message .alert-success {
    padding: 10px 20px;
    margin-top: 20px;
  }
  .form-message .btn-close {
    background: transparent;
    font-size: 19px;
    line-height: 22px;
    padding: 0 0 0 1px;
    margin: 0;
    background-color: #85bba2;
    border: 1px solid #79a591;
    text-align: center;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-right: 11px;
  }
  .form-message .btn-close span {
    position: relative;
    top: -2px;
  }
  
  
  .login-register-form-wrap {
    background-color: #f4f7f7;
    border-radius: 8px;
    padding: 20px 60px 20px;
  }
  @media only screen and (max-width: 1199px) {
    .login-register-form-wrap {
      padding: 38px 50px 35px;
    }
  }
  @media only screen and (max-width: 767px) {
    .login-register-form-wrap {
      padding: 35px 40px 32px;
    }
  }
  @media only screen and (max-width: 575px) {
    .login-register-form-wrap {
      padding: 32px 34px 29px;
    }
  }
  @media only screen and (max-width: 479.98px) {
    .login-register-form-wrap {
      padding: 28px 24px 25px;
    }
  }
  .login-register-form-wrap .form-title .title {
    border-bottom: 1px solid #d7e1dc;
    font-size: 30px;
    margin-bottom: 50px;
    padding-bottom: 24px;
    position: relative;
    text-align: center;
  }
  @media only screen and (max-width: 1199px) {
    .login-register-form-wrap .form-title .title {
      font-size: 24px;
      margin-bottom: 30px;
      padding-bottom: 20px;
    }
  }
  .login-register-form-wrap .form-title .title:before {
    background-color: var(--primary);
    content: "";
    height: 3px;
    width: 50px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    bottom: -2px;
  }
  
    
/* Profile Box */
.profile-bx{
	border:1px solid #e9e9e9;
	position:sticky;
	top:100px; 
}
.user-profile-thumb{
	width:100px;
	height:100px;
	overflow:hidden;
	border-radius:100px;
	border: 5px solid #fff;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
	margin:25px auto 15px; 
}
.profile-info{
	margin-bottom:0px; padding: 10px; border-bottom: var(--border-color) 1px solid; text-align: center;
}
.profile-info h4{
	font-size:18px;	
	margin-bottom: 0;
}
.profile-info span{
	font-size:14px;
	color:#717171;
}
.profile-social ul li a{
	width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    border: 1px solid #e9e9e9;
    line-height: 34px;
    border-radius: 40px;
    color: #000;
    font-size: 14px;
}
.profile-social{
	border-bottom: 1px solid #e9e9e9;
	padding-bottom:15px;
}
.profile-content-bx{
	border: 1px solid #e9e9e9;
}
.profile-tabnav{ 
	margin:20px 0;
}
.profile-tabnav .nav{ 
	border:0;
}
.profile-tabnav .nav li{  
	display:block;
	width:100%;
}
.profile-tabnav .nav li a{
	border:0;
	color: #8a8a8a;
	font-size: 15px;
	text-align: left;
	padding: 10px 30px;
}
.profile-tabnav .nav li a.active{
	background-color: var(--primary);
	color: #fff;
	border-radius: 0;
}
.profile-tabnav .nav li a i{
	margin-right:10px;
}
.profile-head h3{
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:0;
	font-weight:500;
}
.profile-head{
	display:flex;
	padding: 10px 15px 10px 30px;
	border-bottom: 1px solid #e9e9e9;
	align-items: center;
}
.profile-head .feature-filters{
	margin-bottom:0;
}
.courses-filter .action-card{
	margin-bottom:30px;
}
.courses-filter{
	padding:30px 30px 0 30px;
}
.profile-head .feature-filters.style1 li a{
	font-weight: 400;
	font-size: 15px;
}
.edit-profile h3{
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.edit-profile .help{
	font-size:12px;
	line-height:18px;

	display: block;
}
.edit-profile .col-form-label{
	font-size:14px;
	font-weight: 400;
}
.edit-profile{
	padding:30px;
}
.edit-profile .form-group {
	margin-bottom: 15px;
}
/* My Account */
.account-form{
	display:flex;
	width: 100%;
	position: relative;
}
.account-form .account-head img{
	width: 50% !important;
}
.account-head{
	position: relative;
	left:0;
	top:0;
	z-index: 1;
	width: 100%;
	min-width: 500px;
	height: auto;
	background-position: center;
	text-align: center;
	align-items: center;
	display: flex;
	vertical-align: middle;
}
.account-head a{
	display:block;
	width:100%;
}
.account-head:after{
	opacity:0.9;
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	width:100%;
	height:100%;
	background: var(--light); /* Old browsers */
/*	background: linear-gradient(45deg, #002B55 0%,#023D77 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.account-form-inner {
    width: 100%;
	align-self: center;
}
.account-container {
    max-width: 400px;
	margin: auto;
	padding: 30px 0;	
}
.custom-control-label:before{
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 2px solid var(--primary);
	top: 2px;
}
.custom-control-label:after{
	width: 20px;
	height: 20px;
	top: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
	background-color: var(--primary);
}
.account-container .form-forget{
	display:flex;
}
.account-container .form-forget .custom-control-label{
	font-weight:400;
}
.account-container .btn.button-md{
	padding: 12px 40px;
}
.account-container .form-control{
	border-color: rgba(0,0,0,0.2);
}
.account-container .facebook i,
.account-container .google-plus i{
	border-right:1px solid #fff;
	padding-right:10px;
	margin-right:10px;
}
.account-form .heading-bx p a{
	color: var(--primary);
	text-decoration: underline;
	padding-bottom: 0px;
}


.ord-box{
  border: var(--border-color) 1px solid; 
  padding: 5px; margin: 10px 5px; background: #fff;
}
.ord-head{
  padding: 10px; border-bottom: var(--border-color) 1px solid;
}
.ord-head h4{
  font-size: 16px; color: var(--textcolor);
}
.ord-head h4 span{
  color: var(--primary);
}
.ord-table{
  
}
.ord-table thead{
 
}
.ord-table td{
  padding: 1px 5px;
}


.app-menu{
  display: none;
  position: fixed;
}


@media only screen and (max-width: 767.96px) {
  .app-menu{
    display: block; z-index: 23;
    position: fixed; bottom: 0; width: 100%; margin: 0;
    padding: 10px 0; background: #F1F1F1; border: var(--border-color) 1px solid;
  }
  .app-menu ul{
    display: block; padding: 0; margin: 0;
  }
  .app-menu ul li{
    display: inline-block; width: 24.33%; border-right: var(--light) 1px solid;
    text-align: center; line-height: 20px; padding: 0 5px; margin: 0;
  }
  .app-menu ul li:last-child{
    border: none;
  }
  .app-menu ul li a{
    font-size: 14px; color: var(--textcolor); font-weight: 600;
  }
  .app-menu ul li a i{
    color: var(--primary);
  }
}


span {cursor:pointer; }
		.number{
			margin:6px auto; width: 100%;  text-align: center; padding-bottom: 8px !important;
		}
		.minus, .plus{
			width:40px;
			height:30px;
			background:#f2f2f2; font-size: 16px; font-weight: 600;
			border-radius:4px; margin: 0 2px;
			padding:0px 5px;
			border:1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
		}
    .number input{
			height:30px;
      width: 60px;
      text-align: center;
      font-size: 16px;
			border:1px solid #ddd;
			border-radius:4px;
      display: inline-block;
      vertical-align: middle;
    }

    .text-pay{
      color: #F62014; font-size: 18px; margin-bottom: 30px; margin-top: 30px; font-weight: 600;
    }




    /*shopping cart */
    .cart-list-head {
      border-radius: 4px;
      overflow: hidden;
      border: 1px solid #eee;
    }
    
    .cart-list-title {
      background-color: rgb(235, 231, 231);
      padding: 10px 10px;
      border-bottom: 1px solid #eee;
    }
    
    @media (max-width: 767px) {
      .cart-list-title {
        text-align: center; display: none;
      }
    }
    
    .cart-list-title p {
      color: #000; margin: 0;
      font-weight: 600; 
      font-size: 16px;
    }
    
    @media (max-width: 767px) {
      .cart-list-title p {
        padding: 2px 0;
      }
    }
    
    @media (max-width: 767px) {
      .cart-single-list {
        text-align: left; margin-bottom: 10px;
      }
    }
    
    @media (max-width: 767px) {
      .cart-single-list a img {
        width: 90%;
        margin-bottom: 5px;
      }
    }
    
    .cart-single-list .remove-item {
      color: #f44336;
      background-color: #fff;
      font-size: 16px;
      height: 30px;
      width: 30px;
      line-height: 20px;
      border-radius: 50%;
      text-align: center;
    }
    .cart-single-list .remove-item i{
      font-size: 20px;
    }
    @media (max-width: 767px) {
      .cart-single-list .remove-item {
        margin-top: 5px;
      }
    }
    
    .cart-single-list .remove-item:hover {
      color: #f44336;
      background-color: #fff;
    }
    
    .cart-single-list .product-name {
      line-height: 22px;
    }
    
    .cart-single-list .product-name a {
      font-size: 16px;
      color: #333;
      font-weight: 600;
    }
    
    .cart-single-list .product-des {
      display: block;
    }
    
    .cart-single-list .product-des span {
      font-size: 15px;
      font-weight: 500;
      display: block;
    }
    
    .cart-single-list .product-des span em {
      font-style: normal;
      color: #555;
    }
    
    .cart-single-list {
      padding: 10px 10px;
      background-color: #fff;
      border-bottom: 1px solid #eee;
    }
    
    .cart-single-list:last-child {
      border: none !important;
      border-radius: 0 0 4px 4px;
    }
    
    .cart-single-list a:hover {
      color: #0167F3;
    }
    .cart-single-list p{
      padding-top: 10px; margin-top: 10px;
    }
    .cart-single-list span{
      padding-top: 10px;
    }

.cate-filter{
  background: #fff !important; padding: 20px 10px;
}
.cate-filter h4{
  font-size: 20px; padding: 10px 10px; margin-bottom: 0;
}
.cate-filter ul{
  list-style: none;  padding: 10px;
}
.cate-filter ul li{
  padding: 6px 0;
}
.cate-filter ul li a{
  font-size: 16px;
}



.list-group{ max-height: 300px;
  height: auto; overflow-y: auto; overflow-x: hidden;
}

@media (max-width: 767px) {

  .list-group{ max-height: 150px;
    height: auto; overflow-y: auto; overflow-x: hidden; min-height: auto;
  }

}