﻿@charset "UTF-8";

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 0;
}

@font-face {
	font-family: 'SFUFuturaLight';
	src: url("../fonts/futuralight.ttf");
}

@font-face {
	font-family: 'SFUFuturaBook';
	src: url("../fonts/futurabook.ttf");
}

@font-face {
	font-family: 'futuraregular';
	src: url("../fonts/futuraregular.ttf");
}

@font-face {
	font-family: 'SFUFuturaHeavy';
	src: url("../fonts/futuraheavy.ttf");
}

@font-face {
	font-family: 'SFUFuturaBold';
	src: url("../fonts/futurabold.ttf");
}

@font-face {
	font-family: 'SFUFuturaExtraBold';
	src: url("../fonts/futuraextrabold.ttf");
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-left {
	padding-left: 0;
}

body {
	background: #fff;
	overflow-x: hidden;
	color: #363f4d;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea.form-control, select.form-control {
	border-radius: 3px;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #d3d3d3;
}

	input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea.form-control:focus, select.form-control:focus {
		outline: none;
		box-shadow: none;
	}

a:hover, a:focus {
	text-decoration: none;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

@media (max-width: 480px) {
	.row {
		margin-right: -7px;
		margin-left: -7px;
	}
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 480px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 7px;
		padding-right: 7px;
	}
}

.container {
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 480px) {
	.container {
		padding-left: 7px;
		padding-right: 7px;
	}
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

.page-404 h1 {
	color: #333;
	font-size: 28px;
}

.page-404 .land {
	color: #888;
}

.page-404 .mt-5 .btn-success {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #000;
	border-color: #000;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
}

	.page-404 .mt-5 .btn-success:hover, .page-404 .mt-5 .btn-success:focus {
		color: #fff;
		background-color: #dd111a;
		border-color: #dd111a;
	}

.page-login #login .title-head {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0;
	color: #222;
	text-align: center;
	border-bottom: 2px solid #eee;
	padding-bottom: 12px;
	margin-bottom: 16px;
	position: relative;
}

@media (max-width: 480px) {
	.page-login #login .title-head {
		font-size: 18px;
	}
}

.page-login #login .title-head:after {
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	bottom: -2px;
	content: "";
	width: 76px;
	height: 2px;
	display: inline-block;
	background: #000;
	position: absolute;
}

.page-login #login .btn-blues {
	background: transparent;
	color: #000;
	text-transform: uppercase;
	position: relative;
	outline: none;
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	border: 1px solid;
	border-color: #000;
	font-weight: 500;
	z-index: 2;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

	.page-login #login .btn-blues:hover, .page-login #login .btn-blues:focus {
		color: #fff;
		background: #000;
	}

.page-login #login p.text-center {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

	.page-login #login p.text-center .btn-link-style {
		margin-top: 15px;
		font-weight: 600;
		color: #222;
		display: inline-block;
	}

		.page-login #login p.text-center .btn-link-style:hover, .page-login #login p.text-center .btn-link-style:focus {
			color: #000;
		}

.page-login #login .text-login p {
	color: #222;
}

	.page-login #login .text-login p a {
		-webkit-transition: all 0.45s ease-in-out;
		-moz-transition: all 0.45s ease-in-out;
		-o-transition: all 0.45s ease-in-out;
		-ms-transition: all 0.45s ease-in-out;
		transition: all 0.45s ease-in-out;
		color: #777777;
	}

		.page-login #login .text-login p a:hover, .page-login #login .text-login p a:focus {
			color: #000;
		}

.page-login #recover-password .title-head {
	display: block;
	font-size: 24px;
	line-height: 40px;
	margin: 0;
	color: #222;
	text-align: center;
	border-bottom: 2px solid #eee;
	padding-bottom: 12px;
	margin-bottom: 25px;
	position: relative;
	font-weight: 400;
}

@media (max-width: 480px) {
	.page-login #recover-password .title-head {
		font-size: 18px;
	}
}

.page-login #recover-password .title-head:after {
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	bottom: -2px;
	content: "";
	width: 76px;
	height: 2px;
	display: inline-block;
	background: #000;
	position: absolute;
}

.page-login #recover-password .btn-blues {
	background: transparent;
	color: #000;
	text-transform: uppercase;
	position: relative;
	outline: none;
	display: inline-block;
	padding: 0 30px;
	font-size: 13px;
	border: 1px solid;
	border-color: #000;
	font-weight: 500;
	z-index: 2;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

	.page-login #recover-password .btn-blues:hover, .page-login #recover-password .btn-blues:focus {
		color: #fff;
		background-color: #000;
	}

.page-login #recover-password .action_bottom {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.page-login #recover-password .text-login p {
	color: #222;
}

	.page-login #recover-password .text-login p a {
		-webkit-transition: all 0.45s ease-in-out;
		-moz-transition: all 0.45s ease-in-out;
		-o-transition: all 0.45s ease-in-out;
		-ms-transition: all 0.45s ease-in-out;
		transition: all 0.45s ease-in-out;
		color: #777777;
	}

		.page-login #recover-password .text-login p a:hover, .page-login #recover-password .text-login p a:focus {
			color: #000;
		}

.account-page h2 {
	margin-top: 0;
	font-size: 16px;
}

.contact-info-page li {
	display: table;
	margin-bottom: 7px;
}

	.contact-info-page li i {
		display: table-cell;
		width: 20px;
		text-align: center;
	}

	.contact-info-page li a {
		color: #000;
	}

		.contact-info-page li a:hover, .contact-info-page li a:focus {
			color: #000;
		}

.account-page h1.title-head, .account-page h2.title-head, .page-contact h1.title-head, .page-contact h2.title-head, .related-product h1.title-head, .related-product h2.title-head {
	font-weight: 500;
	font-size: 22px;
	padding: 0px 0 10px;
	margin-bottom: 0;
	margin-top: 10px;
}

.btn-blues, #btnnewreview {
	color: #fff;
	background: #000;
	border-color: #000;
	border-radius: 2px !important;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

	.btn-blues:hover, #btnnewreview:hover {
		color: #fff;
	}

.contact .in-fo-page-content {
	border: 1px solid #ebebeb;
	padding: 10px;
	margin-bottom: 10px;
}

	.contact .in-fo-page-content h1 {
		margin: 0;
		color: #363f4d;
		font-size: 21px;
		font-weight: 500;
		padding: 0;
		margin-top: 0;
		margin-bottom: 10px;
		padding-bottom: 13px;
		position: relative;
		border-bottom: 1px solid #ebebeb;
		text-transform: uppercase;
	}

	.contact .in-fo-page-content .contact-info-page li {
		display: table;
		margin-bottom: 7px;
		color: #363f4d;
		font-size: 15px;
	}

		.contact .in-fo-page-content .contact-info-page li i {
			display: table-cell;
			width: 20px;
			text-align: center;
		}

		.contact .in-fo-page-content .contact-info-page li a {
			color: #363f4d;
		}

			.contact .in-fo-page-content .contact-info-page li a:hover, .contact .in-fo-page-content .contact-info-page li a:focus {
				color: #000;
			}

.required {
	font-size: 13px;
	color: red;
}

.zoomLens {
	border: none !important;
}

#btnnewreview {
	background: #000 !important;
}

.cart_desktop_page form {
	margin-bottom: 0;
}

/*Cart Mobile*/
.cart-mobile {
	padding: 10px 0px 0px 0px;
}

	.cart-mobile .header-cart {
		padding: 10px;
	}

	.cart-mobile .title-cart {
		line-height: 10px;
	}

		.cart-mobile .title-cart h3 {
			font-size: 14px;
			font-weight: 500;
			text-transform: uppercase;
			margin: 0;
		}

		.cart-mobile .title-cart a {
			margin-top: -30px !important;
		}

	.cart-mobile .header-cart-content {
		margin-top: 0px;
		padding: 10px;
	}

		.cart-mobile .header-cart-content .content-product-list {
			min-height: 110px;
		}

			.cart-mobile .header-cart-content .content-product-list .item-product {
				min-height: 110px;
				border-bottom: solid 1px #f1f1f1;
				overflow: hidden;
				display: table;
				width: 100%;
				margin-bottom: 10px;
			}

.item-product-cart-mobile {
	width: 100px;
	margin-right: 10px;
}

	.item-product-cart-mobile img {
		max-width: 100px;
		margin-right: 10px;
	}

.title-product-cart-mobile h3 {
	line-height: 1;
	margin: 0;
	font-weight: normal;
}

.title-product-cart-mobile a {
	word-break: break-word;
	font-size: 14px;
	color: #363636;
}

.title-product-cart-mobile p {
	line-height: 2;
	font-size: 14px;
	color: #898989;
}

.title-product-cart-mobile span {
	color: #000;
}

.item-product-cart-mobile, .title-product-cart-mobile {
	display: table-cell;
	vertical-align: top;
	padding-right: 5px;
}

.select-item-qty-mobile {
	float: right;
	text-align: center;
	margin-top: 10px;
}

	.select-item-qty-mobile .txt_center input {
		height: 25px;
		width: 24px;
		text-align: center;
		margin: 0px;
		padding: 0;
		position: absolute;
		left: 22px;
		min-height: 0;
		border: solid thin #ddd;
		border-radius: 0;
	}

	.select-item-qty-mobile > div {
		position: relative;
		width: 69px;
		height: 25px;
	}

.cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	line-height: 1;
	height: 25px;
	border-style: hidden;
	background: none !important;
	color: #000;
	border: solid thin #ddd;
	width: 24px;
}

.cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	height: 25px;
	display: inline-block;
	line-height: 1;
	border-style: hidden;
	color: #fff;
	background: none !important;
	color: #000;
	border: solid thin #ddd;
	width: 24px;
}

.select-item-qty-mobile a {
	line-height: 3;
	color: #363636;
}

.cart-mobile .header-cart-price {
	padding: 18px 0px;
	padding-bottom: 0;
}

.cart-mobile .title-cart h3 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0;
}

.cart-mobile .title-cart a {
	float: right;
	margin-top: -28px;
	color: #000;
	font-size: 16px;
	line-height: 27px;
}

.btn-proceed-checkout-mobile {
	width: 100%;
	line-height: 27px;
	color: #fff;
	height: 40px;
	font-size: 14px;
	border: none;
	background: #000;
	text-transform: uppercase;
	border-radius: 0;
	margin-top: 10px;
	border-radius: 4px;
}

.btn-proceed-continues-mobile {
	background-color: #fff !important;
	color: #000 !important;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	text-transform: uppercase;
	border: 1px solid #000;
	border-radius: 4px;
}

.shopping-cart-item {
	background-color: transparent;
	padding: 15px 0;
	margin: 0;
}

	.shopping-cart-item + .shopping-cart-item {
		border-top: 1px solid #e5e5e5;
	}

	.shopping-cart-item .col-xs-3 {
		padding-left: 0;
	}

		.shopping-cart-item .col-xs-3 p {
			margin: 0;
		}

	.shopping-cart-item .col-right {
		padding-left: 0;
	}

		.shopping-cart-item .col-right .box-info-product {
			width: 350px;
			padding-right: 10px;
			padding-left: 10px;
			float: left;
		}

@media (max-width: 1024px) {
	.shopping-cart-item .col-right .box-info-product {
		width: 270px;
	}
}

.shopping-cart-item .col-right .box-info-product .name {
	font-size: 14px;
	margin-bottom: 7px;
	line-height: 20px;
	font-weight: 500;
	padding-top: 0;
}

	.shopping-cart-item .col-right .box-info-product .name a {
		color: #242424;
		font-weight: 500;
	}

		.shopping-cart-item .col-right .box-info-product .name a:hover, .shopping-cart-item .col-right .box-info-product .name a:focus {
			color: #000;
			text-decoration: none;
		}

.shopping-cart-item .col-right .box-info-product .seller-by {
	font-size: 13px;
	margin-bottom: 12px;
}

.shopping-cart-item .col-right .box-info-product .action {
	position: relative;
	padding: 0 !important;
	margin-bottom: 0;
	margin-top: 0;
}

	.shopping-cart-item .col-right .box-info-product .action .btn-link {
		border: 0;
		color: #000;
		font-size: 13px;
		position: static;
		padding: 0;
		line-height: 1.1;
	}

.shopping-cart-item .col-right .box-price {
	float: left;
	width: 110px;
	padding-right: 10px;
}

	.shopping-cart-item .col-right .box-price .price {
		font-size: 16px;
		margin-bottom: 5px;
		font-weight: 500;
		padding-top: 0;
		color: #000;
	}

.shopping-cart-item .col-right .quantity-block {
	width: 120px;
	float: right;
}

	.shopping-cart-item .col-right .quantity-block .input-group-btn button {
		height: 28px;
	}

		.shopping-cart-item .col-right .quantity-block .input-group-btn button.bootstrap-touchspin-down {
			border-radius: 3px 0 0 3px;
			border: 1px solid #e5e5e5;
			border-right: 0;
			border-color: #e5e5e5;
			color: #999;
			line-height: 20px;
			padding: 3px 9px;
			margin: 0;
			width: 28px;
			background-color: #fff;
			float: right;
		}

		.shopping-cart-item .col-right .quantity-block .input-group-btn button.bootstrap-touchspin-up {
			border-radius: 0 3px 3px 0;
			border: 1px solid #e5e5e5;
			border-color: #e5e5e5;
			border-left: 0;
			color: #999;
			line-height: 20px;
			padding: 3px 9px;
			margin: 0;
			width: 28px;
			background-color: #fff;
			float: right;
		}

		.shopping-cart-item .col-right .quantity-block .input-group-btn button:focus, .shopping-cart-item .col-right .quantity-block .input-group-btn button:hover {
			outline: none;
			box-shadow: none;
			-webkit-appearance: none;
			-moz-appearance: none;
		}

	.shopping-cart-item .col-right .quantity-block .input-group-btn .js-quantity-product {
		display: inline-block;
		height: 28px;
		padding: 0 5px;
		text-align: center;
		border-radius: 0;
		width: 35px;
		float: right;
		min-height: 28px;
		border: 1px solid #e5e5e5;
	}

#right-affix .each-row {
	width: 100%;
	clear: both;
}

	#right-affix .each-row .box-style {
		background-color: transparent;
		padding: 17px 0 21px 0;
	}

		#right-affix .each-row .box-style.fee .list-info-price {
			margin: 0;
		}

			#right-affix .each-row .box-style.fee .list-info-price span {
				font-weight: 500;
			}

			#right-affix .each-row .box-style.fee .list-info-price strong {
				float: right;
				font-weight: 700;
			}

		#right-affix .each-row .box-style.fee .total2 {
			font-weight: 500;
		}

			#right-affix .each-row .box-style.fee .total2 .text-label {
				margin-top: 5px;
				display: inline-block;
			}

			#right-affix .each-row .box-style.fee .total2 .amount {
				float: right;
			}

				#right-affix .each-row .box-style.fee .total2 .amount p {
					margin: 0;
					text-align: right;
					line-height: 1.1;
				}

					#right-affix .each-row .box-style.fee .total2 .amount p strong {
						color: #000;
						font-size: 22px;
						font-weight: 700;
					}

					#right-affix .each-row .box-style.fee .total2 .amount p small {
						font-weight: 500;
					}

		#right-affix .each-row .box-style + .box-style {
			border-top: 1px solid #f4f4f4;
		}

#right-affix .btn-checkout {
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	user-select: none;
	color: #fff;
	background-color: #000;
	border-color: #000;
	height: 40px;
}

	#right-affix .btn-checkout:hover, #right-affix .btn-checkout:focus {
		background-color: #c51017;
		border-color: #c51017;
	}

#right-affix .btn-checkouts {
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	user-select: none;
	color: #000;
	background-color: #fff;
	border-color: #000;
	height: 40px;
}

	#right-affix .btn-checkouts:hover, #right-affix .btn-checkouts:focus {
		outline: none;
		box-shadow: none;
		background-color: #fff;
		border-color: #c51017;
		color: #c51017;
	}

/*END Gi? h?ng*/
/*Gi? h?ng*/
.lbl-shopping-cart-gio-hang {
	margin-top: 20px;
}

	.lbl-shopping-cart-gio-hang.lbl-shopping-cart {
		color: #333;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 500;
		margin-bottom: 12px;
	}

		.lbl-shopping-cart-gio-hang.lbl-shopping-cart span {
			font-size: 14px;
			text-transform: none;
			font-weight: 400;
		}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
	color: #12cca7;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
	color: #0b816a;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
	color: #12cca7;
}

.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
	color: #0b816a;
	margin-top: 15px;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
	color: #12cca7;
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
	color: #12cca7;
}

.shopping-cart .shopping-cart-table {
	margin-bottom: 10px;
}

	.shopping-cart .shopping-cart-table table {
		margin-bottom: 0px !important;
	}

		.shopping-cart .shopping-cart-table table tbody tr td {
			vertical-align: middle;
		}

