#header .header-nav {
	background: #ff435b;
}

#header .header-top {
	padding: 0;
}

#header.fixed {
	animation: 1s ease 0s normal both 1 running fixedmenu;
	-webkit-animation: 1s ease 0s normal both 1 running fixedmenu;
	-moz-animation: 1s ease 0s normal both 1 running fixedmenu;
	-o-animation: 1s ease 0s normal both 1 running fixedmenu;
	background: #ff435b;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
	transition: none;
	left: 0;
	position: fixed !important;
	right: 0;
	top: 0;
	z-index: 7;
}

@-webkit-keyframes fixedmenu {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@-moz-keyframes fixedmenu {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@keyframes fixedmenu {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

#tb-top-header-cms .tb-top-header-cms-wrapper p {
	margin: 0;
}

#header {
	position: relative;
	z-index: 7;
}

#header .logo {
	max-width: 100%;
	height: auto;
}

#header #_desktop_logo h1 {
	margin-bottom: 0;
}

#header .menu>ul>li {
	display: inline-block;
	position: relative;
	padding: 42px 5px;
}

#header .header-nav #menu-icon {
	margin: 0 16px;
	vertical-align: middle;
	cursor: pointer;
}

#header .header-top .language-currency .language-selector-wrapper .language-selector::after {
	content: "";
	height: 15px;
	left: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 1px;
	background: #111;
}


#header .header-nav #menu-icon .material-icons {
	line-height: 50px;
}

#_desktop_language_selector,
#_desktop_currency_selector {
	position: relative;
}

#_desktop_language_selector::before {
	content: "";
	height: 15px;
	left: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 1px;
	background: #111;
	display: none;
}

#header .header-nav .right-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#header .header-nav .currency-selector {
	margin-top: 15px;
	margin-left: 15px;
	white-space: nowrap;
}

#header .header-nav .user-info {
	margin-top: 15px;
	margin-left: 40px;
	text-align: right;
	white-space: nowrap;
}

#header .header-nav .user-info .account {
	margin: 0 0 0 10px;
}

#header .header-nav .language-selector {
	margin-top: 15px;
	white-space: nowrap;
}

#header .header-nav .cart-preview.active {
	background: #ff435b;
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
	color: #fff;
}

#header .header-nav .cart-preview .shopping-cart {
	color: #7a7a7a;
	vertical-align: middle;
}

#header .header-nav .cart-preview .body {
	display: none;
}

#header .header-nav .blockcart {
	height: 48px;
	padding: 12px;
	margin-left: 15px;
	text-align: center;
	white-space: nowrap;
	background: #f6f6f6;
}

#header .header-nav .blockcart a {
	color: #7a7a7a;
}

#header .header-nav .blockcart a:hover {
	color: #ff435b;
}

#header .header-nav .blockcart.active a:hover {
	color: #fff;
}

#header .header-nav .blockcart .header {
	margin: 2px 0 0 0;
}

#header .header-nav #_desktop_contact_link {
	display: inline-block;
}

#header .header-nav #_desktop_contact_link #contact-link {
	margin-top: 15px;
}

#header .header-nav .search-widget {
	margin: 3px 0 0 0;
}

#header .header-nav .material-icons {
	line-height: inherit;
}

#header .header-nav .material-icons.expand-more {
	margin: 0 0 0 -6px;
}

#header .header-top>.container {
	position: relative;
}

#header .header-top>.container>.row:first-of-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .header-top .position-static {
	position: static;
}

#header .header-top a {
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	display: block;
}

#header .header-top .search-widget {
	float: right;
}

#header .top-menu-link {
	margin: 0 0 0 20px;
}

@media (max-width: 767px) {
	#header .top-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 50px;
	}

	#header .top-logo>h1 {
		margin: 0;
	}
}

.header-nav .row {
	align-items: center;
	display: flex;
}

#header .language-currency {
	display: flex;
}

.language-selector-wrapper #language-selector-label,
.currency-selector-wrapper #currency-selector-label {
	font: 400 15px/24px "Lexend Deca", Helvetica, sans-serif;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px 0;
	display: block;
	color: #111;
}

#_desktop_language_selector .language-selector-wrapper .language-selector,
#_desktop_currency_selector .currency-selector {
	position: relative;
	line-height: 16px;
	z-index: 2;
}

.language-selector::before,
.currency-selector::before {
	content: "\ea99";
	font-family: "icofont";
	font-size: 18px;
	position: absolute;
	left: auto;
	right: -9px;
	top: 7px;
	bottom: 0;
	margin: auto;
	color: #111;
	z-index: 1;
}

.language-selector-wrapper.open .language-selector::before,
.currency-selector-wrapper.open .currency-selector::before {
	content: "\eaa1";
}

#_desktop_language_selector .language-selector-wrapper .language-selector a,
#_desktop_currency_selector .currency-selector-wrapper .currency-selector a {
	padding: 4px 5px;
}

#_desktop_language_selector .language-selector-wrapper .language-selector .btn-unstyle .language-img {
	margin: -4px 4px 0 0;
}

#_desktop_language_selector .language-selector-wrapper .language-selector .btn-unstyle,
#_desktop_currency_selector .currency-selector .btn-unstyle {
	width: 100%;
	cursor: pointer;
}

