#content .content-search {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}

#content .content-search>div {
	padding-left: 0;
}

#content .content-search .btn {
	font-size: 13px;
	padding: 7.5px 5px;
}

.checkboxs-search {
	display: flex;
	flex-direction: column;
}

.checkboxs-search label {
	margin-left: 0 !important;
	line-height: 19px;
}

#content #input-search,
#content select {
	border-radius: 25px;
	height: 30px;
	font-size: 14px;
    color: #212529;
}

.product-thumb .button-group {
	overflow: auto;
	display: flex;
	justify-content: center;
	padding: 0;
	width: 100%;
}

.product-thumb:hover {
	box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.75);
}

.product-thumb .price-normal {
	margin-top: 14px;
}

.product-thumb .price-old {
	color: #999;
	font-size: 14px;
    font-weight: lighter;
	text-decoration: line-through;
}

.breadcrumb {
	margin: 5px 0 0 0;
    padding: 0;
    border: none;
    background-color: transparent;
    overflow-x: scroll;
    width: 100%;
}

.product-thumb .button-group button {
    width: 85% !important;
    padding: 7px;
    border: none;
    float: left;
    background-color: #3DC04E;
    color: var(--tertiary);
    font-size: 17px;
    border-radius: 8px;
    font-weight: lighter;
	margin: 10px 0;
	text-transform: uppercase;
	display: flex;
    align-items: center;
    justify-content: center;
}

.product-thumb .button-group button i {
    font-size: 17px;
	margin-right: 5px;
}

.product-thumb .caption a {
    font-size: 15px;
	line-height: 20px;
    font-weight: bold;
	color: #000000;
}

.product-thumb .caption {
	padding: 20px 20px 0 20px;
	min-height: 82px;
}

.product-thumb h4 {
    text-align: start;
    font-weight: bold;
    min-height: 60px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-thumb .price {
    min-height: 53px;
}

.product-thumb .price span {
    text-align: center;
}

p.price {
    font-size: 22px !important;
    display: grid;
    font-weight: bold;
    color: var(--bg-primary) !important;
}

.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.thumbnails .image-additional {
	float: left;
	margin-right: 17px;
}

.breadcrumb>li a {
	font-weight: 100;
	font-size: 14px;
	color: #212529;
	border-right: 1px solid #212529;
	padding-right: 4px;
}

.breadcrumb>li a:hover {
	text-decoration: underline;
}

.breadcrumb li:last-child a {
    border-right: none;
}

#content h2 {
	margin-top: 20px;
}

label {
	font-size: 14px;
	font-weight: normal;
	color: #212529;
}

.product-layout {
	padding: 0 5px;
	margin-bottom: 50px;
}



@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}

@media (max-width: 992px) {
	#content .content-search .input-search {
		padding-right: 15px;
	}

	#content .content-search {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#content .content-search>div {
		width: 50%;
		margin-bottom: 10px;
		padding: 0;
	}

	#content .content-search .btn {
		width: auto;
	}

	.checkboxs-search {
		flex-direction: row;
		width: auto !important;
		margin-bottom: 0 !important;
	}

	.checkboxs-search .checkbox-inline {
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.product-thumb h4 {
		text-align: center;
	}

	.button-group button>span {
		display: inline-block !important;
	}

	.checkboxs-search {
		flex-direction: column;
	}
}

@media (max-width: 450px) {
	#content .content-search>div {
		width: 100%;
	}

	#content .content-search .btn {
		margin: 10px 0 0 0;
	}

	#content .content-search .input-search {
		padding: 0;
	}
}

.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #3DC04E;
	text-decoration: none;
	cursor: pointer;
}

.mySwiper{
	margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
    list-style: none !important;
    padding: 0 !important;
    z-index: 1 !important;
}

.swiper-wrapper {
	margin-left: -2px;
}

.swiper-pagination {
	bottom: -4px !important;
}

.center-latest{
	position: relative !important;
}

.list-latest .product-layout{
	padding-right: 0;
	margin-bottom: 0;
}

.list-latest .product-layout .product-thumb{
	width: 100%;
	margin: 10px auto 20px;
}

.button-prev-latest{
	left: 13px !important;
	color: #a2a1a1 !important;
}

.button-next-latest{
	right: 13px !important;
	color: #a2a1a1 !important;
}

.button-next-latest:hover, .button-prev-latest:hover{
	color: var(--bg-primary) !important;
}

.border {
	border: 1px solid #ddd !important;
	margin-left: 10px;
	margin-right: 10px;
}

.buy {
	width: 100%;
}

.buy button {
	width: 85% !important;
	background-color: #3DC04E !important;
}
