﻿.header .header-main {
	/* background-color: #a46138; */
}

@media screen and (min-width: 1200px) {
	.header .header-main {
		background: url(../images/bg_menu.png) no-repeat;
		max-height: 51px;
		background-size: cover;
		border-bottom: 2px solid #a46138;
	}
}

.section_videos {
	padding-top: 50px;
}

.bg-1 {
	background: url(../images/bg_top.png) no-repeat;
	background-size: cover;
}

.section_product_sales {
	padding-top: 50px;
}

.products-sales-headding {
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	padding-bottom: 28px;
	margin-bottom: 5px;
	background: url(../images/line_bottom_cates.png) no-repeat bottom center;
	font-weight: 700;
}

.products-sales-box {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.products-view-grid .ant-product-item {
	margin-bottom: 10px;
}

.ant-product-item .image-container {
	/* position: relative; */
	/* overflow: hidden; */
}

	.ant-product-item .image-container .sale {
		/* background: #d71212; */
		/* box-shadow: none; */
		/* border-radius: 3px; */
		/* color: #fff; */
		/* font-size: 0.8em; */
		/* font-weight: bold; */
		/* right: 0; */
		/* line-height: 22px; */
		/* min-height: auto; */
		/* min-width: auto; */
		/* padding: 0 10px; */
		/* position: absolute; */
		/* text-align: center; */
		/* text-shadow: none; */
		/* text-transform: uppercase; */
		/* top: 0; */
		/* z-index: 9; */
	}

	.ant-product-item .image-container .product-item-photo {
		display: block;
		width: 100%;
		padding: 0;
		position: relative;
	}

.ant-product-item .box-info {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 10px 2px;
}

	.ant-product-item .box-info .product-item-name {
		margin: 0 0 5px;
		font-weight: 600;
		font-size: 16px;
		overflow: hidden;
		min-height: 25px;
		text-align: left;
		/* text-overflow: ellipsis; */
		/* white-space: nowrap; */
	}

		.ant-product-item .box-info .product-item-name a {
			color: black;
			font-size: 16px;
			font-weight: 600;
		}

	.ant-product-item .box-info .item-price {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		text-align: left;
		-o-transition: all 0.4s ease-out;
	}

		.ant-product-item .box-info .item-price .price-box {
			font-size: 14px;
			margin: 0;
		}

			.ant-product-item .box-info .item-price .price-box .special-price {
				display: inline-block;
				float: left;
				margin-left: 4px;
				/* width: 100%; */
			}

				.ant-product-item .box-info .item-price .price-box .special-price .price {
					font-size: 14px;
					color: #a46138;
					font-weight: bold;
				}

			.ant-product-item .box-info .item-price .price-box .old-price {
				display: inline-block;
				margin-right: 4px;
				text-decoration: line-through;
				float: right;
			}

				.ant-product-item .box-info .item-price .price-box .old-price .price {
					font-size: 0.875em;
					color: #8d8b8b;
					/* text-decoration: line-through; */
					font-weight: bold;
				}

.bg-2 {
	padding-top: 40px;
}

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

	.section-news .section-head {
		position: relative;
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}

		.section-news .section-head h2 {
			/* font-family: 'SVN-AvoBold'; */
			font-size: 25px;
			text-transform: uppercase;
			text-align: center;
			color: #000;
			padding-bottom: 28px;
			margin-bottom: 5px;
			background: url(../images/line_bottom_cates.png) no-repeat bottom center;
			font-weight: 700;
		}

	.section-news .blogs-content .section-news-owl {
		overflow-x: hidden;
	}

		.section-news .blogs-content .section-news-owl .item-inner .blog-image {
			margin-bottom: 0;
			position: relative;
		}

@media screen and (min-width: 1200px) {
	.section-news .blogs-content .section-news-owl .item-inner .blog-image img {
		min-height: 237px;
		max-height: 240px;
		overflow: hidden;
	}
}

.blog-image .time-comment {
	position: absolute;
	top: 5px;
	max-width: 55px;
	left: 5px;
	width: 100px;
	text-align: center;
	visibility: hidden;
	height: 54px;
	background: #109427;
}

.date-time {
	position: relative;
}

.time-one {
	color: white;
	font-size: 19px;
	font-weight: bold;
	float: left;
	width: 100%;
}

.time-two {
	color: white;
	font-size: 14px;
	float: left;
	width: 100%;
	margin-top: -4px;
}

.section-news .blogs-content .section-news-owl .item-inner .blog-content {
	text-align: left;
	background: white;
	padding: 9px 10px 18px;
	border: 1px solid #cfcdcd;
	border-top: none;
}

@media screen and (min-width: 1200px) {
	.section-news .blogs-content .section-news-owl .item-inner .blog-content .blog-title {
		display: block;
		font-size: 15px;
		margin-bottom: 10px;
		margin-top: 0;
		font-weight: 500;
		min-height: 42px;
	}
}

.footer-container {
	/* background: #efefef; */
	border-top: 2px solid #000;
	color: #7a7a7a;
	margin-top: 2px;
}

	.footer-container .footer-top {
		position: relative;
	}

		.footer-container .footer-top .footer-static {
			padding: 0px 0 35px;
			border-bottom: 1px solid #ebebeb;
			color: #7a7a7a;
		}

.other-form {
	padding: 20px 0;
	background: #efefef;
	border-top: 2px solid #a46138;
}

.form-headding {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 4px;
	text-transform: uppercase;
	color: black;
	padding: 0;
}

.copyright {
	background-color: #131313 !important;
	color: #d4d5d9;
}

footer .copyright {
	text-align: center;
	color: #6d6d6d;
	font-size: 1em;
	position: relative;
	padding: 10px 0;
	background-color: #f2f2f2;
	font-size: 12px;
}

.social-icons label {
	margin-top: 4px;
	margin-right: 10px;
	float: left;
	text-transform: uppercase;
	font-family: 'SVN-Avo';
	color: #302f2f;
	font-size: 14px;
}

.copyright-text {
	line-height: 25px;
	/* font-weight: bold; */
	font-style: italic;
	font-size: 14px;
	color: #efefef;
}

.company-text {
	line-height: 25px;
	font-size: 14px;
	/* font-weight: bold; */
	color: #efefef;
}

	.company-text a {
		font-weight: bold;
		color: #ec8700 !important;
	}

.signup_button {
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	min-height: 32px;
	line-height: 32px;
	background: #000;
	border: 1px solid #000;
	font-size: 14px;
	height: 30px;
}

#signup_name {
	color: black;
	min-height: 30px;
	margin-bottom: 0;
}