#_desktop_language_selector .language-selector-wrapper .language-selector .btn-unstyle span,
#header #_desktop_currency_selector .currency-selector .btn-unstyle span {
	font: 400 15px/28px 'Lexend Deca', helvetica, sans-serif;
	letter-spacing: 1px;
	color: #fff;
}

#header #_desktop_language_selector .language-selector .dropdown-menu li a {
	display: flex;
	align-items: center;
}

.header-nav .header-nav-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header #_desktop_language_selector .language-selector .dropdown-menu li a img {
	margin: 0 5px 0 0;
}

#header .tb-megamenu .top-menu {
	text-align: center;
}

#_desktop_currency_selector .currency-selector .currency-toggle,
#_desktop_language_selector .language-selector-wrapper .language-selector .language-toggle {
	position: static;
	background: top;
	border: none;
	padding: 3px 8px;
	background: #fff;
	margin: auto;
}

#_desktop_language_selector .language-selector-wrapper .language-selector .language-toggle {
	left: -50px;
	bottom: auto;
}

#_desktop_language_selector .language-selector-wrapper .language-selector .language-toggle {
	left: -50px;
	bottom: auto;
}

.language-selector.dropdown select,
.currency-selector.dropdown select {
	background: #111;
	color: #fff;
	display: none;
}

#header .tb-megamenu {
	background-color: #ffd472;
	padding: 0;
	text-align: center;

}

#header .tb-menu-border {
	border: 1px solid #ccc;
	padding: 10px 0;

}

.language-selector .btn-unstyle,
#header #_desktop_currency_selector .currency-selector .btn-unstyle {
	display: block;
}

#_desktop_top_menu>#top-menu>li>a {
	color: #111;
	font: 400 16px/22px "Lexend Deca", helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 8px 8px 8px 14px;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	width: 100%;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	z-index: 1;
	display: flex;
}

#_desktop_top_menu>#top-menu>li:hover>a,
#_desktop_top_menu>#top-menu>li:active>a,
#_desktop_top_menu>#top-menu>li:focus>a {
	color: #fff;
}

#_desktop_top_menu>#top-menu>li:hover>a::before,
#_desktop_top_menu>#top-menu>li:active>a::before,
#_desktop_top_menu>#top-menu>li:focus>a::before {
	background: #ff435b;
}

#_desktop_top_menu>#top-menu>.mega-menu>a::after,
#_desktop_top_menu>#top-menu .tb_sub_menu .mega-menu>a::after {
	color: #111;
	content: "\eab2";
	font-family: "IcoFont";
	font-size: 16px;
	position: static;
	width: 20px;
	line-height: 20px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#_desktop_top_menu>#top-menu .tb_sub_menu li>a {
	padding: 0;
}

#_desktop_top_menu>#top-menu .tb_sub_menu .mega-menu>a::after {
	content: "\eab8";
	right: 0;
	position: absolute;
	top: 0;
	left: auto;
	height: 20px;
	margin: auto;
	bottom: 0;
}

#_desktop_top_menu>#top-menu>.mega-menu .sub-menu .top-menu .mega-menu a {
	position: relative;
}

#_desktop_top_menu>#top-menu>.tb_sub_menu>.sub-menu>.top-menu>.mega-menu>a::after,
#_desktop_top_menu>#top-menu>.tb_mega_menu>.sub-menu>.top-menu>.mega-menu>a::after,
#_desktop_top_menu>#top-menu>.mega-menu:last-child>.sub-menu>.top-menu>.mega-menu>a::after {
	color: #fff;
	content: "\eab8";
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-family: "IcoFont";
	font-size: 16px;
	align-content: center;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	display: flex !important;
	height: 16px;
}

#_desktop_top_menu>#top-menu>.mega-menu:is(:hover, :active, :focus)>a::after {
	content: "\eab9";
	color: #fff;
}

#header .header-nav li {
	list-style: none;
}

#_desktop_top_menu>#top-menu>li>a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ff435b;
	width: 0;
	height: 100%;
	margin: auto;
	z-index: -1;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#_desktop_top_menu>#top-menu>li:is(:hover, :active, :focus)>a::before {
	width: 100%;
}

#_desktop_top_menu #top-menu .tb_sub_menu .sub-menu .mm_columns_li .mm_blocks_ul .mm_blocks_li .tb_mm_block .tb_mm_block_content ul>.has-sub>a {
	font: 300 14px/30px "Lexend Deca", Helvetica, sans-serif;
	color: #484848;
	margin: 0;
	padding: 0 !important;
	border-bottom: none;
	letter-spacing: 1px;

}

#_desktop_top_menu #top-menu .tb_mega_menu .sub-menu .mm_columns_li .mm_blocks_ul .mm_blocks_li .tb_mm_block .tb_mm_block_content ul>.has-sub>a,
.menu-title a,
#mobile_top_menu_wrapper .top-menu .tb_mega_menu li.mega-menu>a {
	text-transform: capitalize;
	font: 400 16px/18px 'Lexend Deca', helvetica, sans-serif;
	color: #111;
	margin: 0 0 5px 0;
	padding: 4px 0px 9px !important;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
	height: 100%;
}

