.category-dropdown > a
{
	display: none;
}
.inner-header .category-dropdown > a
{
	display: block;
}
.inner-header .category-dropdown > a i {
    font-size: 2.2rem;
}
.sticky-content.fixed.fix-top .category-dropdown > a
{
	display: block;
}
.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box, .sticky-header:not(.fixed) .category-dropdown.menu-fixed::after
{
	margin-top: 32px;
}
.header-bottom
{
	background: #E40046;
	padding: 10px 0px;
}
.inner-header .header-bottom
{
padding: 0px 0px;
}
.logo-left
{
	margin-left: 10px;
}
.header-search.hs-expanded .form-circle {
    width: 2rem;
    /*margin-right: 2px;*/
    border-radius: 2rem 0 0 2rem;
    color: #E40046;
}
.header-search .form-circle  {
    background-color: #f4f4f4;
}
.header-search:not(.mobile-search) {
    
    margin: 0 6rem;
   
}
.cta-simple {
	position: relative;
	overflow: hidden;
	background-color: #3e3d3a
}

.cta-simple::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	padding-top: 50%;
	background: linear-gradient(135deg, #b63d44 0%, #b63d44 50%, transparent 50.1%)
}

.cta-simple .banner-content {
	display: flex;
	position: relative;
	align-items: center;
	margin: 1rem;
	padding: 2.9rem 0 2.3rem;
	background-color: #fff;
	z-index: 3
}

.cta-simple .banner-header {
	position: relative;
	max-width: 31.3%;
	flex: 0 0 31.3%;
	padding: 0 3rem;
	text-align: center;
}

.cta-simple .banner-header::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: .5rem;
	height: 6.7rem;
	background-color: #f0f4f9
}

.cta-simple .banner-text {
	flex-grow: 1
}

.cta-simple .banner-title {
	margin-bottom: .3rem;
	font-size: 2.6em;
	letter-spacing: -.01em
}

.cta-simple .banner-subtitle {
	font-size: 1.8em
}

.cta-simple .banner-text {
	padding-left: 2rem;
	margin-right: .5rem
}

.cta-simple .banner-text h4 {
	margin-bottom: .7rem;
	font-size: 2em;
	line-height: 1
}

.cta-simple .banner-text p {
	margin: 0;
	line-height: 1.4
}
.cta-simple .ads-btn
{
	margin-right: 50px;
}
.product-form .btn-cart {
    border: 0;
    flex: 1;
    min-width: 12rem;
    font-size: 1.4rem;
    background-color: #ed711b;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem;
  
}
.product-form .buy {
    border: 0;
    flex: 1;
    min-width: 12rem;
    font-size: 1.4rem;
    background-color: #2abbe8;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem;
    margin-right: 10px;
}
.buy-btn
{
	display: flex;
}
.product-form .buy:disabled {
    background-color: #2abbe8bd ;
    cursor: not-allowed;
}
.product-form .buy:hover:not(:disabled) {
	background-color: #2395b9;
}
.toolbox-pagination
{
	justify-content: center;
}
.mb-20
{
	margin-bottom: 20px;
}
.cart .shipping {
    margin-bottom: .3rem;
   
}


.menu li:last-child > ul
{
	margin-top: -401px;
height: 460px;
}
.menu li:nth-last-child(2) >ul
{
	margin-top: -356px;
}
.menu li:nth-last-child(3) >ul
{
	margin-top: -311px;
}
.menu li:nth-last-child(4) >ul
{
	margin-top: -266px;
}
.menu li:nth-last-child(5) >ul
{
	margin-top: -221px;
}
.menu li:nth-last-child(6) >ul
{
	margin-top: -176px;
}
.menu li:nth-last-child(7) >ul
{
	margin-top: -131px;
}
.menu li:nth-last-child(8) >ul
{
	margin-top: -86px;
}
.menu li:nth-last-child(9) >ul
{
	margin-top: -41px;
}
.sub-menu
{
	height: 460px;
}


@media (max-width: 500px) {

	.cta-simple .banner-content
	{
		display: inline-block;
	}
	.cta-simple .banner-header
	{
		max-width: 100%;
		margin-bottom:20px;
	}
	.home-show-now
	{
	text-align: center;
	}
	.home-show-now a
	{
		
	}
}

.category-dropdown > a {
    padding: 1.7rem 1.7rem;
    /*background: #ed711b;*/
}
.sticky-content.fixed
{
background-color: #E40046;
}
.login
{
	color: #fff;
}
.login:hover
{
	color: #ed711b;
}
.cart-dropdown .cart-name
{
	color: #fff;
}
.dropdown:hover > a, .dropdown.show > a {
    color: #ed711b;
}
.cart-dropdown .cart-price
{
	color:#ed711b;
}
.cart-dropdown .minicart-icon
{
	color:#ed711b;
}
.cart-dropdown .minicart-icon:hover
{
	color: #ed711b;
}
.sort-by
{
	justify-content: end;
}