.shopping-cart .cart-image img {
	width: 150px;
}

.cart-shopping-total {
	background: #f8f8f8;
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
	font-size: 18px;
	color: #666666;
}

	.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
	.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
		color: #fff000 !important;
	}

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
	display: block;
	text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
	vertical-align: middle !important;
}

	.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
		margin-top: 0px;
		font-size: 16px;
	}

		.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
			color: #555;
		}

	.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
		font-size: 11px;
		color: #aaa;
	}

	.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
		margin-top: 10px;
	}

		.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
			font-size: 12px;
			color: #666666;
			text-transform: uppercase;
		}

			.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
				font-size: 12px;
				text-transform: lowercase;
				margin-left: 14px;
			}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
	color: #666666;
	text-decoration: underline;
}

.shopping-cart .shopping-cart-table .table > thead > tr > th {
	text-align: center;
	padding: 16px;
	font-size: 15px;
}

.shopping-cart .shopping-cart-table .shopping-cart-btn span {
	padding: 20px 0px;
	display: block;
}

.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
	font-size: 14px;
	color: #555;
	margin-bottom: 2px;
	margin-top: 0px;
	display: block;
}

.shopping-cart .estimate-ship-tax table thead tr th p {
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 0px;
}

.shopping-cart .estimate-ship-tax table thead tr > th {
	padding: 24px 10px 20px 10px;
}

.shopping-cart .estimate-ship-tax table tbody tr > td {
	padding: 24px 10px !important;
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
	background: #fff;
	color: #999;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #eee;
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
	background: transparent;
}

.shopping-cart .cart-shopping-total table thead tr th {
	background-color: #fafafa;
	text-align: right;
	padding: 10px 15px;
	border: none;
}

	.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
		color: #555;
		margin-bottom: 7px;
	}

.shopping-cart .cart-shopping-total table tbody tr td {
	padding: 10px 15px;
}

	.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
		float: right !important;
		margin-bottom: 8px;
	}

	.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
		display: block;
		font-weight: normal;
		color: #666666;
	}

.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
	text-align: center;
}

	.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
	.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
		display: block;
		font-size: 16px;
		color: #555;
		text-transform: uppercase;
	}

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.blog-page .blog-write-comment .form-group label,
.blog-page .blog-write-comment .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
	font-size: 13px;
	font-weight: normal;
	color: #999;
}

.contact-page .contact-form form label {
	font-weight: 600;
}

	.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span,
	.blog-page .blog-write-comment label span,
	.contact-page .contact-form form label span,
	.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
		color: red;
	}

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
	font-size: 16px;
}

.shopping-cart-table table tbody tr td .quant-input {
	display: inline-block;
	height: 35px;
	position: relative;
	width: 70px;
}

	.shopping-cart-table table tbody tr td .quant-input .arrows {
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}

		.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
			box-sizing: border-box;
			cursor: pointer;
			display: block;
			text-align: center;
			width: 40px;
		}

			.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
				top: 5px;
			}

			.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
				top: -7px;
			}

			.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
				position: relative;
			}

	.shopping-cart-table table tbody tr td .quant-input input {
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #F2F2F2;
		box-sizing: border-box;
		font-size: 15px;
		height: 35px;
		left: 0;
		padding: 0 20px 0 18px;
		position: absolute;
		top: 0;
		width: 70px;
		z-index: 1;
	}

/*Cart Desktop*/
.shopping-cart .col-main .cart .bg-scroll {
	border-top: none;
	margin-top: 20px;
	overflow: hidden;
	border-top: none;
	border-bottom: none;
	border-right: none;
}

.shopping-cart .col-main .cart .cart-thead {
	background: #fbfbfb;
	font-weight: bold;
	font-size: 13px;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	border-right: none;
	border-left: none;
	float: left;
	min-width: 600px;
}

	.shopping-cart .col-main .cart .cart-thead div {
		float: left;
		padding: 10px 0px;
		color: #333;
		text-align: center;
		font-size: 13px;
	}

.shopping-cart .col-main .cart .cart-tbody {
	width: 100%;
	float: left;
}

	.shopping-cart .col-main .cart .cart-tbody .item-cart {
		border-bottom: 1px solid #ebebeb;
		width: 100%;
		float: left;
	}

		.shopping-cart .col-main .cart .cart-tbody .item-cart div {
			float: left;
			padding: 20px 10px 6px;
			line-height: 20px;
			vertical-align: top;
			height: 135px;
			overflow: hidden;
		}

		.shopping-cart .col-main .cart .cart-tbody .item-cart .product-image {
			min-height: 75px;
			display: block;
			height: auto;
			width: 100%;
			padding: 0 20px;
		}

.shopping-cart .col-main .cart .item-cart .image .product-image img {
	max-width: 100%;
	height: auto;
	max-height: 98px;
	width: auto;
	display: inherit;
	margin: 0 auto;
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div .product-name {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 10%;
}

.shopping-cart .col-main .cart .variant-title {
	color: #686868;
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div .price {
	font-size: 16px;
	font-weight: bold;
	line-height: 6;
	color: #000;
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
	height: auto;
	border-right: none;
	width: 100%;
	margin-top: 15px;
	padding: 20px 0px 0px 0px;
}

.shopping-cart .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
	border: 1px solid #ddd;
	outline: none;
	background: #fff;
	height: 24px;
	width: 24px;
	vertical-align: baseline;
	text-align: center;
	padding: 0;
	display: inline-block;
	margin: 0;
}

.shopping-cart .col-main .cart .cart-tbody .item-cart .number-sidebar {
	min-height: 0;
	position: static;
	display: inline-block;
	float: none;
	margin-bottom: 0;
	border: 1px solid #ddd;
	height: 24px;
	margin-left: -1px;
	text-align: center;
	width: 23px;
	margin-right: -1px;
	padding: 0;
	line-height: 15px;
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
	padding: 10px 0 6px;
	position: relative;
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div a.remove-item span {
	display: none;
}


.shopping-cart .col-main .cart .totals .inner {
	padding: 0px 0 15px;
	margin-top: 0;
	margin-right: 1px;
}

.shopping-cart .col-main .cart #shopping-cart-totals-table {
	width: 100%;
	padding-bottom: 8px;
	background: #fff;
}

.shopping-cart .col-main .cart ul.checkout {
	clear: left;
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
}

.shopping-cart .col-main .cart .btn-proceed-checkout {
	background: #000;
	line-height: 20px;
	color: #fff;
	height: 40px;
	font-size: 16px;
	border: none;
	text-transform: uppercase;
}

.shopping-cart .col-main .cart #shopping-cart-totals-table tr td.a-right {
	width: 231px;
	border-left: 1px solid #ebebeb;
}

.shopping-cart .col-main .cart #shopping-cart-totals-table tr td {
	border: #ebebeb thin solid;
	border-top: none;
	border-bottom: none;
	padding: 20px;
}

.shopping-cart .col-main .cart span.totals_price.price {
	color: #000;
	font-size: 16px;
}

.shopping-cart .col-main .cart .btn.btn-white {
	margin-right: 10px;
}

	.shopping-cart .col-main .cart .btn.btn-white:hover, .shopping-cart .col-main .cart .btn.btn-white:focus {
		background-color: #000;
		border-color: #000;
	}

.cart-empty img {
	max-width: 200px;
}

.cart-empty .btn-cart-empty {
	margin-top: 20px;
	text-align: center;
}

	.cart-empty .btn-cart-empty a {
		color: #fff;
		background: #000;
		border-color: #000;
		border-radius: 2px !important;
		text-transform: uppercase;
		position: relative;
		overflow: hidden;
		z-index: 1;
		display: inline-block;
		padding: 15px 30px;
		line-height: 1.1;
		height: auto;
	}

		.cart-empty .btn-cart-empty a:after {
			position: absolute;
			bottom: 0;
			left: 0;
			display: block;
			content: " ";
			width: 100%;
			height: 100%;
			background-color: #ef333b;
			border-radius: inherit;
			z-index: -1;
			-webkit-transform-origin: 0 100%;
			-moz-transform-origin: 0 100%;
			transform-origin: 0 100%;
			-webkit-transform: scaleY(0);
			-moz-transform: scaleY(0);
			transform: scaleY(0);
			-webkit-transition: -webkit-transform .25s ease-in-out;
			-moz-transition: -moz-transform .25s ease-in-out;
			transition: transform .25s ease-in-out;
		}

		.cart-empty .btn-cart-empty a:hover {
			color: #fff;
		}

			.cart-empty .btn-cart-empty a:hover:after {
				-webkit-transform: scaleY(1);
				-moz-transform: scaleY(1);
				transform: scaleY(1);
			}

#order_details .thead-default {
	border-top: 1px solid #ddd;
}

#order_details .order_details_name_products a {
	font-weight: 500;
}

.home-slider.owl-carousel .owl-nav .owl-prev, .home-slider.owl-carousel .owl-nav .owl-next {
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	opacity: 0;
	visibility: hidden;
}

.home-slider.owl-carousel .owl-nav .owl-next {
	height: 51px;
	width: 51px;
	border: 1px solid #f1f5f6;
	border-radius: 50%;
	background-color: #000;
	box-shadow: 0 2px 7px 0 #000;
	position: absolute;
	right: 0;
	text-align: center;
	line-height: 43px;
	top: 50%;
	transform: translate(0, -50%);
	color: white;
	font-size: 25px;
	margin: 0;
	right: -50px;
}

	.home-slider.owl-carousel .owl-nav .owl-next.disabled {
		opacity: 0.2 !important;
	}

.home-slider.owl-carousel .owl-nav .owl-prev {
	height: 51px;
	width: 51px;
	border: 1px solid #f1f5f6;
	border-radius: 50%;
	background-color: #000;
	box-shadow: 0 2px 7px 0 #000;
	position: absolute;
	left: 0;
	text-align: center;
	line-height: 43px;
	top: 50%;
	transform: translate(0, -50%);
	color: white;
	font-size: 25px;
	margin: 0;
	left: -50px;
}

	.home-slider.owl-carousel .owl-nav .owl-prev.disabled {
		opacity: 0.2 !important;
	}

.home-slider.owl-carousel:hover .owl-nav .owl-prev {
	left: 0;
	opacity: 1;
	visibility: inherit;
}

.home-slider.owl-carousel:hover .owl-nav .owl-next {
	right: 0;
	opacity: 1;
	visibility: inherit;
}

.home-slider.owl-carousel .owl-dots {
	display: none !important;
}

.aside-item {
	margin-bottom: 15px;
	/* padding-bottom: 15px; */
	border: 1px solid #d5d5d5;
	/* padding: 10px; */
}

	.aside-item.collection-category .aside-title .title-head {
		display: block;
		position: relative;
		padding: 7px 10px;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 17px;
		margin-top: 0;
		color: #fff;
		border: 1px solid #000;
		margin-bottom: 2px;
		background-color: #000;
	}

	.aside-item.collection-category .aside-hidden-mobile .filter-container .aside-item .aside-title .title-head {
		border: none;
		padding: 0;
		margin-bottom: 10px;
		background-color: transparent;
		font-size: 14px;
	}

	.aside-item.collection-category .aside-content {
		border-top: none;
		border-radius: 0 0 3px 3px;
		padding: 0px 10px;
	}

	.aside-item.collection-category .nav li a {
		font-size: 14px;
		padding-left: 3px;
		padding-right: 25px;
		color: #363f4d;
		white-space: normal;
	}

		.aside-item.collection-category .nav li a:hover, .aside-item.collection-category .nav li a:focus {
			color: #000;
			background-color: transparent;
		}

	.aside-item.collection-category .nav > li > a .fa {
		position: relative;
		top: 0 !important;
		right: 0 !important;
		width: auto !important;
	}

	.aside-item.collection-category .nav > li:last-child > a {
		border-bottom: none;
	}

	.aside-item.collection-category .nav > li.nav-item .fa {
		top: 7px;
	}

	.aside-item.collection-category .nav > li.nav-item .dropdown-menu .nav-item .fa {
		top: 5px;
	}

	.aside-item .heading .title-head {
		display: block;
		position: relative;
		padding: 7px 10px;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 17px;
		margin-top: 0;
		color: #fff;
		border: 1px solid #000;
		margin-bottom: 2px;
		background-color: #000;
	}

		.aside-item .heading .title-head a {
			color: white;
		}

			.aside-item .heading .title-head a:hover, .aside-item .heading .title-head a:focus {
				color: #000;
			}

	.aside-item .list-blogs .blog-item {
		padding: 5px;
		margin-bottom: 5px;
	}

	.aside-item .list-blogs .blog-item-name {
		margin: 0;
		font-weight: normal;
	}

		.aside-item .list-blogs .blog-item-name a {
			color: #363f4d;
		}

			.aside-item .list-blogs .blog-item-name a:hover, .aside-item .list-blogs .blog-item-name a:focus {
				color: #000;
			}

	.aside-item .list-blogs .panel-box-media {
		display: block;
		float: left;
		width: 70px;
		margin-right: 10px;
	}

	.aside-item .list-blogs .blogs-rights {
		padding-left: 80px;
	}

	.aside-item .list-blogs .post-time {
		font-size: 11px;
		font-style: italic;
	}

	.aside-item .blogs-mores {
		margin-top: 5px;
	}

		.aside-item .blogs-mores a {
			color: #363f4d;
		}

			.aside-item .blogs-mores a:hover, .aside-item .blogs-mores a:focus {
				color: #000;
			}


	.aside-item .field-search {
		margin-bottom: 10px;
	}

		.aside-item .field-search input {
			min-height: 30px;
			border: 1px solid #e5e5e5;
			border-radius: 0;
			padding: 0 7px;
		}

		.aside-item .field-search button {
			height: 34px;
			line-height: 30px;
			padding: 0 10px;
			background-color: #000;
			color: #fff;
		}

	.aside-item.aside-blog-promotion {
		border: 1px solid #ff4c4c;
	}

		.aside-item.aside-blog-promotion .heading .title-head {
			text-align: center;
		}

			.aside-item.aside-blog-promotion .heading .title-head a {
				color: #ff4c4c;
			}

				.aside-item.aside-blog-promotion .heading .title-head a:hover, .aside-item.aside-blog-promotion .heading .title-head a:focus {
					color: #000;
				}

		.aside-item.aside-blog-promotion .blogs-promotion-big .blogs-rights .blog-item-name {
			font-weight: 600;
			margin-top: 10px;
			font-size: 14px;
		}

			.aside-item.aside-blog-promotion .blogs-promotion-big .blogs-rights .blog-item-name a {
				color: #363f4d;
			}

				.aside-item.aside-blog-promotion .blogs-promotion-big .blogs-rights .blog-item-name a:hover, .aside-item.aside-blog-promotion .blogs-promotion-big .blogs-rights .blog-item-name a:focus {
					color: #000;
				}

		.aside-item.aside-blog-promotion .blogs-promotion-small .blog-item {
			margin-bottom: 10px;
			padding-left: 0px;
			padding-right: 0px;
		}

		.aside-item.aside-blog-promotion .blogs-promotion-small .blog-item-name {
			margin: 0;
			font-size: 13px;
			font-weight: 500;
		}

			.aside-item.aside-blog-promotion .blogs-promotion-small .blog-item-name a {
				color: #363f4d;
			}

				.aside-item.aside-blog-promotion .blogs-promotion-small .blog-item-name a:hover, .aside-item.aside-blog-promotion .blogs-promotion-small .blog-item-name a:focus {
					color: #000;
				}

		.aside-item.aside-blog-promotion .blogs-promotion-small .panel-box-media {
			display: block;
			float: left;
			width: 70px;
			margin-right: 10px;
		}

		.aside-item.aside-blog-promotion .blogs-promotion-small .blogs-rights {
			padding-left: 80px;
		}

		.aside-item.aside-blog-promotion .blogs-promotion-small .post-time {
			font-size: 11px;
			font-style: italic;
		}

.list-blog-page .box-heading {
	padding: 10px 0;
}

	.list-blog-page .box-heading .title-head {
		font-weight: 500;
		margin: 0;
		font-size: 22px;
	}

.list-blog-page .list-blogs .blog-item {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.list-blog-page .list-blogs .blog-item {
		margin-bottom: 15px;
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 10px;
	}
}

.list-blog-page .list-blogs .blog-item .blog-item-thumbnail {
	float: left;
	width: 240px;
	height: auto;
	margin-right: 20px;
	overflow: hidden;
	box-shadow: 1px 2px 8px 1px rgba(167, 167, 167, 0.86);
}