#_desktop_top_menu #top-menu li .sub-menu .menu-images-container img {
	padding: 25px 0 0 0;
}

#_desktop_top_menu #top-menu li .sub-menu ul li .collapse ul li a {
	color: #555555;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	width: 100%;
	font-family: "Lexend Deca", Helvetica, sans-serif;
	font-style: normal;
	display: block;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	border: none;
	letter-spacing: 0.5px;
}

#_desktop_top_menu>#top-menu>li>.sub-menu>ul[data-depth="1"]>li {
	float: left;
	margin: 0 7px;
	width: 18%;
}



#_desktop_top_menu>#top-menu .tb_sub_menu .sub-menu,
#_desktop_top_menu>#top-menu li:last-child .sub-menu {
	width: 200px !important;
	padding: 15px;
}

#_desktop_top_menu>#top-menu .tb_sub_menu .sub-menu>ul[data-depth="1"]>li,
#_desktop_top_menu>#top-menu li:last-child .sub-menu>ul[data-depth="1"]>li {
	width: 100%;
	position: relative;
}

#_desktop_top_menu>#top-menu li:last-child .sub-menu>ul[data-depth="1"]>li a,
#_desktop_top_menu #top-menu li:last-child .sub-menu ul li>a,
#_desktop_top_menu #top-menu .tb_sub_menu .sub-menu .mm_columns_li .mm_blocks_ul .mm_blocks_li .tb_mm_block .tb_mm_block_content ul li.has-sub ul {
	border: none;
	color: #555555;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	width: 100%;
	font-family: "Lexend Deca", Helvetica, sans-serif;
	font-style: normal;
	display: block;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#_desktop_top_menu>#top-menu .tb_sub_menu .sub-menu>ul[data-depth="1"]>li .collapse,
#_desktop_top_menu>#top-menu li:last-child .sub-menu>ul[data-depth="1"]>li .collapse,
#_desktop_top_menu #top-menu li:last-child .sub-menu ul li>.collapse,
#_desktop_top_menu #top-menu .tb_sub_menu .sub-menu .mm_columns_li .mm_blocks_ul .mm_blocks_li .tb_mm_block .tb_mm_block_content ul li.has-sub ul {
	position: absolute;
	right: -215px;
	top: 0;
	left: auto;
	bottom: auto;
	background: #fff;
	width: 200px;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	visibility: visible;
	border: 1px solid #e5e5e5;
	transform-origin: center top 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	padding: 15px;
	border-top: 3px solid #ff435b;
}

#_desktop_top_menu>#top-menu:hover .tb_sub_menu:hover .sub-menu>ul[data-depth="1"]>li:hover .collapse,
#_desktop_top_menu>#top-menu:hover li:last-child:hover .sub-menu>ul[data-depth="1"]>li:hover .collapse,
#_desktop_top_menu #top-menu:hover li:last-child:hover .sub-menu ul li:hover>.collapse,
#_desktop_top_menu #top-menu .tb_sub_menu .sub-menu .mm_columns_li .mm_blocks_ul .mm_blocks_li .tb_mm_block .tb_mm_block_content ul li.has-sub:hover>ul {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
}

#_desktop_top_menu #top-menu li .sub-menu ul li .collapse ul li a:hover,
#_desktop_top_menu #top-menu li .sub-menu ul li .collapse ul li a:active,
#_desktop_top_menu #top-menu li .sub-menu ul li .collapse ul li a:focus,
#_desktop_top_menu #top-menu li .sub-menu ul li>a:hover {
	color: #111 !important;
}

#tb-top-header-cms .tb-top-header-cms-wrapper i {
	font-size: 18px;
	color: #fff;
	margin: 0 5px 0 0;
}

#tb-top-header-cms .tb-top-header-cms-wrapper span {
	font: 400 14px/16px 'Lexend Deca', helvetica, sans-serif;
	color: #fff;
}


#header .logo {
	max-width: 185px;
	max-height: 66px;
	width: auto;
	height: auto;
}

#header .header-top .position-static {
	text-align: center;
}

#_desktop_top_menu .top-menu li .sub-menu {
	top: 122px !important;
	position: absolute;
	left: 0;
	margin: 0 auto;
	min-width: max-content;
	height: max-content;
	transform-origin: center top 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	padding: 20px 15px 15px;
	border: 1px solid #e5e5e5;
	border-top: 3px solid #ff435b;
}

#_desktop_top_menu>#top-menu li:last-child .sub-menu {
	top: 122px !important;
}

#_desktop_top_menu .top-menu:is(:hover, :active, :focus) li:is(:hover, :active, :focus) .sub-menu {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
}

#_desktop_top_menu .top-menu li:nth-child(2) .sub-menu {
	padding: 10px 20px;
}

#_desktop_cart_block {
	display: inline-block;
}

#content-wrapper #content {
	overflow: hidden;
}

#_desktop_cart_block .header {
	position: relative;
	display: inline-block;
}

#_desktop_cart_block .header .hidden-sm-down {
	font-size: 0;
	display: none;
}

#_desktop_cart_block .blockcart a {
	position: relative;
}


