@charset "UTF-8";
/* CSS Document */
body {
	background-color: #ffffff;
}

div .header {
	margin: 0;
	
}

.header img {
	width: 100%;
}

div .menu {
	margin: 0;
}

.logo img{
	margin-left: 0;
	float: left;
	max-width: 50%;
}

.search {
	float: right;
	margin-bottom: 10px;
}
.search label {
	margin-top: 10px;
}

.search form .kategori-box {
	width: 20em;
	height: 3em;
	margin-top: 5px;
}

.search form .search-box {
	width: 20em;
	height: 3em;
	margin-top: 10px;
}


.search form .search-btn {
	padding: 10px 10px;
	display: inline-block;
	background-color: grey;
	color: #fff;
	font-size: 1em;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.keterangan {
	font-size: 0.8em;
	font-family: sans-serif;
	
}

.menu-sprei {
	width: 100%;
	margin-right: 0;
}

.list-menu-sprei {
	list-style-type: none;
    padding: 0;
    overflow: hidden;
	width: 100%;
	display: block;
}

.item-sprei{
	display: inline-block;
	float: left;
	margin-left: 10px;
	background-color: #AF0000;
	color: white;
	width: 24%;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 0.8em;
	padding: 2em 1em;
	
}

.tosca {
    background-color: #85D0BC;
}

.tosca:hover {
    background-color: #46C6BC;
}

.tosca-select {
    background-color: #46C6BC;
	font-style: italic;
	font-weight: bold;
}

.pink {
    background-color: #ff0084;
}

.pink:hover {
    background-color: #ff007e;
}

.pink-select {
    background-color: #ff007e;
	font-style: italic;
	font-weight: bold;
}


.kuning {
    background-color: #FFB600;
    color: black;
}

.kuning:hover {
    background-color: #FFD56B;
    color: black;
}

.kuning-select {
    background-color: #FFD56B;
    color: black;
	font-style: italic;
	font-weight: bold;
}

.select {
	background-color: #890101;
	font-style: italic;
	font-weight: bold;
}
.paulina {
	background-color: blue;
}

.paulina:hover {
	background-color: #000AA2;
}

.paulina .select {
	background-color: #071072;
	font-style: italic;
	font-weight: bold;
}

.item-sprei:hover {
	background-color: #ED0000;
}

.sprei {
	margin-top: 20px;
	width: 100%;
}

div.gallery img {
    width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0;
    float: left;
    width: 24%;
	margin-left: 10px;
	margin-top: 5px;
}

.sprei-img:hover {
	opacity: 60%;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media (max-width: 768px) {
	
	.item-sprei {
		width: 100%;
	}
	.search {
		width: 100%;
	}
	
	.search label {
		margin-top: 10px;
	}

	.search form .kategori-box {
		width: 100%;
		height: 3em;
		margin-top: 15px;
		float: right;
		align-items: center;
	}
	
	.search form .search-box {
		width: 100%;
		height: 3em;
		margin-top: 15px;
		float: right;
		align-items: center;
		
	}
	.search-btn {
		width: 100%;
		height: 2.8em;
		margin-bottom: 10px;
		float: right;
	}
	.responsive {
        width: 100%;
        margin: 6px 0;
    }
	.modal-content {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .item-sprei {
		width: 100%;
	}
	.search {
		width: 100%;
	}
	.search label {
		margin-top: 10px;
	}

	.search form .kategori-box {
		width: 100%;
		height: 3em;
		margin-top: 15px;
		float: right;
		align-items: center;
	}
	.search form .search-box {
		width: 100%;
		height: 3em;
		margin-top: 15px;
		float: right;
		align-items: center;
		
	}
	.search-btn {
		width: 100%;
		height: 2.8em;
		margin-bottom: 10px;
		float: right;
	}
	.responsive {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .item-sprei {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 2px;
		font-size: 1em;
	}
	.logo{
		
		width: 40em;
		
	}
	.search {
		width: 100%;
	}
	.search label {
		margin-top: 10px;
	}

	.search form .kategori-box {
		width: 100%;
		height: 3.8em;
		margin-top: 15px;
	}
	.search form .search-box {
		width: 100%;
		height: 3.8em;
		margin-top: 15px;
	}
	.search-btn {
		width: 100%;
		height: 2.8em;
		margin-bottom: 10px;
	}
	.responsive {
        width: 100%;
    }
}

.footer {
	margin: 10px;
	height: 100px;
}













