@charset "UTF-8";
/* CSS Document -- Homepro Theme ---*/
.main-layout {
	background-color: #f2f3f7;
	padding-bottom: 5px;
}

.promotion-container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.ui.dropdown .menu>.item {
	min-height: auto !important;
}

.ui.selection.dropdown .menu {
	width: 100% !important;
	min-width: 100% !important;
}

.ui-ext {
	font-family: '${fontFamily}', sans-serif !important;
}

.zoom {
	display: inline-block;
	position: relative;
}

.zoom img {
	display: block;
}

.zoom img::selection {
	background-color: transparent;
}

.zoomWindow {
	border: 1px solid #DEDEDF !important;
}

#product-information ul li {
	list-style: disc;
}

#map {
	width: 100%;
	height: 480px;
}

.table-wrapper table td {
	padding: 0px 10px 0px 10px;
	text-align: center;
	vertical-align: middle;
	align-items: center;
}

.pointer {
	cursor: pointer;
}

.input {
	font-family: '${fontFamily}', sans-serif !important;
	width: 100%;
}

.ui.selection.dropdown .menu {
	width: 100% !important;
	min-width: 100% !important;
}

.ui.dropdown.tilearea, .ui.dropdown.tilearea .menu>.item {
	font-size: 14px !important;
}

.ui.dropdown.tilearea {
	display: flex !important;
}

.ui.dropdown.tilearea.unit {
	/* margin-left:20px !important; */
	display: flex !important;
}

.ui.dropdown.tilearea .menu>.item {
	font-size: 14px !important;
}

.ui.dropdown.selection.dimension {
	font-size: 14px !important;
	min-width: 80px !important;
	display: flex !important;
}

/* Bundle*/
.promotion-nav {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 25px 0 0 0;
}

.promotion-container .title {
	font-size: 16px;
	color: red;
}

.ui-product-bundle .title {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #515356;
}

.product-bundle-list {
	display: inline-block;
	border: 1px solid #2185D0;
	border-radius: 20px;
	padding: 10px;
	margin: 10px 10px 0 0;
	background-color: #FFF;
}

.ui-product-bundle div:last-child {
	border-bottom: 0px;
}

.product-list-products {
	width: 100%;
	display: inline-block;
}

.product-list-addcart {
	display: block;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}

.product-list-addcart .total-price {
	font-weight: bold;
	font-size: 22px;
	color: #fc0100;
}
.sp-price .line-through {
	text-decoration-line: line-through !important;
	font-size: 0.8em !important;
}
.product-list-addcart .sp-price .line-through {
	text-decoration-line: line-through !important;
	font-size: 1.2rem !important;
}
.sp-price > span:first-child span {
	text-decoration-line: line-through !important;
	color: #000 !important;
	font-size: 0.8em !important;
}
.sp-price .currency-container:last-child span {
	color: red;
	font-size: 14px;
	font-weight: bold;
}
.product-list-addcart .sp-price .currency-container {
	display: block;
}
.product-list-addcart .sp-price .currency-container:last-child span {
	color: red;
	font-size: 20px;
}
.product-list-addcart .add-to-cart {
	font-weight: bold;
	font-size: 16px;
	background-color: var(--primary-color-deep-blue-800);
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	margin: 20px 0 10px 0;
	width: 90%;
}

.product-list-addcart .add-to-cart.disable {
	background-color: #888;
}

.product-bundle-item {
	max-width: 130px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}

.product-bundle-item .sku {
	color: #999999;
	font-size: 14px;
}

.product-bundle-item .title {
	color: #515356;
	font-size: 14px;
	height: 40px;
	padding-top: 0px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product-bundle-item img {
	max-width: 120px;
}

.product-bundle-item .add-to-cart {
	font-weight: bold;
	background-color: var(--primary-color-deep-blue-800);
	color: #fff;
	padding: 7px;
	border-radius: 5px;
	margin-top: 10px;
}

.product-list-products .plus {
	display: inline-block;
	width: 40px;
	vertical-align: top;
	margin-top: 70px;
	text-align: center;
	font-size: 30px;
	color: #515356;
}

.product-list-products .plus:after {
	content: "+";
}

.product-list-products .comma {
	display: inline-block;
	width: 40px;
	vertical-align: top;
	margin-top: 70px;
	text-align: center;
	font-size: 30px;
	color: #515356;
}

.product-list-products .comma:after {
	content: "";
}

.product-bundle-clean {
	clean: both;
}

.margin-right-50 {
	margin-right: 45px;
}

.ca-view-more {
	background-color: #f79420 !important;
}

.product-list-caitem {
	width: 100%;
	height: 330px;
	overflow: hidden;
}

.product-list-caitem :nth-child(5n) {
	margin-right: 0px !important;
}

#ui-product-caitem .title {
	float: left;
}