@media (max-width: 480px) {
	.list-blog-page .list-blogs .blog-item .blog-item-thumbnail {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.list-blog-page .list-blogs .blog-item .blog-item-thumbnail img {
	/* border-radius: 4px; */
	border: 1px solid #dfdfdf;
}

.list-blog-page .list-blogs .blog-item .blog-item-mains {
	padding-left: 250px;
}

@media (max-width: 480px) {
	.list-blog-page .list-blogs .blog-item .blog-item-mains {
		padding-left: 0;
	}
}

.list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name {
	display: block;
	font-size: 17px;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .5px;
}

	.list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a {
		color: #333;
	}

		.list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a:hover, .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a:focus {
			color: #000;
		}

.list-blog-page .list-blogs .blog-item .blog-item-mains .post-time {
	font-size: 12px;
	color: #9b9b9b;
	margin: 0 10px 0 0;
}

.list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-summary {
	color: #4d4d4d;
}

@media (max-width: 767px) {
	.list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-summary {
		display: none;
	}
}

.news-list-main .newslist .later_news_big h3 {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	letter-spacing: .5px;
	margin-top: 10px;
	margin-bottom: 0;
}

	.news-list-main .newslist .later_news_big h3 a {
		color: #333;
	}

		.news-list-main .newslist .later_news_big h3 a:hover, .news-list-main .newslist .later_news_big h3 a:focus {
			color: #000;
		}

.news-list-main .newslist .col-later-news .has-tempvideo {
	border-top: none;
	margin-top: 0;
}

@media (max-width: 767px) {
	.news-list-main .newslist .col-later-news .has-tempvideo {
		margin-top: 10px;
	}
}

.news-list-main .newslist .col-later-news .has-tempvideo h3 {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	letter-spacing: .5px;
	margin-top: 10px;
	margin-bottom: 0;
}

	.news-list-main .newslist .col-later-news .has-tempvideo h3 a {
		color: #333;
	}

		.news-list-main .newslist .col-later-news .has-tempvideo h3 a:hover, .news-list-main .newslist .col-later-news .has-tempvideo h3 a:focus {
			color: #000;
		}

.news-list-main .newslist .col-later-news li {
	border-top: 1px solid #eee;
	margin-top: 7px;
}

	.news-list-main .newslist .col-later-news li h3 {
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 0;
		color: #333;
		margin-top: 10px;
	}

		.news-list-main .newslist .col-later-news li h3 a {
			color: #333;
		}

			.news-list-main .newslist .col-later-news li h3 a:hover, .news-list-main .newslist .col-later-news li h3 a:focus {
				color: #000;
			}

.article-wraper .article-main .title-head {
	font-weight: 500;
	font-size: 24px;
	padding: 6px 0 10px;
	margin-bottom: 0;
	margin-top: 0;
}

.article-wraper .article-main .postby {
	font-size: 13px;
	color: #868686;
	margin: 0px 0 9px;
}

.article-wraper .article-main .article-content iframe {
	max-width: 100%;
}

.article-wraper .article-main .article-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100% !important;
	height: auto !important;
}

.article-wraper .article-main .article-content .service-scroll-image img {
	-webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.article-wraper .article-main .article-content h2 {
	font-size: 17px;
	font-weight: 600;
}

.article-wraper .article-main .blog_related {
	margin-bottom: 15px;
	margin-top: 15px;
}

@media (max-width: 480px) {
	.article-wraper .article-main .blog_related {
		padding: 10px;
	}
}

.article-wraper .article-main .blog_related h2 {
	color: #222;
	margin: 0;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	.article-wraper .article-main .blog_related h2 {
		font-size: 16px;
	}
}

.article-wraper .article-main .blog_related .blog_entry {
	margin-bottom: 7px;
}

@media (max-width: 767px) {
	.article-wraper .article-main .blog_related .blog_entry {
		margin-bottom: 7px;
	}
}

.article-wraper .article-main .blog_related .blog_entry h3 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

@media (max-width: 767px) {
	.article-wraper .article-main .blog_related .blog_entry h3 {
		margin-top: 0;
	}
}

.article-wraper .article-main .blog_related .blog_entry h3 a {
	font-size: 14px;
	color: #000;
}

	.article-wraper .article-main .blog_related .blog_entry h3 a:hover, .article-wraper .article-main .blog_related .blog_entry h3 a:focus {
		color: #000;
		text-decoration: none;
	}

		.article-wraper .article-main .blog_related .blog_entry h3 a:hover i, .article-wraper .article-main .blog_related .blog_entry h3 a:focus i {
			color: #575454;
		}

.article-wraper .article-main .blog_related .blog_entry .tempvideo {
	position: relative;
	height: 128px;
}

@media (max-width: 1024px) {
	.article-wraper .article-main .blog_related .blog_entry .tempvideo {
		height: 103px;
	}
}

@media (max-width: 991px) {
	.article-wraper .article-main .blog_related .blog_entry .tempvideo {
		height: 105px;
	}
}

@media (max-width: 767px) {
	.article-wraper .article-main .blog_related .blog_entry .tempvideo {
		width: 100px;
		height: 70px;
		float: left;
		margin-right: 10px;
	}
}

.article-wraper .article-main .blog_related .blog_entry .tempvideo img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width: 767px) {
	.article-wraper .article-main .blog_related .pagination .page-item.active .page-link {
		background-color: #f8f8f8;
	}
}

.article-wraper .article-main #RelatedProducts .feature_category_title .title-head {
	padding-bottom: 0;
}

.article-wraper .article-main #RelatedProducts .products {
	border-top: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	overflow: hidden;
}

	.article-wraper .article-main #RelatedProducts .products .product-box {
		border-bottom: 1px solid #f3f3f3;
		border-right: 1px solid #f3f3f3;
		padding: 3px;
		margin-bottom: 0;
	}

.article-wraper .article-main.article-service .title-head {
	color: #000;
	text-transform: uppercase;
	position: relative;
}

	.article-wraper .article-main.article-service .title-head:before {
		content: "";
		height: 4px;
		width: 100px;
		background-color: #000;
		position: absolute;
		left: 0;
		bottom: 10px;
	}

.article-wraper .article-main.article-service .fix-content-service {
	margin-top: 40px;
}

	.article-wraper .article-main.article-service .fix-content-service h2:first-child {
		font-size: 24px;
		padding-left: 20px;
		text-transform: uppercase;
		color: #000;
		position: relative;
	}

@media (max-width: 480px) {
	.article-wraper .article-main.article-service .fix-content-service h2:first-child {
		font-size: 18px;
	}
}

.article-wraper .article-main.article-service .fix-content-service h2:first-child:before {
	content: '\f105';
	font-family: "fontawesome";
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

@media (max-width: 480px) {
	.article-wraper .article-main.article-service .fix-content-service h2:first-child:before {
		font-size: 18px;
	}
}

.article-wraper .article-main.article-service .fix-content-service .service-scrolls {
	max-height: 280px;
	overflow-y: scroll;
}

	.article-wraper .article-main.article-service .fix-content-service .service-scrolls img:first-child {
		display: none;
	}

	.article-wraper .article-main.article-service .fix-content-service .service-scrolls::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
		border-radius: 5px;
		background-color: #F5F5F5;
	}

	.article-wraper .article-main.article-service .fix-content-service .service-scrolls::-webkit-scrollbar {
		width: 5px;
		background-color: #000;
	}

	.article-wraper .article-main.article-service .fix-content-service .service-scrolls::-webkit-scrollbar-thumb {
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
		background-color: #000;
	}

.article-wraper .article-main.article-service .fix-content-service:nth-child(2n+1) .service-scroll-image {
	left: 50%;
}

@media (max-width: 991px) {
	.article-wraper .article-main.article-service .fix-content-service:nth-child(2n+1) .service-scroll-image {
		left: 0;
	}
}

.article-wraper .article-main.article-service .fix-content-service:nth-child(2n+1) .service-scroll {
	right: 50%;
}

@media (max-width: 991px) {
	.article-wraper .article-main.article-service .fix-content-service:nth-child(2n+1) .service-scroll {
		right: 0;
	}
}

.article-wraper .article-main.article-service .fix-content-service .service-cta {
	margin-top: 15px;
}

	.article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon {
		height: 46px;
		width: auto;
		border-radius: 22px;
		padding-left: 50px;
		padding-right: 40px;
		padding-top: 2px;
		margin-right: 20px;
		border: 2px solid #000;
		display: inline-block;
		outline: none;
		text-transform: uppercase;
		color: #000;
		background: #fff;
		font-size: 13px;
		position: relative;
		font-weight: 600;
	}

@media (max-width: 480px) {
	.article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon {
		padding-right: 35px;
		margin-right: 10px;
	}

		.article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon:last-child {
			margin-right: 0;
		}
}

.article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon:before {
	content: '';
	width: 22px;
	height: 45px;
	position: absolute;
	left: -1px;
	top: -2px;
	background: #c51017;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
}

.article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon:after {
	content: '';
	width: 22px;
	height: 45px;
	position: absolute;
	left: 21px;
	top: -2px;
	background: #000;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
}

.article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon span:before {
	background-image: url(//theme.hstatic.net/1000343108/1000435493/14/call.png?v=214);
	content: '';
	width: 30px;
	height: 30px;
	left: 6px;
	top: 6px;
	z-index: 10;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
}

.article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon.btn-form span:before {
	background-image: url(//theme.hstatic.net/1000343108/1000435493/14/support.png?v=214);
}

.article-wraper .article-main.article-service .article-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100% !important;
	height: auto !important;
}

.article-wraper .article-main.article-service .article-content .service-scroll-image img {
	-webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

@media (max-width: 991px) {
	.article-wraper .article-main.article-service .article-content .service-scroll-image img {
		margin-bottom: 20px;
	}
}

#article_comments {
	margin-bottom: 15px;
}

.header .top-link {
	position: relative;
	font-size: 13px;
	background-color: #e6e7e9;
}

	.header .top-link .header-static {
		margin: 0;
		line-height: 35px;
		font-size: 14px;
	}

		.header .top-link .header-static i {
			margin: 0 5px 0 0;
		}

	.header .top-link .right {
		text-align: right;
	}

		.header .top-link .right .top-link-dropdown {
			display: inline-block;
			vertical-align: middle;
			position: relative;
			padding: 0 20px;
		}

			.header .top-link .right .top-link-dropdown .customer-welcome {
				display: inline-block;
				position: relative;
			}

				.header .top-link .right .top-link-dropdown .customer-welcome .account {
					display: block;
					cursor: pointer;
					margin: 0;
					line-height: 35px;
					color: #363f4d;
					font-size: 1em;
					font-weight: 400;
					position: relative;
					padding-right: 15px;
				}

					.header .top-link .right .top-link-dropdown .customer-welcome .account:after {
						color: #363f4d;
						content: "\f107";
						font-family: 'FontAwesome';
						border: 0;
						top: 50%;
						right: 0;
						transform: translate(0, -50%);
						-webkit-transform: translate(0, -50%);
						-moz-transform: translate(0, -50%);
						-ms-transform: translate(0, -50%);
						-o-transform: translate(0, -50%);
						font-size: 0.9em;
						position: absolute;
					}

				.header .top-link .right .top-link-dropdown .customer-welcome .customer-menu {
					background: #ffffff;
					border-radius: 3px;
					box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
					top: 100%;
					right: 0;
					width: auto;
					border: 0;
					position: absolute;
					min-width: 200px;
					text-align: right;
					z-index: 1111;
					padding: 5px 15px;
					margin: 0;
					display: none;
				}

					.header .top-link .right .top-link-dropdown .customer-welcome .customer-menu li {
						line-height: 36px;
						margin: 0;
					}

						.header .top-link .right .top-link-dropdown .customer-welcome .customer-menu li + li {
							border-top: 1px solid #ebebeb;
						}

						.header .top-link .right .top-link-dropdown .customer-welcome .customer-menu li a {
							display: block;
						}

				.header .top-link .right .top-link-dropdown .customer-welcome:hover .customer-menu {
					display: block;
				}

.header .header-main {
	position: relative;
	padding: 5px 0;
	z-index: 100;
}

@media (max-width: 991px) {
	.header .header-main {
		padding: 10px 0;
	}
}

.header .header-main .our-service {
	position: relative;
	padding: 0;
	margin-top: 4px;
}

	.header .header-main .our-service .box {
		padding: 10px 0;
	}

		.header .header-main .our-service .box .box-inner {
			margin: 0;
			position: relative;
			padding-left: 55px;
		}

			.header .header-main .our-service .box .box-inner i {
				width: 50px;
				height: 50px;
				border: 2px solid #ebebeb;
				border-radius: 100%;
				text-align: center;
				position: absolute;
				left: 0;
				margin: 0;
				top: 50%;
				transform: translate(0, -50%);
				-webkit-transform: translate(0, -50%);
				-moz-transform: translate(0, -50%);
				-ms-transform: translate(0, -50%);
				-o-transform: translate(0, -50%);
				font-size: 21px;
				line-height: 46px;
			}

			.header .header-main .our-service .box .box-inner .content h5 {
				font-size: 14px;
				font-weight: 700;
				text-transform: uppercase;
				margin: 0;
				font-family: SFUFuturaBook;
			}

			.header .header-main .our-service .box .box-inner .content p {
				color: #91959b;
				line-height: 1.3;
				font-size: 12px;
				margin-bottom: 0;
			}

.header .header-main .minicart-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	position: relative;
	float: right;
	margin-top: 5px;
}

	.header .header-main .minicart-wrapper .showcart {
		color: #363f4d;
		display: block;
		position: relative;
		text-align: left;
		padding-left: 65px;
	}

		.header .header-main .minicart-wrapper .showcart i {
			font-size: 21px;
			display: block;
			line-height: 46px;
			width: 50px;
			height: 50px;
			border: 2px solid #ebebeb;
			border-radius: 100%;
			position: absolute;
			left: 0;
			top: 50%;
			text-align: center;
			transform: translate(0, -50%);
			-webkit-transform: translate(0, -50%);
			-moz-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
			-o-transform: translate(0, -50%);
		}

		.header .header-main .minicart-wrapper .showcart .content {
			display: flex;
			height: 52px;
		}

			.header .header-main .minicart-wrapper .showcart .content .content-inner {
				margin: auto;
			}

			.header .header-main .minicart-wrapper .showcart .content .text {
				display: block;
				font-size: 14px;
				font-weight: 500;
				height: auto;
				width: auto;
				line-height: 20px;
				position: static;
				text-transform: uppercase;
			}

		.header .header-main .minicart-wrapper .showcart .count_item_pr {
			position: absolute;
			top: 0;
			left: 30px;
			height: 20px;
			width: 20px;
			border-radius: 50%;
			background-color: #000;
			color: #fff;
			text-align: center;
			line-height: 20px;
		}

