<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900');
html, body{
	height:100%;
	min-height:100%;
	min-width:100%;
	width:100%;
}
body, table{
	font-size:12px;
}
#wrap{
  min-height:100%;
  height:auto !important;
  height:100%;
}
#wrapper-menu-atas{
  position:relative;
  z-index:15;
}
.carousel{
  margin-bottom:0px;
  margin-top:-21px;
}
.carousel-caption{
  z-index:10;
}
.carousel .item{
  background-color:rgba(0,0,0,0.1);
}
.carousel-inner &gt; .item &gt; img{
  position:absolute;
  top:0;
  left:0;
  min-width:100%;
}
.logo {
	display:inline;
	height:28px;
}
@media(min-width:768px){
	#wrapper-menu-atas{
    margin-top:15px;
  }
	.carousel-caption{
    margin-bottom:20px;
    line-height:1.4;
  }
}
@media(max-width:768px){
	#wrapper-menu-atas{
    margin-top:5px;
  }
	.carousel-caption{
    margin-bottom:0;
    line-height:1.4;
  }
}
.page-header:first-child{
	margin-top:0;
}
footer .container .row{
  margin:20px 0;
}
.visible-phone select {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

.red_button
{
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 30px;
	background: #fe4c50;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.red_button:hover
{
	background: #FE7C7F !important;
}
.red_button a
{
	display: block;
	color: #FFFFFF!important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	width: 100%;
}

.red_button_kiri
{
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 30px;
	background: transparent;
	border-top-right-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.red_button_kiri:hover
{
	background: transparent !important;
}
.red_button_kiri span
{
	display: block;
	color: #b5aec4!important;
	text-transform: none;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	width: 100%;
}
.red_button_kiri span:hover
{
    color: #b5aec4!important;
	background: transparent !important;
}
.red_button_kanan
{
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 30px;
	background: #fe4c50;
	border-top-left-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.red_button_kanan:hover
{
	background: #FE7C7F !important;
}
.red_button_kanan a
{
	display: block;
	color: #FFFFFF!important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	width: 100%;
}
.add_to_cart_button
{
	width: 30%;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.add_to_cart_button a
{
	font-size: 12px;
	font-weight: 600;
}
.add_to_cart_button_kiri
{
	width: 40%;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.add_to_cart_button_kiri a
{
	font-size: 12px;
	font-weight: 600;
}
.add_to_cart_button_kanan
{
	width: 50%;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.add_to_cart_button_kanan a
{
	font-size: 12px;
	font-weight: 600;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

body
{
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	background: #FFFFFF;
	color: #1e1e27;
}

/* product Section
--------------------------------*/

.product-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.product-item::after
{
    margin-left:15px;
    margin-right:15px;
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	width: calc(100% + 1px);
	height: 100%;
	pointer-events: none;
	content: '';
	border: solid 2px rgba(235,235,235,0);
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-item:hover::after
{
    margin-left:15px;
    margin-right:15px;
	box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
	border: solid 2px rgba(235,235,235,1);
}
.product-item .product-wrap {
    overflow: hidden;
    position: relative;
    margin: 0;
	box-shadow: 0 10px 15px rgba(63, 78, 100, 0.15);
	border: solid 2px rgba(235,235,235,1);
	border-radius: 5px;
}
.product_image img
{
	width: 100%;
}

.product-item .product-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

.product_info
{
    font-family: "Open Sans", sans-serif;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.product_name_container
{
	height: 55px;
	overflow: hidden;
}
.product_name
{
	margin-top: 10px;
	margin-bottom:0!important;
}
.product_name a
{
    font-size: 14px;
    font-weight: 500;
	color: #1e1e27;
	line-height: 22px;
}
.product_name:hover a
{
	color: #b5aec4;
}

.product_price
{
    margin-top:5px;
	font-size: 14px;
	color: #fe4c50;
	font-weight: 600;
	text-align: left;
}
.product_price span 
{
	font-size: 11px;
	/*margin-left: 10px;*/
	color: #b5aec4;
	text-decoration: line-through;
}

.product-item .product-wrap:hover .product-info {
  opacity: 1;
}

.product-footer {
    margin-top:15px;
}

/* Misc Gbr */

a.image_thumb_zoom {
  position:relative;
  overflow:hidden;
  display:block;
}

a.image_thumb_zoom img {
  position:relative;
  -webkit-transition:all 0.5s ease-in;
  -moz-transition:all 0.5s ease-in;
  -o-transition:all 0.5s ease-in;
  transition:all 0.5s ease-in;
}

a.image_thumb_zoom:hover img {
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -o-transform:scale(1.2);
  transform:scale(1.2);
}

.img-container {
	width: 100%;
    overflow: hidden;
    position: relative;
}

.product-thumb {
    width: 100%;
    height: 200px;
	background-position:center;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.product-thumb:hover {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand'); /* IE6 and 7 */ 
   cursor: pointer;
}


/************
 1199px
************/

@media (min-width: 1370px) {
	
	
	.product-thumb {
		width: 100%;
		height: 200px;
		background-position:center;
		transition: all 1.5s ease;
		-moz-transition: all 1.5s ease;
		-ms-transition: all 1.5s ease;
		-webkit-transition: all 1.5s ease;
		-o-transition: all 1.5s ease;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.product-thumb:hover {
	  transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -webkit-transform: scale(1.2);
	  -o-transform: scale(1.2);
	  -ms-transform: scale(1.2); /* IE 9 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')"; /* IE8 */
	   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand'); /* IE6 and 7 */ 
	   cursor: pointer;
	}

}

@media only screen and (max-width: 1199px)
{
	.product-item
	{
	    width: 33.333333333333%;
	}
	.product
	{
	}
	.product_name a
	{
		font-size: 14px;
		font-weight: 500;
		color: #1e1e27;
		line-height: 20px;
	}

}
@media (min-width: 1200px) and (max-width: 1366px) {
	
	.sidebar {
		font-size: 85%;
		font-weight: 400;
	}
	
	.product-thumb {
		width: 100%;
		height: 150px;
		background-position:center;
		transition: all 1.5s ease;
		-moz-transition: all 1.5s ease;
		-ms-transition: all 1.5s ease;
		-webkit-transition: all 1.5s ease;
		-o-transition: all 1.5s ease;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.product-thumb:hover {
	  transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -webkit-transform: scale(1.2);
	  -o-transform: scale(1.2);
	  -ms-transform: scale(1.2); /* IE 9 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')"; /* IE8 */
	   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand'); /* IE6 and 7 */ 
	   cursor: pointer;
	}

}

@media only screen and (max-width: 1199px)
{
	.product-item
	{
	    width: 33.333333333333%;
	}
	.product
	{
	}
	.product_name a
	{
		font-size: 14px;
		font-weight: 500;
		color: #1e1e27;
		line-height: 20px;
	}

}

/************
 991px
************/

@media only screen and (max-width: 991px)
{
	.product-item
	{
		width: 33.333333333333%;
	}
}

/************
 767px
************/

@media only screen and (max-width: 767px)
{
	.product-item
	{
		width: 50%;
		height: 345px;
	}
	.product
	{
		height: 305px;
	}

	.product-thumb {
		width: 100%;
		height: 200px;
		background-position:center;
		transition: all 1.5s ease;
		-moz-transition: all 1.5s ease;
		-ms-transition: all 1.5s ease;
		-webkit-transition: all 1.5s ease;
		-o-transition: all 1.5s ease;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.product-thumb:hover {
	  transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -webkit-transform: scale(1.2);
	  -o-transform: scale(1.2);
	  -ms-transform: scale(1.2); /* IE 9 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')"; /* IE8 */
	   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand'); /* IE6 and 7 */ 
	   cursor: pointer;
	}
}

/************
 575px
************/

@media only screen and (max-width: 575px)
{
	.product-item
	{
		width: 50%;
	}
	.product
	{
	}
	.product-thumb {
		width: 100%;
		height: 200px;
		background-position:center;
		transition: all 1.5s ease;
		-moz-transition: all 1.5s ease;
		-ms-transition: all 1.5s ease;
		-webkit-transition: all 1.5s ease;
		-o-transition: all 1.5s ease;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.product-thumb:hover {
	  transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -webkit-transform: scale(1.2);
	  -o-transform: scale(1.2);
	  -ms-transform: scale(1.2); /* IE 9 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')"; /* IE8 */
	   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand'); /* IE6 and 7 */ 
	   cursor: pointer;
	}
}

/************
 479px
************/

@media only screen and (max-width: 479px)
{
	.product-item
	{
		width: 50%;
		height: auto;
	}
	.product
	{
		height: auto;
	}

	.product-thumb {
		width: 100%;
		height: 200px;
		background-position:center;
		transition: all 1.5s ease;
		-moz-transition: all 1.5s ease;
		-ms-transition: all 1.5s ease;
		-webkit-transition: all 1.5s ease;
		-o-transition: all 1.5s ease;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.product-thumb:hover {
	  transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -webkit-transform: scale(1.2);
	  -o-transform: scale(1.2);
	  -ms-transform: scale(1.2); /* IE 9 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')"; /* IE8 */
	   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand'); /* IE6 and 7 */ 
	   cursor: pointer;
	}

	.product_name a
	{
		font-size: 14px;
	}
	.add_to_cart_button
	{
		margin-top: 20px;
	}
}

</pre></body></html>