#ui-product-caitem .viewmore {
	margin-top: 20px;
	float: right;
	cursor: pointer;
}

.product-bundle-item .sp-price, #ui-product-caitem .product-bundle-item .price
	{
	margin-bottom: 30px;
}

.product-bundle-item .sp-price :first-child {
	font-size: 0.8em;
	text-decoration-line: line-through;
}

.product-bundle-item .sp-price :last-child {
	color: #fc0100;
}

.product-bundle-item .discount-online {
	font-size: 0.7em;
	color: #fc0100;
	margin-top: -30px;
}

#ui-product-caitem .product-bundle-item {
	width: 190px;
	max-width: 190px;
}

#ui-product-caitem .product-bundle-item .title {
	width: 180px;
}
.main-plp-title {
    margin: 0px 0px 0px 12px;
}

.main-plp-search-result-amount {
	margin: 0px;
}

.grid-container-product-plp {
	padding-left: 0;
}

.search-top-menu {
	margin-left: 0 !important;
}

.filter-key-container .ui.label {
	padding: 0 5px 0 0 !important;
}

.promotion-nav {
	font-size: 16px;
	display: block;
	margin: 20px 0 30px 10px;
	padding: 25px 0 0 0;
}

.promotion-container .title {
	font-size: 14px;
	margin: 5px 0;
	color: #666;
}

.promotion-filter-top-icon {
	margin-bottom: 5px;
	min-width: 67px;
	white-space: nowrap;
	padding: 7px 20px;
	border-radius: 20px;
	border: 1px solid var(--primary-color-deep-blue-500);
	width: fit-content;
	background: #FFF;
	display: inline-block;
	cursor: pointer !important;
}

.promotion-filter-top-icon:hover {
	background-color: var(--primary-color-deep-blue-500);
	color: #FFF;
}

.promotion-filter-top-icon.active {
	background-color: var(--primary-color-deep-blue-500);
	color: #FFF;
	cursor: pointer !important;
	padding-right: 10px;
}

.promotion-filter-top-icon div {
	display: inline-block;
}

.promotion-filter-top-icon.active:after {
	content: ' x ';
	vertical-align: top;
	float: right;
	margin-left: 10px;
}

.promotion-filter-top-icon:last-child {
	margin-right: 0;
}

.filter-dropdown-menu {
	background-color: #FFF;
	text-align: center;
	margin-top: 7px !important;
	margin-left: 5px !important;
	position: absolute;
	width: 720px;
	z-index: 5;
	box-shadow: 0px 0px 5px grey;
}

.dropdown .pitem {
	border-right: 1px;
	border-bottom: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-color: #888;
	height: 95px;
	cursor: pointer;
	height: 120px;
}

.dropdown .pitem:hover {
	background-color: #e5f0f6;
	border: 1px solid #2185D0;
	cursor: pointer;
}

.dropdown .pitem.active {
	background-color: #e5f0f6;
	cursor: pointer;
}

.dropdown .pitem img {
	width: 50px;
	vertical-align: middle;
	margin-bottom: 5px;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}

.filter-top-title-panel {
	font-size: 18px;
	width: 100%;
	margin-bottom: 2px;
}

.filter-top-title-panel div {
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 10px;
}

.filter-top-title-panel div img {
	height: 30px;
	vertical-align: middle;
}

.filter-top-title-panel div:not(:last-child):after {
	content: ' ';
	border-left: 1px dashed #CCC;
	margin-left: 10px;
	font-weight: normal;
	margin-right: 5px;
}

.container {
	position: relative;
}

.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.left-plp {
	margin-top: 0;
}

.filter-tag {
	background-color: rgba(255, 255, 255, 0) !important;
	font-weight: normal !important;
	color: #CCC;
}

.filter-tag:not(:last-child):after {
	content: ' ';
	border-left: 1px dashed #CCC;
	margin-left: 10px;
	font-weight: normal;
}

.del-filter-tag {
	color: var(--primary-color-deep-blue-500);
}

.plp-filter .ui.checkbox label {
	padding-right: 0;
}