/* CSS Document */

@media (min-width: 1024px) and (max-width: 1199px) {
	
	.main_window
	{
		width:95%;
	}
	body
	{
		overflow-x:hidden !important;
	}
	
}

@media (min-width: 768px) and (max-width: 1023px) {
	
	body
	{
		overflow-x:hidden;
	}
}

@media (min-width: 1200px)
{
	.sidebar
	{
		margin-right:0 !important;
	}
}
@media (max-width: 767px)
{
	html{
		overflow:unset !important;
	}
	.dress_category{
		top: 12%;
	}
	.colors{
		width:65px;
		top: 35%;
	}
	.colors h3{
		    font-size: 17px;
    margin-top: 0px;
	}
	.dress_category li{
		display:block;
	}
	.col-md-12.no-padding{
		padding:0;
	}
	.border_image a
	{
		overflow:hidden;
	}
	#allfabrics_list .col-md-3
	{
		padding-left:5px;
		padding-right:5px;
	}
	body
	{
		overflow-x:hidden;
	}
	.next-btn {
    position: fixed;
    width: 60px;
    background: #3c3c3c;
    height: 56px;
	}
	.sidebar-menu
	{
		width: 60px;
	}
	.leftside ul li a span
	{
		display:none !important;
	}
	.leftside ul li a i {
    display: none;
    font-size: 14px;
    position: absolute;
    right: 2px;
    top: 0;
	}
	.sidebar
	{
		width:25%;
	}
	#main_window {
    width: 80%;
}
.zoom-reset {
    position: absolute;
    top: 40px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: auto;
}
	
	.heading_main {
   		 font-size: 13px;
	}
	.logo_left a img
	{
		width:65px;
	}
	.logo_left {
		left: 10px;
		position: fixed;
		top: 10px;
	}
	.price-right-top {
    margin: 0;
    position: absolute;
    left: 10px;
    top: 82px;
    color: #3c3c3c;
    font-weight: 700;
    font-size: 17px;
}
.hamburger
{
	width: 60px !important;
}
.logo-left img {
    width: 60px;
}
.top-center-menu li::after {
    content: "\f3d3";
    font-size: 21px;
    font-family: "Ionicons";
    position: absolute;
    right: -6px;
    top: 0;
    color: #cccaca;
}
.top-center-menu li {
    position: relative;
    height: 70px;
    line-height: 70px;
	padding:0 10px;
}
.logo-left {
    top: 21px;
    position: absolute;
    left: 10px;
}
.top-center-menu li a img {
    display: none;
}
/*	#image_block
	{
		padding-top:95px;
	}*/
	#main_image
	{
		height:auto !important;
		width:100%;
	}
	.white_btn
	{
		padding: 8px 10px 2px;
		font-size: 13px;
		margin-right:5px;
		margin-bottom:10px;
	}
	.add_to_cart img
	{
		display:none;
	}
	.measurement_btn button
	{
		margin-left:0 !important;
	}
	.buttons_measurement a {
    display: inline-block;
    font-size: 12px;
    margin-right: 7px;
    margin-top: 15px;
	}
	.measurement_filter
	{
		padding-bottom:0 !important;
	}
	.select_size_bottom {
    bottom: -70px;
    position: absolute;
	}
	.sidebar
	{
		z-index:9;
		top:0;
	}
	
}

@media (max-width: 1280px)
{
	
	.main_image
	{
		width:100%;
		height:auto;
		top:0;
		font-weight:lighter
	}
}
