﻿@charset "utf-8";
/* CSS Document */

*{
padding:0px;
margin:0px;
}


/* LARGE DESKTOP */
@media screen and (min-width:1200px){
    #sidebar{
		display:block !important;
	}
}

/* MEDIUM DESKTOP */
@media screen and (min-width:992px) and (max-width:1199px){
    #sidebar{
		display:block !important;
	}
}

/* SMALL DIVICES */
@media screen and (min-width:768px) and (max-width:991px){
	.top_two_heading h1 {
    font-size: 40px;
	}
	
	.navbar-default .navbar-nav > li > a {
    padding: 10px;
	}
	
	#sidebar{
		display:none;
	}
	
	.padding_right_0 {
    padding-right: 15px;
	}
	
	.filter{margin-bottom: 10px;}
	
	.sidebar_filters {
    margin-bottom: 10px;
	}
	
	.discription_box_1{
		width: 100%;
	}

    
	
}

/* EXTRA SMALL DEVICES */
@media screen and (max-width:767px){

   .product_box{
   margin-left:-15px;
	background: #fff;
	    margin-bottom: 10px;
}

	.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
	}
	
	.top_two_heading h1 {
    font-size: 30px;
	}	
	
	#sidebar{
		display:none;
        padding: 0px 15px 0px 15px;
	}
	.fb{float:left;}

	.top_two_add_1 {
    padding: 0px;
	}
	
		.top_two_add_2 {
    padding: 0px;
	}
	.top_two_heading {
		bottom: 11%;
	}
	
	.my_shopping_cart{
	    overflow-x: scroll;	}
    .dropdown-header {
        padding:0px !important;
    }
    .navbar-default .navbar-nav > li > a {
        border-right:0px;
    }
}


/* EXTRA SMALL DEVICES ( MOBILE IF NEEDED ) */
@media screen and (max-width:480px){
#sidebar{
		display:none;
	}
	
	.top_two_heading {
		bottom: 11%;
	}
}

@media screen and (max-width:360px){
#sidebar{
		display:none;
	}
	
	.top_two_heading p {
    color: #fff;
    font-size: 12px;
}
}

@media screen and (max-width:320px){
#sidebar{
		display:none;
	}
}