.catalog-category-view .product-item-actions .action.tocart{ display: block; }
.product-list-style-05 .product-item-actions .actions-custom{display: inline-block;vertical-align: middle;}
@media (max-width:767px){
	.actions-custom .tocart:before {
	    display: inline-block;
	    font-family: 'CodazonFont';
	    font-style: normal;
	    font-weight: normal;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    content: '\e992';
	    font-size: 16px;
	    speak: none;
	    position: relative;
	    vertical-align: middle;
	}
	.actions-custom .tocart span{ display: none; }
	.catalog-category-view .actions-custom .tocart,.catalogsearch-result-index .actions-custom .tocart{
	    border: 0;
	    margin-right: 7px;
	    padding: 0;
	    width: 30px;
	    height: 30px;
	    line-height: 28px;
	    border: 1px solid;
	    text-align: center;
	    -webkit-border-radius: 100%;
	    -moz-border-radius: 100%;
	    border-radius: 100%;
	    -moz-transition: all 500ms ease;
	    -webkit-transition: all 500ms ease;
	    -o-transition: all 500ms ease;
	    transition: all 500ms ease;
	    -moz-backface-visibility: hidden;
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    border-color: #afa376;
	    background: #fff;
	    line-height: 27px;
	    -webkit-border-radius: 25px;
	    -moz-border-radius: 25px;
	    border-radius: 25px;
	    color: #afa376;
	    border-color: #ccbe8a;
	    background: #ccbe8a;
	}
}