/*html,
body {
    height: 100%;
    background: #f2f2f2;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}
*/
/* SHOP PAGE CONTENTS */
.page_content_section_shop {
    padding: 40px 0;
    overflow: hidden;
	margin-bottom: -70px;
}
.sideMenuLabel {
	margin-left: 5px;
    line-height: 15px;
    margin-top: 7px;
}
/* Controls
---------------------------------------------------------------------- */
.sideControl {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: #000;
}
.controls {
    margin-left: -6px;
    font-size: 12px;
    background: #5b014d;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 2px;
    /* width: 100%; */
    border: 1px solid #fff;
    padding-bottom: 20px;
    color: #fff;
}
.controlsM {
	font-size: 12px;
	background: rgba(0,0,0,0) !important;
	border-radius: 5px;
}

.controls > select {
    /*margin-right: .75rem;*/
	margin-right: 1px;
    padding: 5px 10px;
    font-size: 14px;	
}
.txtSearch {
	position: relative !important;
    /*width: 250px !important;*/
    padding: 5px 10px !important;
    height: 31px !important;
}
.txtSearchMob {
	position: relative !important;
    /*width: 250px !important;*/
    padding: 5px 10px !important;
    height: 30px !important;
	margin-top: 10px;
	border: 1px solid #d8d8d8;
}
.emptySearch {
    padding: 0px 10px;
    background: #f5f5f5;
    color: #f50303;
    position: absolute;
    height: 31px;
    font-weight: bold;
    margin-top: 0px;
    right: 24px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ccc;
	cursor:pointer;
}
.emptySearchMob {
	padding: 0px 10px;
	background: #f6f6f6;
	color: #f50303;
	position: absolute;
	height: 28px;
	font-weight: bold;
	margin-top: 0.55em;
	right: 28px;
	border-radius: 0 3px 3px 0;
	border-left: 1px solid #ccc !important;
	cursor: pointer;
	border: none;
}
.selectFix {
	margin-bottom: 5px;
	margin-top: 5px;
}
.textSearchFix {
	margin-top: 5px;
	margin-bottom:-50px;
}
/* Container
---------------------------------------------------------------------- */

.product_container {
	/*margin-bottom:-50px;*/
}

.product_container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    background: rgba(0,0,0,0);
    /*border-top: .5rem solid currentColor; */
    border-radius: 2px;
    margin-bottom: 1rem;
    position: relative;
	padding: 2px;
}

.mix:before {
    /*content: '';*/
    display: inline-block;
    padding-top: 56.25%;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
    width: calc(100%/1 - (((1 - 1) * 1rem) / 1));
}

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}


@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}


@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}


@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
		height:auto;
    }
}