.header .header-main .top-categories-search-main {
	margin-top: 10px;
}

	.header .header-main .top-categories-search-main form {
		margin-bottom: 0;
		border: 2px solid #000;
		border-radius: 5px;
	}

		.header .header-main .top-categories-search-main form input {
			border: none;
			border-radius: 5px;
		}

		.header .header-main .top-categories-search-main form button {
			color: #000;
			background-color: transparent;
			border-radius: 5px;
		}

		.header .header-main .top-categories-search-main form .voice-mic {
			width: 32px;
			height: 32px;
			display: inline-block;
			background: url(//theme.hstatic.net/1000343108/1000435493/14/microphone.svg?v=214) no-repeat center center;
			background-size: 100% 100%;
			position: absolute;
			right: 35px !important;
			top: 4px;
			background-size: 18px;
		}

@media (max-width: 991px) {
	.header .header-main .top-categories-search-main form .voice-mic {
		right: 30px;
	}
}

.header .header-bottom {
	/* background-color: #000; */
}

@media (max-width: 991px) {
	.header .header-bottom {
		background-color: #fff;
		margin-bottom: 10px;
	}
}

.header .header-bottom .block-search {
	border-left: 1px solid #3e3b3c;
}

@media (max-width: 991px) {
	.header .header-bottom .block-search {
		border-left: none;
	}
}

.header .header-bottom .block-search .form {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.header .header-bottom .block-search .form {
		border: 1px solid #e5e5e5;
	}
}

.header .header-bottom .block-search .form .input {
	background: none;
	border: 0;
	color: #a4a4a4;
	line-height: 46px;
	height: 46px;
	margin: 0;
	outline: none;
	padding-left: 10px;
	padding-right: 5px;
}

@media (max-width: 991px) {
	.header .header-bottom .block-search .form .input {
		color: #333;
		height: 35px;
		line-height: 35px;
	}
}

.header .header-bottom .block-search .form .button {
	background: none;
	border: 0;
	color: #a4a4a4;
	outline: none;
}

@media (max-width: 991px) {
	.header .header-bottom .block-search .form .button {
		color: #000;
		height: 35px;
		line-height: 35px;
		padding-left: 12px;
		padding-right: 12px;
	}
}

.header .header-bottom .block-search .form .voice-mic {
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(//theme.hstatic.net/1000343108/1000435493/14/microphone.svg?v=214) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	right: 40px;
	top: 7px;
	background-size: 18px;
	background-color: #231f20;
}

@media (max-width: 991px) {
	.header .header-bottom .block-search .form .voice-mic {
		right: 30px;
		background-color: transparent;
		top: 2px;
	}
}

.header .header-bottom nav {
	background-color: transparent;
}

	.header .header-bottom nav .nav .nav-item > a {
		font-size: 17px;
		padding: 8px 17px;
		text-transform: unset;
		color: #000;
		position: relative;
		font-weight: 600;
		font-family: 'SVN-APTIMA-BOLD';
	}

		.header .header-bottom nav .nav .nav-item > a:before {
			content: "";
			position: absolute;
			left: 0;
			bottom: -22px;
			width: 100%;
			height: 25px;
			background: 0 0;
			display: none;
			z-index: 8;
		}

	.header .header-bottom nav .nav .nav-item.active > a, .header .header-bottom nav .nav .nav-item:hover > a {
		color: #ff0d0d;
	}

		.header .header-bottom nav .nav .nav-item.active > a:before, .header .header-bottom nav .nav .nav-item:hover > a:before {
			display: block;
		}

	.header .header-bottom nav .nav .nav-item ul.dropdown-menu {
		padding: 0;
		border: none;
		background: #fff none repeat scroll 0 0;
		border-radius: 0;
		box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
		min-width: 220px;
		font-weight: 500;
		top: 100%;
	}

@media (min-width: 1025px) {
	.header .header-bottom nav .nav .nav-item ul.dropdown-menu {
		display: block;
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
		-moz-transition: .2s ease-out;
		-o-transition: .2s ease-out;
		-webkit-transition: .2s ease-out;
		-ms-transition: .2s ease-out;
		transition: .2s ease-out;
		-moz-transform: translateY(20px);
		-o-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.header .header-bottom nav .nav .nav-item ul.dropdown-menu li {
	padding: 0;
	border-bottom: 1px solid #f7f7f7;
}

	.header .header-bottom nav .nav .nav-item ul.dropdown-menu li:last-child {
		border-bottom: none;
	}

	.header .header-bottom nav .nav .nav-item ul.dropdown-menu li a {
		padding: 10px 10px;
		position: relative;
		padding-right: 20px;
		font-size: 16px;
		font-family: 'SVN-APTIMA-BOLD';
	}

		.header .header-bottom nav .nav .nav-item ul.dropdown-menu li a i {
			position: absolute;
			right: 10px;
			top: 50%;
			transform: translate(0, -50%);
		}

		.header .header-bottom nav .nav .nav-item ul.dropdown-menu li a:hover, .header .header-bottom nav .nav .nav-item ul.dropdown-menu li a:focus {
			background-color: transparent;
			color: #000;
		}

	.header .header-bottom nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
		top: 0;
	}

.header .header-bottom nav .nav .nav-item:hover > .dropdown-menu {
	display: block;
	margin-top: 0;
}

@media (min-width: 1025px) {
	.header .header-bottom nav .nav .nav-item:hover > .dropdown-menu {
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
		-moz-transition: .3s ease-in;
		-o-transition: .3s ease-in;
		-webkit-transition: .3s ease-in;
		-ms-transition: .3s ease-in;
		transition: .3s ease-in;
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.header .header-bottom nav .nav .nav-item:hover > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

@media (min-width: 1025px) {
	.header .header-bottom nav .nav .nav-item:hover > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
		-moz-transition: .3s ease-in;
		-o-transition: .3s ease-in;
		-webkit-transition: .3s ease-in;
		-ms-transition: .3s ease-in;
		transition: .3s ease-in;
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.header .header-bottom nav .nav .nav-item:hover > a:before {
	display: block;
}

.footer-container {
	background: url(../images/bg-footers.jpg);
	background-size: cover;
	padding: 30px 0;
}

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

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

			.footer-container .footer-top .footer-static .logo-footer {
				margin-bottom: 14px;
			}

			.footer-container .footer-top .footer-static .footer-content ul {
				list-style: none;
			}

				.footer-container .footer-top .footer-static .footer-content ul li {
					display: block;
				}

					.footer-container .footer-top .footer-static .footer-content ul li + li {
						margin-top: 8px;
					}

					.footer-container .footer-top .footer-static .footer-content ul li a {
						color: black;
						font-size: 18px;
						padding-left: 20px;
						font-family: 'SVN-APTIMA';
						position: relative;
					}

						.footer-container .footer-top .footer-static .footer-content ul li a:hover, .footer-container .footer-top .footer-static .footer-content ul li a:focus {
							color: #109427;
						}

.social-icons {
	margin-top: 0;
	text-align: center;
}

	.social-icons ul li {
		display: inline-block;
		margin: 0px 5px 0 0;
		position: relative;
		width: 30px;
		height: 30px;
		background: #000;
		border-radius: 50%;
	}

		.social-icons ul li a {
			color: white;
			display: block;
			padding: 0px 4px;
			line-height: 0;
			text-align: center;
			line-height: 30px;
			font-size: 15px;
		}

		.social-icons ul li:hover a, .social-icons ul li:focus a {
			color: #000;
		}

.footer-container .footer-top .footer-static .footer-title {
	margin: 40px 0 16px;
}

	.footer-container .footer-top .footer-static .footer-title h3 {
		font-size: 20px;
		font-family: 'SVN-APTIMA-BOLD';
		color: #000000;
		margin: 0;
		text-transform: uppercase;
	}

.footer-container .footer-top .footer-static .newsletter {
	margin: 0;
	width: 100%;
}

	.footer-container .footer-top .footer-static .newsletter .subscribe {
		display: table;
		width: 100%;
	}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-container .footer-top .footer-static .newsletter .subscribe {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.footer-container .footer-top .footer-static .newsletter .subscribe {
		margin-bottom: 0;
	}
}

.footer-container .footer-top .footer-static .newsletter .subscribe .control {
	margin-top: 15px;
}

	.footer-container .footer-top .footer-static .newsletter .subscribe .control input {
		border: 1px solid #ebebeb;
		color: #ababab;
		width: 100%;
		margin-bottom: 20px;
		background: none;
		height: 40px;
		padding: 0;
		padding-left: 8px;
		padding-right: 8px;
	}

		.footer-container .footer-top .footer-static .newsletter .subscribe .control input:hover, .footer-container .footer-top .footer-static .newsletter .subscribe .control input:focus {
			border-color: #000;
		}

.footer-container .footer-top .footer-static .newsletter .subscribe .actions {
	display: table-cell;
	vertical-align: top;
	width: 1%;
}

	.footer-container .footer-top .footer-static .newsletter .subscribe .actions .action {
		background: #000;
		border: 0;
		line-height: 45px;
		padding: 0 30px;
		border-radius: 3px;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500;
	}

		.footer-container .footer-top .footer-static .newsletter .subscribe .actions .action:hover, .footer-container .footer-top .footer-static .newsletter .subscribe .actions .action:focus {
			color: #fff;
			background: #dd111a;
		}

.footer-container .footer-bottom {
	padding: 15px 0;
}

	.footer-container .footer-bottom .copyright {
		color: #7a7a7a;
		background: none;
		font-weight: 400;
		line-height: 32px;
		padding: 0;
		text-align: left;
	}

@media (max-width: 767px) {
	.footer-container .footer-bottom .copyright {
		margin-bottom: 10px;
		display: block;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.footer-container .footer-bottom .copyright {
		line-height: inherit;
		text-align: center;
		display: block;
	}
}

.footer-container .footer-bottom .payment {
	text-align: right;
}

	.footer-container .footer-bottom .payment img {
		display: block;
		float: right;
		max-height: 32px;
	}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-container .footer-bottom {
		text-align: center;
	}

		.footer-container .footer-bottom .copyright {
			font-size: 15px;
			margin-bottom: 8px;
			display: block;
			text-align: center;
		}

		.footer-container .footer-bottom .payment {
			text-align: center;
		}

			.footer-container .footer-bottom .payment img {
				float: none;
				display: block;
				margin-left: auto;
				margin-right: auto;
			}
}

.group-category .section-tour-owl-2.owl-carousel {
	overflow-x: hidden;
}

	.group-category .section-tour-owl-2.owl-carousel .owl-nav .owl-prev, .group-category .section-tour-owl-2.owl-carousel .owl-nav .owl-next {
		-moz-transition: all 0.45s ease;
		-webkit-transition: all 0.45s ease;
		-o-transition: all 0.45s ease;
		-ms-transition: all 0.45s ease;
		transition: all 0.45s ease;
		opacity: 0;
		visibility: hidden;
	}

	.group-category .section-tour-owl-2.owl-carousel .owl-nav .owl-next {
		height: 51px;
		width: 32px;
		border: 1px solid #f1f5f6;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
		position: absolute;
		right: 0;
		text-align: center;
		line-height: 45px;
		top: 50%;
		transform: translate(0, -50%);
		color: #878fa0;
		font-size: 20px;
		margin: 0;
		right: -50px;
	}

		.group-category .section-tour-owl-2.owl-carousel .owl-nav .owl-next.disabled {
			opacity: 0.2 !important;
		}

	.group-category .section-tour-owl-2.owl-carousel .owl-nav .owl-prev {
		height: 51px;
		width: 32px;
		border: 1px solid #f1f5f6;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
		position: absolute;
		left: 0;
		text-align: center;
		line-height: 45px;
		top: 50%;
		transform: translate(0, -50%);
		color: #878fa0;
		font-size: 20px;
		margin: 0;
		left: -50px;
	}

		.group-category .section-tour-owl-2.owl-carousel .owl-nav .owl-prev.disabled {
			opacity: 0.2 !important;
		}

	.group-category .section-tour-owl-2.owl-carousel .owl-dots {
		position: relative;
		display: none;
	}

@media (max-width: 767px) {
	.group-category .section-tour-owl-2.owl-carousel .owl-dots {
		display: block;
	}
}

.group-category .section-tour-owl-2.owl-carousel .owl-dots .owl-dot {
	height: 10px;
	width: 10px;
	background-color: #e5e5e5;
}

	.group-category .section-tour-owl-2.owl-carousel .owl-dots .owl-dot.active {
		background-color: #000;
	}

.group-category .section-tour-owl-2.owl-carousel:hover .owl-nav .owl-prev {
	left: 0;
	opacity: 1;
	visibility: inherit;
}

.group-category .section-tour-owl-2.owl-carousel:hover .owl-nav .owl-next {
	right: 0;
	opacity: 1;
	visibility: inherit;
}

.group-category .item .category-item {
	text-align: center;
}

	.group-category .item .category-item img {
		background: #fff;
		border-radius: 10px;
		margin: 1px 0 8px;
		object-fit: scale-down;
		padding: 7px;
		transform: scale(1);
		transition-duration: .4s;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border: 7px solid #f5f5f5;
	}

	.group-category .item .category-item h6 {
		font-size: 13px;
		margin: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

.group-category .item:hover .category-item h6 {
	color: #000;
}

.category-products .sort-cate {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	display: block;
	padding: 5px 0;
}

	.category-products .sort-cate .sort-cate-left {
		float: left;
		margin-top: 5px;
	}

		.category-products .sort-cate .sort-cate-left h3 {
			color: #000;
			font-size: 14px;
			font-family: 'SFUFuturaBook';
			float: left;
			margin: 0;
			margin-top: 2px;
		}

		.category-products .sort-cate .sort-cate-left ul {
			display: inline-block;
		}

			.category-products .sort-cate .sort-cate-left ul li {
				float: left;
				padding: 0 0 0 10px;
			}

				.category-products .sort-cate .sort-cate-left ul li a {
					color: #000;
					font-size: 14px;
					position: relative;
				}

					.category-products .sort-cate .sort-cate-left ul li a i {
						height: 16px;
						width: 16px;
						border: 2px solid #ddd;
						border-radius: 50%;
						display: inline-block;
						vertical-align: middle;
						margin: -3px 5px 0 0;
						position: relative;
					}

				.category-products .sort-cate .sort-cate-left ul li:hover i, .category-products .sort-cate .sort-cate-left ul li.active i {
					border: 2px solid #000;
					height: 16px;
					width: 16px;
				}

					.category-products .sort-cate .sort-cate-left ul li:hover i:before, .category-products .sort-cate .sort-cate-left ul li.active i:before {
						content: "";
						width: 8px;
						height: 8px;
						background-color: #000;
						position: absolute;
						border-radius: 50%;
						margin: 2px;
					}

	.category-products .sort-cate .sort-cate-right {
		float: right;
	}

		.category-products .sort-cate .sort-cate-right h3 {
			color: #000;
			font-size: 14px;
			font-weight: normal;
			float: left;
			margin: 0;
			margin-top: 5px;
			margin-right: 5px;
		}

		.category-products .sort-cate .sort-cate-right .view-mode {
			display: inline-block;
		}

@media (max-width: 480px) {
	.category-products .sort-cate .sort-cate-right .view-mode {
		text-align: center;
		display: block;
	}
}

.category-products .sort-cate .sort-cate-right .view-mode a {
	border: 1px solid #eaeced;
	width: 65px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	height: auto;
	line-height: inherit;
	float: left;
	border-radius: 0;
	height: 30px;
	line-height: 30px;
}

@media (min-width: 413px) and (max-width: 415px) {
	.category-products .sort-cate .sort-cate-right .view-mode a {
		width: 90px;
	}
}

@media (min-width: 374px) and (max-width: 380px) {
	.category-products .sort-cate .sort-cate-right .view-mode a {
		width: 80px;
	}
}

.category-products .sort-cate .sort-cate-right .view-mode a.active, .category-products .sort-cate .sort-cate-right .view-mode a:hover {
	color: #000;
}

.category-products .sort-cate .sort-cate-right .view-mode a + a {
	margin-left: 5px;
}

@media (max-width: 480px) {
	.category-products .sort-cate .sort-cate-right .view-mode a {
		float: none;
	}
}

@media (max-width: 480px) {
	.category-products .sort-cate .sort-cate-right {
		width: 50%;
	}

		.category-products .sort-cate .sort-cate-right h3 {
			display: block;
			text-align: left;
			margin-right: 0;
			float: none;
		}
}

@media (max-width: 480px) {
	.category-products .sort-cate .sort-cate-right-mobile {
		width: 100%;
		float: left;
	}

		.category-products .sort-cate .sort-cate-right-mobile #sort-by {
			float: none;
		}

			.category-products .sort-cate .sort-cate-right-mobile #sort-by .left {
				display: block;
				float: left;
				line-height: 1.4;
				font-weight: normal;
				margin-right: 10px;
				margin-top: 5px;
			}

			.category-products .sort-cate .sort-cate-right-mobile #sort-by ul {
				float: none;
			}

				.category-products .sort-cate .sort-cate-right-mobile #sort-by ul > li {
					border: 1px solid #eaeced;
					padding: 0 5px;
					width: 137px;
					line-height: 28px;
				}

				.category-products .sort-cate .sort-cate-right-mobile #sort-by ul ul {
					background-color: #fff;
					border-top: none;
				}

					.category-products .sort-cate .sort-cate-right-mobile #sort-by ul ul li {
						width: 100%;
						border: none;
					}
}

.single-ant-item .product {
	margin-bottom: 30px;
	box-sizing: border-box;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	text-align: center;
	background-color: #fff;
	-ms-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

	.single-ant-item .product .row-left {
		overflow: hidden;
		font-size: 0;
		position: relative;
		text-align: center;
		padding: 10px;
	}

		.single-ant-item .product .row-left > a {
			display: inline-block;
			*display: inline;
			zoom: 1;
			font-size: 0;
			text-align: center;
			position: relative;
		}

			.single-ant-item .product .row-left > a img.rotation {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				-ms-transition: all 500ms ease;
				-webkit-transition: all 500ms ease;
				transition: all 500ms ease;
				opacity: 0;
				filter: alpha(opacity=0);
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
			}

		.single-ant-item .product .row-left .product-label {
			position: absolute;
			top: 15px;
			left: 20px;
		}

			.single-ant-item .product .row-left .product-label .label-element {
				position: relative;
				padding-left: 5px;
				padding-right: 5px;
				border-style: solid;
				border-width: 0px;
				width: auto;
				height: 18px;
				border-radius: 0px;
				font-weight: 500;
				text-transform: uppercase;
				margin-top: 5px;
				-ms-transition: all 500ms ease;
				-webkit-transition: all 500ms ease;
				transition: all 500ms ease;
				-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
				-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
				box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
				color: #fff;
				border-color: #f3445c;
				background-color: #f3445c;
			}

				.single-ant-item .product .row-left .product-label .label-element span {
					display: block;
					font-size: 12px;
					border-width: 0px;
					height: 18px;
					line-height: 18px;
				}

	.single-ant-item .product .row-right {
		-ms-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		text-align: left;
		padding: 0px 10px 5px;
		position: relative;
	}

@media (max-width: 480px) {
	.single-ant-item .product .row-right {
		padding: 0;
	}
}

.single-ant-item .product .row-right .product-title {
	margin-bottom: 2px;
	margin-top: 0px;
}

	.single-ant-item .product .row-right .product-title a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		zoom: 1;
		-ms-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		line-height: 1.5em;
		font-weight: 500;
		font-size: 14px;
		color: #27272f;
	}

	.single-ant-item .product .row-right .product-title:hover a {
		color: #000;
	}

.single-ant-item .product .row-right .rating-star {
	margin-bottom: 4px;
}


.single-ant-item .product .row-right .product-price {
	background-color: transparent;
}

	.single-ant-item .product .row-right .product-price .price_sale {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		font-family: SFUFUturaBook;
	}

	.single-ant-item .product .row-right .product-price .price_compare {
		color: #858585;
		margin-left: 5px;
		font-size: 14px;
		font-weight: bold;
		font-family: SFUFUturaBook;
		vertical-align: top;
	}

.single-ant-item .product .hover-mask {
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	bottom: auto;
	z-index: 0;
	-ms-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

@media (max-width: 1024px) {
	.single-ant-item .product .hover-mask {
		display: none !important;
	}
}

.single-ant-item .product .hover-mask:after {
	content: '';
	background-color: #fff;
	height: 10px;
	position: absolute;
	top: 0;
	left: 1px;
	right: 1px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single-ant-item .product .hover-mask .hover-mask-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: #fff;
	padding: 5px 10px 15px;
}

	.single-ant-item .product .hover-mask .hover-mask-inner form {
		margin-bottom: 0;
	}

		.single-ant-item .product .hover-mask .hover-mask-inner form button {
			font-size: 14px;
			font-weight: 500;
			height: 48px;
			color: #858585;
			border-color: #f2f2f2;
			background-color: #fff;
			text-transform: capitalize;
			padding: 0;
			-ms-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			transition: all 500ms ease;
			-moz-appearance: none;
			-webkit-appearance: none;
			appearance: none;
			text-align: center;
			width: 36px;
			height: 36px;
			line-height: 32px;
			border-width: 2px;
			border-style: solid;
			border-radius: 5px;
		}

			.single-ant-item .product .hover-mask .hover-mask-inner form button i {
				font-size: 18px;
				height: 32px;
				line-height: 32px;
				display: block;
			}

			.single-ant-item .product .hover-mask .hover-mask-inner form button:hover, .single-ant-item .product .hover-mask .hover-mask-inner form button:focus {
				border-color: #000;
				color: #000;
			}

	.single-ant-item .product .hover-mask .hover-mask-inner .quickview-wishlist-wrapper {
		margin-left: 1px;
	}

		.single-ant-item .product .hover-mask .hover-mask-inner .quickview-wishlist-wrapper li {
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-left: 7px;
		}

			.single-ant-item .product .hover-mask .hover-mask-inner .quickview-wishlist-wrapper li a {
				-moz-appearance: none;
				-webkit-appearance: none;
				appearance: none;
				display: block;
				color: #858585;
				border-color: #f2f2f2;
				background-color: #fff;
				width: 36px;
				height: 36px;
				border-radius: 5px;
				border-width: 2px;
				border-style: solid;
				text-align: center;
				display: inline-block;
				*display: inline;
				zoom: 1;
			}

				.single-ant-item .product .hover-mask .hover-mask-inner .quickview-wishlist-wrapper li a i {
					display: block;
					height: 32px;
					line-height: 32px;
				}

				.single-ant-item .product .hover-mask .hover-mask-inner .quickview-wishlist-wrapper li a:hover, .single-ant-item .product .hover-mask .hover-mask-inner .quickview-wishlist-wrapper li a:focus {
					border-color: #000;
					color: #000;
				}

@media (min-width: 1025px) {
	.single-ant-item:hover .product {
		-moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
	}
}

.single-ant-item:hover .product .row-left > a img.rotation {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
}

.single-ant-item:hover .product .row-left > a img.not-rotation {
	opacity: 0;
}

.single-ant-item:hover .product .hover-mask {
	visibility: visible;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
	z-index: 1;
}

	.single-ant-item:hover .product .hover-mask .hover-mask-inner {
		-moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
	}

.category-products-grids .single-ant-item .product .row-left .container_item {
	display: block;
	height: 190px;
	position: relative;
}

	.category-products-grids .single-ant-item .product .row-left .container_item img {
		width: auto !important;
		max-height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

@media (min-width: 1024px) {
	.category-products-grids .products-view-grid .col-xs-6:nth-child(4n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.category-products-grids .products-view-grid .col-xs-6:nth-child(3n+1) {
		clear: left;
	}
}

@media (max-width: 767px) {
	.category-products-grids .products-view-grid .col-xs-6:nth-child(2n+1) {
		clear: left;
	}
}

.category-products-grids .products-view-grid .ant-product-item .product-item-photo {
	display: block;
	height: 200px;
	position: relative;
}

@media (max-width: 1024px) {
	.category-products-grids .products-view-grid .ant-product-item .product-item-photo {
		height: 162px;
	}
}

@media (max-width: 991px) {
	.category-products-grids .products-view-grid .ant-product-item .product-item-photo {
		height: 230px;
	}
}

@media (max-width: 767px) {
	.category-products-grids .products-view-grid .ant-product-item .product-item-photo {
		height: 348px;
	}
}

@media (max-width: 667px) {
	.category-products-grids .products-view-grid .ant-product-item .product-item-photo {
		height: 314px;
	}
}

@media (max-width: 569px) {
	.category-products-grids .products-view-grid .ant-product-item .product-item-photo {
		height: 264px;
	}
}

@media (max-width: 480px) {
	.category-products-grids .products-view-grid .ant-product-item .product-item-photo {
		height: 193px;
	}
}

@media (max-width: 376px) {
	.category-products-grids .products-view-grid .ant-product-item .product-item-photo {
		height: 174px;
	}
}

@media (max-width: 321px) {
	.category-products-grids .products-view-grid .ant-product-item .product-item-photo {
		height: 146px;
	}
}

.category-products-grids .products-view-grid .ant-product-item .product-item-photo img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.products-view-grid .ant-product-item {
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	padding: 5px;
}

.details-product .product-image-block .large-image .button_wh_40 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background-color: #f5f5f5;
	border-radius: 50%;
}

.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-prev, .details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-next {
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	opacity: 0;
	visibility: hidden;
}

.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-next {
	height: 51px;
	width: 32px;
	border: 1px solid #f1f5f6;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
	position: absolute;
	right: 0;
	text-align: center;
	line-height: 45px;
	top: 50%;
	transform: translate(0, -50%);
	color: #878fa0;
	font-size: 20px;
	margin: 0;
	right: -50px;
}

	.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-next.disabled {
		opacity: 0.2 !important;
	}

.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-prev {
	height: 51px;
	width: 32px;
	border: 1px solid #f1f5f6;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
	position: absolute;
	left: 0;
	text-align: center;
	line-height: 45px;
	top: 50%;
	transform: translate(0, -50%);
	color: #878fa0;
	font-size: 20px;
	margin: 0;
	left: -50px;
}

	.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-prev.disabled {
		opacity: 0.2 !important;
	}

.details-product .product-image-block #gallery_01.owl-carousel:hover .owl-nav .owl-prev {
	left: 0;
	opacity: 1;
	visibility: inherit;
}

.details-product .product-image-block #gallery_01.owl-carousel:hover .owl-nav .owl-next {
	right: 0;
	opacity: 1;
	visibility: inherit;
}

.details-product .product-image-block #gallery_01.owl-carousel .owl-dots {
	display: none;
}

