/* TSUK home page css */
.homepage-product-grid {
	overflow: hidden;
}

.explore-sections-title {
	color: #222;
	font-size: 30px;
	padding: 0;
	margin: 0;
	line-height: normal;
	font-weight: 500;
}

.explore-sections-subtitle {
	color: #222;
	font-size: 16px;
	padding: 0;
	margin: 0;
	line-height: normal;
	font-weight: 500;
}

.colorbox-explore {
	width: 100%;
	text-align: center;
	min-height: 320px;
	background-color: fff;
	padding: 40px;
	box-shadow: #ccc 0 0 4px;
	transition: all .3s ease;
}

.colorbox-explore:hover {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	cursor: pointer;
}

a {
	color: #222;
	outline: medium none !important;
}

.colorbox-explore img {
	padding: 40px 0 20px 0;
	height: 126px;
}

.colorbox-explore .colorbox-titles {
	color: #222;
	font-size: 24px;
	line-height: normal;
}

/* skeleton-loading */
.skeleton-loading,
.skeleton-loading-wait {
	background: #c1c1c1;
	border-radius: 0.25rem;
	border: none;
	min-height: 170px;
	position: relative;
	overflow: hidden;
}

.product-item-name.skeleton-loading,
.product-item-name.skeleton-loading-wait {
	min-height: 80px;
}

.product-item-details.skeleton-loading,
.product-item-details.skeleton-loading-wait {
	min-height: 40px;
}

.skeleton-loading::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, transparent, #d7d7d7, transparent);
	transform: translateX(-100%);
	animation: loading 1s infinite;
}

@keyframes loading {
	100% {
		transform: translateX(100%);
	}
}

.skeleton-loading>* {
	visibility: hidden;
}

.skeleton-loading-wait {
	background: #fff;
	border: 1px solid #ddd;
}

.oursellerslist-static .skeleton-loading,
.oursellerslist-static .skeleton-loading-wait,
.brandlist .skeleton-loading,
.brandlist .skeleton-loading-wait {
	min-height: 67px;
}

.category-panel .skeleton-loading-wait,
.category-panel .skeleton-loading {
	min-height: 368px;
}

.full-layout-category.skeleton-loading,
.full-layout-category.skeleton-loading-wait {
	min-height: 100%;
}

.oursellerslist-static .slick-list,
.brandlist .slick-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* skeleton-loading */

.small-p-box {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.small-p-box {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.product-list-v2 .small-p-box {
	padding-right: 0;
}

.product-list-v2 .small-p-box:last-child {
	padding-right: 15px;
}

.small-p-box h6 {
	font-size: 12px;
	height: 39px;
}

.explore-category-parent .colorbox-titles {
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 4px;
}

.products-count {
	font-size: 14px;
}

.explore-category-parent .small-p-box {
	margin-bottom: 20px;
}

.small-p-box .product-point-3 .card {
	height: 193px;
}

.small-p-box:last-child .product-point-3 .card .card-body {
	display: flex;
	align-items: center;
	justify-content: center;
}

.small-p-box:last-child .product-point-3 .card .card-body .colorbox-titles {
	margin-top: 15px;
}


/* Start Product section */
.cms-index-index .page-main.page-main-pal.custom-container{
	padding: 0;
    max-width: inherit;
}
.cms-index-index .product-area.homepage-first-row .custom-container{
    background-color: #f4f4f4;
    max-width: inherit;
}
.cms-index-index .product-area.homepage-first-row .custom-container .card{
	background-color: #f4f4f4;
}
.cms-index-index .product-area.homepage-first-row .card-title {
	text-align: center;
	font-size: 24px;
	color: #086BAF !important;
	border-bottom: 1px solid #b4b4b4;
	width: fit-content;
	margin: auto;
	margin-bottom: 13px;
	padding-bottom: 6px;
}

.product-point-2 {
	overflow: hidden;
	border-radius: 7px;
	background-color: #fff;
	margin-bottom: 20px;
}

.product-point-2 .card-body {
	padding: 0;
}
.product-point-2 .product-image-photo{
	height: 200px;
	width: 100%;
}

.product-point-2 h6 {
	border: 1px solid #e6e6e6;
	border-top: none;
	padding: 10px;
}
.exclusive-products .category-products.grid .item .product-image-photo {
	margin: 0 auto;
    height: 300px;
    /* margin-top: 0;
    margin-bottom: 0; */
}
.cms-index-index li.item:hover .per-product{
	border: 1px solid #ccc !important;
}
.cms-index-index .exclusive-products .product-item {
    padding-left: 5px;
	padding-right: 5px;
}
.cms-index-index .exclusive-products .product-item .product-item-info{
	padding: 0;
	overflow: hidden;
}
.cms-index-index .exclusive-products li .product-hover {
	/* margin-bottom: 7px; */
}
.cms-index-index .exclusive-products .category-products.products-grid .category-products-grid{
min-height: 349px;
}
.cms-index-index .product-area.homepage-first-row .card {
    border: none;
}
.cms-index-index .exclusive-products .negotiation-section{
	left:inherit
}
.cms-index-index .exclusive-products .per-product a.product-item-link {
    font-size: 13px;
}
.cms-index-index .exclusive-products .products-textlink{
	padding-top: 12px;
}