#_desktop_cart_block .cart-products-count,
#_mobile_cart .cart-products-count {
	position: absolute;
	top: 5px;
	left: auto;
	right: 3px;
	bottom: auto;
	width: 15px;
	height: 15px;
	font-size: 11px;
	background: #ff435b;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
}

#_desktop_user_info {
	display: inline-block;
	position: relative;
}

#_desktop_user_info .user-info li a,
#_mobile_user_info .user-info li a {
	padding: 0;
}

#header .tb_mm_block_content a {
	overflow: hidden;
	font-weight: 600;
	font-size: 13px;
}

.category-more .sub-menu li a {
	font-size: 13px;
	color: #484848;
}

#_desktop_user_info .popup-title i,
#_mobile_user_info .popup-title i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	/* opacity: 1; */
	color: #111;

}



#header .herder_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .header-nav a {
	color: #fff;
	text-decoration: none;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#header .header-nav a:hover {
	color: #fff;
}

#header #_desktop_currency_selector .currency-selector #currency-selector-label,
#header #_desktop_currency_selector .currency-selector #currency-selector-label {
	color: #fff;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	display: none;
}

#header #_desktop_currency_selector .currency-selector .hidden-sm-down .expand-more,
#header #_desktop_language_selector .language-selector .hidden-sm-down .expand-more {
	color: #111;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#header #_desktop_currency_selector .currency-selector .dropdown-menu li a,
#header #_desktop_language_selector .language-selector .dropdown-menu li a {
	color: #666;
	font: 400 14px/18px "Lexend Deca", Helvetica, sans-serif;
	letter-spacing: 1px;
}

.header-top .container .row {
	justify-content: space-between;
	text-align: center;
}

.header-top .container .row::after {
	display: none;
}

#header .header-nav {
	display: none;
}

#header .header-nav .language-selector {
	margin: 0;
}

#header .header-nav .language-selector .button {
	display: flex;
	align-items: center;
}

#header .header-nav .currency-selector {
	margin: 0;
}

#header .header-nav .currency-selector {
	margin: 0;
	display: flex;
}

.header-cart {
	/* display: inline-block; */
	display: flex;
	align-items: center;
	/* justify-content: right; */
	margin: 0;
	gap: 6px;
}

.header-cart #search_widget .search-ico {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #111;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

.header-cart #search_widget .search-ico.tbclose {
	display: none;
	text-align: center;
	font-size: 22px;
	align-items: center;
	justify-content: center;
	color:#ff435b;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

.header-cart #search_widget .active .search-ico {
	display: none;
}

.header-cart #search_widget .active .search-ico.tbclose {
	display: block;
}

.header-cart #search_widget .search-ico:hover, #_desktop_user_info .popup-title i:hover, #_mobile_user_info .popup-title i:hover, #_desktop_cart_block .blockcart .header i:hover, #_mobile_cart .blockcart .header a i:hover, #_mobile_cart .blockcart .header i:hover {
	color: #ff435b;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

#_desktop_user_info.open .popup-title i{
	color: #ff435b;
}

.user-info {
	width: 45px;
	height: auto;
	line-height: 30px;
	text-align: left;
}

#header .header-top .header-cart {
	padding: 35px 0;
}

#_desktop_cart_block,
#_mobile_cart {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

#_mobile_cart {
	display: none;
}

#_desktop_cart_block .blockcart .header .dropdown-toggle::after {
	display: none;
}

#_mobile_cart .blockcart .header a::after {
	content: none;
}

#_desktop_cart_block .blockcart .shop_cart i,
#_mobile_cart .blockcart .shop_cart a i,
#_mobile_cart .blockcart .shop_cart i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #111;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#_desktop_cart_block .blockcart .right_block.remove-from-cart {
	height: auto;
	padding: 0px;
	background: none;
	border: none;
	color: #222;
	box-shadow: none;
}

#_desktop_cart_block .blockcart .right_block.remove-from-cart i {
	font-size: 18px;
	padding: 0px;
	width: 22px;
	height: 22px;
	line-height: 24px;
	font-weight: 500;
	display: inline-block;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

#_desktop_cart_block .blockcart .popup-dropdown ul li {
	display: flex;
	align-items: flex-start;
	margin: 0 0 10px 0;
}

#_desktop_cart_block .blockcart .popup-dropdown ul li .right_block {
	display: flex;
	align-items: center;
}

#_mobile_cart .blockcart .header span.hidden-sm-down {
	display: none;
}

#header .header-top {
	background-color: #fff;
}

#header .header-top {
	background-color: #fff;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}

#index #header .header-top {
	border-bottom: 2px solid #ff4360;
}

#header:hover .header-top {
	background-color: #fff;
}

#index #header.fixed .header-top {
	background-color: #fff;
	box-shadow: none;
	border-bottom: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#header.fixed .header-top {
	background-color: #fff;
}

#_desktop_top_menu #top-menu li:last-child .sub-menu li a:hover {
	color: #111;
}

#search_widget {
	margin: 0;
	overflow: auto;
	cursor: pointer;
}

#search_widget form {
	position: absolute;
	top: 122px;
	display: none;
	left: auto;
	right: 140px;
	bottom: auto;
	width: 320px;
	z-index: 2;
}

