
#productlist{
	margin-left:10px;
}

.d-none {
	display: none;
}
.kat-item {
	margin-bottom: 30px;
	position: relative;
}
.kat-combo {
	margin-bottom: 30px;
	margin-top: 15px;
}
.kat-combo {
	margin-bottom: 30px;
	margin-top: 15px;
}
.kat-combo select {
	border: solid 1px #000;
	min-width: 200px;
	border-radius: 3px;
	background: #ebebeb;
	/* height: 26px; */
}


/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		
#productlist{
	margin-left: 0px;
}
.kat-combo select {
	min-width: 100%;
	margin-bottom: 15px;
}
.kat-combo {
	margin-bottom: 15px;
	margin-top: 15px;
}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }