.text-produk {
	font-family: Open Sans;
	font-size: 13px;
}

.atr-h-card {
	min-height: 280px !important;
	max-height: 280px !important;
	margin-top: 20px;
}

.clsImg {
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.img-container {
	max-height: 8.3rem;
	height: 8.3rem;
	position: relative;
}

/* Medium devices (landscape tablets, 768px and up) */

.img-container img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* max-width: 100%; */
}

.bradius {
	border-radius: 0.75rem;
}

@media only screen and (min-width: 768px) {
	.img-container {
		max-height: 25rem;
		height: 25rem;
		position: relative;
	}

	.bradius {
		border-radius: 1.5rem;
	}
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-2dot4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 540px) {
	.col-sm-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 720px) {
	.col-md-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 960px) {
	.col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1140px) {
	.col-xl-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

a {
	text-decoration: none;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

/*--
13. Widget Css
---------------------*/
.shop-box-area,
.blog-sidebar-widget-area {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	padding: 0px;
	background: #f9f9f9;
}

.shop-sidebar h4 {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
}

.shop-sidebar h4::before {
	position: absolute;
	content: "";
	background: #ebebeb;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
}

.widget-title {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
}

.widget-title::before {
	position: absolute;
	content: "";
	background: #ebebeb;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
}

.category-sub-menu ul li.has-sub > a {
	color: #363f4d;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 0 10px 15px;
	position: relative;
}

.category-sub-menu ul li.has-sub > a:after {
	color: #333333;
	content: "";
	font-family: plaza-icon;
	font-size: 14px;
	position: absolute;
	right: 5px;
}

.category-sub-menu ul li.has-sub > a::before {
	color: #333333;
	content: "";
	font-family: plaza-icon;
	position: absolute;
	left: 0px;
}

.category-sub-menu ul li.has-sub > a:hover {
	color: #80bb01;
}

.category-sub-menu ul li.has-sub.open {
	display: block;
	width: auto;
}

.category-sub-menu ul li.has-sub.open > a:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.category-sub-menu ul li.has-sub li a {
	border: 0 none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	display: block;
	font-size: 14px;
	line-height: 14pxpx;
	margin: 0 0px 10px 0;
	padding: 0 18px 2px;
	position: relative;
	color: #333;
}

.category-sub-menu ul li.has-sub li a:hover {
	color: #80bb01;
}

.category-sub-menu ul li.has-sub li a::before {
	color: #333333;
	content: "";
	font-family: plaza-icon;
	position: absolute;
	left: 10px;
}

.category-sub-menu ul li.has-sub li:last-child a {
	border: none;
	margin-bottom: 10px;
}

.category-sub-menu ul li ul {
	display: none;
	margin-top: 10px;
}

.ui-widget-content {
	background: #dbdbdb none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	height: 4px;
	margin: 35px 0 25px;
}

.ui-widget-content .ui-state-default {
	background: #80bb01;
	border: 2px solid #ffffff;
	border-radius: 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
	height: 15px;
	width: 15px;
}

.ui-widget-content .ui-state-default:hover {
	background: #80bb01;
}

.ui-widget-content .ui-slider-range {
	background: #80bb01;
}

.filter-price-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 13px;
	margin-bottom: 10px;
}

.filter-price-wapper .add-to-cart-button {
	background: #333;
	display: inline-block;
	font-weight: 500;
	padding: 4px 13px;
	right: 0;
	color: #ffffff;
	border-radius: 5px;
	margin-bottom: 10px;
}

.filter-price-wapper .add-to-cart-button:hover {
	background: #000000;
}

.filter-price-cont {
	font-size: 14px;
}

.filter-price-cont .input-type input {
	border: medium none;
	padding: 0 8px 0 0;
	text-align: center;
	width: 40px;
	background: transparent;
	font-weight: 500;
}

.filter-price-cont .input-type:last-child {
	padding-left: 8px;
}

.category-widget-list li a {
	margin-bottom: 10px;
	position: relative;
	padding: 0 0 0 15px;
	line-height: auto;
}

.category-widget-list li a::before {
	color: #333333;
	content: "+";
	font-family: plaza-icon;
	position: absolute;
	left: 0px;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar-tag li {
	display: inline-block;
}

.sidebar-tag li > a {
	border: 1px solid #ddd;
	color: #333;
	font-size: 13px;
	margin: 10px 10px 0 0;
	padding: 4px 15px;
	border-radius: 5px;
	text-transform: capitalize;
}

.sidebar-tag li > a:hover {
	background: #80bb01;
	color: #ffffff;
	border: 1px solid #80bb01;
}

.shop-top-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 15px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
}

.shop-item-filter-list li a::before {
	content: "";
	display: block;
	height: 20px;
	width: 25px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.shop-item-filter-list li a.grid-view::before {
	background: url(../images/icon/gridview.png) no-repeat center center;
}

.shop-item-filter-list li a.grid-view.active::before {
	background: url(../images/icon/gridview-hover.png) no-repeat center center;
}

.shop-item-filter-list li a.list-view::before {
	background: url(../images/icon/listview.png) no-repeat center center;
}

.shop-item-filter-list li a.active::before {
	background: url(../images/icon/listview-hover.png) no-repeat center center;
}

.shop-item-filter-list li .active {
	color: #80bb01;
}

.shop-banner img {
	width: 100%;
}

.product-short {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-short p {
	margin: 0 15px 0 0;
}

@media only screen and (max-width: 479px) {
	.product-short p {
		display: none;
	}
}

.product-short .nice-select {
	border: 1px solid #ddd;
	padding: 0px 15px;
	height: 32px;
	width: 170px;
	line-height: 32px;
	border-radius: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop-sidebar-wrap {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.shop-sidebar-wrap {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 479px) {
	.shop-sidebar-wrap {
		margin-top: 60px;
	}
}

.search-widget .form-input {
	position: relative;
}

.search-widget .form-input input {
	background: #fff;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 50px 0 15px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #ebebeb;
}

.search-widget .form-input .button-search {
	background: transparent;
	border: none;
	color: #777;
	cursor: pointer;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}

.search-widget .form-input .button-search:hover {
	color: #80bb01;
}

.single-widget-post {
	overflow: hidden;
	margin-bottom: 20px;
}

.single-widget-post .post-thumb {
	float: left;
	max-width: 30%;
}

.single-widget-post .post-info {
	float: left;
	padding-left: 20px;
	max-width: 70%;
}

.single-widget-post .post-info .post-date {
	font-size: 13px;
}

@-webkit-keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}

.content-placeholder {
	display: inline-block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
	animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(8%, #eeeeee),
		color-stop(18%, #dddddd),
		color-stop(33%, #eeeeee)
	);
	background: -webkit-linear-gradient(
		left,
		#eeeeee 8%,
		#dddddd 18%,
		#eeeeee 33%
	);
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	-webkit-background-size: 800px 104px;
	background-size: 800px 104px;
	height: inherit;
	position: relative;
}

.post_data {
	padding: 24px;
	border: 1px solid #f9f9f9;
	border-radius: 5px;
	margin-bottom: 24px;
	box-shadow: 10px 10px 5px #eeeeee;
}
