/**
* GLOBAL OVERLOAD
*/
a
{
	cursor : pointer;
}

.page-header
{
	/*height : 117px;*/
}
/*
.nav-panel
{
	background : #b8ada0 !important;
}
*/
area7
{
	display : block;
	margin-bottom : 18px;
}

area7 > .form-group > .input-select >.form-control + .select2-container
{
	width : 75% !important;
}

/**
* DESIGN : STROYKA - CLIENT : CSM - ADAPTATION
*/

.block-brands__item
{
	padding: 12px 8px !important;
}

/* SLIDESHOW */

.block-slideshow__body
{
	margin-top : 0px !important;
}

.departments__body
{
	/* opacity : .9; */
}

.block-slideshow__slide-content
{
	margin-left : 29%;
	/* bottom : 80px !important; */
	left : 0 !important;
}

/* LEFT NAVIGATION OVER SLIDESHOW TRANSPARENCY */

.megamenu
{
	opacity : 1;
}

.widget-filters
{
	padding : 20px 20px 0 20px !important;
}

.widget-filters__item
{
	/* border-bottom : 0px !important;*/
}

/*------- TOOGLE BUTTON  - input type chexbox------
	<label class="switch">
		<input type="checkbox" onclick="if($(this).attr('checked')) {$(this).attr('checked', false); $(this).val(0);} else {$(this).attr('checked', true); $(this).val(1);}">
		<span class="slider round"></span>
	</label>
*/
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 23px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 17px;
	width: 17px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #ffd333;
}

input:focus + .slider {
	box-shadow: 0 0 1px #ffd333;
}

input:checked + .slider:before {
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.page-item {
	display: inherit;
}

.grid-description
{
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	padding:20px;
	margin-bottom : 20px;
}

/*
CART 
*/
.carttdproductcri
{
	white-space: nowrap;
}

/*
MASONRY HOME
*/
#masonrytarget {
	/*width: 100%;
	//margin: auto;*/
}

.item {
	background: rgb(135, 199, 135);
	width: 320px;
	height: 320px;
}

/*
AVATAR
*/
.avatarborder {
    background-color:#fff;
    text-align : center;
    position : relative;
    border-width: 4px;
    border-style: solid;

    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
