/* box_logo start */
.box_logo .logo {
  padding: .5rem 0; }
.box_logo a img {
  max-height: 40px; }
/* box_logo end */

/* box_topbar start */
	.box_topbar .nav.nav-tabs li a {
		padding: 10px;
		font-size: 14px;
		font-weight: 400;
	}
	/*.box_topbar .nav.nav-tabs li a.active {
		color: #f28007 !important;
	}*/
	@media (max-width: 992px) {
		.box_topbar .nav.nav-tabs {
			flex-wrap: wrap;
		}
		.box_topbar .nav.nav-tabs li,
		.box_topbar .nav.nav-tabs li a {
			width: 100%;
		}
		.box_topbar .nav.nav-tabs li:first-child a {
			padding-left: 10px;
		}
	}
	.box_topbar .nav.nav-tabs {
		border-bottom: none;
		margin-bottom: 0;
		justify-content: center;
	}
/* box_topbar end */

/* box_profile start */
	.box_profile .loggedout a {
		/*color: #fff;*/
		font-weight: 400;
	}
	.box_profile .loggedout .btn.btn-login {
		background: transparent;
		border: 1px solid #213343;
		color: #213343;
		margin-right: 5px;
	}
	.box_profile .loggedout .btn.btn-register {
		background: #213343;
		border: 1px solid #213343;
		color: #ffffff;
	}
	.box_profile .loggedin a.dropdown-toggle {
		padding: 10px;
		font-size: 14px;
		font-weight: 400;
	}
	.box_profile .loggedin a.dropdown-toggle:after {
		display: none;
	}
	@media (max-width: 992px) {
		.box_profile .loggedin {
			width: 100%;
		}
		.box_profile .loggedin .btn {
			display: none;
		}
		.box_profile .loggedin .dropdown-menu {
			position: relative;
			visibility: visible;
			width: 100%;
			display: block;
			border: none;
		}
		.box_profile .loggedin .dropdown-menu li,
		.box_profile .loggedin .dropdown-menu li a {
			width: 100%;
		}
		.box_profile .loggedout a {
			width: 100%;
			margin-right: 0 !important;
			margin-bottom: 10px;
		}
	}
/* box_profile end */

/* box_scrollup start */
.box_scrollup a {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
	display: none;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 9999;
	/* border: 1px solid #b6c7d6; */
}
.box_scrollup a:hover {
	opacity: 1;
}
.box_scrollup i {
	font-size: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
/* box_scrollup end */

/* box_social_icons start */
.box_social_icons {
	text-align: center;
}
.box_social_icons a:hover,
.box_social_icons a:hover i {
	text-decoration: none !important;
}

.box_social_icons a i {
	color: #dadada !important;
	display: inline-block;
	font-size: 20px;
	margin: 0 10px;
}
/* box_social_icons end */

/* box_international start */
.box_international {
  text-align: right;
}
.box_international > div {
  display: inline-block;
  position: relative; }
.box_international .dropdown .dropdown-menu {
  box-shadow: none !important;
  border: 1px solid #e2e8f0;
  border-radius: 3px;1
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  left: auto;
  right: 0;
  text-align: center;
  min-width: 100px;
  top: 55px; }
  .box_international .dropdown .dropdown-menu:after {
    left: auto;
    right: 15px;
    top: -14px; }
    .box_international .dropdown .dropdown-menu li a:hover {
      background-color: transparent;
      cursor: pointer; }
    .box_international .dropdown .dropdown-menu li a img {
      margin-top: -3px; }
.box_international .dropdown .dropdown-menu li a {
  font-size: 0.75rem;
  width: 100%;
  display: inline-block;
  text-transform: capitalize;
  padding: 8px 10px; }
.box_international .dropdown .dropdown-menu li.selected-lang {
  opacity: 0.5;
  background-color: #ccc;
}
/* box_international end */

/* box_cart start */
.box_cart .offcanvas-body ul li {
  margin-bottom: 10px;
}
.box_cart .offcanvas-body ul li a.product {
  color: #222;
  display: block;
  padding: 0 30px 0 0;
  text-transform: uppercase;
}
.box_cart .offcanvas-body ul li a.close {
  color: #c3c3c3;
  float: right;
}
.box_cart .offcanvas-body ul li span {
  color: #464646;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
}
.box_cart .offcanvas-body .subtotal {
  /* background-color: #f2f2f2; */
  /* color: #464646; */
  text-align: left;
  font-size: 1rem;
  /* padding: 15px 20px; */
  width: 100%;
  margin: 20px 0;
}
.box_cart .offcanvas-body .action-btns a {
  width: 100%;
  margin-bottom: 10px;
}
.box_cart .offcanvas {
  max-width: 300px;
}
.box_cart div.counter {
  background-color: transparent;
  font-size: 15px;
  height: 20px;
	width: 20px;
  left: 25px;
  top: 0px;
  padding-top: 1px;
  padding-left: 1px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
}
/* box_cart end */

/* box_subscribe start */
#form_box_newsletter_footer input {
	color: #212529 !important;
}
/* box_subscribe end */