#signup_phone {
	color: black;
	min-height: 30px;
	margin-bottom: 0;
}

#signup_email {
	color: black;
	min-height: 30px;
	margin-bottom: 0;
}

.company-name-f {
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	color: #000000;
	margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
	.company-name-f {
		text-align: left;
		margin-top: 30px;
		font-weight: bold;
		font-size: 19px;
		color: #000000;
	}
}

footer .list-menu {
	margin-bottom: 15px;
	line-height: 1.71429em;
}

.ul-footer-contact li {
	float: left;
	width: 100%;
	color: #333333 !important;
	margin-top: 5px;
	font-size: 16px;
	padding-left: 0 !important;
	width: 100% !important;
	display: flex;
}

	.ul-footer-contact li span {
		font-size: 14px;
		color: #000;
		font-weight: bold;
		float: left;
		height: 30px;
	}

.ul-footer-contact i {
	color: black;
	width: 24px;
	text-align: center;
}

footer .ul-footer-contact a {
	padding-left: 4px;
	color: #000;
	font-weight: bold;
	float: right;
	width: 100%;
}

.title-head-products {
	display: block;
	position: relative;
	padding: 6px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 17px;
	margin-top: 4px;
	margin-bottom: 11px;
	color: black;
	border-bottom: 1px solid #d5d5d5;
}

.bread-crumb {
	background: #efefef;
}

.related-product .home-title h2 {
	display: block;
	font-size: 20px;
	margin: 0;
	color: #222;
	text-align: left;
	border-bottom: 2px solid #eee;
	padding-bottom: 12px;
	margin-bottom: 14px;
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
}

	.related-product .home-title h2 a {
		color: #222;
	}

	.related-product .home-title h2:after {
		left: 0;
		bottom: -2px;
		content: "";
		width: 76px;
		height: 2px;
		display: inline-block;
		background: #000;
		position: absolute;
	}
.products-home-hot img {
    border-radius: 50%;
    border: 4px solid #e29fa0;
}
.products-sales-box .products-view-grid .ant-product-item {
    margin-bottom: 10px;
    border: unset;
    padding: 0;
}