.details-product .product-image-block #gallery_01.owl-carousel .item {
	border: 1px solid #e5e5e5;
	padding: 2px;
	position: relative;
	height: 97px;
	margin: 1px;
}

@media (max-width: 1024px) {
	.details-product .product-image-block #gallery_01.owl-carousel .item {
		height: 68px;
	}
}

@media (max-width: 991px) {
	.details-product .product-image-block #gallery_01.owl-carousel .item {
		height: 81px;
	}
}

@media (max-width: 767px) {
	.details-product .product-image-block #gallery_01.owl-carousel .item {
		height: 130px;
	}
}

@media (max-width: 480px) {
	.details-product .product-image-block #gallery_01.owl-carousel .item {
		height: 97px;
	}
}

.details-product .product-image-block #gallery_01.owl-carousel .item img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width: 767px) {
	.details-product .details-pro {
		margin-top: 10px;
	}
}

.details-product .details-pro .price-box .special-price {
	display: inline-block;
	float: left;
}

	.details-product .details-pro .price-box .special-price .product-price {
		display: inline-block;
		font-size: 24px;
		color: #eb0000;
		vertical-align: middle;
		margin-right: 10px;
		font-weight: 600;
	}

.details-product .details-pro .price-box .old-price {
	display: inline-block;
	float: left;
}

	.details-product .details-pro .price-box .old-price .product-price-old {
		font-size: 18px;
		color: #bbb;
	}

.details-product .details-pro .inventory_quantity .stock-brand-title {
	color: #333;
}

.details-product .details-pro .inventory_quantity .a-stock {
	color: #30a43b;
}

.details-product .product-summary .rte p {
	margin-bottom: 7px;
}

.details-product .form-product .swatch {
	margin: 10px 0;
}

	.details-product .form-product .swatch .header {
		display: block;
		float: none;
	}

.details-product .form-product form {
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	.details-product .form-product form {
		margin-bottom: 0;
	}
}

.details-product .form-product .form-group {
	width: 100%;
	padding-bottom: 10px;
}

	.details-product .form-product .form-group .group-label {
		font-weight: 700;
		margin: 0.1em 0;
		text-align: left;
		margin-bottom: 8px;
	}

	.details-product .form-product .form-group .custom-btn-number {
		width: 150px;
		float: left;
		position: relative;
		padding: 0;
		margin-bottom: 20px;
		border: none;
		box-shadow: none;
		background-color: transparent;
	}

@media (max-width: 480px) {
	.details-product .form-product .form-group .custom-btn-number {
		margin-bottom: 10px;
	}
}

.details-product .form-product .form-group .custom-btn-number input {
	margin: 0px;
	display: block;
	float: left;
	height: 50px;
	border: solid 1px #ebebeb;
	border-right: none;
	border-left: none;
	width: 55px;
	text-align: center;
	box-shadow: none;
	border-radius: 0px;
	font-size: 15px;
	outline: none;
}