#search_widget form i.search {
	position: absolute;
	left: 11px;
	bottom: 0;
	top: 0;
	right: auto;
	margin: auto 0;
	/* font-size: 20px; */
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}

#search_widget form i.clear {
	position: absolute;
	right: 3px;
	bottom: 0;
	top: 0;
	left: auto;
	margin: auto 0;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	display: none !important;
}

#search_widget form input {
	width: 100%;
	padding: 10px 15px 10px 35px;
	outline: none;
	background-color: #fff;
	border: none;
	border-radius: 0;
	height: 46px;
	border-top: 3px solid #ff435b;
	font: 400 15px/20px "Lexend Deca", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #111;
	opacity: 1;
}

.ui-autocomplete.searchbar-autocomplete {
	width: 100%;
	min-height: 100%;
	border: none;
}

.ui-autocomplete.searchbar-autocomplete li a,
.ui-autocomplete.searchbar-autocomplete li a.ui-state-focus {
	padding: 8px 15px;
	overflow: auto;
	border: none;
	background: none;
	margin: auto;
	border-radius: 0;
	text-align: left;
}

.ui-autocomplete.searchbar-autocomplete li a:hover {
	background-color: #e5e5e5;
	cursor: pointer;
}

.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
	float: left;
	width: 77px;
	height: auto;
	margin-right: 12px;
	border: none;
}

.header-cart #search_widget:last-child {
	display: none;
}



@media only screen and (min-width: 768px) {
	#search_widget {
		/* float: right; */
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 481px) {
	.ui-autocomplete.searchbar-autocomplete {
	min-height: auto;
	/* left: auto; */
	width: 320px !important;
	top: 42px !important;
	right: 0 !important;
	left: auto !important;
	border-radius: 0;
	border-top: 1px solid #eaeaea;
	padding: 0;
	max-height: 500px;
	overflow-x: hidden;
}
}

#_desktop_user_info .popup-content.user-info,
#_mobile_user_info .popup-content.user-info {
	border-top: 3px solid #ff435b;
	top: 86px;
	margin: 0;
	right: 0;
	left: auto;
	padding: 10px 15px;
	margin: 0;
	max-height: 340px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-y: auto;
}


#_desktop_user_info .popup-content.user-info li a i {
	padding: 0 3px 0 0;
}

#_desktop_user_info .popup-content.user-info li {
	/* display: flex; */
	align-items: center;
}

#_desktop_user_info .popup-content.user-info li a {
	padding: 5px 0;
	background: none;
	color: #666;
	font: 400 14px/18px "Lexend Deca", Helvetica, sans-serif;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	display: block;
}

#_desktop_user_info .popup-content.user-info li a:hover,
#_desktop_user_info .popup-content.user-info li a:active,
#_desktop_user_info .popup-content.user-info li a:focus {
	color: #111;
}

#_desktop_cart_block .header.open .mini-cart {
	display: block;
}

#_desktop_cart_block .blockcart {
	position: relative;
}

#_desktop_cart_block .popup-dropdown,
#_desktop_cart_block .popup-dropdown {
	width: 340px !important;
	padding: 10px;
	top: 83px;
	border-top: 3px solid #ff435b;
	margin: 0;
	position: absolute;
	left: auto;
	right: 0;
	background-color: #fff;
	display: none;
}

#_desktop_cart_block .mini-cart .mini-cart-items .mini-cart-product .product-line-grid-left {
	padding: 0;
	margin: 0 10px 0 0;
	width: 70px;
}

.blockcart .right_block .product-price {
	color: #ff435b;
	font: 500 16px/19px "Lexend Deca", helvetica, sans-serif;
	text-align: left;
	padding: 10px 6px !important;
	text-align: right;
}

.blockcart .right_block .product-quantity {
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
	color: #111;
}

.mini-cart-product {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 10px 0;
}

#header #_desktop_currency_selector .currency-selector .dropdown-menu li a:is(:hover, :active, :focus),
#header #_desktop_language_selector .language-selector .dropdown-menu li a:is(:hover, :active, :focus),
#header #_desktop_currency_selector .currency-selector .dropdown-menu li.current a,
#header #_desktop_language_selector .language-selector .dropdown-menu li.current a,
#_mobile_currency_selector .dropdown ul li.current a,
#_mobile_language_selector .dropdown ul li.current a {
	color: #ff435b;
}

#header #_desktop_currency_selector .currency-selector .dropdown-menu li.current a,
#header #_desktop_language_selector .language-selector .dropdown-menu li.current a,
#_mobile_currency_selector .dropdown ul li.current a,
#_mobile_language_selector .dropdown ul li.current a {
	font-weight: 500;
	color: #ff435b;

}



#_mobile_currency_selector .dropdown ul li a,
#_mobile_language_selector .dropdown ul li a {
	font-size: 14px;
}

#_mobile_language_selector .dropdown ul li a img {
	margin: 0 5px 0 0;
}

#_desktop_cart_block .right_block .product-name a {
	color: #191919;
	text-transform: capitalize;
	font: 400 14px/20px "Lexend Deca", helvetica, sans-serif;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 10px 0 10px;
	width: 118px;
}

