

.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


.sideshop
{
	position: fixed;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #ffffff;
	z-index: 101;
    padding-bottom: 10px;
	z-index: 9999;
	overflow-y: auto;
    top: 0px;
    visibility: hidden;
	background-image: linear-gradient(rgb(255, 255, 255), rgb(192, 203, 229));

}

.sidepanel {
	margin:0 0 10px;
	padding:14px 18px 7px;
	border:2px solid #ccc;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: aliceblue;
	display: inline-block;
}
.sideshop.active
{
	right: 0;
	position: fixed;
	top: 0px;
	float: right;
	height: 100vh;
	z-index: 99988;
	visibility: visible;
}
.menu_close_container
{
	position: absolute;
	top: 8px;
	right: 20px;
	width: 32px;
	height: 32px;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
	z-index: inherit;
}
.menu_close
{
	width: 100%;
	height: 100%;
	transform-style: preserve-3D;
	padding-top: 15px;
}
.menu_close div
{
	width: 100%;
	height: 2px;
	background: #232323;
	top: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close div:last-of-type
{
	-webkit-transform: rotate(90deg) translateX(-2px);
	-moz-transform: rotate(90deg) translateX(-2px);
	-ms-transform: rotate(90deg) translateX(-2px);
	-o-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
	transform-origin: center;
}
.menu_close:hover div
{
	background: #937c6f;
}


@media only screen and (max-width: 767px)
{

	.sideshop
	{
		width: 90%;
		padding-top: 0px;
		right: -160vh;
		top: 8px;
	}
	.sideshop.active
	{
		right: 0;
		position: fixed;
		top: 0px;
		float: right;
	
	}
	.sideshop .search
	{
		margin-bottom: 50px;
	}
	.sideshop .search_input
	{
		height: 36px;
	}


}

