/* Product Layout 4 */
.product.action-bg-transparent .kalles-btn-tools .hover_button{
	background: transparent;
	box-shadow: none;
}
.product.action-bg-transparent .hover_button a.the4-loading::after,
.product.action-bg-transparent .hover_button a.loading::after{
	border: 1px solid rgb(0 0 0 / 30%);
    border-left-color: #9a9a9a;
}

@media (min-width: 1025px) {
	.product.action-bg-transparent .product-image .hover_button {
		width: 100%;
	    padding: 0 20px;
	    justify-content: space-around;
	}

	.full_info.product.layout-5 .product-image-loop a.button {
	    position: absolute;
	    left: 50%;
	    z-index: 99;
	    transform: translate(-50%, 20px);
	    bottom: 0px;
	    background: #fff;
	    font-weight: 300;
	    color: #333;
	    padding: 0 10px;
	    border-radius: 0;
	    opacity: 0;
	    text-transform: capitalize;
	    pointer-events: none;
	}
	.full_info.product.layout-5 .hover_button a.button,
	.on_list_view_true .product-image-loop > a.button {
		display: none;
	}
	.on_list_view_true .full_info.product.layout-5 .hover_button a.button {
		display: block;
	}

	.product.action-bg-transparent .hover_button a,
	.product.action-bg-transparent .hover_button > div  {
		background: #fff;
		color: #222;
		border-radius: 0;
		width: 44px;
		height: 44px;
	}

	.full_info.product.layout-5 .product-image .nt_add_w>a,
	.full_info.product.layout-5 .product-image .nt_add_cp>a {
		opacity: 1;
		visibility: visible;
	}
	.full_info.product.layout-5 .kalles-btn-tools {
	    right: 25px;
	    top: 12px;
	    bottom: auto;
	}
	.full_info.product.layout-5 .kalles-btn-tools .hover_button {
		bottom: auto;
	}
	.full_info.product.layout-5 .product-image span.badge,
	.full_info.product.layout-5 .product span.badge {
		right: auto;
    	left: 10px;
	}
	.full_info.product.layout-5 .product__style--icon > a,
	.full_info.product.layout-5 .product__style--icon > div {
		margin-bottom: 10px;
	}
	.full_info.product.layout-5 a.button > i {
		margin-right: 5px;
	}

	.full_info.product.layout-5 .product-image:hover a.button  {
		transform: translateX(-50%);
		-wedkit-transform: translateX(-50%);
		opacity: 1;
		pointer-events: auto;
	}
 	.full_info.product.layout-5 .hover_button > a.button,
	.full_info.product.layout-5 .product-image-loop > a.tooltip_right:hover .tt_txt,
	.full_info.product.layout-5 .product-image-loop > a.tooltip_right:hover::before,
	.full_info.product.layout-5 a.loading i {
		opacity: 0;
	}

	.product.layout-6 .product-image .hover_button {
		flex-direction: row-reverse;
		justify-content: center;
		bottom: 0;
	    width: 100%;
	    background: #fff;
	    border-radius: 0;
	    padding: 0;
	}
	.product.layout-6:not(.col-lg-2) .product-image .hover_button a.button {
		font-size: 14px;
	    width: auto;
	    flex:  1;
	    padding: 0;
	    font-weight: 400;
	}
	.product.layout-6:not(.col-lg-2) .product-image .hover_button a.button i,
	.product.layout-6.icon_on_hover:not(.col-lg-2) a.button.tooltip_right::before,
	.product.layout-6.icon_on_hover:not(.col-lg-2) a.button.tooltip_right .tt_txt{
		display: none;
	}
	.product.icon_on_hover  .nt_add_cp .tooltip_right .tt_txt {
		left: 5px;
	}
	.product.layout-6.icon_on_hover .nt_add_cp .tooltip_right .tt_txt {
		left: auto;
		right: 5px;
	}
	.product.layout-6.icon_on_hover .wishlistadd.tooltip_right .tt_txt {
	    left: auto;
	}
	.product.layout-6.icon_on_hover .pr_atc.tooltip_right .tt_txt {
		right: auto;
		left: 5px;
	}

	.col-md-2.col-lg-2.layout-5.product a.button span {
		font-size: 0;
	}
	.col-md-2.col-lg-2.layout-5 .hover_button a,
	.col-md-2.col-lg-2.layout-5 .hover_button div,
	.col-md-2.col-lg-2.layout-4 .hover_button a,
	.col-md-2.col-lg-2.layout-4 .hover_button > div {
		background: transparent;
		color: #fff;
	}
	.col-md-2.col-lg-2.layout-4 .hover_button {
		bottom: 0;
	}
	.col-md-2.col-lg-2.layout-5 .product__style--icon > a, .col-md-2.col-lg-2.layout-5 .product__style--icon > div {
		margin-bottom: 0;
		height: 35px;
	}
	.product.action-bg-transparent .product-image:hover .hover_button
	{
		transform: none;
		-wedkit-transform: none;
		opacity: 1;
		pointer-events: auto;
	}
	.product.layout-4.icon_on_hover .cpt4_added.tooltip_right .tt_txt,
	.product.layout-4.icon_on_hover .compare_add.tooltip_right .tt_txt {
		left: 0px;
	}
	.product.layout-6.icon_on_hover .cpt4_added.tooltip_right .tt_txt,
	.product.layout-6.icon_on_hover .compare_add.tooltip_right .tt_txt {
		right: 5px;
	}
}
@media ( max-width: 1024px ) {
	.full_info.product.layout-5 .product-image-loop > a.button {
		display: none;
	}
}
