.hmc-trigger-wrapper.hide{
    display: none;
}
.hmc-shortcode-wrapper{
    padding: 30px 0;
    display: none;
}
.hmc-shortcode-wrapper.active{
    display: block;
}
.hmc-step-title{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #434445;
    margin-bottom: 1rem;
}
.hmc-form .hmc-form-step{
    display: none;
}
.hmc-form .hmc-form-step.active{
    display: block;
}
.hmc-form .hmc-form-step > h2{
    margin-bottom: 1.5rem;
}

.hmc-navigation-buttons{
    text-align: center;
    margin: 15px 0;
}
.hmc-navigation-buttons button{
    padding: 12px 20px;
    border-radius: 6px;
    border:2px solid;
    min-width: 145px;
    color:white;
    margin-right: 15px;
    background: #434445;
}
.hmc-navigation-buttons button:disabled{
    opacity: 0.65;
}
.hmc-navigation-buttons button:hover{
    background: white;
    color:#434445;
}
.hmc-shortcode-wrapper .hmc-results.load-gif{
    min-height: 580px;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
}
.hmc-shortcode-wrapper .hmc-results .hmc-loading-image{
    display: none;
}
.hmc-shortcode-wrapper .hmc-results .hmc-loading-image img{
    max-width: 100px;
}
.hmc-shortcode-wrapper .hmc-results .hmc-loading-image.active{
    display: block;
}
.hmc-shortcode-wrapper .hmc-results .hmc-results-content{
    position: relative;
    padding-bottom: 40px;
}
.hmc-shortcode-wrapper .hmc-results .hmc-reset-form,
.hmc-shortcode-wrapper .hmc-results .hmc-back-to-results{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.hmc-shortcode-wrapper .hmc-results .hmc-reset-form button,
.hmc-shortcode-wrapper .hmc-results .hmc-back-to-results button{
    padding: 12px 20px;
    border-radius: 6px;
    background: #434445;
    border: 2px solid;
    color:white;
}
.hmc-shortcode-wrapper .hmc-results .hmc-reset-form button:hover,
.hmc-shortcode-wrapper .hmc-results .hmc-back-to-results button:hover{
    background: white;
    color: #434445;
}
.hmc-shortcode-wrapper .hmc-results .hmc-buy-now-btn{
    padding: 12px 20px;
    border:2px solid #662222; 
    display: inline-block;
    border-radius: 6px;
    margin-top: 10px;
}
.hmc-shortcode-wrapper .hmc-results .hmc-buy-now-btn:hover{
    background: #662222;
    color: white;
}
.hmc-shortcode-wrapper .hmc-results .hmc-product-short-description{
	text-align:justify;
	font-size:14px;
}
.hmc-shortcode-wrapper .hmc-results .hmc-product-short-description ul{
	padding-left: 15px;
}
.hmc-shortcode-wrapper .hmc-results .hmc-product-short-description ul li{
	margin-bottom:0;
}
.hmc-shortcode-wrapper .hmc-results .hmc-how-to-use-btn{
    background: #662222;
    border-radius: 6px;
    padding: 7px 14px;
    display: inline-block;
    margin-top: 15px;
    color: white;
    border: none;
}
.hmc-shortcode-wrapper .hmc-results .hmc-how-to-use-instructions{
	display:none;
	margin-top: 15px;
}
.hmc-shortcode-wrapper .hmc-results .hmc-how-to-use-instructions ul{
	list-style-type: none;
	padding:0;
}
.hmc-checkboxes{
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.hmc-checkboxes .hmc-checkbox{
    flex-basis: 48%;
    max-width: 48%;
    border: 1px solid #585858;
    border-radius: 5px;
    margin: 0.5rem;
    font-size: 1.2rem;
    line-height: 1;
}
.hmc-checkboxes .hmc-checkbox label{
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.hmc-checkboxes .hmc-checkbox label div{
    padding: 1rem 3rem 1rem 3rem;
    height: 100%;
}
.hmc-checkboxes .hmc-checkbox label div::before {
    content: '';
    height: 24px;
    width: 24px;
    border: 1px solid #585858;
    display: inline-block;
    position: absolute;
    left: 1rem;
    top: 15px;
    background-color: #fff !important;
    background-position: center;
    background-repeat: no-repeat;
}
.hmc-checkboxes .hmc-checkbox label:hover div,
.hmc-checkboxes .hmc-checkbox label input:checked+div{
    background: #662222;
    color: #fff;
}
.hmc-checkboxes .hmc-checkbox label input:checked+div::before {
    background-image: url('../images/icon-check.png');
    background-size: 85%;
}
.hmc-checkboxes .hmc-checkbox label input{
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}
.hmc-checkboxes .hmc-checkbox label p{
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0;
    line-height: 1.5;
}
.hmc-checkboxes .hmc-checkbox.active label p,
.hmc-checkboxes .hmc-checkbox:hover label p,
.hmc-checkboxes .hmc-checkbox label input:checked+div p {
    color:#ffffff;
}
.hmc-form-step.hmc-form-step-filter-categories h2{
    text-align: center;
}
.hmc__colors {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.hmc__colors li {
    margin: 0.5rem 0.2rem;
    display: inline-block;
}
.hmc-back-to-page-btn{
    background-color: #434445;
    padding: 12px 20px;
    border-radius: 6px;
    border:2px solid #333;
    color:white;
    min-width: 150px;
    display: inline-block;
    text-align: center;
}
.hmc-back-to-page-btn:hover{
    background: white;
    color: #434445;
    text-decoration: none;
}

/*-------------------------------------------------------------------------*/
/*	Responsive
/*-------------------------------------------------------------------------*/


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .hmc-shortcode-wrapper .hmc-results .hmc-reset-form,
    .hmc-shortcode-wrapper .hmc-results .hmc-back-to-results{
        top:0;
        bottom:auto;
        right:0;
        text-align: right;
    }
}

/* Min-width 992px */
@media only screen and (min-width: 992px) {
	.hmc-shortcode-wrapper .hmc-results .wooCategory__list .wooproduct{
		width:33.333%;
	}
	.hmc-shortcode-wrapper .hmc-results .wooCategory__list .wooproduct .hmc-product-short-description{ 
		padding-left:13px;
		padding-right:13px;	
	}
/* 	.hmc-shortcode-wrapper .hmc-results .wooCategory__list .wooproduct:nth-child(3n+2) .hmc-product-short-description{ 
		padding-left:20px;
		padding-right:20px;
	} */
}

/* Extra large devices (large laptops and desktops, 1600px and up) */
@media only screen and (min-width: 1600px) {
}

/* Large Phones And Tablet */
@media only screen and (max-width: 768px) {
	.hmc-checkboxes .hmc-checkbox {
		flex-basis: 100%;
		max-width: 100%;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	.open-help-me-choose{
		margin:auto !important;
	}
}