.woocommerce-ordering {
	display: none;
}
.woocommerce ul.products li.product {
	width: 30%;
}
.woocommerce a.btn-available-soon {
  margin-top: 25px;
}

/**********************************
** BEGIN partners
************************************************/
	#partners .et_pb_image {
		display: inline-block;
		width: auto;
    	margin-right: 30px;
	}
	#partners .et_pb_image:last-child {
		margin-right: 0;
	}
	#partners .et_pb_image img {
		max-width: 300px;
	}
/***********************************************
** END partners
***********************************/

/**********************************
** BEGIN header
************************************************/
    #profile {
        position: absolute;
        top: 50%;
        right: 142px;
        padding: 0;
        margin: -20px 0 0 0;
        line-height: 40px;
    }
    #profile:after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: block;
        width: 1px;
        height: 40px;
        background-color: #eaebee;
        content: "";
    }
    #profile a {
        position: relative;
        z-index: 9999;
        display: inline-block;
        height: 100%;
        min-width: 70px;
        background: url('../images/icon_profile.png') no-repeat scroll center center;
        background-size: 28px 28px;
        text-indent: -999em;
    }
/***********************************************
** END header
***********************************/

/**********************************
** BEGIN product page
************************************************/
    a.link--california,
    .remodal--california,
    .remodal--california p,
    .remodal--california h3,
    .remodal--california a {
        color: grey;
        text-decoration: none;
    }
/***********************************************
** END product page
***********************************/

/**********************************
** BEGIN cart
************************************************/
    .et-cart-info {
        position: relative;
        
    }
    #et-top-navigation .et-cart-info .cart-number {
        background: #d22;
        width: 20px;
        height: 20px!important;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        font-size: 12px!important;
        position: absolute!important;
        right: 15px;
        top: -5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cart-number:before {
        display: none;
    }
/***********************************************
** END cart
***********************************/



@media (max-width: 980px) {
	.et_fixed_nav #et-top-navigation {
		padding-right: 150px !important;
	}
    #profile {
        position: relative;
        top: auto;
        right: auto;
        float: right;
        margin: -4px 0 0 0px;
    }
}
@media (max-width: 768px) {
	#profile {
		margin-top: 0;
	}
    #et_mobile_nav_menu {
    }
	.woocommerce ul.products li.product {
		width: 100%;
	}
}
@media (min-width: 981px) {
	#filter-main {
		margin-right: 0;
		width: 70%;
	}
}

/**********************************
** BEGIN modal
************************************************/
	.remodal-wrapper {
		z-index: 999999;
	}
	.remodal--freshdesk {
		background: #efefef;
		max-width: 90%;
		height: 90%;
		z-index: 9999999;
		position: relative;
	}
/***********************************************
** END modal
***********************************/


/**********************************
** BEGIN updates
************************************************/
    .et_pb_newsletter .et_pb_newsletter_fields>* {
        flex-basis: auto;
    }
    #post-132 .addtoany_share_save_container {
        display: none;
    }
/***********************************************
** END updates
***********************************/