.details-product .form-product .form-group .custom-btn-number button {
	font-size: 20px;
	line-height: 0px;
	border: solid 1px #ebebeb;
	display: inline-block;
	width: 40px;
	height: 50px;
	background: #fff;
	float: left;
	color: #333;
	text-align: center;
	padding: 0px;
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
}

	.details-product .form-product .form-group .custom-btn-number button.btn-minus {
		border-radius: 0;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.details-product .form-product .form-group .custom-btn-number button.btn-plus {
		border-radius: 0;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.details-product .form-product .form-group .custom-btn-number button:hover, .details-product .form-product .form-group .custom-btn-number button:focus {
		background-color: #000;
		border-color: #000;
		color: #fff;
	}

.details-product .form-product .form-group .btn-mua a {
	background: #fd6e1d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
	background: #000;
	font-size: 16px;
	outline: none;
	box-shadow: none;
	padding: 10px;
	color: #fff;
	height: auto;
	line-height: inherit;
	width: 100%;
	border-radius: 2px;
	height: 50px;
	border: none;
}

.details-product .form-product .form-group .btn-mua button span {
	display: block;
	width: 100%;
	text-align: center;
}

	.details-product .form-product .form-group .btn-mua button span.txt-main {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.1;
		text-transform: uppercase;
	}

.details-product .form-product .form-group .btn-mua button:hover, .details-product .form-product .form-group .btn-mua button:focus {
	color: #fff;
	opacity: 0.9;
}

@media (max-width: 480px) {
	.details-product .form-product .form-group .btn-mua button {
		width: 100%;
	}
}

.details-product .form-product .form-group .btn-mua.btnsold {
	width: 100%;
}

.details-product .form-product .box-variant .selector-wrapper select {
	height: 40px;
}

.details-product .form-product .btn-callmeback {
	width: 48.5% !important;
	float: left;
	background-color: #288ad6 !important;
	border: none !important;
	border-radius: 2px;
	height: 50px;
	font-size: 16px;
	outline: none;
	box-shadow: none;
	padding: 10px;
	color: #fff;
	height: auto;
	line-height: inherit;
}

	.details-product .form-product .btn-callmeback:hover, .details-product .form-product .btn-callmeback:focus {
		color: #fff !important;
		background-color: #206eab !important;
	}

	.details-product .form-product .btn-callmeback + .btn-callmeback {
		float: right;
	}

.details-product .inve_brand .stock-brand-title i, .details-product .inventory_quantity .stock-brand-title i {
	color: #000;
}

.details-product .product-top .title-head {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 15px;
	line-height: normal;
}


.details-product .product-top .iddanhgia {
	float: left;
}

	.details-product .product-top .iddanhgia:hover {
		cursor: pointer;
		color: #000;
	}

.details-product .product-tab .tabs-title {
	border-bottom: 1px solid #e6e6e6;
}

	.details-product .product-tab .tabs-title .tab-link {
		margin-right: 0;
		padding: 0 20px;
		background-color: #404042;
		border-radius: 0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

@media (max-width: 480px) {
	.details-product .product-tab .tabs-title .tab-link {
		width: 100%;
		border-radius: 0;
		margin-top: 2px;
	}
}

.details-product .product-tab .tabs-title .tab-link h3 {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 7px 0;
	margin: 0;
}

@media (max-width: 480px) {
	.details-product .product-tab .tabs-title .tab-link h3 {
		text-align: center;
	}
}

.details-product .product-tab .tabs-title .tab-link.current, .details-product .product-tab .tabs-title .tab-link:hover {
	background-color: #000;
}

	.details-product .product-tab .tabs-title .tab-link.current h3, .details-product .product-tab .tabs-title .tab-link:hover h3 {
		color: #fff;
	}

.details-product .product-tab .product-well {
	min-height: 20px;
	padding: 0;
	padding-bottom: 35px;
	background-color: #fff;
	position: relative;
	margin-bottom: 18px;
	box-shadow: none;
	outline: none;
	border: none;
	border-radius: 0;
}

	.details-product .product-tab .product-well .ba-text-fpt {
		height: 350px;
		overflow: hidden;
		-webkit-transition: height 0.2s;
		-moz-transition: height 0.2s;
		transition: height 0.2s;
	}

	.details-product .product-tab .product-well.expanded .ba-text-fpt {
		height: auto;
		-webkit-transition: height 0.2s;
		-moz-transition: height 0.2s;
		transition: height 0.2s;
	}

	.details-product .product-tab .product-well.expanded .less-text {
		display: block;
	}

	.details-product .product-tab .product-well.expanded .more-text {
		display: none;
	}

	.details-product .product-tab .product-well.expanded .show-more::before {
		display: none;
	}

	.details-product .product-tab .product-well .show-more {
		position: relative;
	}

		.details-product .product-tab .product-well .show-more .btn--view-more {
			position: absolute;
			top: 100%;
			left: 50%;
			width: 120px;
			margin-left: -60px;
			margin-top: 0px;
			text-align: center;
			background-color: transparent;
			color: #0a5bff;
			font-weight: normal;
			outline: none;
			box-shadow: none;
		}

			.details-product .product-tab .product-well .show-more .btn--view-more:hover, .details-product .product-tab .product-well .show-more .btn--view-more:focus {
				color: #000;
				border-color: #000;
				outline: none;
				box-shadow: none;
			}

		.details-product .product-tab .product-well .show-more::before {
			display: block;
			content: "";
			height: 120px;
			position: absolute;
			top: -120px;
			width: 100%;
			left: 0;
			background: rgba(255, 255, 255, 0.6);
			background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.33) 33%, rgba(255, 255, 255, 0.8) 83%, #fff);
		}

	.details-product .product-tab .product-well .less-text {
		display: none;
	}

.details-product .service-block {
	border: 1px solid #ebebeb;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

	.details-product .service-block .sidebar-content {
		margin-bottom: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}

		.details-product .service-block .sidebar-content .service-item {
			text-align: center;
			padding-bottom: 25px;
			margin-bottom: 25px;
			border-bottom: 1px solid #ebebeb;
		}

			.details-product .service-block .sidebar-content .service-item:last-child {
				padding-bottom: 0;
				margin-bottom: 0;
				border-bottom: none;
			}

			.details-product .service-block .sidebar-content .service-item .item-top {
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				-webkit-flex-wrap: wrap;
				-moz-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-ms-flex-align: center;
				-webkit-align-items: center;
				-moz-align-items: center;
				-ms-align-items: center;
				-o-align-items: center;
				align-items: center;
				margin-bottom: 5px;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
			}

				.details-product .service-block .sidebar-content .service-item .item-top .img {
					width: 50px;
					height: 50px;
					border-radius: 50%;
					border: 1px solid #e8e8e8;
					background-color: #fff;
					display: inline-block;
					*display: inline;
					zoom: 1;
					text-align: center;
					line-height: 50px;
					-ms-transition: all 500ms ease;
					-webkit-transition: all 500ms ease;
					transition: all 500ms ease;
					overflow: hidden;
					position: relative;
				}

					.details-product .service-block .sidebar-content .service-item .item-top .img img {
						-ms-transition: all 500ms ease;
						-webkit-transition: all 500ms ease;
						transition: all 500ms ease;
						-webkit-filter: grayscale(1) invert(1);
						filter: grayscale(1) invert(1);
						max-width: 35px;
						position: relative;
						top: -2px;
					}

				.details-product .service-block .sidebar-content .service-item .item-top .title {
					display: block;
					width: 100%;
					font-size: 16px;
					font-weight: 500;
					color: #363f4d;
				}

			.details-product .service-block .sidebar-content .service-item .caption {
				font-weight: normal;
				margin-bottom: 0;
				color: #363f4d;
				font-size: 13px;
			}

			.details-product .service-block .sidebar-content .service-item:hover .item-top .img {
				background-color: #000;
				border-color: #000;
			}

				.details-product .service-block .sidebar-content .service-item:hover .item-top .img img {
					-webkit-filter: grayscale(0) invert(0);
					filter: grayscale(0) invert(0);
				}

.callmeback-form .modal-header {
	background-color: #000;
}

	.callmeback-form .modal-header .modal-title {
		padding-left: 0;
		min-height: 1px;
		text-align: center;
		color: #fff;
	}

	.callmeback-form .modal-header button {
		position: absolute;
		right: 10px;
		z-index: 99;
	}

@media (min-width: 1024px) {
	.callmeback-form .modal-dialog {
		width: 750px;
	}
}

@media (max-width: 767px) {
	.callmeback-form .modal-body img {
		max-height: 170px;
	}
}

.callmeback-form .modal-body .cta-name-pro {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}

.callmeback-form .modal-body .col-md-7 {
	padding-left: 0;
}

	.callmeback-form .modal-body .col-md-7 input {
		border-radius: 0;
	}

		.callmeback-form .modal-body .col-md-7 input:focus {
			outline: none;
			box-shadow: none;
		}



.related-product h2.title-head {
	font-weight: 500;
	font-size: 22px;
	padding: 0px 0 10px;
	margin-bottom: 0;
	margin-top: 10px;
}

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

@media (max-width: 480px) {
	.related-product .home-title h2 {
		font-size: 20px;
	}
}

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

	.related-product .home-title h2 a:hover, .related-product .home-title h2 a:focus {
		color: #000;
	}

.related-product .home-title h2:after {
	left: 0;
	bottom: -2px;
	content: "";
	width: 76px;
	height: 2px;
	display: inline-block;
	background: #000;
	position: absolute;
}

.related-product .section-tour-owl {
	overflow-x: hidden;
}

	.related-product .section-tour-owl.owl-carousel .owl-nav .owl-prev, .related-product .section-tour-owl.owl-carousel .owl-nav .owl-next {
		-moz-transition: all 0.45s ease;
		-webkit-transition: all 0.45s ease;
		-o-transition: all 0.45s ease;
		-ms-transition: all 0.45s ease;
		transition: all 0.45s ease;
		opacity: 0;
		visibility: hidden;
	}

	.related-product .section-tour-owl.owl-carousel .owl-nav .owl-next {
		height: 51px;
		width: 32px;
		border: 1px solid #f1f5f6;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
		position: absolute;
		right: 0;
		text-align: center;
		line-height: 45px;
		top: 50%;
		transform: translate(0, -50%);
		color: #878fa0;
		font-size: 20px;
		margin: 0;
		right: -50px;
	}

		.related-product .section-tour-owl.owl-carousel .owl-nav .owl-next.disabled {
			opacity: 0.2 !important;
		}

	.related-product .section-tour-owl.owl-carousel .owl-nav .owl-prev {
		height: 51px;
		width: 32px;
		border: 1px solid #f1f5f6;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
		position: absolute;
		left: 0;
		text-align: center;
		line-height: 45px;
		top: 50%;
		transform: translate(0, -50%);
		color: #878fa0;
		font-size: 20px;
		margin: 0;
		left: -50px;
	}

		.related-product .section-tour-owl.owl-carousel .owl-nav .owl-prev.disabled {
			opacity: 0.2 !important;
		}

	.related-product .section-tour-owl.owl-carousel:hover .owl-nav .owl-prev {
		left: 0;
		opacity: 1;
		visibility: inherit;
	}

	.related-product .section-tour-owl.owl-carousel:hover .owl-nav .owl-next {
		right: 0;
		opacity: 1;
		visibility: inherit;
	}

	.related-product .section-tour-owl.owl-carousel .owl-dots {
		display: none !important;
	}

	.related-product .section-tour-owl.owl-carousel .single-ant-item:hover .product, .related-product .section-tour-owl.owl-carousel .single-ant-item:hover .product .hover-mask .hover-mask-inner {
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}

.related-product .single-ant-item {
	padding-bottom: 15px;
}

	.related-product .single-ant-item .product .row-left .container_item {
		display: block;
		height: 208px;
		position: relative;
	}

@media (max-width: 1024px) {
	.related-product .single-ant-item .product .row-left .container_item {
		height: 165px;
	}
}

@media (max-width: 991px) {
	.related-product .single-ant-item .product .row-left .container_item {
		height: 208px;
	}
}

@media (max-width: 767px) {
	.related-product .single-ant-item .product .row-left .container_item {
		height: 328px;
	}
}

@media (max-width: 667px) {
	.related-product .single-ant-item .product .row-left .container_item {
		height: 294px;
	}
}

@media (max-width: 569px) {
	.related-product .single-ant-item .product .row-left .container_item {
		height: 244px;
	}
}

@media (max-width: 480px) {
	.related-product .single-ant-item .product .row-left .container_item {
		height: 180px;
	}
}

@media (max-width: 376px) {
	.related-product .single-ant-item .product .row-left .container_item {
		height: 160px;
	}
}

@media (max-width: 321px) {
	.related-product .single-ant-item .product .row-left .container_item {
		height: 130px;
	}
}

.related-product .single-ant-item .product .row-left .container_item img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.related-product .ant-product-item .product-item-photo {
	display: block;
	height: 218px;
	position: relative;
}

@media (max-width: 1024px) {
	.related-product .ant-product-item .product-item-photo {
		height: 178px;
	}
}

@media (max-width: 991px) {
	.related-product .ant-product-item .product-item-photo {
		height: 233px;
	}
}

@media (max-width: 767px) {
	.related-product .ant-product-item .product-item-photo {
		height: 351px;
	}
}

@media (max-width: 667px) {
	.related-product .ant-product-item .product-item-photo {
		height: 316px;
	}
}

@media (max-width: 569px) {
	.related-product .ant-product-item .product-item-photo {
		height: 267px;
	}
}

@media (max-width: 480px) {
	.related-product .ant-product-item .product-item-photo {
		height: 195px;
	}
}

@media (max-width: 376px) {
	.related-product .ant-product-item .product-item-photo {
		height: 175px;
	}
}

@media (max-width: 321px) {
	.related-product .ant-product-item .product-item-photo {
		height: 148px;
	}
}

.related-product .ant-product-item .product-item-photo img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.right_module .similar-product .right-bestsell h2 {
	margin: 0;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	margin-bottom: 5px;
}

	.right_module .similar-product .right-bestsell h2 a {
		color: #333;
	}

		.right_module .similar-product .right-bestsell h2 a:hover, .right_module .similar-product .right-bestsell h2 a:focus {
			color: #000;
		}

	.right_module .similar-product .right-bestsell h2:after {
		content: "";
		width: 100px;
		border-top: 2px solid #000;
		height: 3px;
		position: absolute;
		top: 30px;
		left: 0px;
		z-index: 999;
	}

.right_module .similar-product .right-bestsell .list-bestsell {
	border: 1px solid #e5e5e5;
}

	.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item {
		border-bottom: 1px solid #e9e9e9;
	}

		.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item:last-child {
			border-bottom: none;
		}

@media (min-width: 565px) and (max-width: 991px) {
	.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item:last-child {
		border-bottom: 1px solid #e9e9e9;
	}
}

.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container {
	padding: 10px 5px;
}

	.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-image {
		width: 80px;
		margin-right: 10px;
		float: left;
	}

	.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta {
		padding-left: 90px;
	}

		.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta h3 {
			margin-top: 10px;
			font-size: 14px;
			margin-bottom: 0;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			font-weight: 400;
		}

			.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta h3 a {
				color: #333;
			}

				.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta h3 a:hover, .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta h3 a:focus {
					color: #000;
					text-decoration: none;
				}

		.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta .product-price-and-shipping .price {
			color: red;
			font-weight: 600;
			font-size: 14px;
		}

		.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta .product-price-and-shipping .regular-price {
			margin-left: 7px;
			color: #bbb;
			text-decoration: line-through;
			font-size: 12px;
		}


.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item:hover .thumbnail-container .product-meta h3 a {
	color: #000;
}

@media (max-width: 991px) {
	.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item {
		width: 50%;
		float: left;
	}
}

@media (max-width: 480px) {
	.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item {
		width: 100%;
		float: none;
	}
}

.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-image {
	position: relative;
	height: 80px;
}

	.right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-image img {
		width: auto;
		max-height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

#top-tabs-info .productAnchor_horizonalNavs {
	transition: all .5s ease;
	transform: translateY(100%);
	height: 0;
	opacity: 0;
	z-index: -1;
}

	#top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav {
		border: 2px solid #000;
		padding: 5px;
		margin-bottom: 15px;
		display: none;
	}

		#top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_image {
			display: block;
			margin-left: auto;
			margin-right: auto;
			max-width: 150px;
		}

		#top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_content .product_info_name {
			font-size: 14px;
			margin-top: 10px;
			margin-bottom: 10px;
			text-align: center;
		}

		#top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_price .product_info_price_title {
			font-weight: 700;
			display: inline-block;
			margin-right: 10px;
		}

		#top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_price .product_info_price_value {
			display: inline-block;
			color: #000;
			font-size: 20px;
			font-weight: 600;
		}

		#top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn-buy-now-click {
			background: #fd6e1d;
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
			background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
			font-size: 16px;
			outline: none;
			box-shadow: none;
			padding: 0 10px;
			color: #fff;
			height: auto;
			line-height: inherit;
			width: 100%;
			border-radius: 2px;
			height: 40px;
			border: none;
			text-transform: uppercase;
			margin-top: 10px;
		}

		#top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn-tra-gop-click {
			width: 100%;
			text-align: center;
			color: #363f4d;
			font-weight: 500;
		}

			#top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn-tra-gop-click .txt-sub {
				color: #000;
			}

	#top-tabs-info .productAnchor_horizonalNavs.ins-Drop {
		transform: translateY(0px) !important;
		height: auto;
		opacity: 1;
		z-index: 1;
	}

		#top-tabs-info .productAnchor_horizonalNavs.ins-Drop .productAnchor_horizonalNav {
			display: block;
		}

.mobile-main-menu {
	height: 100%;
	overflow-y: auto;
	width: 290px;
	position: fixed;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	z-index: 999999 !important;
	top: 0 !important;
	left: 0;
	-webkit-transform: translateX(-290px);
	-ms-transform: translateX(-290px);
	transform: translateX(-290px);
}

	.mobile-main-menu::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 0px transparent;
		-moz-box-shadow: inset 0 0 0px transparent;
		border-radius: 0px;
		background-color: #fff;
	}

	.mobile-main-menu::-webkit-scrollbar {
		width: 0px;
		background-color: #fff;
	}

	.mobile-main-menu::-webkit-scrollbar-thumb {
		border-radius: 0px;
		-webkit-box-shadow: inset 0 0 0px transparent;
		-moz-box-shadow: inset 0 0 0px transparent;
		background-color: #e5e5e5;
	}

	.mobile-main-menu.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.mobile-main-menu .drawer-header {
		background-color: #000;
	}

		.mobile-main-menu .drawer-header .drawer-header--auth {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			margin: 0px 16px;
			margin-top: 0;
			padding: 15px 0;
		}

			.mobile-main-menu .drawer-header .drawer-header--auth ._object {
				width: 40px;
				height: 40px;
				margin-right: 16px;
				border-radius: 50%;
				overflow: hidden;
			}

			.mobile-main-menu .drawer-header .drawer-header--auth ._body {
				color: #fff;
				font-size: 12px;
			}

	.mobile-main-menu .ul-first-menu {
		padding-top: 8px;
		padding-bottom: 8px;
		flex-grow: initial;
		flex: 1 1 auto;
		margin: 0;
		padding: 0;
		position: relative;
		list-style: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}

		.mobile-main-menu .ul-first-menu li {
			display: flex;
			position: relative;
			align-items: center;
			justify-content: flex-start;
			text-decoration: none;
		}

			.mobile-main-menu .ul-first-menu li a {
				display: block;
				padding: 5px 10px;
				color: rgba(0, 0, 0, 0.87);
				width: 100%;
				line-height: 1.1;
			}

				.mobile-main-menu .ul-first-menu li a i {
					width: 24px;
					color: rgba(0, 0, 0, 0.54);
					height: 24px;
					font-size: 20px;
					flex-shrink: 0;
					margin-right: 5px;
				}

	.mobile-main-menu .mobile-support {
		padding: 10px;
	}

		.mobile-main-menu .mobile-support .drawer-text-support {
			color: #757575;
			font-size: 14px;
			text-transform: uppercase;
		}

		.mobile-main-menu .mobile-support li {
			display: table;
		}

			.mobile-main-menu .mobile-support li i {
				display: table-cell;
				width: 20px;
			}

			.mobile-main-menu .mobile-support li a {
				color: #000;
			}

	.mobile-main-menu .la-action-link-nav {
		margin-top: 15px;
	}

		.mobile-main-menu .la-action-link-nav > a {
			text-transform: uppercase;
			height: 35px;
			line-height: 35px;
			color: #FFF;
			border: 1px solid rgba(255, 255, 255, 0.5);
			margin-right: 5px;
			display: inline-block;
			width: 120px;
			text-align: center;
		}

			.mobile-main-menu .la-action-link-nav > a:last-child {
				margin-right: 0px;
			}

	.mobile-main-menu .la-scroll-fix-infor-user {
		height: 100%;
		overflow: auto;
	}

		.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-title-nav-items {
			padding: 10px;
			color: #757575;
			font-size: 14px;
			text-transform: uppercase;
			padding-bottom: 0;
		}

		.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
			position: relative;
			background: #FFF;
			height: auto;
			overflow-y: auto;
		}

@media (min-width: 767px) and (max-width: 991px) {
	.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
		height: 100%;
	}
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
	width: 100%;
	float: left;
	padding: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	position: relative;
	overflow: hidden;
}

	.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
		display: block;
		color: #444;
		font-size: 14px;
		width: 100%;
		height: 100%;
		padding: 10px;
		padding-right: 20px;
		position: relative;
	}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a {
	position: relative;
}

	.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
		padding: 3px 0;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translate(0, -50%);
		height: 25px;
		width: 25px;
		line-height: 25px;
		text-align: center;
	}

		.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i.active:before, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i.active:before {
			content: "\f068";
		}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
	padding-left: 10px;
	display: block;
}

	.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
		border: none;
	}

	.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 .ul-has-child2 {
		padding-left: 20px;
		display: none;
	}

.backdrop__body-backdrop___1rvky {
	visibility: hidden;
	position: fixed;
	opacity: 0;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.55);
	z-index: 9999;
	transition: opacity .5s ease;
}

	.backdrop__body-backdrop___1rvky.active {
		transition: opacity .5s ease;
		visibility: visible;
		opacity: 1;
	}

