
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

header,
#main-menu,
#cart-popup {
	font-family: 'Roboto', sans-serif;
}

.fluid {
	background-color: #000;
	color: rgba(255, 255, 255, 0.8);
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.row .heading--1 {
	text-align: left;
	padding-left: 20px;
}

.heading--1 a {
  color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.row .heading--2 {
	text-align: right;
	padding-right: 20px;
}

.row .heading--2 a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.fa-shopping-bag,
.fa-search {
	font-size: 20px;
	color: #000;
	padding: 0 5px;
}

.navbar-navigation {
	display: block;
	height: 70px;
	
	/*position:relative;*/
}

.padding-outline {
  border-bottom: 1px solid #e6e6e6;
}

.navigation {
	height: 70px;
	/*line-height: 70px;*/
}

.navbar_brand {
  height: 100%;
	display: flex;
	align-items: center;
}

.navbar-brand-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.hide-for-medium {
	width: 100%;
	height: 100%;
}

.hide-for-medium ul {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.hide-for-medium li {
	list-style: none;
	height: 70px;
}

.item-header {
	height: 100%;
	line-height: 70px;
	display:block;
}

.item-header i{
  margin:0 0 0 6px;
  font-size:11px;
}

.hide-for-medium a {
	text-decoration: none;
	color: #505050;
	font-size:14px;
	font-weight:bold;
}

.hide-for-medium a:hover {
	color: #1b6db6;
}

/*.hide-for-medium a.item-header:hover span.link-header:after {*/
/*	transform: scaleX(1);*/
/*	transform-origin: left right;*/
/*	transition: all 300ms ease;*/
/*}*/

/*.hide-for-medium a.item-header span.link-header:after {*/
/*	content: "";*/
/*	display: inline-block;*/
/*	position: absolute;*/
/*	top: 96%;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 2px;*/
/*	background-color: #333;*/
/*	transform-origin: left center;*/
/*	transform: scaleX(0);*/
/*	transition: all 300ms ease;*/
/*}*/

.nav-dropdown-simple {
	position: absolute;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  transition: all .6s;
	width: 280px;
	z-index: 10;
	height: auto;
	background-color: #fff;
	left: 0;
}

.menu-item-has-children {
	position: relative;
	transition: all .6s;
}

.menu-item-has-children.active .item-header{
  color:#1b6db6;
}


.menu-item-has-children:hover .nav-dropdown-simple {
	transition: all .6s;
  transform: rotate3d(0, 0, 0, 0deg);
}

.menu-item-has-children:hover .link-header {
	color:#1b6db6;
}

.link-header {
	text-transform:uppercase; 
	font-weight: bold;
}

.woocommerce-mini-cart__total {
	border-bottom: 2px solid #eee;
	border-top: 2px solid #eee;
	padding: 10px 0;
	text-align: center;
}

.nav-fas {
	width: 100%;
	height: 100%;
}

.nav-dropdown{
	top: 100%;
	right: 0;
	background-color: #fff;
	min-width: 350px;
	padding: 15px;
	margin: 0;
	z-index: 30;
	opacity: 0;
	visibility: hidden;
	transform: all 0.6s;
	border-radius: 4px;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	border: 1px solid #ddd;
}

.nav-dropdown div{
  font-size:14px;
}

.nav-dropdown li,
.nav-dropdown-search li {
	list-style: none;
	text-align: center;
}

.woocommerce-button-index {
	margin-top: 10px;
}

.nav-fas_icon_shop-text {
  text-transform: uppercase;
  margin-right: 8px;
  color: rgba(102,102,102,0.85);
  font-size: .9em;
  font-weight:700;
}

.nav-fas_icon_shop {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
}

.nav-fas_icon_shop i{
   color: rgba(102,102,102,0.85);
   font-size:16px;
}

.nav-fas_icon_shop:hover ul.nav-dropdown {
	opacity: 1 !important;
	visibility: visible !important;
	transform: all 0.6s;
}

.nav-fas_icon_search:hover .nav-dropdown-search {
	opacity: 1;
	visibility: visible;
	transform: all 0.6s;
}

.nav-dropdown-search .woocommerce-mini-cart {
	display: flex;
	justify-content: center;
	flex: 1;
}

ul.nav-dropdown li.mini_cart_item+li.mini_cart_item {
  border-top: 1px solid #ececec;
  padding-top:10px;
}

.shop_icon,
.shop-icon {
	position: relative;
}

.shop_icon {
  color: #000;
}

.header-share {
	position: absolute;
	height: 17px;
	width: 17px;
	background-color: #d26e4b;
	color: #fff;
	font-size: 11px;
	padding: 1px 0;
	border-radius: 50px;
	font-weight: 600;
	left: 18px;
	top: -8px;
	text-align: center;
}

.header_share {
	position: absolute;
	height: 17px;
	width: 17px;
	background-color: #d26e4b;
	color: #fff;
	font-size: 11px;
	padding: 1px 0;
	border-radius: 50px;
	font-weight: 600;
  right: -6px;
  top: 14px;
	text-align: center;
}

.mini_cart_item {
	margin-bottom: 10px;
}

.mini_cart_item-img {
  margin-right: 10px;
}

.mini_cart_item-img img {
	width: 77px;
  height: 110px;
  object-fit: cover;
}

.mini_cart_item-text {
	text-align:left;
	min-width: 150px
}

.mini_cart_item-text .d-flex {
  justify-content: space-between;
}

.mini_cart_item-text .tvh-name-title {
	font-size: 13px;
	text-align: left;
	margin: 0;
	width:200px;
}

.mini_cart_item-text p {
	margin: 0;
}

.mini_cart_item-text strong {
	font-size: 13px;
}

.woocommerce-mini-cart__search {
	display: flex;
}

.woocommerce-mini-cart__search input {
	height: 36px;
	padding: 7px 12px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.woocommerce-mini-cart__search input:focus {
	outline: none;
	box-shadow: 0 0 5px #ccc !important;
}

.woocommerce-mini-cart__search input:hover {
	box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
}

.ux-search-submit {
	background-color: #000;
	width: 36px;
	height: 36px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

button.ux-search-submit:focus {
	outline: none;
	border: none;
}

.woocommerce-button-index a:hover {
  color: #fff;
}

.woocommerce-button-index-cart a {
	background-color: #446084;
	color: #f1f1f1;
	padding: 8px 17px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	display:block;
	margin-top:10px;
	text-decoration: none;
  text-align: center;
  border-radius: 4px;
}

.woocommerce-button-index-checkout a {
	background-color: #d26e4b;
	color: #f1f1f1;
	padding: 8px 17px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	display:block;
	margin-top:10px;
	text-decoration: none;
  text-align: center;
  border-radius: 4px;
}

.navition {
	display: none;
}

.navition .col-md-4 {
  padding: 0;
}

.mobile-sidebar {
	width: 270px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(255,255,255,0.95);
	transform: translateX(-270px);
	transition: transform 0.5s;
	bottom: 0;
	overflow: auto;
}

.off-canvas-cart {
	width: 270px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(255,255,255,0.95);
	transform: translateX(270px);
	transition: transform 0.5s;
	bottom: 0;
	overflow: auto;
}

#dropback,
#dropprev {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #0b0b0b;
	z-index: 9999;
	opacity: 0.6;
	display: none;
}

.inner-padding h3 {
	font-weight: 600;
	text-align: center;
}

.cart-dropdown {
	padding: 0;
}

.cart-dropdown li {
	list-style: none;
	text-decoration: none;
}

.border-divider {
	text-align: -webkit-center;
}

.is_divider {
	height: 3px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 15px 20px 15px;
	width: 100%;
	max-width: 30px;
	text-align: center;
}

.navition-left {
	display: flex;
	align-items: center;
	height: 100%;
	font-size:25px;
  color: rgba(102,102,102,0.85);
}

.navition-right {
  display: flex;
	align-items: center;
	height: 100%;
  justify-content: space-evenly;
}

.navition-right i{
   color: rgba(102,102,102,0.85);
}

.menu-item_type {
	cursor: pointer;
	position: relative;
}

.menu-item_type-children {
	padding: 10px;
}

.menu-item_type-children a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.simple-children-item {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  transition: all .5s ease;
}

.menu-item_type:hover .simple-children-item {
  transform: rotate3d(0, 0, 0, 0deg);
  transition: all .5s ease;
}

.simple--item a {
  padding: 10px;
  display: block;
  color:#000 !important;
}

.simple--item:hover {
	background-color: #1b6db6;
}

.simple--item:hover a {
  color:#fff !important;
}

.menu-item_type:hover {
	background-color: #1b6db6;
}

.menu-item_type:hover a {
	color: #fff;
}

.menu-item-type {
  padding: 10px 0px 5px 15px;
	cursor: pointer;
}

.menu-item-type a {
  text-decoration: none;
  color: #000;
  font-size: .8em;
  font-weight: 700;
}

.list-item-icon a {
  color: #666666;
}

.list-item-icon .hydrated {
  font-size:24px;
}

.btn-toggle-nav {
	margin-right: 20px;
	transition: all .3s ease;
	display:flex;
	align-items:center;
}

#down.active {
	transform: rotate(-180deg);
	transition: all .3s ease;
}

.children {
  max-height: 0;
  overflow: hidden;
  transition: 500ms all;
}

.children.active {
	max-height: 300px;
	transition: 500ms all;
}

.navition-logo {
  display: none;
}

@media (max-width: 1084px) {
	.navigation {
		display: none;
	}

	.navition {
		display: block;
		height:100%;
		/*border-bottom: 1px solid #e6e6e6;*/
	}

	.fluid {
		display: none;
	}

	.navition-logo {
		display: block;
		height: 100%;
	}
}
.sidebar-menu ul {
	padding: 0;
	margin: 0;
}

.sidebar-menu ul li+li {
	list-style: none;
	width: 100%;
	padding: 13px 0 13px 20px;
	border-top: 1px solid #ececec;
	text-transform: uppercase;
	font-weight: 500;
}

.sidebar-menu ul li .nav-top-link {
	text-decoration: none;
	color: rgba(102,102,102,0.85);
	font-size: .8em;
	width: 100%;
	height: 100%;
	font-weight:700;
}

ul.cart-dropdown li.woocommerce-mini-cart-item+li.woocommerce-mini-cart-item {
  border-top: 1px solid #ececec;
  padding-top:10px;
}

.menu-item-li.seclected .nav-top-link {
  color:#000;
}


.widget_area {
	margin: 0;
	width: 100%;
	padding: 40px 20px 20px 20px;
}

.flex-grow {
	flex: 1;
}

.flex-row {
  flex-direction: row!important;
  position: relative;
  display: flex;
  justify-content: space-between;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
}

.search-field {
	height: 40px !important;
	border-radius: 3px 0 0 3px;
	outline: none;
	box-sizing: border-box;
	border: 1px solid #ddd;
	width: 100%;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 0 10px;
}

.ux-search {
	width: 40px;
	height: 40px;
	border-radius: 0 3px 3px 0;
	background-color: #d26e4b;
	color: #fff;
}

.ux-search i {
	color: #fff;
}

.ux-search{
	display: flex;
	align-items: center;
	justify-content: center;
}

.ux-search .fa-search{
	color: #fff;
}

.search-field:focus {
	box-shadow: 0 0 5px #ccc;
}

.stuck {
	top: 0 !important;
	position: fixed !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background-color: #fff;
	transition: top 0.5s linear 0s;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

#navbar {
	top: -50px;
	transition: top 0.5s linear 0s;
}

#row-307244218 {
	--bs-gutter-x: 0;
}

.cart-popup-inner h3{
  text-transform: uppercase;
  font-size: 18px;
}

.inner-padding {
  padding: 15px;
}

/*.product_remove a {*/
/*  color: rgba(102,102,102,0.85);*/
/*}*/

.simple--item-mb {
  padding: 8px 0px 8px 25px;
}

.simple--item-mb a {
  text-decoration: none;
  font-size: 16px;
  text-transform: none;
  color: #666;
  font-weight: 400;
}

.menu-item-li.seclected {
  transition: all .3s ease;
  background-color: rgba(0,0,0,0.05);
}


.search_full {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 105;
  max-height: 70px;
  height: 100%;
}

.site-header__line-search {
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.site-header__line-search.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.search-form,
.spotlight-search__wrapper {
    width: 100%;
}

.spotlight-search__field {
    width: 100%;
}

.spotlight-search__field input {
    outline: none;
    flex: 1;
    font-size: 18px;
    height: 50px;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.spotlight-search__wrapper>.container {
  max-width: 1000px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 50px!important;
  position: relative;
}

.spotlight-search__submit {
    border: 0;
    background-color: #fff0;
    cursor: pointer;
    transition: all .3s;
    width: 40px;
    height: 40px;
}

.spotlight-search__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #fff0;
    border: 0;
    cursor: pointer;
    transition: all .3s;
    outline: none;
}

.spotlight-search__close:focus {
  outline: none;
}

.spotlight-search__close:after, 
.spotlight-search__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 22px;
    margin-left: -12px;
    margin-top: -1px;
    background-color: #000;
    border-radius: 100px;
    transition: all .3s;
    outline: none;
}

.spotlight-search__close:before {
    -webkit-transform: rotate( -45deg);
    transform: rotate( -45deg);
}

.spotlight-search__close:after {
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
}

.spotlight-search {
  position: fixed;
  top: 80px;
  left: 50%;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
  border-radius: 8px;
  padding: 10px 12px;
  margin-top: 10px;
  transform: translate3d(-50%,0,0);
  z-index: 105;
  max-height: 312px;
  overflow-y: auto;
}

.product-search__thumbnail {
  width: 45px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 45px;
}

.product-search__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-search__content {
  display: flex;
  flex-flow: column;
  padding-left: 15px;
  font-size: 13px;
}

.product-search__title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
}

.product-search__prices {
  display: flex;
  align-items: center;
  font-weight: 400;
}

.product-search__prices ins {
  text-decoration: none;
  margin-right: 5px;
}

a.product-search {
  text-decoration: none;
  color: #424242;
  margin: 5px 0;
}

.spotlight-search::-webkit-scrollbar {  
    display: none;  
}

.BlLuI {
  cursor: pointer;
}
