/* Grid */
.tal-tlist .row-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	width: 100%;
}
.product-layout.product-price.col-xs-12:hover {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.46);
}
input[type="text"] {
	-webkit-appearance: none !important;
}
.tal-tlist .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.tal-tlist .h-100 {height: 100%;}
.tal-tlist .w-100 {width: 100%;}
.tal-tlist .dflex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.tal-tlist .flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.tal-tlist .mt-auto{
	margin-top: auto !important;
}
.tal-tlist .flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.tal-tlist .flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}


@media (min-width: 992px) {

}


.tal-tlist .stock-status {
	background: #F8F9FA;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	padding: 2px 10px;
	border-radius: 4px;
	margin-bottom: 10px;
	align-items: center;
	font-size: 11px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.tal-tlist .stock-status.outofstock {
	color: #E6896C;
}
.tal-tlist .product-thumb {
	overflow: auto;
}
.tal-tlist .product-thumb .image {
	text-align: center;
	position:relative;
	margin-bottom:15px;
	min-height: 13em;
}
.tal-tlist .product-price .image {
    display: flex !important;
    align-items: center !important;
}
.tal-tlist .product-thumb .image a {
	display: block;
}
.tal-tlist .product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;
	color:transparent;
	width: 100%;
}
.tal-tlist .product-thumb .caption {
	padding: 0 15px 15px;
	position:relative;
}
.tal-tlist .product-thumb .caption > div:nth-child(2) {
	margin-top: 0;
}
.tal-tlist .price-actions-box {
	margin-top: 10px !important;
	min-height: 40px;
}



.tal-tlist .product-thumb .product-name{min-height: 44px;margin-bottom: 10px;text-align: left;}
.tal-tlist .product-thumb .product-name a{
	color:#000;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 20px;
	font-size: 13px;
}

.tal-tlist .product-thumb .product-name a:hover {
	color:#0f4b82;
}
@media (min-width: 992px) {
	.tal-tlist .product-thumb .product-name a{
		-webkit-line-clamp: 4;
		font-size:15px;
		line-height: 22px;
	}
}

.tal-tlist .product-thumb .product-model {
    color: #ADB5BD;
    text-align: left;
    margin-bottom: 5px;
    font-size: 12px;
    display: flex;
    width: 90px;
    min-width: 80px;
    justify-content: center;
    align-items: center;
	border-right: solid 1px #e9e9e9;
}
.tal-tlist .product-thumb .rating {
	margin-bottom: 10px;
	text-align: left;
	position:relative;
}

.tal-tlist .product-layout .product-thumb{
	overflow:hidden;
	position:relative;
}



@media (max-width: 600px) {
	.tal-tlist .product-thumb .image a:after {
		border-radius:0px !important
	}
	.tal-tlist .product-thumb .image {
		min-height: 8em;
	}

}



.tal-tlist .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 768px) {
	.tal-tlist .no-gutters {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.tal-tlist .product-price .product-thumb .image {
	border-left: solid 1px #e9e9e9;
	border-right: solid 1px #e9e9e9;
	max-width: 80px;
	padding: 5px;
	width: 80px;
	min-width: 80px;
	margin-bottom: 0px;
	min-height: 5em;
}
.tal-tlist .product-price .product-thumb .image a {
	padding: 0px;
}
.tal-tlist .product-price {
	overflow:hidden;
	padding:0px;
	background:#ffffff;
}
.tal-tlist .product-price:first-child {
	border-radius:8px 8px 0 0;
}
.tal-tlist .product-price:last-child {
	border-radius:0 0 8px 8px;
}

.tal-tlist .product-price:nth-child(n+1) {
	border-top:solid 1px #e9e9e9;
}
.tal-tlist .product-price:last-child {
	border-bottom:solid 1px #e9e9e9;
	width: 100%;
}

.tal-tlist .product-price .product-thumb {
	flex-direction: row !important;
}
.tal-tlist .product-price .product-thumb .caption {
  margin-bottom: 0px;
  padding: 0px;
  flex-direction: row !important;
}
.tal-tlist .product-price .product-thumb > div:last-child {
	border-left: none;
	border-right: 1px solid #e9e9e9;
}
.tal-tlist .product-price .product-thumb .caption .product-name {
	margin-bottom: 0px;
	min-height: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-right: auto;
	text-align: left;
	padding: 10px;
	min-width: 150px;
	border-right: solid 1px #e9e9e9;
	flex:1;
	align-items: center;
}
.tal-tlist .product-price .product-thumb .caption .box-stock-status{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 10px;
	align-items: center;
	margin-bottom: 0;
}
.tal-tlist .product-price .product-thumb .caption .box-stock-status .stock-status {
	margin-bottom: 0px;
	-ms-flex-item-align: center;
	align-self: center;
}
.tal-tlist .stock-status.instock {
    color: #00BC52;
}
.tal-tlist .stock-status.outofstock {
    color: #E6896C;
}

.tal-tlist .stock-status {
    background: #F8F9FA;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding: 2px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    align-items: center;
    font-size: 11px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.tal-tlist .stock-status.instock svg {
    margin-right: 5px;
}

.tal-tlist .product-price .product-thumb .caption .product-model {
	margin-bottom: 0px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 10px;
	min-width: 90px;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	border-left: solid 1px #e9e9e9;
	margin-right: 0px;
}
.tal-tlist .product-price .product-thumb .caption .price-actions-box {
    margin-top: 0px !important;
    border-left: solid 1px #e9e9e9;
    width: 180px;
    display: flex;
    justify-content: center;
}

.tal-tlist .product-price .product-thumb .caption .price-actions-box .actions {
    width: auto;
    padding-left: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
    border-left: solid 1px #e9e9e9;
    align-items: center;
    justify-content: center;
}

.tal-tlist .product-price .product-thumb .image a:after,
.tal-tlist .product-price .product-thumb .caption .rating,
.tal-tlist .product-price .product-thumb .image .stickers-ns{
	display:none !important;
}

.tal-tlist .product-thumb .image a{
  position: relative;
  padding: 15px;
}


.tal-tlist .c-goods__price--current {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}


/* Grid */