.fw_button {
    background-color: var(--elements--buttons--primary--background-color);
    border-color: var(--elements--buttons--primary--border-color);
    border-radius: var(--theme--borders--element--border-radius);
    color: var(--elements--buttons--primary--color);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--theme--typography--body--font-family);
    font-size: .75rem;
    font-weight: var(--theme--typography--body--font-weight);
    justify-content: center;
    line-height: 1.5rem;
    padding: 0.5rem 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

#layout-main-content > div:nth-child(3) > div.card-footer > a,
#layout-main-content > div:nth-child(5) > div.card-footer > a,
.footer-column.reviews {
	display:none;
}

.fw_button:not(.disabled):not(.loading):hover {
    background-color: var(--elements--buttons--primary--background-color__hover);
    border-color: var(--elements--buttons--primary--border-color__hover);
    color: var(--elements--buttons--primary--color__hover);
    text-decoration:none;
}

#content-02-121 > div.space-grid > div:nth-child(3),
#content-02-121 > div.space-grid > div:nth-child(4),
#content-02-133 .icon-text {
	display:none;
}

.breadcrumb-01 .breadcrumb-wrapper {
    padding: 0 var(--theme--spacing--grid--margin);
}

.category-text ul,
#layout-main-content ul,
#layout-main-content-text ul{
	list-style:disc;
	margin-left:1.2em;
}

#product-details-conversion-text ul {
	list-style:none;
	margin:0;
}

.nav-body .nav-item-link {
    font-size: 15px;
}

.nav-body .nav-sub-item a {
    font-size: 15px;
}

.account-button {
    right: 50px;
}

.footer-01 {
    color: #ffffff;
    margin-top:50px;
}

.search-item-price {
	display:none;
}

#layout-page-title {
	margin-bottom:10px;
}

.card-sub-title {
	font-size:14px;
}

.footer-01 a {
    color: #ffffff;
}

#content-24-113 .feature {
    min-height: 340px;
    padding:2rem;
}

#content-24-113 .feature-body:before {
	display:none !important;
}

#content-24-113 .feature-text,
.content-01-item-text {
    font-size:initial;
}

#content-24-113 .feature-body {
    align-self: flex-end;
    background-color: rgba(0, 179, 111, 0.7);
    width:auto !important;
}

#content-24-113 .feature-title {
    font-size: 1.5em;
    margin-bottom:5px;
}

.table-card.table-orders .badge.badge-warning,
.table-card.table-orders .table-orders-invoice,
.flex.items-start.justify-between.legend .text-right,
#layout-main-content > table:nth-child(7),
#layout-main-content > div:nth-child(6) {
	display:none;
}

.feature {
    padding: 2rem;
}

.feature-body {
	width: auto!important;
}

.feature-body:before {
    border-bottom-left-radius: var(--elements--features--container--border-radius);
    border-bottom-right-radius: var(--elements--features--container--border-radius);
}

.content-02 {
	.content-02-item {
		background-color: #FFF;
		border-radius: var(--theme--borders--element--border-radius);
		
		&:hover {
			box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
		}
		
		.content-02-item-title {
			color: var(--elements--global--body--color);
			font-size: 1.0rem;
			margin: 20px 0;
		}
	}
	
	.icon-text {
		display: none;
	}
}

#content-31-117 > div > div:nth-child(1) {
	background: #00b36f4d;
}

#content-31-117 > div > div:nth-child(2) {
    background: #ffffff;
}
#content-31-117 .container > div{
	padding: calc(var(--theme--spacing--column--padding-y)/1.5) calc(var(--theme--spacing--column--padding-x)/1.5);
}

#layout-main-content .category-details {
	overflow: initial;
	height: auto;
}

#layout-main-content .category-details .text-more,
#layout-main-content .category-details .text-less {
	display: none;
}

@media only screen and (max-width: 768px) {
	#content-24-113 .feature {
	    height: 440px;
	    margin-top: 0;
	}
}
@media (min-width: 1024px){
	.nav-body fw-component{
		position:static;
	}
	
	.nav-body .nav-sub-item {
	    padding:0;
	    flex-grow: 1;
	}
	
	.nav-body .nav-sub-item > a {
	    padding: 1rem var(--theme--spacing--element--size);
	    display:block;
	    white-space:normal;
	}
	
	.nav-body .nav-sub-item a:hover{
	    background:#0374bb;
	}
	
	.nav-body .nav-item.big-nav .nav-sub-items-wrapper .nav-sub-item{
		padding-left:1rem;
		padding-right:1rem;
		
	}
	
	.nav-body .nav-item.big-nav .nav-sub-item > a,
	.nav-body .nav-item.big-nav .nav-sub-item .nav-sub-sub-item > a{
		padding: 0.5rem;
		display:block;
		text-decoration:none;
	}
	
	.nav-sub-item, .nav-sub-sub-items, .nav-sub-sub-sub-items {
        align-items: normal;
        display: block;
        flex-direction: column;
    }
    
    .nav-sub-sub-items-wrapper {
        margin-bottom: 1rem;
    }
    
    .nav-body .nav-item.big-nav .nav-sub-item > a {
		background-color:var(--theme--colors--primary-600--color);
		border-bottom:1px solid #fff;
		font-size: 1rem;
	    padding-bottom: .5rem !important;
	    text-transform: uppercase;
	}
    
    .nav-item-name, .nav-sub-item-name, .nav-sub-sub-item-name, .nav-sub-sub-sub-item-name {
	    white-space: normal;
	}
	
	.nav-item.big-nav .nav-sub-sub-items-wrapper, .nav-item.big-nav .nav-sub-sub-sub-items-wrapper, .nav-sub-items {
        display: flex;
        flex-wrap: wrap;
    }
    
    .header-03 .nav-item.big-nav .nav-sub-item {
        width:26rem;
    }
	
	#layout-checkout-form > form > div:nth-child(7) > div > div:nth-child(2) > div.form-label-wrapper > label {
		width:160px;
	}
}