#_desktop_cart_block .right_block .product-name a:hover,
#_desktop_cart_block .right_block .product-name a:active,
#_desktop_cart_block .right_block .product-name a:focus {
	color: #111;
}

#_desktop_cart_block .mini-cart .mini-cart .product-quantity {
	display: inline-block;
	width: auto;
}

#_desktop_cart_block .mini-cart .cart-wishlist-item {
	display: flex;
	margin: 0 0 10px 0;
}

#_desktop_cart_block .mini-cart .minicart-img {
	width: 110px;
	display: inline-block;
}

#_desktop_cart_block .mini-cart .mini-cart-items .mini-cart-product .remove-product {
	padding: 0;
}

#_desktop_cart_block .blockcart .popup-dropdown ul {
	margin: 0;
	/* margin: 0 0 10px 0; */
	/* border-bottom: 1px solid #e5e5e5; */
	max-height: 400px;
	overflow-y: auto;
	overflow-x: visible;
	max-width: 350px;
}

#_desktop_cart_block .blockcart .popup-dropdown ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
}

.mini-cart-block {
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mini-cart-block::after {
	content: none;
}

#_desktop_cart_block .mini-cart .products,
#_desktop_cart_block .mini-cart .shipping,
#_desktop_cart_block .mini-cart .tax,
#_desktop_cart_block .mini-cart .cart-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;
}

#_desktop_cart_block .mini-cart .tax {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

#_desktop_cart_block .price_content .label {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	float: left;
}
#_desktop_cart_block #promo-highlight-main .label {
	font-size: 13px;
}

#_desktop_cart_block .price_content .value {
	color: #ff435b;
	text-align: right;
	font: 500 16px/18px "Lexend Deca", helvetica, sans-serif;
	white-space: nowrap;
	float: right;
}

#_desktop_cart_block .cart-summary-totals .cart-summary-line:last-child {
	margin-bottom: 0;
	display: none;
}

#_desktop_cart_block .cart-summary-totals .cart-summary-line.cart-total {
	padding: 10px 0;
	margin: 0 0 10px 0;
}

#_desktop_cart_block .card-block {
	padding: 0;
}

.cart-wishlist-action {
	margin: 15px 0 0 0;
}

.cart-wishlist-action .cart-wishlist-viewcart,
.cart-wishlist-action .cart-wishlist-checkout {
	font-weight: 400;
	font-size: 13px;
	padding: 10px 8px;
	width: 48%;
	text-align: center;
}

.img_content .product-image {
	border: none;
}

.mini-cart .product-quantity {
	font-size: 0.8em;
	padding: 10px 0;
}

.mini-cart .remove-from-cart i {
	padding-left: 5px;
}

.mini-cart-checkout {
	justify-content: center;
}

.header a.dropdown-toggle {
	text-decoration: none;
}

#contact #left-column .block {
	background-color: none;
	box-shadow: none;
	clear: both;
	float: none;
	padding: 0;
}

#contact #left-column .contact-rich .block {
	margin: 0;
}

.float-xs-right {
	float: right !important;
	display: none;
}

.language-currency #_mobile_language_selector .dropdown-menu {
	top: 59px;
}

/* .hidden-md-up.text-sm-center.mobile {
	display: none;
} */
#ui-id-1 li a {
	padding: 12px;
	font: 400 15px/20px "Lexend Deca", helvetica, sans-serif;
	color: #555;
	margin: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}
#ui-id-1 li:hover a {
	color: #111;
}

#ui-id-1 li a p.price {
	display: block;
	color: #ff435b;
	font: 500 16px/18px "Lexend Deca", helvetica, sans-serif;
	margin: 7px 0 0px 0;
}
.product-line-info {
	margin: 0 0 0 10px;
}

/* responsive */
@media (max-width: 1299px) {
	#_desktop_top_menu .top-menu .tb_mega_menu .sub-menu {
		left: -71px;
	}
}

@media (max-width: 1199px) {
	#_desktop_top_menu .top-menu .tb_mega_menu .sub-menu {
		left: -220px;
	}

	#index #header {
		position: relative;
	}

	#header .logo {
		max-width: 220px;
		max-height: 56px;
		width: auto;
		height: auto;
	}

	#_desktop_top_menu .top-menu li .sub-menu {
		top: 122px !important;
	}

	/* #_desktop_user_info .popup-content.user-info,
	#_mobile_user_info .popup-content.user-info {
		top: 84px;
	} */

	#_desktop_cart_block .popup-dropdown,
	#_desktop_cart_block .popup-dropdown {
		top: 84px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#_desktop_top_menu>#top-menu>li>a {
		font-size: 15px;
		line-height: 17px;
	}

	#header .menu>ul>li {
		padding: 42px 2px;
	}
}

