.hmc>.container {
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
}

.hmc__content.hide {
    height: 0;
    overflow: hidden;
	display:none;
}

.hmc.actived {
    padding: 2.5rem 0;
}

.hmc.actived>.container {
    height: auto;
    overflow: hidden;
    position: relative;
}

.hmc__block {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hmc__block .wooproduct__title {
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.hmc__block.actived {
    opacity: 1;
    position: relative;
    z-index: 9;
}

.hmc__header {
    margin-bottom: 2.5rem;
}

.hmc__subtit {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #434445;
}

.hmc__tit {
    text-align: center;
}

.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__checkbox {
    flex-basis: 48%;
    max-width: 48%;
    border: 1px solid #585858;
    border-radius: 5px;
    margin: 0.5rem;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
    padding: 0;
    position: relative;
}

.hmc__checkbox input[type=checkbox] {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.hmc__checkbox label {
    margin: 0;
    width: 100%;
    padding: 1rem 3rem 1rem 3rem;
    position: relative;
    cursor: pointer;
}

.hmc__checkbox label::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__checkbox.actived label::before {
    background-image: url(../images/icon-check.png);
    background-size: 85%;
}

.hmc__checkbox.actived label::after,
.hmc__checkbox:hover label::after {
    background-image: url(../images/icon-info-transparent.png);
    background-color: #fff;
}

.hmc__checkbox.actived,
.hmc__checkbox:hover {
    background: #00b0b9;
    color: #fff;
}

.hmc__checkbox input {
    position: absolute;
}

.hcm__buttons {
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.hmc__button {
    background-color: #434445 !important;
    color: #fff !important;
    margin: 1rem;
    min-width: 150px;
}

.hmc__button:hover {
    background-color: #fff !important;
    color: #434445 !important;
}

.hcm__des {
    font-size: 1.2rem;
}

.hmc__colors {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.hmc__avail {
    text-align: left;
}

.hmc__colors li {
    margin: 0.5rem 0.2rem;
    display: inline-block;
}

.hmc__colors__item {
    width: 100%;
    ;
}

.hmc__colors__flavour {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.hmc__colors__flavour--color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
}

.hmc__colors__flavour--text {
    padding-left: 1rem;
}

.hmc .container {
    position: relative;
}

.hmc__back.top,
.hmc__back__results.top {
    position: absolute;
    right: 0;
    top: 0;
}

.hmc__loader {
    z-index: 99;
    position: relative;
}

.hmc__loader.actived {
    min-height: 580px;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.hmc__loader--img {
    display: none;
}

.hmc__loader.actived .hmc__loader--img {
    display: block;
}

.hmc__banner {
    padding: 2rem 0 !important;
}

.hmc__banner .wp-block-columns {
    margin: 0;
}

.hmc__checkbox.actived .hmc__checkbox__description,
.hmc__checkbox:hover .hmc__checkbox__description {
    color: #fff;
}

.hmc__checkbox__description {
    font-size: 0.8rem;
    color: #999;
    margin-bottom:0;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .hmc__colors__flavour--text {
        display: none;
    }

    .hmc__colors__item {
        width: auto;
    }

    .hmc__block .container,
    .hmc__loader .container {
        min-height: 580px;
    }

    .hmc__banner .wp-block-columns {
        -webkit-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .hmc__avail {
        text-align: center;
    }
}


@media only screen and (max-width: 767px) {
    .hmc__checkbox {
        max-width: 100%;
        flex-basis: 100%;
    }

    .hmc__back.top,
    .hmc__back__results.top {
		padding: 0.2rem;
		min-width: 100px;
		margin: 0;
		top: auto;
		right: auto;
		bottom: 10px;
		left: 15px;
    }

    .hmc__checkbox label {
        font-size: 1rem;
    }
	.hmc__block .wooCategory__list{
		padding-bottom:30px;
	}
	.hmc__block.actived .container{
		min-height:150px;
	}
}

#hmc__block__2 .hmc__checkbox{
    display: none;
}
#hmc__block__2 .hmc__checkbox.show{
    display: block;
}