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

/* box_topbar start */
	.box_topbar .nav.nav-tabs li a {
		padding: 10px;
		font-size: 15px;
	}
	.box_topbar .nav.nav-tabs li a.active {
		color: #0d6efd !important;
		/* text-decoration: underline; */
	}
	@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;
	}
/* box_topbar end */

/* box_profile start */
	.box_profile .loggedout .btn.btn-login {
		background: transparent;
		border: 1px solid #5C5F62;
		color: #5C5F62;
		margin-right: 5px;
	}
	.box_profile .loggedout .btn.btn-register {
		background: #5C5F62;
		border: 1px solid #5C5F62;
		color: #ffffff;
	}
	.box_profile .loggedin .btn:first-child,
	.box_profile .loggedin .btn:last-child {
		padding-right: 0 !important;
		font-size: 15px !important;
		color: #5C5F62;
	}
	.box_profile .loggedin .btn {
		border: none !important;
	}
	@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: calc(1rem + 60px);
	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 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;
  color: #198754;
  font-size: 13px;
  height: 20px;
	width: 20px;
  left: 20px;
  top: 0px;
  padding-top: 1px;
  padding-left: 1px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
}
/* box_cart end */