@media (max-width: 991px) {
	.mm_menus_ul .arrow::after {
		left: auto;
		right: 0;
	}

	.mm_menus_ul .arrow.opened::after {
		right: -4px;
	}

	#header .logo {
		max-width: 170px;
		max-height: 45px;
	}

	#index #header {
		box-shadow: none;
	}

	#index #header .header-top {
		position: relative;
		left: 0;
		right: 0;
	}

	#_mobile_user_info {
		display: inline-block;
		position: relative;
	}

	#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
		background: transparent;
	}

	.tb_mm_url .mm_menu_content_title {
	padding: 0;
	font-weight: 400;
	color: #555555;
	font-size: 15px;
}

	.dropdown .expand-more {
		transition: all 400ms ease-in-out;
		/* display: none; */
		margin: 0;
		font: 300 15px/28px 'Lexend Deca', helvetica, sans-serif;
		color: #111;
		letter-spacing: 1px;
	}

	#_mobile_currency_selector .currency-selector .expand-more {
		border-left: 1px solid #fff;
		padding: 0;
	}

	.language-selector::before,
	.currency-selector::before {
		top: auto;
		bottom: 0;
	}

	#_desktop_user_info .popup-content.user-info,
	#_mobile_user_info .popup-content.user-info {
		padding: 10px 12px;
	}

	.language-selector .btn-unstyle .language-img {
		margin: 0 5px 0 0;
	}

	#_desktop_currency_selector .currency-selector .currency-toggle,
	#_desktop_language_selector .language-selector-wrapper .language-selector .language-toggle,
	#_mobile_currency_selector .currency-selector .currency-toggle,
	#_mobile_language_selector .language-selector-wrapper .language-selector .language-toggle {
		/* right: 0; */
		/* left: auto; */
		/* top: 33px; */
		/* border-top: 3px solid #c71110; */
		position: static;
		background: top;
		border: none;
		padding: 0 0;
		margin: 0;
	}


	.mm_menus_li.hover .mm_columns_ul .column {
		display: table;
	}

	/* #header .header-top {
			padding: 22px 0;
		} */

	#_mobile_cart {
		display: none;
	}

	#_desktop_cart_block .header .cart-products-count,
	#_mobile_cart .header .cart-products-count {
		right: -10px;
	}

	.js-top-menu-bottom #_mobile_currency_selector .dropdown-menu,
	.js-top-menu-bottom #_mobile_language_selector .dropdown-menu {
		position: static;
		top: 63px;
		left: 0;
		z-index: 1000;
		display: none;
		float: none;
		min-width: 10rem;
		padding: 0;
		margin: 8px 0 0;
		font-size: 15px;
		color: #363a42;
		text-align: left;
		list-style: none;
		background-color: #fff;
		/* background-clip: padding-box; */
		/* border-top: 3px solid #ff435b; */
		border-radius: 0;
		border: none;
	}

	.header-cart {
		align-items: center;
	}

	#menu-icon {
		cursor: pointer;
		float: none !important;
		padding: 8px 0;
	}

	.tb-top-header-cms-wrapper {
		text-align: center;
	}

	#_desktop_top_menu {
		display: none !important;
	}

	#_desktop_language_selector {
		display: none;
	}

	#_desktop_currency_selector {
		display: none;
	}

	.language-selector .btn-unstyle,
	#mobile_top_menu_wrapper .js-top-menu-bottom a {
		display: flex;
		align-items: center;
		font-weight: 400;
		color: #555;
		margin: 0 0 0 0 !important;
		letter-spacing: 1px;
	}

	/* .language-selector .btn-unstyle img,
	#mobile_top_menu_wrapper .js-top-menu-bottom a img {
		margin: 0 20px 0 0;
	} */

	#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
		display: inline-block;
	}

	#_desktop_logo {
		display: none;
	}

	#_mobile_logo {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		bottom: 0;
		margin: 0 auto;
		width: 175px;
		height: 45px;
		transform: translateY(-50%);
	}

	#_mobile_logo h1 {
		margin: 0;
	}

	.hidden-md-up.text-sm-center.mobile {
		display: block !important;
	}

	.float-xs-right {
		display: block;
	}

	#_mobile_user_info .dropdown-menu {
		left: auto;
		right: 0;
	}

	.header-top-right {
		display: block;
	}

	/* #_desktop_cart_block,#_desktop_user_info{
        display: none;
    } */
	
	#mobile_top_menu_wrapper {
		position: absolute;
		left: 0;
		right: 0;
		top: 85px;
		text-align: left;
	}
#index #mobile_top_menu_wrapper {
	top: 92px;
}

	#search_widget form {
		top: 90px;
		right: 106px;
	}

	#_mobile_user_info .popup-content.user-info {
	top: 70px;
}

	#_desktop_cart_block .popup-dropdown {
	top: 67px;
}

	#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
	#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
		padding: 10px 0;
	}

	#mobile_top_menu_wrapper .top-menu a {
		padding: 8px 0 !important;
		/* border-bottom: none; */
	}

	#_mobile_currency_selector .currency-selector,
	#_mobile_language_selector .language-selector-wrapper {
		position: relative;
	}

	/* #_mobile_currency_selector .currency-selector::after,#_mobile_language_selector .language-selector-wrapper::after {
        content: "";
        position: absolute;
        left: auto;
        right: auto;
        top: 0;
        bottom: 0;
        margin: auto;
        font-family: "Material Icons", Arial, sans-serif;
        font-size: 24px;
          line-height: 35px;
        color: #000;
    } */
	.top-menu .sub-menu {
		transition: all 400ms ease-in-out;
		-webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		-ms-transition: all 400ms ease-in-out;
	}

	#header .top-menu a:hover {
		color: #111;
	}

	.currency-selector .link.hidden-md-up,
	.language-selector .link.hidden-md-up {
		display: none;
	}

	.currency-selector::after {
		content: none;
	}

	#index #header {
		position: relative;
	}

	.nivo-directionNav a {
		transform: translateY(-50%);
	}

	#header .header-top .header-cart {
		padding: 20px 0;
	}

	#header .language-currency {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}



