/*----------------------------*\
	Sections
\*----------------------------*/

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-grey {
  background: #F6F7F8;
}

.section-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #DADADA;
}

.section-title .title {
  display: inline-block;
  text-transform: none;
}

.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #F8694A;
}

.section-title h2 {
	color: #252525;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	position: relative;
}

.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: #F8694A;
	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: left;
	line-height: 40px;
	width: 100%;
	padding-left:10px;
}
.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: #F8694A;
	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
--------------------------------*/

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

.products-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;
}
.products-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);
}
.products-item .products-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;
*/
}
.products_image img
{
	width: 100%;
}

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

.products_info
{
    font-family: "Open Sans", sans-serif;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.products_name_container
{
	height: 55px;
	overflow: hidden;
}

.artikel_name_container
{
	height: 65px;
	overflow: hidden;

}

.align-left{float: left; margin: 0px 20px 20px 0px;}

.artikel_desc_container
{
	height: 75px;
	overflow: hidden;
}
.products_name
{
	margin-top: 10px;
	margin-bottom:0!important;
}
.products_name a
{
    font-size: 14px;
    font-weight: 500;
	color: #1e1e27;
	line-height: 22px;
}
.products_name:hover a
{
	color: #b5aec4;
}

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

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

.products-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;
}

.products-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;
}

.products-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;
}

.artikel-thumb {
    width: 100%;
    height: 250px;
	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;
}

.artikel-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) {
	
	
	.products-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;
	}

	.products-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)
{
	.products-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;
	}
	
	.products-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;
	}

	.products-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)
{
	.products-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)
{
	.products-item
	{
		width: 33.333333333333%;
	}
}

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

@media only screen and (max-width: 767px)
{
	
	
	.section-title h2 {
		font-size: 16px;
	}

	.products-item
	{
		width: 50%;
		height: 345px;
	}
	.product
	{
		height: 305px;
	}

	.products-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;
	}

	.products-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)
{


	
	.section-title h2 {
		font-size: 16px;
	}

	.products-item
	{
		width: 50%;
	}
	.product
	{
	}
	.products-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;
	}

	.products-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)
{
	.products-item
	{
		width: 50%;
		height: auto;
	}
	.product
	{
		height: auto;
	}

	.products-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;
	}

	.products-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;
	}
}
.spad {
	padding:0!important;
	margin-top: 50px;
	margin-bottom: 50px;
}

.phone-service a{
	color: inherit!important;
}
.phone-service a:hover
{
	color: #F8694A;
}

.visible-phone select {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
}

.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;
  }
}

.bg-primary {
	background: #F8694A !important;
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

@media only screen and (max-width: 767px) {
	.header-top .ht-left,
	.header-top .top-social {
		display: block;
	}
	.header-top .ht-right .login-panel {
		padding-top: 9px;
		padding-bottom: 7px;
	}
	.header-top .ht-right .lan-selector {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.spad {
		padding:0!important;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

/* Produk Detail*/

.products-details .pd-title {
	margin-bottom: 20px;
}

.products-details .pd-desc li {
	margin-left: 15px;
}

.products-details .pd-desc h4.harga {
	margin: 15px 0;
}

/* Logo Kategori*/

.qa {
  border-bottom: 1px solid #eee;
  margin-bottom:-1px;
  margin-top:1px;
  
  
}


.kat-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow:hidden;
}

@media all and (max-width:800px) {
  .qa {
    flex:1 1 30%;
  }
}

@media all and (max-width:400px) {
  .qa {
    flex:1 1 40%;
  }
}