.search-main form input {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.search-main form button {
	color: #fff;
	background-color: #000;
	border-radius: 3px;
}

	.search-main form button:hover, .search-main form button:focus {
		color: #fff;
		background-color: #c51017;
	}

.search-main .products-view-grid .ant-product-item .product-item-photo {
	height: 195px;
	position: relative;
	display: block;
}

@media (max-width: 1024px) {
	.search-main .products-view-grid .ant-product-item .product-item-photo {
		height: 157px;
	}
}

@media (max-width: 991px) {
	.search-main .products-view-grid .ant-product-item .product-item-photo {
		height: 223px;
	}
}

@media (max-width: 767px) {
	.search-main .products-view-grid .ant-product-item .product-item-photo {
		height: 316px;
	}
}

@media (max-width: 668px) {
	.search-main .products-view-grid .ant-product-item .product-item-photo {
		height: 282px;
	}
}

@media (max-width: 569px) {
	.search-main .products-view-grid .ant-product-item .product-item-photo {
		height: 232px;
	}
}

@media (max-width: 480px) {
	.search-main .products-view-grid .ant-product-item .product-item-photo {
		height: 184px;
	}
}

@media (max-width: 376px) {
	.search-main .products-view-grid .ant-product-item .product-item-photo {
		height: 165px;
	}
}

@media (max-width: 321px) {
	.search-main .products-view-grid .ant-product-item .product-item-photo {
		height: 137px;
	}
}

.search-main .products-view-grid .ant-product-item .product-item-photo img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media (min-width: 1024px) {
	.search-main .products-view-grid .col-xs-6:nth-child(4n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.search-main .products-view-grid .col-xs-6:nth-child(3n+1) {
		clear: left;
	}
}

@media (max-width: 767px) {
	.search-main .products-view-grid .col-xs-6:nth-child(2n+1) {
		clear: left;
	}
}

.section_banner_home {
	padding: 30px 0;
}

@media (max-width: 991px) {
	.section_banner_home {
		padding-top: 10px;
		padding-bottom: 20px;
	}
}

.section_banner_home .box-inner {
	position: relative;
	overflow: hidden;
}

	.section_banner_home .box-inner:before {
		background: rgba(0, 0, 0, 0.1);
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		pointer-events: none;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		z-index: 1;
	}

	.section_banner_home .box-inner img {
		display: block;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
	}

	.section_banner_home .box-inner .text {
		position: absolute;
		left: 0;
		top: 40px;
		color: #fff;
		z-index: 3;
		text-align: center;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

		.section_banner_home .box-inner .text h5 {
			color: #fff;
			font-size: 25px;
			font-weight: 400;
			margin-bottom: 20px;
			line-height: 1;
			margin-top: 0;
		}

			.section_banner_home .box-inner .text h5:after {
				content: "";
				border-bottom: 2px solid #fff;
				display: block;
				width: 40px;
				margin-top: 14px;
				margin-left: auto;
				margin-right: auto;
			}

	.section_banner_home .box-inner:hover:before {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
	}

	.section_banner_home .box-inner:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
	}

.section_product {
	margin: 45px 0 39px;
}

@media (max-width: 767px) {
	.section_product {
		margin: 10px 0;
	}
}

.section_product .mainmenu {
	height: auto;
	color: #323c3f;
	cursor: pointer;
}

	.section_product .mainmenu span {
		display: block;
		position: relative;
		padding: 7px 10px;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 17px;
		color: #fff;
		border: 1px solid #000;
		background-color: #000;
	}

	.section_product .mainmenu .nav-cate {
		border: 1px solid #ebebeb;
		border-top: none;
	}

		.section_product .mainmenu .nav-cate ul {
			width: 100%;
			overflow: visible;
			border-top: none;
		}

			.section_product .mainmenu .nav-cate ul li {
				display: block;
				overflow: visible;
				padding: 5px 10px;
				cursor: pointer;
			}

				.section_product .mainmenu .nav-cate ul li + li {
					border-top: 1px dashed #ebebeb;
				}

				.section_product .mainmenu .nav-cate ul li.more h3 label {
					font-weight: normal;
				}

				.section_product .mainmenu .nav-cate ul li h3 {
					position: relative;
					display: block;
					color: #000;
					line-height: 20px;
					padding: 5.7px 0;
					margin: 0;
					font-size: 14px;
					font-weight: normal;
				}

@media (max-width: 1024px) {
	.section_product .mainmenu .nav-cate ul li h3 {
		padding: 5.4px 0;
	}
}

.section_product .mainmenu .nav-cate ul li h3 a {
	display: block;
	font-size: 15px;
	color: #000;
	padding-left: 1px;
	padding-right: 15px;
}

	.section_product .mainmenu .nav-cate ul li h3 a:hover, .section_product .mainmenu .nav-cate ul li h3 a:focus {
		color: #000;
	}

	.section_product .mainmenu .nav-cate ul li h3 a i {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translate(0, -50%);
	}

.section_product .mainmenu .nav-cate ul li h3 img {
	max-width: 22px;
	float: left;
	margin-right: 5px;
}

.section_product .mainmenu .nav-cate ul li:hover {
	background: #fff;
}

	.section_product .mainmenu .nav-cate ul li:hover h3 a {
		color: #000;
	}

.section_product .mainmenu .nav-cate ul li:last-child h3 {
	border-bottom: none;
}

.section_product .mainmenu .nav-cate ul li.dropdown {
	position: relative;
}

	.section_product .mainmenu .nav-cate ul li.dropdown:hover .subcate {
		display: block;
	}

.section_product .mainmenu .nav-cate ul li .subcate {
	display: none;
	cursor: default;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: calc(100% - -1px);
	min-height: 350px;
	background: #fff;
	padding: 5px 10px;
	width: 100%;
	font-weight: normal;
	z-index: 99;
	border: 1px dashed #000;
}

	.section_product .mainmenu .nav-cate ul li .subcate::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
		border-radius: 5px;
		background-color: #F5F5F5;
	}

	.section_product .mainmenu .nav-cate ul li .subcate::-webkit-scrollbar {
		width: 5px;
		background-color: #F5F5F5;
	}

	.section_product .mainmenu .nav-cate ul li .subcate::-webkit-scrollbar-thumb {
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
		background-color: #e5e5e5;
	}

	.section_product .mainmenu .nav-cate ul li .subcate .subcate-flex {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

@media (max-width: 1024px) {
	.section_product .mainmenu .nav-cate ul li .subcate {
		height: 340px;
		overflow-y: scroll;
	}
}

.section_product .mainmenu .nav-cate ul li .subcate aside {
	width: 100%;
	padding: 5px 10px;
	float: left;
	overflow: hidden;
	cursor: default;
	border-bottom: 1px solid #a29c9c;
}

	.section_product .mainmenu .nav-cate ul li .subcate aside a {
		line-height: 20px;
		display: block;
		text-transform: none;
		padding: 2px 0 !important;
		font-size: 14px;
	}

		.section_product .mainmenu .nav-cate ul li .subcate aside a:hover, .section_product .mainmenu .nav-cate ul li .subcate aside a:focus {
			color: #000;
		}

	.section_product .mainmenu .nav-cate ul li .subcate aside strong {
		border-bottom: solid 1px #ddd;
		display: block;
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 1.5;
		color: #666;
	}

		.section_product .mainmenu .nav-cate ul li .subcate aside strong a {
			font-size: 12px;
			color: #000;
			font-weight: bold;
			display: inline-block;
			line-height: 1.5;
			text-transform: uppercase;
		}

.section_product .mainmenu.mainmenu-other .nav-cate {
	display: none;
}

	.section_product .mainmenu.mainmenu-other .nav-cate ul {
		background-color: #fff;
	}

.section_product .mainmenu.mainmenu-other:hover .nav-cate {
	display: block;
}

@media (max-width: 1024px) {
	.section_product .mainmenu.mainmenu-other:hover .nav-cate {
		display: none;
	}
}

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

@media (max-width: 767px) {
	.section_product .section-head {
		margin-bottom: 10px;
	}
}

.section_product .section-head .group-icon {
	position: absolute;
	top: -3px;
	left: 0;
	background: #231f20;
	padding: 10px;
	display: inline-block;
	color: #fff;
	width: 39px;
	height: 42px;
	text-align: center;
	line-height: 19px;
	z-index: 1;
}

.section_product .section-head h2 {
	float: left;
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	color: black;
	background: url("../images/line_products.png") no-repeat bottom left;
	font-size: 20px;
	line-height: 35px;
	position: relative;
	font-weight: bold;
	padding-bottom: 9.5px;
	z-index: 9;
	padding-top: 6px;
}

	.section_product .section-head h2:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 39px 39px 0 0;
		border-color: #000 transparent transparent;
		position: absolute;
		right: -39px;
		top: 0;
		display: none;
	}

.section_product .content .tab-desktop {
	position: absolute;
	right: 10px;
	top: -50px;
}

	.section_product .content .tab-desktop li + li {
		margin-left: 10px;
	}

	.section_product .content .tab-desktop li.current span, .section_product .content .tab-desktop li:hover span {
		color: #000;
	}

.section_product .content .tab-mobile {
	text-align: center;
	margin-bottom: 10px;
}

	.section_product .content .tab-mobile .prev, .section_product .content .tab-mobile .next {
		height: 20px;
		width: 20px;
	}

.section_product .content .section-tour-owl2 {
	overflow-x: hidden;
}

	.section_product .content .section-tour-owl2.owl-carousel .owl-nav .owl-prev, .section_product .content .section-tour-owl2.owl-carousel .owl-nav .owl-next {
		-moz-transition: all 0.45s ease;
		-webkit-transition: all 0.45s ease;
		-o-transition: all 0.45s ease;
		-ms-transition: all 0.45s ease;
		transition: all 0.45s ease;
		opacity: 0;
		visibility: hidden;
	}

	.section_product .content .section-tour-owl2.owl-carousel .owl-nav .owl-next {
		height: 30px;
		width: 30px;
		border-radius: 50%;
		border: 1px solid #f1f5f6;
		background-color: #8f8787;
		box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
		position: absolute;
		right: 0;
		text-align: center;
		line-height: 30px;
		padding-left: 1px;
		top: 50%;
		transform: translate(0, -50%);
		color: white;
		font-size: 20px;
		margin: 0;
		right: -50px;
	}

		.section_product .content .section-tour-owl2.owl-carousel .owl-nav .owl-next.disabled {
			opacity: 0.2 !important;
		}

	.section_product .content .section-tour-owl2.owl-carousel .owl-nav .owl-prev {
		height: 30px;
		width: 30px;
		border: 1px solid #f1f5f6;
		border-radius: 50%;
		background-color: #8f8787;
		box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
		position: absolute;
		left: 0;
		text-align: center;
		line-height: 30px;
		top: 50%;
		padding-right: 2px;
		transform: translate(0, -50%);
		color: white;
		font-size: 20px;
		margin: 0;
		left: -50px;
	}

		.section_product .content .section-tour-owl2.owl-carousel .owl-nav .owl-prev.disabled {
			opacity: 0.2 !important;
		}

	.section_product .content .section-tour-owl2.owl-carousel:hover .owl-nav .owl-prev {
		left: 0;
		opacity: 1;
		visibility: inherit;
	}

	.section_product .content .section-tour-owl2.owl-carousel:hover .owl-nav .owl-next {
		right: 0;
		opacity: 1;
		visibility: inherit;
	}

	.section_product .content .section-tour-owl2.owl-carousel .owl-dots {
		display: none !important;
	}

.section_product .content .section-tour-owl3 {
	overflow-x: hidden;
}

	.section_product .content .section-tour-owl3.owl-carousel .owl-nav .owl-prev, .section_product .content .section-tour-owl3.owl-carousel .owl-nav .owl-next {
		-moz-transition: all 0.45s ease;
		-webkit-transition: all 0.45s ease;
		-o-transition: all 0.45s ease;
		-ms-transition: all 0.45s ease;
		transition: all 0.45s ease;
		opacity: 0;
		visibility: hidden;
	}

	.section_product .content .section-tour-owl3.owl-carousel .owl-nav .owl-next {
		height: 51px;
		width: 32px;
		border: 1px solid #f1f5f6;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
		position: absolute;
		right: 0;
		text-align: center;
		line-height: 45px;
		top: 50%;
		transform: translate(0, -50%);
		color: #878fa0;
		font-size: 20px;
		margin: 0;
		right: -50px;
	}

		.section_product .content .section-tour-owl3.owl-carousel .owl-nav .owl-next.disabled {
			opacity: 0.2 !important;
		}

	.section_product .content .section-tour-owl3.owl-carousel .owl-nav .owl-prev {
		height: 51px;
		width: 32px;
		border: 1px solid #f1f5f6;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
		position: absolute;
		left: 0;
		text-align: center;
		line-height: 45px;
		top: 50%;
		transform: translate(0, -50%);
		color: #878fa0;
		font-size: 20px;
		margin: 0;
		left: -50px;
	}

		.section_product .content .section-tour-owl3.owl-carousel .owl-nav .owl-prev.disabled {
			opacity: 0.2 !important;
		}

	.section_product .content .section-tour-owl3.owl-carousel:hover .owl-nav .owl-prev {
		left: 0;
		opacity: 1;
		visibility: inherit;
	}

	.section_product .content .section-tour-owl3.owl-carousel:hover .owl-nav .owl-next {
		right: 0;
		opacity: 1;
		visibility: inherit;
	}

	.section_product .content .section-tour-owl3.owl-carousel .owl-dots {
		display: none !important;
	}

.section_product .content .ant-product-item .product-item-photo {
	height: 215px;
}

@media (max-width: 1024px) {
	.section_product .content .ant-product-item .product-item-photo {
		height: 175px;
	}
}

@media (max-width: 991px) {
	.section_product .content .ant-product-item .product-item-photo {
		height: 244px;
	}
}

@media (max-width: 767px) {
	.section_product .content .ant-product-item .product-item-photo {
		height: 365px;
	}
}

@media (max-width: 667px) {
	.section_product .content .ant-product-item .product-item-photo {
		height: 329px;
	}
}

@media (max-width: 569px) {
	.section_product .content .ant-product-item .product-item-photo {
		height: 278px;
	}
}

@media (max-width: 480px) {
	.section_product .content .ant-product-item .product-item-photo {
		height: 201px;
	}
}

@media (max-width: 376px) {
	.section_product .content .ant-product-item .product-item-photo {
		height: 181px;
	}
}

@media (max-width: 321px) {
	.section_product .content .ant-product-item .product-item-photo {
		height: 153px;
	}
}

.section_product .content .ant-product-item .product-item-photo img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

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

	.ant-product-item .box-info .product-item-name {
		margin: 0 0 7px;
		font-weight: 500;
		font-size: 14px;
		overflow: hidden;
		min-height: 42px;
		/* text-overflow: ellipsis; */
		/* white-space: nowrap; */
	}

		.ant-product-item .box-info .product-item-name a {
			color: #363f4d;
			font-size: 16px;
			font-weight: 500;
		}

		.ant-product-item .box-info .product-item-name:hover a, .ant-product-item .box-info .product-item-name:focus a {
			color: #000;
		}

	.ant-product-item .box-info .product-reviews-summary {
		-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;
		-o-transition: all 0.4s ease-out;
	}


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

				.ant-product-item .box-info .item-price .price-box .special-price .price {
					font-size: 14px;
					color: red;
					font-weight: bold;
					/* font-family: SFUFUturaBook; */
				}

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

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

	.ant-product-item .box-info .box-hover {
		background: #fff;
		position: absolute;
		bottom: 20px;
		right: 0;
		left: 0;
		padding: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		z-index: 3;
	}

		.ant-product-item .box-info .box-hover .add-to-links {
			-webkit-transition: all 0.4s ease-out;
			-moz-transition: all 0.4s ease-out;
			-ms-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
		}

			.ant-product-item .box-info .box-hover .add-to-links .actions-primary {
				display: inline-block;
				position: relative;
				vertical-align: middle;
				margin: 0 5px 0 0;
			}

				.ant-product-item .box-info .box-hover .add-to-links .actions-primary form {
					margin: 0;
				}

				.ant-product-item .box-info .box-hover .add-to-links .actions-primary button {
					background: #f2f2f2;
					border-radius: 50%;
					color: #bec2c7;
					display: block;
					font-size: 18px;
					font-weight: 400;
					height: 40px;
					padding: 0;
					letter-spacing: 0;
					line-height: 40px;
					width: 40px;
					text-align: center;
					-webkit-transition: all 0.4s ease-out;
					-moz-transition: all 0.4s ease-out;
					-ms-transition: all 0.4s ease-out;
					-o-transition: all 0.4s ease-out;
				}

					.ant-product-item .box-info .box-hover .add-to-links .actions-primary button:hover, .ant-product-item .box-info .box-hover .add-to-links .actions-primary button:focus {
						color: #fff;
						background-color: #000;
					}

			.ant-product-item .box-info .box-hover .add-to-links .quick-view {
				display: inline-block;
				position: relative;
				vertical-align: middle;
				margin: 0 5px 0 0;
				background: #f2f2f2;
				border-radius: 50%;
				color: #bec2c7;
				font-size: 18px;
				font-weight: 400;
				height: 40px;
				padding: 0;
				letter-spacing: 0;
				line-height: 40px;
				width: 40px;
				text-align: center;
				-webkit-transition: all 0.4s ease-out;
				-moz-transition: all 0.4s ease-out;
				-ms-transition: all 0.4s ease-out;
				-o-transition: all 0.4s ease-out;
			}

				.ant-product-item .box-info .box-hover .add-to-links .quick-view:hover, .ant-product-item .box-info .box-hover .add-to-links .quick-view:focus {
					color: #fff;
					background-color: #000;
				}

@media (min-width: 1025px) {
	.ant-product-item:hover .box-info .product-reviews-summary, .ant-product-item:hover .box-info .item-price {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
	}

	.ant-product-item:hover .box-info .box-hover {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
	}
}

.section-news {
	padding-bottom: 30px;
	/* background: #e8e8e8; */
	padding-top: 36px;
}

	.section-news .blogs-content .heading {
		border-top: 3px solid #000;
		position: relative;
		margin-bottom: 20px;
	}

		.section-news .blogs-content .heading .group-icon {
			position: absolute;
			top: -3px;
			left: 0;
			background: #231f20;
			padding: 10px;
			display: inline-block;
			color: #fff;
			width: 39px;
			height: 42px;
			text-align: center;
			line-height: 19px;
			z-index: 1;
		}

		.section-news .blogs-content .heading h2 {
			margin: 0;
			text-transform: uppercase;
			color: #fff;
			background-color: #000;
			font-size: 15px;
			display: inline-block;
			padding-left: 45px;
			height: 39px;
			line-height: 39px;
			position: relative;
			font-weight: 500;
			font-family: futuraregular,Helvetica,Arial,sans-serif;
		}

			.section-news .blogs-content .heading h2:after {
				content: "";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 39px 39px 0 0;
				border-color: #000 transparent transparent;
				position: absolute;
				right: -39px;
				top: 0;
			}

		.section-news .blogs-content .heading .news-more {
			float: right;
			color: #323c3f;
			line-height: 39px;
		}

			.section-news .blogs-content .heading .news-more:hover, .section-news .blogs-content .heading .news-more:focus {
				color: #000;
			}

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

		.section-news .blogs-content .section-news-owl.owl-carousel .owl-nav .owl-prev, .section-news .blogs-content .section-news-owl.owl-carousel .owl-nav .owl-next {
			-moz-transition: all 0.45s ease;
			-webkit-transition: all 0.45s ease;
			-o-transition: all 0.45s ease;
			-ms-transition: all 0.45s ease;
			transition: all 0.45s ease;
			opacity: 0;
			visibility: hidden;
		}

		.section-news .blogs-content .section-news-owl.owl-carousel .owl-nav .owl-next {
			height: 51px;
			width: 32px;
			border: 1px solid #f1f5f6;
			border-radius: 4px;
			background-color: #fff;
			box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
			position: absolute;
			right: 0;
			text-align: center;
			line-height: 45px;
			top: 50%;
			transform: translate(0, -50%);
			color: #878fa0;
			font-size: 20px;
			margin: 0;
			right: -50px;
		}

			.section-news .blogs-content .section-news-owl.owl-carousel .owl-nav .owl-next.disabled {
				opacity: 0.2 !important;
			}

		.section-news .blogs-content .section-news-owl.owl-carousel .owl-nav .owl-prev {
			height: 51px;
			width: 32px;
			border: 1px solid #f1f5f6;
			border-radius: 4px;
			background-color: #fff;
			box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
			position: absolute;
			left: 0;
			text-align: center;
			line-height: 45px;
			top: 50%;
			transform: translate(0, -50%);
			color: #878fa0;
			font-size: 20px;
			margin: 0;
			left: -50px;
		}

			.section-news .blogs-content .section-news-owl.owl-carousel .owl-nav .owl-prev.disabled {
				opacity: 0.2 !important;
			}

		.section-news .blogs-content .section-news-owl.owl-carousel:hover .owl-nav .owl-prev {
			left: 0;
			opacity: 1;
			visibility: inherit;
		}

		.section-news .blogs-content .section-news-owl.owl-carousel:hover .owl-nav .owl-next {
			right: 0;
			opacity: 1;
			visibility: inherit;
		}

		.section-news .blogs-content .section-news-owl.owl-carousel .owl-dots {
			display: none !important;
		}

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

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

			.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;
				text-transform: uppercase;
			}

				.section-news .blogs-content .section-news-owl .item-inner .blog-content .blog-title a {
					color: black;
				}

					.section-news .blogs-content .section-news-owl .item-inner .blog-content .blog-title a:hover, .section-news .blogs-content .section-news-owl .item-inner .blog-content .blog-title a:focus {
						color: #000;
					}

			.section-news .blogs-content .section-news-owl .item-inner .blog-content .time-comment {
				font-size: 13px;
				margin-bottom: 10px;
				visibility: hidden;
				display: none;
			}

				.section-news .blogs-content .section-news-owl .item-inner .blog-content .time-comment i {
					color: #000;
				}

				.section-news .blogs-content .section-news-owl .item-inner .blog-content .time-comment .date-time {
					color: #abaaaa;
					display: inline-block;
					margin-right: 15px;
				}

				.section-news .blogs-content .section-news-owl .item-inner .blog-content .time-comment .comment {
					color: #abaaaa;
					display: inline-block;
				}

			.section-news .blogs-content .section-news-owl .item-inner .blog-content .short-des {
				line-height: 20px;
				text-align: left;
				margin: 0 0 20px;
				color: #747272;
			}

			.section-news .blogs-content .section-news-owl .item-inner .blog-content .readmore {
				background: #f2f2f2;
				line-height: 29px;
				display: inline-block;
				padding: 0 20px;
				padding-top: 2px;
				border-radius: 0;
				color: black;
				border: 1px solid #cbcbcb;
				font-weight: 500;
				text-transform: uppercase;
				font-size: 14px;
				-webkit-transition: all 0.4s ease-out;
				-moz-transition: all 0.4s ease-out;
				-ms-transition: all 0.4s ease-out;
				-o-transition: all 0.4s ease-out;
			}

				.section-news .blogs-content .section-news-owl .item-inner .blog-content .readmore:hover, .section-news .blogs-content .section-news-owl .item-inner .blog-content .readmore:focus {
					color: #fff;
					background-color: #000;
				}