#_mobile_currency_selector .dropdown ul li a, #_mobile_language_selector .dropdown ul li a {
	font: 300 14px / 16px "Lexend Deca", Helvetica, sans-serif;
	padding: 4px 8px;
	color: rgb(102, 102, 102);
}

	#_mobile_currency_selector .dropdown ul li a:hover,
	#_mobile_language_selector .dropdown ul li a:hover {
		color: #ff435b;
	}

	.dropdown-menu {
		top: 36px;
	}

	#_mobile_currency_selector .currency-selector .dropdown-menu {
		left: -70px;
	}

	#mobile_top_menu_wrapper .top-menu .tb_sub_menu .sub-menu ul li {
		padding: 0px 0px 0 8px;
	}

	#_mobile_user_info .user-info li a {
		padding: 0;
		font: 300 14px/28px 'Lexend Deca', helvetica, sans-serif;
		color: #666;
	}

	#index #header .header-top {
		background-color: #fff;
	}

	#mobile_top_menu_wrapper .top-menu .tb_sub_menu .sub-menu ul li {
		width: 100%;
	}
	.language-selector .btn-unstyle,
	.currency-selector .btn-unstyle {
		width: 100%;
		cursor: pointer;
		padding: 0;
	}

	#_desktop_user_info {
		display: none;
	}

	#_mobile_user_info {
		display: block !important;
	}
}

@media (max-width: 767px) {
	#search_widget {
		margin: 0;
	}

	.header-nav .header-nav-flex {
		flex-direction: column;
		padding: 10px 0;
	}

}

@media (max-width:575px) {
	#header .language-currency {
		width: 270px;
		justify-content: flex-end;
	}

	.language-selector .btn-unstyle,
	#header .currency-selector .btn-unstyle {
		width: 100%;
		cursor: pointer;
		padding: 0 !important;
	}

	#header .header-top .position-static {
		text-align: left;
	}

	#_mobile_logo {
		right: 110px;
		left: 0;
	}
}

@media (max-width: 480px) {
	#header .logo {
		max-width: 115px;
		max-height: 31px;
	}

	#header .header-top .header-cart {
		padding: 15px 0;
	}

	#_desktop_user_info {
		display: none;
	}
	#index #mobile_top_menu_wrapper {
	top: 72px;
}


	#_mobile_user_info .popup-title i,
	.header-cart #search_widget .search-ico {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

#_mobile_logo {
	width: 130px;
	left: 50px;
	right: auto;
	top: 47%;
}

	#search_widget form {
	top: 70px;
	right: 9px;
	width: 300px;
}

	#_desktop_cart_block .header .cart-products-count,
	#_mobile_cart .header .cart-products-count {
		top: -3px;
		right: -2px;
	}

	#mobile_top_menu_wrapper {
		top: 70px;
	}



	#_mobile_user_info .popup-content.user-info {
	top: 55px;
}

	.product-line-grid-left {
		text-align: center;
		width: 200px;
	}

	#_desktop_cart_block .popup-dropdown {
	top: 55px;
	right: 0px !important;
}

	#ui-id-1 {
		top: 50px !important;
		left: 0 !important;
		border-radius: 0;
		border-top: 1px solid #eaeaea;
	}

	#header .header-nav .col-lg-5 {
		padding: 0;
	}

	#header .header-nav .col-lg-7 {
		display: none;
	}

	#tb-top-header-cms .tb-top-header-cms-wrapper span {
		font-size: 13px;
		line-height: 15px;
	}

	#_mobile_language_selector .language-selector span,
	#_mobile_currency_selector .currency-selector .expand-more {
		font-size: 13px;
	}

	#header .header-top {
		padding: 0px 0;
	}

	#_desktop_cart_block .mini-cart,
	#_desktop_cart_block .popup-dropdown {
		width: 300px !important;
	}

	#_mobile_cart .blockcart .header a i {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}

	#product-right .mini-cart-product-price .value {
		padding: 6px 3px !important;
	}

	#_desktop_cart_block,
	#_mobile_cart {
		line-height: 40px;
		width: 40px;
		height: 40px;
	}

	#_desktop_cart_block .blockcart .shop_cart i,
	#_mobile_cart .blockcart .shop_cart a i,
	#_mobile_cart .blockcart .shop_cart i {
		width: 40px;
		height: 40px;
	}

	.cart-summary-line {
		margin: 0 0 10px 0 !important;
	}

	#_desktop_cart_block .cart-products-count,
	#_mobile_cart .cart-products-count {
		top: 0;
		right: 0;
	}

	.language-currency #_mobile_language_selector .dropdown-menu {
		top: 54px;
	}
}

@media (max-width: 360px) {
	#_desktop_cart_block .popup-dropdown {
		right: -8px !important;
	}

}