.section_customer {
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.section_customer {
		margin-bottom: 20px;
	}
}

.section_customer .customer_reviews .heading {
	border-top: 3px solid #000;
	position: relative;
	margin-bottom: 20px;
}

	.section_customer .customer_reviews .heading .group-icon {
		position: absolute;
		top: -3px;
		left: 0;
		background: #231f20;
		padding: 10px;
		display: inline-block;
		color: #fff;
		width: 39px;
		height: 42px;
		text-align: center;
		line-height: 19px;
		z-index: 1;
	}

	.section_customer .customer_reviews .heading h2 {
		margin: 0;
		text-transform: uppercase;
		color: #fff;
		background-color: #000;
		font-size: 15px;
		display: inline-block;
		padding-left: 45px;
		height: 39px;
		line-height: 39px;
		position: relative;
		font-weight: 500;
		font-family: futuraregular,Helvetica,Arial,sans-serif;
	}

		.section_customer .customer_reviews .heading h2:after {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 39px 39px 0 0;
			border-color: #000 transparent transparent;
			position: absolute;
			right: -39px;
			top: 0;
		}

.section_customer .customer_reviews .wrap_views {
	padding: 10px 15px;
	background-image: url(//theme.hstatic.net/1000343108/1000435493/14/customer_bg.png?v=214);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

	.section_customer .customer_reviews .wrap_views:before {
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: rgba(237, 27, 36, 0.8);
	}

	.section_customer .customer_reviews .wrap_views .image_reviews img {
		background: #fff;
		border-radius: 50px;
		box-shadow: 0 0 2px #ccc;
		height: 70px;
		margin: 1px 0 8px;
		object-fit: scale-down;
		padding: 4px;
		transform: scale(1);
		width: 70px;
		transition-duration: .4s;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.section_customer .customer_reviews .wrap_views .image_reviews .description_review {
		font-size: 13px;
		margin-bottom: 7px;
		color: #fff;
	}

	.section_customer .customer_reviews .wrap_views .image_reviews .info_reviews {
		text-align: center;
		color: #fff;
	}

		.section_customer .customer_reviews .wrap_views .image_reviews .info_reviews p {
			display: inline-block;
			font-size: 13px;
			margin-bottom: 5px;
		}

		.section_customer .customer_reviews .wrap_views .image_reviews .info_reviews span {
			display: inline-block;
		}

	.section_customer .customer_reviews .wrap_views .content_views.owl-carousel .owl-dots {
		position: relative;
	}

		.section_customer .customer_reviews .wrap_views .content_views.owl-carousel .owl-dots .owl-dot {
			width: 12px;
			height: 5px;
			border-radius: 7px;
		}

@media (max-width: 991px) {
	.section_customer .project_reviews {
		margin-top: 20px;
	}
}

.section_customer .project_reviews .heading {
	border-top: 3px solid #000;
	position: relative;
	margin-bottom: 20px;
}

	.section_customer .project_reviews .heading .group-icon {
		position: absolute;
		top: -3px;
		left: 0;
		background: #231f20;
		padding: 10px;
		display: inline-block;
		color: #fff;
		width: 39px;
		height: 42px;
		text-align: center;
		line-height: 19px;
		z-index: 1;
	}

	.section_customer .project_reviews .heading h2 {
		margin: 0;
		text-transform: uppercase;
		color: #fff;
		background-color: #000;
		font-size: 15px;
		display: inline-block;
		padding-left: 45px;
		height: 39px;
		line-height: 39px;
		position: relative;
		font-weight: 500;
		font-family: futuraregular,Helvetica,Arial,sans-serif;
	}

		.section_customer .project_reviews .heading h2:after {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 39px 39px 0 0;
			border-color: #000 transparent transparent;
			position: absolute;
			right: -39px;
			top: 0;
		}

@media (max-width: 480px) {
	.section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-image {
		margin-bottom: 10px;
	}
}

.section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 9;
	background-color: rgba(237, 27, 36, 0.8);
	padding: 10px;
}

@media (max-width: 480px) {
	.section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content {
		position: relative;
		left: 0;
		right: 0;
		padding: 0;
		background-color: #fff;
		bottom: 0;
	}
}

.section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner {
	color: #fff;
}

	.section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 {
		display: block;
		font-size: 15px;
		margin-bottom: 10px;
		font-weight: 500;
		text-transform: uppercase;
		margin-top: 0;
	}

		.section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 a {
			color: #fff;
		}

			.section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 a:hover, .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 a:focus {
				color: #fff;
			}

@media (max-width: 480px) {
	.section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 a {
		color: #363f4d;
	}

		.section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 a:hover, .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 a:focus {
			color: #000;
		}
}

@media (max-width: 480px) {
	.section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner {
		color: #363f4d;
	}

		.section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner p {
			margin-bottom: 0;
		}
}

.section_customer .project_reviews .ant-image-handover .content_views.owl-carousel .owl-dots {
	display: none;
}

.section_customer .project_reviews .ant-image-handover .amorre {
	float: right;
	color: #323c3f;
	margin-top: 8px;
}

	.section_customer .project_reviews .ant-image-handover .amorre:hover, .section_customer .project_reviews .ant-image-handover .amorre:focus {
		color: #000;
	}

.details-cong-trinh .main-cong-trinh .title-head {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}

.details-cong-trinh .main-cong-trinh .cong-trinh-content {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid rgba(24, 24, 24, 0.1);
	line-height: 1.8;
}

.details-cong-trinh .grid-sizer,
.details-cong-trinh .grid-item {
	width: 33.33333%;
}

.details-cong-trinh .grid-item {
	border: 2px solid #fff;
	display: block;
	overflow: hidden;
}

	.details-cong-trinh .grid-item img {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition: top .8s ease-out,left .8s ease-out,opacity .8s ease-out,-webkit-transform .8s ease-out;
		-moz-transition: top .8s ease-out,left .8s ease-out,opacity .8s ease-out,-webkit-transform .8s ease-out;
		-o-transition: top .8s ease-out,left .8s ease-out,opacity .8s ease-out,-webkit-transform .8s ease-out;
		transition: top .8s ease-out,left .8s ease-out,opacity .8s ease-out,-webkit-transform .8s ease-out;
	}

		.details-cong-trinh .grid-item img:hover {
			-ms-transform: scale(1.05);
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			-o-transform: scale(1.05);
			transform: scale(1.05);
		}

#article_comments .form-coment .title-form-coment {
	font-family: SFUFuturaBold;
}

@media (min-width: 1025px) {
	.my-account .dashboard .recent-orders .thead-default {
		border-top: 1px solid #e1e1e1;
	}
}

@media (max-width: 991px) {
	.select-item-qty-mobile > div {
		width: 74px;
	}

	.cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus, .cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
		width: 25px !important;
		padding: 1px 0;
	}

	.select-item-qty-mobile .txt_center input {
		border-left: none;
		border-right: none;
		left: 25px;
	}

	#open-filters {
		color: #fff;
		background: #000;
		position: fixed;
		right: 0;
		top: 35% !important;
		padding: 4px 10px;
		cursor: pointer;
		z-index: 99;
		font-size: 18px;
		-webkit-transition: all 0.35s ease;
		-o-transition: all 0.35s ease;
		transition: all 0.35s ease;
	}

		#open-filters.open {
			right: 280px;
		}

			#open-filters.open i:before {
				content: "\f00d";
			}

	.ant-sidebar {
		position: fixed;
		width: 280px;
		background: #fff;
		top: 0 !important;
		bottom: 0;
		right: 0;
		padding: 5px;
		border-left: solid 1px #eaeaea;
		overflow: auto;
		z-index: 100000;
		visibility: hidden;
		-webkit-transition: all 0.35s ease;
		-o-transition: all 0.35s ease;
		transition: all 0.35s ease;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		height: 100%;
	}

		.ant-sidebar.open {
			visibility: visible;
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			-o-transform: translateX(0);
			transform: translateX(0);
		}

	.col-100-h {
		clear: both;
		/* height: 45px; */
	}

		.col-100-h:before {
			display: table;
			content: " ";
		}

		.col-100-h:after {
			content: "";
			display: table;
			clear: both;
		}

		.col-100-h #trigger-mobile {
			width: 35px;
			float: left;
			margin: 0;
			padding: 0;
			display: block;
			text-align: left;
			margin-top: 13px;
			margin-right: 18px;
			margin-bottom: 8px;
		}

			.col-100-h #trigger-mobile .icon-bar {
				background-color: #000;
				display: block;
				width: 22px;
				height: 2px;
				border-radius: 1px;
			}

				.col-100-h #trigger-mobile .icon-bar.icon-bar {
					margin-top: 4px;
				}

		.col-100-h .mobile-search {
			width: 40px;
			float: left;
			position: relative;
			padding-left: 0;
			margin: 0;
			left: -5px;
			top: 3px;
			text-align: center;
		}

			.col-100-h .mobile-search i {
				color: #000;
				font-size: 22px;
			}

		.col-100-h .mobile-cart {
			position: absolute;
			right: 15px;
			top: 15px;
		}

			.col-100-h .mobile-cart a {
				color: #000;
			}

				.col-100-h .mobile-cart a i {
					font-size: 25px;
				}

			.col-100-h .mobile-cart .count_item_pr {
				position: absolute;
				height: 22px;
				width: 22px;
				border-radius: 50%;
				line-height: 20px;
				text-align: center;
				background: #FF9800;
				font-size: 12px;
				right: -10px;
				top: -10px;
				color: #fff;
				border: 1px solid #fff;
			}

		.col-100-h .logo {
		}

			.col-100-h .logo img {
				max-width: 145px !important;
				position: relative;
			}

	.scrollmenu {
		display: block;
		background: transparent;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: none;
		-ms-scroll-snap-type: mandatory;
		-ms-scroll-snap-points-x: snapInterval(0%, 100%);
		-ms-scroll-chaining: chained;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		position: relative;
		z-index: 2;
		margin: 0;
	}

		.scrollmenu .navhome {
			display: block;
			overflow: hidden;
			margin: 12px 0 10px 5px;
			background: #fff;
			width: 768px;
		}

			.scrollmenu .navhome a {
				width: 90px;
				float: left;
				margin: 0;
				background: #fff;
				text-align: center;
			}
}

@media (max-width: 991px) and (max-width: 767px) {
	.scrollmenu .navhome a {
		width: 73px;
	}
}

@media (max-width: 991px) {
	.scrollmenu .navhome a div {
		display: block;
		overflow: hidden;
		border-radius: 50px;
		height: 42px;
		width: 42px;
		margin: auto;
		position: relative;
		background: linear-gradient(-180deg, #fbfbfb 0%, #f1f1f1 100%);
		border: 1px solid #c3c3c3;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
	}

		.scrollmenu .navhome a div img {
			background-position: 0 0;
			width: 22px;
			height: 22px;
			display: block;
			margin: auto;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
		}

	.scrollmenu .navhome a h3 {
		display: block;
		font-size: 12px;
		padding: 5px 0;
		color: #000;
		text-align: center;
		line-height: 1.3em;
		margin: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.bizweb-challenge__container .g-recaptcha {
		margin-top: 0 !important;
		overflow-x: hidden;
	}
}

@media (max-width: 480px) {
	.s480-f {
		display: block;
		font-size: 0;
		clear: both;
	}



	.col-full {
		width: 100%;
	}
}

.form-group .form-control {
	padding-top: 0;
	padding-bottom: 0;
}
